.bordered-btn {
    border: 1px solid #A6A6A6;
    color: #A6A6A6;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 7px 10px !important;
    transition: 0.2s ease; 
    display: inline-block;
    max-height: 30px;
    cursor: pointer;
    width: fit-content;
}
.bordered-btn#back {
    margin-bottom: 51px;
    /*margin-left: 20px;*/
    margin-right: 10px;
}
.bordered-btn:hover {
    color: #ffffff;
    background-color: #6d7a8d;
    border: 1px solid #6d7a8d;
}
.bordered-btn.add {
    position: absolute;
    top: 30px;
    right: 29px;
    border: 1px solid #34C759;
    color: #34C759;
}
.bordered-btn.add:hover {
    background-color: #34C759;
    color: #ffffff;
}
.bordered-btn.del {
    border: 1px solid #F46F64;
    color: #F46F64;
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-top: 20px;
}
.bordered-btn.del:hover {
    background-color: #F46F64;
    color: #ffffff;
}
.newvoucher .bordered-btn {
    margin-right: 0;
    margin-left: auto;
    grid-column: 4;
}




.page-heading .add {
    right: 0;
    top: 16px;
    border: 1px solid #A6A6A6;
    color: #A6A6A6;
}
.page-heading .del {
    right: 0;
    border: 1px solid #F46F64;
    color: #F46F64;
    position: absolute;
    top: 0;
}
.delete .del {
    margin-top: 0;
    margin-right: 30px;
    border: 1px solid #A6A6A6;
    color: #A6A6A6;
}




.switch {
    position: absolute;
    top: 8px;
    right: 0;
    display: inline-block;
    width: 55px;
    height: 29px;
}
.switch--small{
    width: 45px;
    height: 19px;
}
.selectall {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 29px;
    top: 22px;
    align-content: center;
    align-items: center;
}
.selectall label:first-child {
    margin-right: 8px;   
}
.selectall .switch {
    position: relative;
    top: 0;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .15s;
    transition: .15s;
    border-radius: 50%;
}
.switch--small .slider:before{
    height: 15px;
    width: 15px;
}
.slider:after {
    content: "";
}
input:checked + .slider {
  background-color: #6D8EBF;
}
input:focus + .slider {
  box-shadow: 0 0 1px #6D8EBF;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}




i.flip {
    transform: rotate(180deg) !important;
}




.bigcheckbox input, .bigradio input {
    display: none;
}
.bigcheckbox input + label {
    margin: 0 28px;
    height: 26px;
    width: 26px;
    /*border-radius: 50%;*/
    /*border: 6px solid #ebe8e8;*/
}
.bigcheckbox input + label::before {
    height: 26px;
    width: 26px;
}
.bigradio input:checked + label {
    background-color: #6D8EBF;
    border: 0;
}
.bigcheckbox input:checked + label::before {
    background-image: url("/fonts/icons/tick-light.svg");
    background-size: 15px;
    background-color: #6D8EBF;
}
.page-heading .bigradio {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bigradio input + label {
    margin: 0 8px 0 39px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #A6A6A6;
}
.bigradio p {
    margin: 0;
}




.leftnav-responsive-btn {
    display: none;
}
@media screen and (max-width: 1023px) {
    .leftnav-responsive-btn {
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 20px;
        color: #6d7a8d;
        transition: all 0.3s ease;
        z-index: 20;
    }
    .leftnav-responsive-btn i {
        transition: all 0.3s ease;
    }
    .leftnav-responsive-btn.flip {
        left: 297px;
    }
}
@media screen and (max-width: 768px) {
    .bordered-btn#back {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .page-heading .bigradio {
        position: relative;
        margin-top: 30px;
    }
    .bigradio input + label {
        margin: 0 8px 0 0;
    }
    .bigradio p {
        margin-right: 39px;
    }
    .selectall {
        flex-direction: column;
        align-items: flex-end;
    }
    .selectall label:first-child {
        margin-right: 0;
        margin-bottom: 4px;
    }
}

.button {
	color: #6B6C6E;
	text-decoration: none;
	border: 1px solid #6B6C6E;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 7px 10px;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.15s ease-in-out;
	text-align: center;
	font-size: 12px;
	line-height:1.2;
	background-color: rgba(255,255,255,0);
	border-radius: 0px;
	height: 30px;
}
.button:hover, .button:active {
	background-color: #6D7A8D;
	color: #fff;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
}
.button.filled {
	background-color: #676E73;
	color: #fff;
}
.button.filled:hover, .button.filled:active {
	background-color: rgba(103, 110, 115, 0.8);
}
.brand--anp .button {
	color: #6B6661;
	border-color: #6B6661;
}
.brand--anp .button:hover, .brand--anp .button:active {
	background-color: #6B6661;
	color: #fff;
}
.brand--env .button {
	color: #7D6E64;
	border-color: #7D6E64;
}
.brand--env .button:hover, .brand--env .button:active {
	background-color: #7D6E64;
	color: #fff;
}
.brand--ji .button {
	color: #7D6A64;
	border-color: #7D6A64;
}
.brand--ji .button:hover, .brand--ji .button:active {
	background-color: #7D6A64;
	color: #fff;
}
.button-light {
	color: #fff !important;
	border-color: #fff !important;
}
.button-light:hover, .button-light:active {
	background: rgba(255, 255, 255, 0.2) !important;
}
.button-light.filled {
	color: #688197 !important;
	background: #fff !important;
}
.button-light.filled:hover, .button-light.filled:active {
	background: rgba(255, 255, 255, 0.2) !important;
	color: #fff !important;
}

.button-red {
	color: #F46F64 !important;
	border-color: #F46F64 !important;
}
.button-red:hover, .button-light:active {
	background: rgba(244, 111, 100, 0.2) !important;
}

.button-green {
	color: #34C759 !important;
	border-color: #34C759 !important;
}
.button-green:hover{
	background: rgba(52, 199, 89, 0.2) !important;
}

.button-cancel {
	color: #fff;
	background: #F46F64;
	border-color: #F46F64;
}
.button-gray {
	color: #676E73;
	background: #ECECEC;
	border: #ECECEC;
}
.button:disabled{
    opacity: 0.5;
    pointer-events: none;
}