﻿@charset "UTF-8";
.form-control14 {
    /* color: #000000;
    background-color: #ffffff;
    border-color: red;
    outline: 0;*/
    border-color: red;
    outline: 0;
    border: 1px solid red;
    display: block;
    width: 100%;
    padding: 1rem 1rem;
    box-shadow: 0 0 0 0.05rem red;
    border-radius: 0.4rem;
    color: #000000;
    background: #ffffff;
    height: 4.5rem;
    margin: 0 0 0 0;
    font-weight: 600;
    font-size: 1.6rem;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-danger {
    font-size: 14px;
}
.active_menu {
    background: #4aa4d9 !important;
}
.uploadsec {
    height: 250px;
    position: relative;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    width: 100%;
}

.showimg {
    max-height: 250px;
}

.errormsg {
    display: block;
    margin-bottom: 1.5rem;
}

.pacinput {
    position: absolute !important;
    left: 24% !important;
    top: 2% !important;
    width: 67% !important;
    border: none !important;
    box-shadow: rgba(17, 12, 46, 0.15) 0px;
}

.pac-container {
    background-color: #FFF;
    z-index: 99999 !important;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 10 !important;
}

.closeme {
    background: #000;
    color: #fff !important;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    z-index: 9999;
    right: -8px;
    cursor: pointer !important;
    top: -10px;
}

span.current {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 190px;
    text-overflow: ellipsis;
    width: 100%;
}

.modalpad​ {
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.fileinput {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 190px;
    text-overflow: ellipsis;
    width: 100%;
}

span.file {
    position: absolute;
    right: 7px;
    top: 10px;
}

    span.file i {
        margin-left: 5px;
    }

.alert {
    display: none;
    position: fixed;
    top: 50%;
    right: 0px;
}

    .alert .fa {
        margin-right: 0.5em;
    }

.alert-danger p,
.alert-success p {
    font-size: 1.5rem !important;
}

.closealert {
    float: right;
    background-color: #008000;
    color: #fff;
    border-radius: 50%;
    border: none;
}

.closedanger {
    float: right;
    background-color: #FF0000;
    color: #ffffff;
    border-radius: 50%;
    border: none;
}

.wrap-upload {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 190px;
    text-overflow: ellipsis;
    width: 100%;
}

.loader-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* circle loader */
.loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6.250em;
    height: 6.250em;
    animation: rotate5123 2.4s linear infinite;
}

.white {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    animation: flash 2.4s linear infinite;
    opacity: 0;
}

.dot {
    position: absolute;
    margin: auto;
    width: 2.4em;
    height: 2.4em;
    border-radius: 100%;
    transition: all 1s ease;
}

    .dot:nth-child(2) {
        top: 0;
        bottom: 0;
        left: 0;
        background: #4aa4d9;
        animation: dotsY 2.4s linear infinite;
    }

    .dot:nth-child(3) {
        left: 0;
        right: 0;
        top: 0;
        background: #FFBB33;
        animation: dotsX 2.4s linear infinite;
    }

    .dot:nth-child(4) {
        top: 0;
        bottom: 0;
        right: 0;
        background: #99CC00;
        animation: dotsY 2.4s linear infinite;
    }

    .dot:nth-child(5) {
        left: 0;
        right: 0;
        bottom: 0;
        background: #33B5E5;
        animation: dotsX 2.4s linear infinite;
    }

@keyframes rotate5123 {
    0% {
        transform: rotate( 0 );
    }

    10% {
        width: 6.250em;
        height: 6.250em;
    }

    66% {
        width: 2.4em;
        height: 2.4em;
    }

    100% {
        transform: rotate(360deg);
        width: 6.250em;
        height: 6.250em;
    }
}

@keyframes dotsY {
    66% {
        opacity: .1;
        width: 2.4em;
    }

    77% {
        opacity: 1;
        width: 0;
    }
}

@keyframes dotsX {
    66% {
        opacity: .1;
        height: 2.4em;
    }

    77% {
        opacity: 1;
        height: 0;
    }
}

@keyframes flash {
    33% {
        opacity: 0;
        border-radius: 0%;
    }

    55% {
        opacity: .6;
        border-radius: 100%;
    }

    66% {
        opacity: 0;
    }
}
.spinner_custom {
    position:absolute;
    right:10px;
}
.spinner_custom_mapping {
    position: absolute;
    left: 39%;
    top: 27%;
    font-size: 30px;
    font-weight: 600;
}
.multi_select_search {
    color: #000000;
    width: 100%;
    box-sizing: border-box !important;
    letter-spacing: 0px !important;
    height: 3.5rem !important;
     border: 1px solid #999 !important; 
     border-radius: 4px !important;
}
.policies_active {
    border: 1px solid;
    width: 33%;
    text-align: center;
    padding: 7px;
    background: #407DF6 !important;
    color: white;
    border-top-right-radius: .8rem;
    border-top-left-radius: .8rem;
    cursor: pointer;
}
.policies_inactive {
    border: 1px solid;
    width: 33%;
    text-align: center;
    padding: 7px;
    border-top-right-radius: .8rem;
    border-top-left-radius: .8rem;
    cursor:pointer;
}
.ml-50 {
    margin-left: -50px;
}

@media only screen and (max-width:768px) {
    .leftbox-toggle {
        left: 0;
        position: relative;
    }
}

@media only screen and (max-width:767px) {
    .main-box .left-box {
        display: block !important;
    }

    .ml-50 {
        margin-left: 0px;
    }

    .transfer-double-content-left {
        width: 100% !important
    }

    .main-box .leftbox {
        left: 0;
        display: block !important;
    }

    .main-box.toggled-2 .leftbox {
        width: 250px !important;
        left: 250px !important;
        top: 60px;
    }

    .main-box.toggled-2 .right-box {
        width: 100% !important;
    }

    .main-box .right-box {
        width: 100% !important;
    }

    .policies_inactive {
        font-size: 14px !important;
        width: 100%;
        margin-right: 2px;
    }

    .r-btn {
        margin-top: 5px !important;
    }

    .footer-btn {
        margin-bottom: 100px !important;
    }

    .transfer-double-content-middle {
        width: 100% !important;
        margin-bottom: 10%;
    }

    .transfer-double-content-right {
        width: 100% !important;
    }

    .transfer-double-selected-list-main .transfer-double-selected-list-ul,
    .transfer-double-list-main .transfer-double-list-ul {
        padding: 10px;
    }

        .transfer-double-list-main .transfer-double-list-ul .transfer-double-selected-list-li,
        .transfer-double-selected-list-main .transfer-double-selected-list-ul .transfer-double-selected-list-li {
            padding-bottom: 10px;
        }
        .txt-box{
            width:30%;
        }
        .lblbox{
            width:13%;
            padding:11px 6px;
            font-size:12px;
            vertical-align:middle;
            height:35px;
        }
}

@media only screen and (min-width: 1080px) and (min-height: 890px) {
    .footer-btn {
        margin-bottom: 200px !important;
    }
}
.sub-release {
   background: #4aa4d9 !important;
}