
.container {
    width: 100% !important;
    padding: 0px !important
}

.wt-nw-bg {
    padding: 0px !important
}

.separation {
    background: #fff !important;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 1px 11px 0 rgba(0,0,0,0.12);
    padding: 0 10px;
}

    .separation h4 {
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 7px;
        font-weight: bold;
    }

.trackerActive {
    display: block;
    border: 1px dashed #cd3333 !important;
    background: #cca92c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(205,51,51, 0.4);
    animation: pulse 2s infinite;
}


    .trackerActive:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(205,51,51, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(205,51,51, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(205,51,51, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(205,51,51, 0);
        box-shadow: 0 0 0 0 rgba(205,51,51, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(205,51,51, 0);
        box-shadow: 0 0 0 10px rgba(205,51,51, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(205,51,51, 0);
        box-shadow: 0 0 0 0 rgba(205,51,51, 0);
    }
}

.five-sec h3 {
    text-transform: uppercase
}


.fnt-sz {
    font-size: 23px !Important;
    padding-right: 10px;
    color: #333;
}

.s-p-toast img {
    height: 20px;
    margin-right: 11px;
    width: 20px;
}

.n-o-te .dash-b-r-d .tile, .tile-dark, .table th, table th {
    color: #000 !Important;
}

.t-o-a-s-t {
    padding-left: 0px !important;
    margin: 10px;
    margin: 10px;
    width: 96% !Important;
}

    .t-o-a-s-t .col-md-8 {
        width: 74.6% !important;
    }


.jq-toast-single {
    background-color: #444444;
    border-radius: 4px;
    color: white;
    display: block;
    float: left;
    font-family: arial,sans-serif;
    font-size: 12px;
    height: auto;
    line-height: 17px;
    margin: 0 0 5px;
    padding: 20px;
    pointer-events: all !important;
    position: relative;
    width: 100%;
}

.close-jq-toast-single {
    font-size: 18px;
    line-height: 22px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;

}

.t-o-a-s-t img {
    width: 16px;
    float: left;
    margin-right: 8px;
}

.jq-toast-single {
    background: #ffe0e6 !important;
    color: #000;
    border: 1px solid #ffd0e1;
    padding: 10px 7px 7px 7px !important
}


    .jq-toast-single .t-o-a-s-t {
        border: none !important;
        padding-bottom: 0px !important;
    }

    .jq-toast-single h5 {
        margin-bottom: 10px;
        border-bottom: 1px solid #efc5cd;
        padding-bottom: 11px;
    }

.msg {
    color: #000 !Important;
    margin-bottom: 10px !Important
}

.close-jq-toast-single {
    margin-top: 5px;
    margin-right: 5px;
    font-size: 28px !important;
    color: #000 !important
}

.cust-name {
    color: #878787
}

.low-dtable-hd {
    background: #9365b8 !important
}

.actionbox1 {
    padding: 10px !important;
}




/*multi select*/
.mltslct .btn-group {
    width: 100%;
}

    .mltslct .btn-group > button {
        width: 100%;
        border: 1px solid #cacaca;
        border-radius: 0;
        margin-top: 0;
    }

        .mltslct .btn-group > button:hover {
            width: 100%;
            border: 1px solid #cacaca;
            border-radius: 0;
            margin-top: 0;
            background: #fff !important;
            color: #333 !important;
        }

        .mltslct .btn-group > button:focus {
            width: 100%;
            border: 1px solid #cacaca;
            border-radius: 0;
            margin-top: 0;
            background: #fff !important;
            color: #333 !important;
        }

    .mltslct .btn-group > .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background-color: #fff;
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
        background-repeat: repeat-x;
    }

    .mltslct .btn-group > .btn:hover, .btn:focus {
        color: #333 !important;
        background: #fff !important;
    }
/*.mainbox { background: #fff none repeat scroll 0 0; border-radius: 0; box-shadow: 1px 1px 10px #aaa; float: left; margin-bottom: 0; margin-top: 10px; min-height: 305px; padding: 10px 0 0; width: 100%;}*/
.mltslct .form-group > .btn-group > button {
    width: 160px;
    border: 1px solid #cacaca;
    border-radius: 0;
    margin-top: 0;
}

.mltslct .form-group > .btn-group > button {
    width: 160px;
    border: 1px solid #cacaca;
    border-radius: 0;
    margin-top: 0;
    background: #fff !important;
    color: #333 !important;
}

.mltslct .form-group > .btn-group > .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
}

.mltslct .form-group > .btn-group > #custom-search-input .btn:hover, .btn:focus {
    color: #333 !important;
    background: #fff !important;
}

.rob-mod .modal-dialog {
    width: 1200px !important;
}

.mltslct ul {
    padding-left: 10px !important;
    padding-right: 5px !important;
}
/*Multi Select Drop-up*/
/*.drp-dwn-utr {float: right;width: auto; margin-right:10px;}
.drp-dwn-utr .multiselect { background: #365f91!important; border-radius: 0!important; margin-top: -1px!important;padding: 10px 20px!important;text-shadow: none!important;}
.drp-dwn-utr .btn-group{ color: #fff!important;border-color: #365f91!important;box-shadow: none!important; text-shadow: none!important;}*/
.drp-up-utr ul {
    padding-left: 10px !important;
}

.drp-up-utr .btn-default {
    color: #333 !important;
}

.drp-up-utr .caret {
    content: "";
    margin-top: 8px !important;
}

.drp-up-utr .radio, .checkbox {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.drp-up-utr .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
}



.tile {
    border: 1px solid #bfdbff;
    border-radius: 4px;
    font-size: 13px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: center !important;
    background: #fff !Important;
    transition: 0.3s;
    margin-right: 0;
    margin-left: 10px;
}
 .shortcut > i {
    font-size: 22px !important;
    line-height: 39px !important;
    color: #365f91 !important;
}
.tile:hover {
    color: #365f91 !important;
    border: 1px solid #9eb9dc !important;
}

.shortcut img {
    width: 29px;
    margin-top: 3px;
    opacity: 1;
}
#custom-search-input {
    margin-top:14px;
}

.m-b-t-25 {
 margin-bottom:25px;
}

.eremit-card-hd h3 {
    text-transform: uppercase;
    background: #ffffff;
    color: #000 !Important;
    padding: 10px 13px !important;
    border-bottom: 1px solid #e3e3e3;
    font-size:13px!important
}

.eremit-card-hd i {
    padding-right: 10px;
}

.eremit-card {
    min-height: 170px !important;
    float: left;
    border: 1px solid #e3e3e3!Important;
}
    .eremit-card h6 {
        margin: 0;
        font-size: 13px;
        color: #262626 !important;
        border-bottom: 1px dashed#dadada;
        padding-top: 4px;
        margin-top: 5px;
        padding-bottom: 3px;
    }

.tdy-spn {
    float: right;
    padding: 0px 5px;
    border-radius: 4px;
    color: #0d6dc5;
    cursor: pointer;
    min-height: 18px !important;
    line-height: 17px;
}

    .tdy-spn span {
        float:left;
    
    }

    .trn-status .col-eq {
        width: 14.2%;
        padding: 0 3px;
    }

.colect-out i {
    float: left;
    margin-top:7px;
}

.colect-out span {
    font-weight: normal;
    float: left;
    font-size: 13px !Important;
    line-height: 22px;
}

.colect-out .tdy-spn {
    font-weight: bold;
    color: #000;
    font-size:15px!Important
}

.pos-re {
    position: relative
}

    .pos-re h4 {
        position: absolute;
        top: -35px;
        left: 0;
    }
.wid-40 {
 width:40%;
}

.eremit h6 {
    font-size: 13px;
    margin:7px 0;
    color: #787878 !Important;
}

.eremit .count {
    margin-top:0px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.eremit .eremit-card {
    min-height: 152px !important;
}


/*shaking effect*/


.midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    color:#cd3333!important;
}

    .midix.infinite,
    .midix_hover.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }


/* Buzz Animation*/
@-webkit-keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(1px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-1px) rotate(-2deg);
    }
}

@keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(1px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-1px) rotate(-2deg);
    }
}

.buzz {
    -webkit-animation-name: buzz;
    animation-name: buzz;
}

    .buzz.midix, .buzz:hover {
        -webkit-animation-duration: 0.15s;
        animation-duration: 0.15s;
    }
.buzz {
    padding: 10px 15px;
    position: absolute;
    left: 15%;
    top: 40px;
}

#custom-search-input .search-query {
        font-size: 18px !Important
    }

.col-or {
    float: left;
    background: #fff;
    padding: 15px;
    width: 100%;
    border: 1px solid #e3e3e3;

}
.separation .col-md-4 {
    width: 25%;
}

.col-or .tdy-spn {
    color: #000000 !Important;
    font-size: 27px;
    line-height: 33px;
    float: none;
    font-weight: bold;
}
.col-or img {
    width: 83px;
    opacity: .6;
}

.col-or a {
    float: left;
    text-decoration: none
}

.col-or .img-bg {
    width: 84px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.col-or h5 {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.separation .invite-cust-right {
 border-radius:0px;
}

.count .fa {
    font-size: 10px;
    margin-right: 7px;
}

.count a {
 margin-top:0px!Important;
}
.eremit a {
    width: 100%;
}

.count span {
    font-size: 15px;
}

.no-border {
 border:none
}


.trackerActive {
    display: block;
    border: 1px dashed #cd3333 !important;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(205,51,51, 0.4);
    animation: pulse 2s infinite;
}




/*new*/


.tags .new, .tags .new {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px;
}


.tags .new {
    margin: 2px 5px 2px 12px;
    padding: 0 10px 0 0px;
    background: #cd3333;
    color: #fff !important;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

    .tags .new:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent #cd3333 transparent transparent;
        border-style: solid;
        border-width: 12px 12px 12px 0;
    }


.ie img {
    width: 15px;
    margin-right: 3px;
}

.srand .fa, .srapp .fa {
    margin-right:5px;
}

.tdy-spn span {
    float: left;
    float: left;
    font-size: 27px;
}