/*!
  Product Name: iCAT
*/
@font-face {
    font-family: 'Calibri';
    src: url('//fonts/Calibri.eot');
    src: local('☺'), url('/fonts/Calibri.woff') format('woff'), url('/fonts/Calibri.ttf') format('truetype'), url('/fonts/Calibri.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('/fonts/CalibriBold.eot');
    src: local('☺'), url('/fonts/CalibriBold.woff') format('woff'), url('/fonts/CalibriBold.ttf') format('truetype'), url('/fonts/CalibriBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
html{
    font-family: 'Calibri' !important;
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Calibri' !important;
}

li {
    list-style: none;
}

a {
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    text-decoration: none !important;
}

    a:hover {
        -moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }
button, button:focus {
    outline: none !important;
    border: none;
}
.pclrBG {
    background: #86569F;
}

.bclrBG {
    background: #32A2DC;
}

.ForAllBtnnBG {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    border-radius: 30px;
    position: absolute;
    top: 2px;
    left: 5px;
    right: 5px;
}
/* Header CSS */
.nav-top .navbar-brand img {
    height: 65px;
}

.nav-top ul li {
    position: relative;
}

    .nav-top ul li .dropdown-menu {
        left: auto !important;
        right: 0;
        padding: 0;
    }

        .nav-top ul li .dropdown-menu .dropdown-item {
            padding: 10px 20px;
            background: none !important;
            border: none !important;
            border-bottom: 1px solid #ccc !important;
            color: #333 !important;
            outline: none !important;
        }

            .nav-top ul li .dropdown-menu .dropdown-item p {
                letter-spacing: 0.5px;
            }
.nav-top .btn-block {
    margin: 14px 0px 16px;
}

    .nav-top .btn-block .dropdown-item {
        border-bottom:1px solid #ccc;
        padding:8px 15px;
    }

.nav-top .btn-block .btn {
    border-radius: 30px;
    position: relative;
    color: #fff !important;
    box-shadow:none !important;
    outline:none !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 40px;
    margin-left: 10px;
    border:none !important;
}
    .myac::after {
    content: " ";
    background: url(images/drop-icon.png) no-repeat;
    height: 10px;
    width: 13px;
    display: inline-block;
    margin-left: 8px;
}
        .nav-top .btn-block .btn b {
            position: relative;
            z-index: 1;
        }

        .nav-top .btn-block .btn .ForAllBtnnBG {
            top: 1px;
            padding: 6px 0px;
        }

        .nav-top .btn-block .btn:hover .ForAllBtnnBG {
            opacity: 0.7;
        }

.nav-top .navbar-toggler {
    display: none;
}

.nav-top .navbar-collapse {
    display: block;
}

.nav-top ul {
    margin: 0;
    padding: 0;
    display: table;
    margin-left: auto;
}

    .nav-top ul li {
        display: inline;
        border-right: 1px solid #32A2DC;
        padding: 0px 12px;
    }

        .nav-top ul li:last-child {
            border-right: none;
            padding-right: 0;
        }

        .nav-top ul li:first-child {
            padding-left: 0;
        }

        .nav-top ul li a {
            color: #32A2DC;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 400;
        }

            .nav-top ul li a:hover {
                color: #86569F;
            }

.navbar-light .navbar-toggler {
    border: none;
}

nav.navbar {
    padding: 0px;
}

    nav.navbar li a {
        text-transform: uppercase;
        color: #fff !important;
        font-weight: 700;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
        border-radius: 0px !important;
    }

    nav.navbar li.active a {
        background: #fff;
        color: #86569F !important;
    }

    nav.navbar li a:hover {
        color: #000 !important;
    }

    nav.navbar li a:before {
        content: " ";
        background: url(/images/nav-icon.png) no-repeat;
        padding: 5px 8px;
        position: relative;
        top: 7px;
    }

    nav.navbar li.active a:before {
        content: " ";
        background: url(/images/nav-icon-active.png) no-repeat;
    }

/* Log In Page CSS */
.LoginMSEC {
    margin: 36px auto;
}

    .LoginMSEC h2 {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
    }

    .LoginMSEC .form-group {
        margin: 20px 0px;
    }

        .LoginMSEC .form-group.pclrBG {
            border-radius: 50px;
            padding: 0px 0px;
            position: relative;
        }

            .LoginMSEC .form-group.pclrBG label {
                color: #fff;
                font-weight: 700;
                padding-left: 4%;
                text-transform: uppercase;
                width: 30%;
                font-size: 16px;
                position: relative;
                z-index: 1;
            }

            .LoginMSEC .form-group.pclrBG input {
                -webkit-border-top-right-radius: 50px;
                -webkit-border-bottom-right-radius: 50px;
                -moz-border-radius-topright: 50px;
                -moz-border-radius-bottomright: 50px;
                border-top-right-radius: 50px;
                border-bottom-right-radius: 50px;
                border: none;
                background: #fff;
                height: 48px;
                position: relative;
                z-index: 1;
                line-height: 45px;
                padding-left: 2%;
                width: 68%;
            }

            .LoginMSEC .form-group.pclrBG .ForAllBtnnBG {
                padding: 10px 0px;
                left: 10px;
                right: 10px;
            }

    .LoginMSEC .btn.bclrBG {
        border-radius: 0;
        position: relative;
        font-size: 16px;
        text-transform: uppercase;
        background-color: transparent;
        border: 0;
        padding: 0 5px;
        color: #32A2DC;
    }

        .LoginMSEC .btn.bclrBG b {
            position: relative;
            z-index: 1;
        }

        .LoginMSEC .btn.bclrBG .ForAllBtnnBG {
            top: 0px;
            padding: 0;
        }

        .LoginMSEC .btn.bclrBG:hover .ForAllBtnnBG {
            opacity: 0.7;
        }

    .LoginMSEC button {
        background: #321d4b;
        border-radius: 30px;
        cursor: pointer;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        height: 37px;
        width: 115px;
        text-transform: uppercase;
        float: right;
    }

        .LoginMSEC button img {
            opacity: 0.7;
            width: 30px;
        }

        .LoginMSEC button:hover, .LoginMSEC button:hover img {
            color: #32A2DC;
            opacity: 1;
        }
/* Main content CSS */
.container {
    max-width: 95%;
}

.subNav ul {
    margin: 12px 0;
    padding: 0;
}

    .subNav ul li.nav-item {
        display: inline;
    }

    .subNav ul li a {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 15px;
        background: #86569F;
    }

        .subNav ul li a:hover, .subNav ul li.active a {
            color: #fff;
            background: #32A2DC;
        }

.mainsec {
    padding: 35px 0px;
    padding-bottom: 16rem;
}

.contentMbox {
    margin: 10px 0px;
}
.cmpnDetl.table-responsive h3 {
    padding: 8px;
    border-bottom: 1px solid #fff;
}
.mainsec h2 {
    color: #86569F;
    font-size: 22px;
    text-transform: uppercase;
}

.IEgitxt {
    float: right;
}

    .IEgitxt i {
        padding: 4px;
        display: inline-block;
    }

    .IEgitxt small {
        color: #86569F;
        margin-left: 5px;
    }

        .IEgitxt small:last-child {
            color: #32A2DC;
        }

.cmpnDetl {
    background: rgba(134,86,159,0.10);
}

.min-height-400 {
    min-height: 400px;
}

.cmpnDetl .border-right {
    border-color: #fff !important;
    border-width: 1px !important;
}

.cmpnDetl .cdmbx h4 {
    color: #86569F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.cmpnDetl .cdmbx .list-group li {
    color: #3C3C3B;
    font-size: 15px;
    font-weight: 700;
}

    .cmpnDetl .cdmbx .list-group li span {
        font-weight: 400;
    }

.sidebtns .btn {
    border-radius: 30px;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 10px;
    margin-bottom: 5px;
    width: 100%;
    border:none;
}

    .sidebtns .btn b {
        position: relative;
        z-index: 1;
        font-weight: 400;
    }

    .sidebtns .btn .ForAllBtnnBG {
        top: 1px;
        padding: 7px 0px;
    }

    .sidebtns .btn:hover .ForAllBtnnBG {
        opacity: 0.7;
    }

.sidebtns.position-absolute {
    bottom: 0;
    left: 15px;
    right: 15px;
}

.tablesBtn .btn {
    border-radius: 20px;
    position: relative;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 15px;
    margin: 2px 5px;
}

    .tablesBtn .btn b {
        position: relative;
        z-index: 1;
        font-weight: 400;
    }

    .tablesBtn .btn .ForAllBtnnBG {
        top: 1px;
        padding: 4px 0px;
    }

    .tablesBtn .btn:hover .ForAllBtnnBG {
        opacity: 0.7;
    }

.cmpnDetl .table td, .cmpnDetl .table th {
    border: none !important;
    padding: 0px .5rem 3px !important;
    border-right: 1px solid #fff !important;
}

.cmpnDetl .table {
    margin-top: 1rem;
}

    .cmpnDetl .table td {
        color: #222;
        font-size: 15px;
    }

        .cmpnDetl .table td.actions {
            text-align: right;
        }

            .cmpnDetl .table td.actions a {
                color: #222;
            }

    .cmpnDetl .table th {
        color: #86569F;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        vertical-align: top;
    }

        .cmpnDetl .table th a {
            color: #86569F;
        }

.mainsec .search {
    margin: 25px 0px;
}

    .mainsec .search .form-control {
        border: none;
        background: rgba(134,86,159,0.10);
        border-radius: 0px;
    }

    .mainsec .search .range-input .input-group {
        width: 45%;
        float: left;
    }

    .mainsec .search .sidebtns .btn {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .mainsec .search .range-input .range-label {
        width: 10%;
        float: left;
        text-align: center;
        color: #86569F;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        margin-top: .5rem;
    }

    .mainsec .search .form-group {
        width: 100%;
        float: left;
    }

    .mainsec .search .control-label {
        width: 20%;
        margin-top: .5rem;
        float: left;
        font-weight: 500;
        font-size: 14px;
        color: #86569F;
        text-transform: uppercase;
    }

    .mainsec .search .group-control {
        width: 80%;
        float: left;
    }

/* Modal Popup css*/
.modal-backdrop {
    background: rgba(255,255,255,0.8) !important;
}

.modal-dialog {
    max-width: 800px;
}

.modal-content {
    background: #77b8e6;
    border: none;
    border-radius: 0px;
}

.modal-body {
    padding: 0;
    color: #fff;
}

    .modal-body form {
        padding: 0px 15px !important;
    }

.modal-header {
    position: absolute;
    right: 9px;
    top: 0px;
    border: none;
    padding: 0;
    z-index: 222;
}

    .modal-header .close {
        opacity: 1;
        text-shadow: none;
        color: #fff;
        font-weight: 300;
    }

        .modal-header .close:before {
            content: "x";
            font-family: arial;
        }

.pddBtm100 {
    padding-bottom: 100px;
}
/* Footer CSS */
footer {
    background: #422664;
    box-shadow: 0px 0px 80px rgba(0,0,0,0.8) inset;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    /*min-height:15rem;*/
}

.footer-mbx {
    background: url(/images/ft-icon.png) no-repeat top left;
    padding-left: 30px;
    background-size: 20px;
}

    .footer-mbx li:before {
        content: ">";
        margin-right: 5px;
        color: #fff;
    }

    .footer-mbx li a {
        color: #fff;
        font-size: 14px;
    }

        .footer-mbx li a:hover {
            color: #32A2DC;
        }

    .footer-mbx p {
        color: #fff;
        font-size: 12px;
    }

    .footer-mbx h5 {
        color: #fff;
        font-size: 16px;
    }

.social-icon {
    margin-top: 15px;
}

    .social-icon a {
        margin-right: 5px;
    }

        .social-icon a:hover {
            opacity: 0.7;
        }

    .social-icon img {
        width: 30px;
    }


/*Alert Pop up*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


.alertify,
.alertify-show,
.alertify-log {
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.alertify-hide {
    -webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}

.alertify-log-hide {
    -webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}

.alertify-cover {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

.alertify-cover-hidden {
    display: none;
}

.alertify {
    position: fixed;
    z-index: 99999;
    top: 50px;
    left: 50%;
    width: 550px;
    margin-left: -275px;
    opacity: 1;
}

.alertify-hidden {
    -webkit-transform: translate(0,-150px);
    -moz-transform: translate(0,-150px);
    -ms-transform: translate(0,-150px);
    -o-transform: translate(0,-150px);
    transform: translate(0,-150px);
    opacity: 0;
    display: none;
}
/* overwrite display: none; for everything except IE6-8 */
:root * > .alertify-hidden {
    display: block;
    visibility: hidden;
}

/*.alertify-logs {
    position: fixed;
    z-index: 5000;
    bottom: 10px;
    right: 10px;
    width: 300px;
}*/
.alertify-logs {
    position: fixed;
    z-index: 500;
    top: 30%;
    left: 15px;
    width: 300px;
}
.alertify-logs-hidden {
    display: none;
}

.alertify-log {
    display: block;
    margin-top: 10px;
    position: relative;
    right: -300px;
    opacity: 0;
}

.alertify-log-show {
    right: 0;
    opacity: 1;
}

.alertify-log-hide {
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0;
}

.alertify-dialog {
    padding: 25px;
}

.alertify-resetFocus {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.alertify-inner {
    text-align: center;
}

.alertify-text {
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

.alertify-buttons {
}

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
    background: none;
    text-decoration: none;
    border: none;
    /* line-height and font-size for input button */
    line-height: 1.5;
    font-size: 100%;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

.alertify-isHidden {
    display: none;
}

@media only screen and (max-width: 680px) {
    .alertify,
    .alertify-logs {
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .alertify {
        left: 5%;
        margin: 0;
    }
}

/**
* Bootstrap 3 Look and Feel
* Based on Alertify Bootstrap theme.
* @author İsmail Demirbilek
* http://github.com/dbtek/alertify-bootstrap-3
*/

.alertify {
    background: #FFF;
    border: 1px solid #8E8E8E; /* browsers that don't support rgba */
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    -moz-background-clip: padding; /* Firefox 3.6 */
    background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.alertify-dialog {
    padding: 0;
}

.alertify-inner {
    text-align: left;
    margin-top: 15px;
}

.alertify-message {
    padding: 15px;
    margin: 0;
}

.alertify-text-wrapper {
    padding: 0 15px;
}

.alertify-text {
    color: #555;
    border-radius: 4px;
    padding: 8px;
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .alertify-text:focus {
        border-color: rgba(82,168,236,.8);
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    }

.alertify-buttons {
    margin: 0px 15px;
    padding: 14px 0px 15px;
    border-top: 1px solid #DDD;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #FFF;
    text-align: right;
}

.alertify-button,
.alertify-button:hover,
.alertify-button:focus,
.alertify-button:active {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .alertify-button:focus {
        outline: none;
        box-shadow: 0 0 5px #2B72D5;
    }

    .alertify-button:active {
        position: relative;
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    }

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus,
.alertify-button-cancel:active {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .alertify-button-cancel:hover,
    .alertify-button-cancel:focus,
    .alertify-button-cancel:active {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus,
.alertify-button-ok:active {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .alertify-button-ok:hover,
    .alertify-button-ok:focus,
    .alertify-button-ok:active {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }

.alertify-log {
    background: #3276b1;
    padding: 15px 14px 15px;
    border-radius: 4px;
    color: #D9EDF7;
    border: 1px solid #285e8e;
}

.alertify-log-error {
    color: #ecf0f1;
    background: #e74c3c;
    border: 1px solid #c0392b;
}

.alertify-log-success {
    color: #ecf0f1;
    background: #27ae60;
    border: 1px solid #2ecc71;
}




/* Responsive CSS */
@media (max-width: 991.98px) {
    .sidebtns.position-absolute {
        position: relative !important;
        left: 0px;
        right: 0px;
    }

    .container {
        max-width: 100%;
    }

    .pddBtm100 {
        padding-bottom: 0px;
    }
}

@media (max-width: 767.98px) {
    .nav-top, .nav-top .btn-block.text-right {
        text-align: center !important;
    }

        .nav-top .float-right {
            float: none !important;
        }

        .nav-top .btn-block {
            margin: 10px 0px;
        }

    .LoginMSEC .col-md-6 {
        padding: 0;
    }

    nav.navbar ul.navbar-nav .nav-link {
        padding-left: 15px;
        text-align: left !important;
    }

    .cmpnDetl .border-right {
        border: none !important;
    }
}

@media (max-width: 575.98px) {
    .nav-top .btn-block .btn {
        font-size: 15px;
        padding: 0px 25px;
        margin-left: 0px;
    }

    .nav-top ul li a {
        font-size: 12px;
    }

    .nav-top ul li {
        padding: 0px 6px;
    }

    .LoginMSEC .form-group.pclrBG input {
        padding-left: 1%;
        width: 65%;
    }

    .LoginMSEC .form-group.pclrBG label {
        padding-left: 3%;
        font-size: 16px;
        margin-right: 1%;
    }

    .LoginMSEC {
        padding: 135px 0px;
    }

    .IEgitxt {
        float: none;
    }
}





.bootstrap-datetimepicker-widget {
    width: 250px;
    border-radius: 0px;
}

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
}

    .datepicker table {
        width: 100%;
        margin: 0;
    }

    .datepicker td,
    .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
    }

        .datepicker td.day:hover, .datepicker td.day.today {
            background: #0088cc;
            color: #fff;
            cursor: pointer;
        }

        .datepicker td.day.disabled {
            color: #eeeeee;
        }

        .datepicker td.old,
        .datepicker td.new {
            color: #999999;
        }

        .datepicker td.active:hover,
        .datepicker td.active:hover:hover,
        .datepicker td.active:focus,
        .datepicker td.active:hover:focus,
        .datepicker td.active:active,
        .datepicker td.active:hover:active,
        .datepicker td.active.active,
        .datepicker td.active:hover.active,
        .datepicker td.active.disabled,
        .datepicker td.active:hover.disabled,
        .datepicker td.active[disabled],
        .datepicker td.active:hover[disabled] {
            color: #ffffff;
            background-color: #0044cc;
            *background-color: #003bb3;
        }

            .datepicker td.active:active,
            .datepicker td.active:hover:active,
            .datepicker td.active.active,
            .datepicker td.active:hover.active {
                background-color: #003399 \9;
            }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .datepicker td span:hover {
                background: #eeeeee;
            }

            .datepicker td span.active {
                color: #ffffff;
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
                background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
                background-image: -o-linear-gradient(top, #0088cc, #0044cc);
                background-image: linear-gradient(to bottom, #0088cc, #0044cc);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
                border-color: #0044cc #0044cc #002a80;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                *background-color: #0044cc;
                /* Darken IE7 buttons by default so they stand out more given they won't have borders */
                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

                .datepicker td span.active:hover,
                .datepicker td span.active:focus,
                .datepicker td span.active:active,
                .datepicker td span.active.active,
                .datepicker td span.active.disabled,
                .datepicker td span.active[disabled] {
                    color: #ffffff;
                    background-color: #0044cc;
                    *background-color: #003bb3;
                }

                .datepicker td span.active:active,
                .datepicker td span.active.active {
                    background-color: #003399 \9;
                }

            .datepicker td span.old {
                color: #999999;
            }

        .datepicker th.switch {
            width: 145px;
        }

        .datepicker th.next,
        .datepicker th.prev {
            font-size: 21px;
        }

            .datepicker th.next:before {
                content: ">";
            }

            .datepicker th.prev:before {
                content: "<";
            }

    .datepicker th {
        color: #86569F;
    }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #eeeeee;
        }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}



h2 {
    margin-top: 0px !important;
}

h3 {
    padding: 10px 0 0px 0;
    font-weight: 500;
    color: #86569F;
    text-transform: uppercase;
    font-size: 16px;
}

form .group-control {
    /*float: left;
        width: 64.333333%;*/
}

.form-control {
    border-radius: 0;
}

.control-label {
    margin-bottom: 0;
    font-size: 15px;
}

@media (max-width: 575.98px) {
    form .form-body .form-group {
        width: 100%;
        margin: 0 0 10px;
    }
    footer{ position:relative;}
}

.maindiv {
    background: #EDE9F4;
    border: none;
    border-radius: 0px;
    padding: 15px;
}

.form-control[readonly] {
    background-color: #dee0ea;
}

.spanAstrik {
    color: red;
}

.checkicon {
    display: block;
    text-align: center;
    color: #86569F;
}

    .checkicon:before {
        content: "✔";
        color: #86569F;
    }
.HMRCstepbar .nav {
    padding: 10px 0px;
}

    .HMRCstepbar .nav li span {
        color: #666;
        font-size: 18px;
    }

        .HMRCstepbar .nav li span b {
            background: #ccc;
            color: #666;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            width: 40px;
            height: 40px;
            display: inline-block;
            line-height: 40px;
            font-size: 19px;
            margin-right: 15px;
        }

        .HMRCstepbar .nav li span img {
            display: inline-block;
            line-height: 40px;
            margin-right: 15px;
            width: 40px;
            height: 40px;
        }

    .HMRCstepbar .nav li.active span {
        color: #32a2dc;
    }

        .HMRCstepbar .nav li.active span b {
            background: #32a2dc;
            color: #fff;
        }

.btnHA {
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px #666;
    cursor: pointer;
    display: table;
    margin: 10px auto;
    width: 230px;
}

    .btnHA:hover {
        box-shadow: 0px 1px 2px #666;
    }

.hmrcUIb p {
    margin: 5px 0px;
}

    .hmrcUIb p b {
        color: #86569F;
    }

.stpNbPb {
    padding: 5px 0px;
}

    .stpNbPb h4 {
        color: #999;
        font-size: 18px;
    }

    .stpNbPb .sidebtns .btn {
        width: auto;
        padding: 2px 20px;
    }

.clickboxbtn {
    text-align: center;
}

    .clickboxbtn .btn {
        box-shadow: 0px 2px 4px #999;
        width: 100%;
        color: #666;
        font-size: 24px;
        margin: 10px 0px 20px;
        padding: 15px 0px 20px;
        white-space: normal;
    }

        .clickboxbtn .btn.active, .clickboxbtn .btn:hover {
            background: #32a2dc;
            color: #fff;
        }

            .clickboxbtn .btn.active span, .clickboxbtn .btn:hover span {
                background: #fff;
                color: #32a2dc;
            }

        .clickboxbtn .btn span  {
            background: #666;
            color: #fff;
            display: table;
            margin: 10px auto;
            border-radius:100%;
            width: 50px;
            height: 50px;
            font-size: 30px;
            border-radius: 50px;
            line-height: 50px;
        }
.submimgbtns .btn {
    background: #32a2dc;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    padding: 6px 20px;
    margin-left: 5px;
}
.submimgbtns .btn img{
    height:25px;
    margin-right:8px;
}
/*******************************************loader css************************/

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    /*padding-top: 80px;*/
}

/*********************Popup css************************/
#confirmBoxforalert {
    display: none;
    /*background-color: #eee;*/
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 660px;
    left: 50%;
    margin-left: -230px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    /*text-align: center;*/
    top: 30px;
    z-index: 1000000;
}

    #confirmBoxforalert .button:hover {
        background-color: #3276b1;
        border: 1px solid #285e8e;
    }

    #confirmBoxforalert .message {
        text-align: left;
        margin-bottom: 8px;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #333333;
    opacity: 0.8 !important;
}

#confirmBoxforalertHMRC {
    display: none;
    /*background-color: #eee;*/
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 660px;
    left: 50%;
    margin-left: -230px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    /*text-align: center;*/
    top: 30px;
    z-index: 1000000;
}

    #confirmBoxforalertHMRC .button:hover {
        background-color: #3276b1;
        border: 1px solid #285e8e;
    }

    #confirmBoxforalertHMRC .message {
        text-align: left;
        margin-bottom: 8px;
    }


#confirmBoxforalertPreviousYear {
    display: none;
    /*background-color: #eee;*/
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 660px;
    left: 50%;
    margin-left: -230px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    /*text-align: center;*/
    top: 30px;
    z-index: 1000000;
}

    #confirmBoxforalertPreviousYear .button:hover {
        background-color: #3276b1;
        border: 1px solid #285e8e;
    }

    #confirmBoxforalertPreviousYear .message {
        text-align: left;
        margin-bottom: 8px;
    }
/*************HMRC new flow*********/

.hmrcAC {
    padding: 30px;
    margin-bottom: 40px;
    color: #fff;
}

    .hmrcAC h3 {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        margin: 15px 0;
    }

    .hmrcAC p {
        margin: 0px;
    }

    .hmrcAC input {
        width: 100%;
        border: none;
        padding: 8px;
        margin: 10px 0;
    }

    .hmrcAC .btn,
    .formstyleBox .btn {
        border-radius: 30px;
        position: relative;
        color: #fff;
        font-size: 16px;
        padding: 5px 30px;
        margin: 15px 0;
        font-weight: normal;
        cursor: pointer;
    }

        .hmrcAC .btn b,
        .formstyleBox .btn b {
            position: relative;
            z-index: 1;
        }

        .hmrcAC .btn .ForAllBtnnBG,
        .formstyleBox .btn .ForAllBtnnBG {
            top: 1px;
            padding: 8px 0px;
        }

        .hmrcAC .btn:hover .ForAllBtnnBG,
        .formstyleBox .btn:hover .ForAllBtnnBG {
            opacity: 0.7;
        }

    .hmrcAC ul {
        margin: 0;
        padding: 0;
    }

        .hmrcAC ul li {
            margin: 3px 0;
            /*font-style: italic;*/
            padding-left: 10px;
            position: relative;
        }

            /*.hmrcAC ul li::before {
                content: "";
                position: absolute;
                height: 5px;
                width: 5px;
                border-radius: 5px;
                background: #fff;
                display: inline-block;
                top: 10px;
                left: 0px;
            }*/

.usertab .nav .nav-link {
    background: #d0d5db;
    color: #666;
    padding: 12px 30px;
    font-size: 20px;
    margin-right: 3px;
    border: none;
    cursor: pointer;
}

    .usertab .nav .nav-link img {
        height: 35px;
        margin-right: 8px;
    }

    .usertab .nav .nav-link.active {
        color: #fff;
        border: none;
        background: #32a2dc;
    }

.usertab .yearfilter {
    border: 1px solid #d0d5db;
    border-radius: 5px;
    overflow: hidden;
    background: #86569F;
}

    .usertab .yearfilter label {
        color: #fff;
        margin: 0;
        padding: 5px 10px;
        background: #86569F;
        border-right: 1px solid #fff;
    }

    .usertab .yearfilter select {
        border: none;
        border-left: 0px solid #d0d5db;
        color: #fff;
        padding: 10px;
        background: #86569F;
    }

.acntDtlsb .nav-pills {
    border: 1px solid #d0d5db;
    background-image: linear-gradient(to bottom, #f1f1f1, #eaeaeb, #e2e3e6, #d9dce1, #d0d5db);
}

    .acntDtlsb .nav-pills a {
        border-radius: 0;
        color: #32a2dc;
        position: relative;
        padding: 15px 5px;
        border-left: 1px solid #d0d5db;
        font-weight: 700;
    }

    .acntDtlsb .nav-pills #finalsubBtn {
        border: 1px solid #d0d5db;
        background-image: linear-gradient(to bottom, #f1f1f1, #eaeaeb, #e2e3e6, #d9dce1, #d0d5db);
    }

    .acntDtlsb .nav-pills #finalsubBtn {
        border-radius: 0;
        color: #32a2dc;
        position: relative;
        padding: 15px 5px;
        border-left: 1px solid #d0d5db;
        font-weight: 700;
        cursor: pointer;
    }

    .acntDtlsb .nav-pills a:first-child {
        border: none;
    }

.acntDtlsb {
    border: 1px solid #d0d5db;
    border-top: none;
}

    .acntDtlsb .nav-pills a.active {
        background: none;
    }

        .acntDtlsb .nav-pills a.active::after {
            content: "";
            position: absolute;
            bottom: -16px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #d0d5db;
            width: 0px;
            height: 15px;
            display: inline-block;
            z-index: 1;
            left: 47%;
        }

    .acntDtlsb #accordion {
        padding: 30px;
    }

        .acntDtlsb #accordion .card {
            margin: 15px 0px;
            border: none;
        }

        .acntDtlsb #accordion .card-header {
            border-radius: 5px;
            position: relative;
        }

            .acntDtlsb #accordion .card-header a {
                color: #fff;
                padding: 0;
                font-size: 16px;
                text-decoration: none;
            }

            .acntDtlsb #accordion .card-header a {
                color: #fff;
                padding: 0;
                font-size: 16px;
                text-decoration: none;
            }

        .acntDtlsb #accordion .card .collapse {
            margin: 15px 0;
        }

        .acntDtlsb #accordion .card-header a::after {
            background: #fff;
            color: #86569f;
            position: absolute;
            right: 15px;
            top: 6px;
            height: 24px;
            width: 24px;
            border-radius: 27px;
            font-size: 23px;
            line-height: 23px;
        }

        .acntDtlsb #accordion .card-header a[aria-expanded="true"]::after {
            content: "-";
            font-size: 40px;
            line-height: 19px;
        }

        .acntDtlsb #accordion .card-header a[aria-expanded="false"]::after {
            content: "+";
        }

.formstyleBox {
    margin: 15px 0px;
}

    .formstyleBox h2 {
        color: #32a2dc;
        border-bottom: 1px solid #d0d5db;
        text-transform: none;
        padding-bottom: 10px;
        margin: 15px 0px 30px;
    }

    .formstyleBox .form-group {
        margin-bottom: 1rem;
        display: table;
        width: 100%;
    }

    .formstyleBox label {
        width: 220px;
        margin-right: 15px;
        float: left;
    }

    .formstyleBox input {
        border: 1px solid #d0d5db;
        padding: 5px 8px;
        width: 40%;
        float: left;
        margin: 6px 0;
    }

        .formstyleBox input[type="checkbox"] {
            width: auto;
            margin-right: 5px;
        }

.HMRCstepbar .nav li span {
    font-size: 13px !important;
}

.usertab .yearfilter {
    margin-bottom: 18px;
}

/****************End**********/

