@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/Intro Regular.otf');
}
@font-face {
  font-family: 'Intro Light';
  src: url('../fonts/Intro Light Regular.otf');
}

*{
    box-sizing: border-box;
}
html, body{
    height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
    overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat-Medium', sans-serif;
}
h1.main-title{
    font-size: 80px;
    margin: 0;
}
h4.sub-title{
    margin: 15px 0;
}
.main-nav .nav-link:hover{
    color: #e3440f;
}
.custom-nav-link{
    /*background: rgba(64, 140, 210, 0.3);*/
    border-bottom: 5px solid #1e83bc;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 0px!important;
}
.cl-ct .dropdown-bg{
    background: rgba(76, 175, 80, 0.3);
}
.cl-engl .dropdown-bg{
    background: rgba(8, 125, 194, 0.3);
}
.cl-ahm .dropdown-bg{
    background: rgba(0, 38, 154, 0.3);
}
.cl-barn .dropdown-bg{
    background: rgba(0, 0, 0, 0.3);
}
.cl-ct .custom-nav-link{
    border-color: #1e83bc;
}
.cl-engl .custom-nav-link{
    border-color: #087dc2;
}
.cl-ahm .custom-nav-link{
    border-color: #ff4d00;
}
.cl-barn .custom-nav-link{
    border-color: #d2272f;
}
.custom-nav-link:hover, .custom-nav-link:focus, .custom-nav-link:active, .custom-nav-link.active{
    color: inherit!important;
}
.cl-ct .custom-nav-link:hover, .cl-ct .custom-nav-link:focus, .cl-ct .custom-nav-link:active, .cl-ct .custom-nav-link.active{
    color: inherit!important;
    background: rgba(76, 175, 80, 0.3);
}
.cl-engl .custom-nav-link:hover, .cl-engl .custom-nav-link:focus, .cl-engl .custom-nav-link:active, .cl-engl .custom-nav-link.active{
    color: inherit!important;
    background: rgba(8, 125, 194, 0.3);
}
.cl-ahm .custom-nav-link:hover, .cl-ahm .custom-nav-link:focus, .cl-ahm .custom-nav-link:active, .cl-ahm .custom-nav-link.active{
    color: inherit!important;
    background: rgba(0, 38, 154, 0.3);
}
.cl-barn .custom-nav-link:hover, .cl-barn .custom-nav-link:focus, .cl-barn .custom-nav-link:active, .cl-barn .custom-nav-link.active{
    color: inherit!important;
    background: rgba(210, 39, 47, 0.3);
}
.navbar-toggle .icon-bar{
    background: #cccccc;
}
.navbar-nav a:not(.dropdown-item){
    color: inherit;
    margin: 0 15px;
}
.navbar-brand-full{
    width: 150px;
}
.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.input-group-text{
    background-color: #1e84bd;
    border: 1px solid #1e84bd;
}
.cl-ct .input-group-text{
    background: #409ed3;
}
.cl-engl .input-group-text{
    background-color: #007dc3;
    border-color: #409ed3;
}
.cl-ahm .input-group-text{
    background-color: #00269a;
    border: 1px solid #00269a;
}
.cl-barn .input-group-text {
    background-color: #00548b;
    border: 1px solid #3f7ba5;
}
.frm-login-wrapper {
    padding: 15px;
    min-width: 300px;
}
.forgot-password, .forgot-password:hover, .navbar-nav a:focus{
    color: inherit!important;
    background-color: none!important;
}
.img-avatar{
    width: 35px;
    margin: -7px 5px 0 0;
    vertical-align: middle;
}
.login-wrapper{
    width: 100%;
    max-width: 450px;    
    padding: 25px;
    border-radius: 5px;
    margin: 0 auto;
}
.login-wrapper.login-wrapper-rt{
    margin: 0 auto;
}
.cl-ct .login-wrapper{
    background: rgba(255, 255, 255, 0.2);
}

.bg-title {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 25px 0;    
    min-height: 250px;
    display: flex;
    align-items: center;
}
.bg-title-sm{
    height: 175px;
}
.bg-title-full{
    height: calc(100% - 107px);
}
.cl-engl .bg-title{
    background-size: 100% 100%;
}
.cl-ahm .bg-title{
    background-size: cover;
}
.cl-barn .bg-title{
    background-size: cover;
}
.banner-content{
    opacity: 1;
    color: #ffffff;    
}
.banner-content-lg{
    display: flex;
    align-items: center;
    height: 300px;
}
.overlay-dark:before {
    content: '';
    background: -webkit-linear-gradient(-45deg, #1e5799 0%, #007dc3 0%, #007dc3 100%, #207cca 100%);
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cl-ct .overlay-dark:before {
    background: -webkit-linear-gradient(-45deg, #1e5799 0%, #007dc3 0%, #007dc3 100%, #207cca 100%);
}
.cl-engl .overlay-dark:before {
    /*background: -webkit-linear-gradient(-45deg, #1e5799 0%, #229ed2 0%, #08b1f7 100%, #207cca 100%);*/
    background: transparent!important;
}
.cl-ahm .overlay-dark:before {
    /*background: -webkit-linear-gradient(-45deg, #00269a 0%, #00269a 0%, #ff4e01 100%, #ff986c 100%);*/
    background: transparent!important;
}
.cl-barn .overlay-dark:before {
    /*background: -webkit-linear-gradient(-45deg, #08558c 0%, #08558c 0%, #d2272f 100%, #0b578d 100%);*/
    background: transparent!important;
}
.main-content{
    padding: 15px;
}

/********************************/
/* Start Application Section
/********************************/

#app-section {
    padding-top: 80px;
    padding-bottom: 40px;
}
h2.page-title{
    color: #e3440f;
    font-size: 32px;
    text-transform: none;  
    margin: 25px auto 40px auto;
    text-align: center;
}
.app-post {
    text-align: center;
    margin-bottom: 60px;    
}
.app-post-animate .app-post{
    animation: 1s ease-out 0s 1 slideInAppFromBottom;
}
.app-wrapper{
    margin: 50px auto;
}
.app-wrapper-banner-icons .app-post {
    text-align: center;
    margin-bottom: 40px;
}
.app-post a{
    color: inherit;
}
.app-wrapper-sm .app-post .app-icon{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
}
.app-wrapper-banner-icons .app-post .app-icon{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    border-color: #ffffff; 
}
.app-post .app-icon {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 75px;
    height: 75px;
    margin: 0 0 24px;
    line-height: 75px;
    color: inherit;
    font-size: 30px;
    text-align: center;
    background: transparent;
    border: 2px solid #111;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;    
}

.app-post a:hover{
    text-decoration: none;
}
.app-post:hover .app-icon,
.app-post.active .app-icon {    
    background: #e3440f;
    color: #ffffff;
    border:2px solid transparent;
}
.app-post:hover h2, .app-post.active h2{
    color: #e3440f;
}
.app-post h2 {
    color: inherit;
    font-weight: 400;
    margin: 0 auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.dropdown-menu .login-wrapper{
    width: 350px;
    padding: 18px 25px;
}
.dropdown-bg.login-wrapper{
    float: right;
}
.footer{
    /*background: #00a2ff;*/
    font-size: 85%;
    color: inherit;
    padding: 5px 15px;
    text-align: right;
}
.footer-fixed{
    position: fixed;
    width: 100%;
    bottom: 0;
}
.cl-ct .btn-custom{
    background: #bf7d4e;
    border-color: #bf7d4e;
}
.cl-engl .btn-custom{
    background: #087dc2;
    border-color: #087dc2;
}
.cl-ahm .btn-custom{
    background: #fc4c02!important;
    border-color: #fc4c02!important;
}
.cl-barn .btn-custom{
    background: #d2272f!important;
    border-color: #d2272f!important;
}
.content-bg-green{
    background: #4caf50;
}
.content-bg-blue{
    background: #409ed3;
}
.content-bg-dblue{
    background: #087dc2;
}
.content-bg-darkblue{
    background: #00548B;
}
.content-bg-red{
    background: #fc4c02;
}
.border-bg-green{
    border-color: #4caf50;
}
.footer-bg{
    background: #4caf50;    
}
.cl-ct .footer-bg{
    background: #4caf50;    
}
.cl-engl .footer-bg{
    background: #087dc2;    
}
.cl-ahm .footer-bg{
    background: #fc4c02;    
}
.cl-barn .footer-bg{
    background: #00548B;    
}

.icon-sad{
    font-size: 65px;
    margin: 15px auto;
    animation: slideInAppFromLeft 2s ;
}
@keyframes slideInAppFromLeft {
    0% {
        transform: translateX(0%);
    }
    25% {
        transform: translateX(50%);
    }
    50% {
        transform: translateX(100%);
    }
    75% {
        transform: translateX(50%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes slideInAppFromBottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}


@media (max-width: 991.98px){
    .navbar-brand {
        position: relative;
        margin-left: 0px;
        left: 0;
    }    
    .navbar-nav{
        float: right;
    }
}
@media (max-width: 767px){
    .navbar-right {
        position: absolute;
        right: 0px;
        display: inline-block;
        background: #0776cd;
        text-align: right;
        margin: 0;
    }    
    .navbar-nav .dropdown-menu {
        float: right;
        position: relative;
    }
    .frm-login-wrapper {
        padding: 15px;
        width: 300px;
    }
}


/* Styles for Floating Nav Bar */
.popover-content {
    overflow-y: scroll;
    height: 200px;
}

.popover-footer {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0 0;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    background: tomato;
    /*    padding: 13px;*/
    width: 74px;
    ;
    height: 83px;
    margin-top: 2px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}




.home-footer-a:hover{
text-decoration:none    ;
cursor:pointer;
}

#app-list{
    margin-top: 10px;
    color: #838486 !important;
    font-size: x-large;
    cursor: pointer;
}

.tileBox.disabled{
    background-color: lightgrey;
    pointer-events: none;
}
}

.loginButton, .submit-btn{
    font-size: 20px !important;
}

.single-app{
    border-right: unset !important;
    border-radius: 6px !important;
}

.error{
    color: red !important;
    font-weight: bold;
}

span.mandatory {
    padding-left: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#error-div .card {
    text-align:center;
}
#error-div  .card-title,#error-div  .card-text{
    color:#e24a4a;
    font-weight: bold;
    text-align:left;
}

#error-div .card-body{
    padding: 10px;
}

.error-page-footer{
    font-weight:bold;
    color: #FFF !important;
    position: fixed !important;
}

.ok, .ok:hover{
    color: #fff;
    background-color: #268fb9;
    border-color: #268fb9;
}

.modal-backdrop{
    background-color: transparent !important;
    z-index:1070;
}

.modal{
z-index:1080;
}

.auth-msg{
    width:100%;
}

.icon-incident{
    background-color: #fff;
}



/* Menu Card Styles starts here */
.menu-card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    font-weight: 400;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

}

.app-link:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0,0,0,0.11),
        0 24px 46px var(--box-shadow-color);
    transition: all 0.35s ease-in-out;
}

.service-area {
    padding-bottom: 45px;
}

.menu-card .card-up {
    overflow: hidden;
    height: 100px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.menu-card .avatar {
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}

.menu-card .card-body {
    text-align: center;
}

.card-body {
    padding-top: 1.5rem;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
     -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-bottom: 25%;
}

.card-link{
    width:100%;
}

.card-link h4 {
    font-size: 20px;
    color: rgba(38, 39, 39, 0.7);
    position: absolute;
    bottom: 5%;
    white-space: normal;
    text-align: center;
    width: 85%;
}
/* Menu Card Styles ends here */

/* Card colors starts here */
.info-card{
    background-color: #33b5e5;
}

.purple-card{
    background: linear-gradient(40deg,#ff6ec4,#7873f5)!important;
}

.blue-card{
    background: linear-gradient(40deg,#45cafc,#303f9f)!important;
}

.aqua-card{
    background: linear-gradient(40deg,#2096ff,#05ffa3)!important;
}

.orange-card{
    background: linear-gradient(40deg,#ffd86f,#fc6262)!important;
}

.green-card{
    background: linear-gradient(40deg,#6fffe4,#23b4b2)!important;
}

.yellow-card{
    background: linear-gradient(40deg,#ffd36f,#fd7164)!important;
}

.aqua-blue-card{
    background: linear-gradient(40deg,#1d95d3,#23b4b2)!important;
}

.pgb-card{
    background: linear-gradient(40deg,#809ded,#6fffe4)!important;
}

.purple-blue-card{
    background: linear-gradient(40deg,#809ded,#a26dc1)!important;
}

.blue-white-card{
    background: linear-gradient(40deg,#1d95d3,#a4bae3)!important;
}

.red-grey-card{
    background: linear-gradient(40deg,#b37b7b,#e02f2f)!important;
}

.light-green-card{
    background: linear-gradient(40deg,#82b5a2,#82f9cc)!important;
}
/* Card colors ends here */

.main-inc-icon-wrapper{
    width:20% !important;
}

#navbarSupportedContent a,#navbarSupportedContent a:hover{
    color:#fff;
}

/* Extended styles for New Login UI STARTS HERE */

/* Login Panel Starts here */
 .cts a {
     color: #FFF;
     display:inline-block;
     text-decoration: none;
     font-weight: 400;
}
 .cts h2:not(.issues-div h2) {
     text-align: center;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
     display:inline-block;
     margin: 40px 8px 10px 8px;
     color: #cccccc;
}
/* STRUCTURE */
 .cts .wrapper {
     display: flex;
     align-items: center;
     flex-direction: column;
     justify-content: center;
     width: 100%;
     min-height: 100%;
     padding: 20px;
}
 .cts .login-wrapper {
     -webkit-border-radius: 10px 10px 10px 10px;
     border-radius: 10px 10px 10px 10px;
     background: #fff;
     padding: 30px;
     width: 90%;
     max-width: 450px;
     position: relative;
     padding: 0px;
     -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
     box-shadow: 0 30px 60px 0 rgba(183, 183, 183, 0.3) text-align: center;
     border: 1px solid;
}
 .cts .formFooter {
     background-color: #f6f6f6;
     border-top: 1px solid #dce8f1;
     padding: 25px;
     text-align: center;
     -webkit-border-radius: 0 0 10px 10px;
     border-radius: 0 0 10px 10px;
}
/* TABS */
 .cts h2.inactive {
     color: #cccccc;
}
 .cts h2.active {
     color: #0d0d0d;
     border-bottom: 2px solid #5fbae9;
}
/* FORM TYPOGRAPHY*/
 .cts input[type=button], .cts input[type=submit], .cts input[type=reset] {
     background-color: #56baed;
     border: none;
     color: white;
     padding: 15px 80px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     text-transform: uppercase;
     font-size: 13px;
     -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
     box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
     -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 5px 5px 5px 5px;
     margin: 5px 20px 40px 20px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .cts input[type=button]:hover, .cts input[type=submit]:hover, .cts input[type=reset]:hover {
     background-color: #39ace7;
}
 .cts input[type=button]:active, .cts input[type=submit]:active, .cts input[type=reset]:active {
     -moz-transform: scale(0.95);
     -webkit-transform: scale(0.95);
     -o-transform: scale(0.95);
     -ms-transform: scale(0.95);
     transform: scale(0.95);
}
 .cts #uname,.cts .chkpwd {
     background-color: #ffffff;
     border: none;
     color: #0d0d0d;
     padding: 15px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 16px;
     margin: 5px;
     width: 85%;
     border-bottom: 1px solid #9c9c9c;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 0;
     height: 50px;
     outline: none;
     box-shadow: none !important;
}
 .cts #uname:focus,.cts .chkpwd:focus {
     background-color: #fff !important;
     border-color: #f6f6f6 !important;
     border-bottom: 2px solid #25c16f !important;
}
 .cts #uname:placeholder,.cts .chkpwd:placeholder {
     color: #cccccc !important;
}
/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
 .cts .fadeInDown {
     -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}
 @-webkit-keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
/* Simple CSS3 Fade-in Animation */
 @-webkit-keyframes fadeIn {
     from {
         opacity:0;
    }
     to {
         opacity:1;
    }
}
 @-moz-keyframes fadeIn {
     from {
         opacity:0;
    }
     to {
         opacity:1;
    }
}
 @keyframes fadeIn {
     from {
         opacity:0;
    }
     to {
         opacity:1;
    }
}
 .cts .fadeIn {
     opacity:0;
     -webkit-animation:fadeIn ease-in 1;
     -moz-animation:fadeIn ease-in 1;
     animation:fadeIn ease-in 1;
     -webkit-animation-fill-mode:forwards;
     -moz-animation-fill-mode:forwards;
     animation-fill-mode:forwards;
     -webkit-animation-duration:1s;
     -moz-animation-duration:1s;
     animation-duration:1s;
}
 .cts .fadeIn.first {
     -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
     animation-delay: 0.4s;
}
 .cts .fadeIn.second {
     -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
     animation-delay: 0.6s;
}
 .cts .fadeIn.third {
     -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
     animation-delay: 0.8s;
}
 .cts .fadeIn.fourth {
     -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
     animation-delay: 1s;
}
/* Simple CSS3 Fade-in Animation */
 .cts .underlineHover:after {
     display: block;
     left: 0;
     bottom: -10px;
     width: 0;
     height: 2px;
     background-color: #56baed;
     content: "";
     transition: width 0.2s;
}
 .cts .underlineHover:hover {
     color: #0d0d0d;
}
 .cts .underlineHover:hover:after{
     width: 100%;
}
/* OTHERS */
 .cts *:focus {
     outline: none;
}
 .cts #icon {
     width:60%;
}
 .cts .login-wrapper .form-group {
     padding: 0;
}
 .cts #error-div{
     padding:10px;
}
 .cts .login-wrapper .btnSection .btn-inf {
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
     border-right: 2px solid rgba(0,0,0,0.3);
}
 .cts .login-wrapper .btnSection .btn-prim {
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
     border-left: 2px solid rgba(0,0,0,0.3);
}
 .cts .userHint,.cts .auth-msg{
     color:#676767 !important;
}
 .cts .navigation-two .navbar-btn .submit-btn {
     /*box-shadow: 0 10px 30px 0 rgb(208, 171, 234);*/
}
 .cts .login-wrapper:before {
     border-bottom: 12px solid rgba(152, 141, 141, 0.6);
}
 .cts .dd-login-wrapper{
     z-index: 1000000;
}
 .cts .login-wrapper .btnSection .btn {
     /*box-shadow: 0 2px 10px 0 rgb(208,171,234);*/
}
 .cts .login-wrapper .btnSection {
     padding: 15px !important;
     margin-bottom: 0 !important;
}
 .cts .login-wrapper .btnSection .btn.active {
     background-color: #25c16f !important;
     color: #FFF !important;
     font-weight:bold;
}
 .cts .login-wrapper .btnSection .btn {
     /*box-shadow: 2px 2px 5px 0px rgb(102, 63, 130) !important;*/
}
 .cts .login-wrapper .btnSection .btn {
     background-color: #25c16f !important;
     border-color: #f7f4f4!important;
     border-width: 1px !important;
}
 .cts .dd-login-wrapper {
     /*overflow:unset !important;*/
     overflow:hidden!important;
}
 .cts .login-wrapper{
     width: 100%;
}
 .cts .preloader {
     z-index:10000000;
}
/* Login Panel ends here */

/* Logout Panel Styles starts here */
 .cts .logout-link{
     vertical-align: middle !important;
}
 .cts .logout-img{
     width: 28px;
     padding-bottom: 3px;
}
 .cts .logout-link .fa-power-off {
     /*color: #FFF !important;
     font-size: 16px!important;
     -webkit-text-stroke: thin;*/
}
.icon-user-login, .cts .logout-link .icon-user-logout{
    font-size: 28px;
    vertical-align: middle;
}
.icon-user-login{
    margin-right: 5px;
}
.icon-user-logout{
    margin-left: 5px;
}
 .cts span.display-name {
     /*color: #FFF !important;*/
     padding-right: 5px !important;
     /*font-weight: lighter !important;*/
     font-weight: 600;
}
/* Logout Panel Styles ends here */
/*Quick Tickets Panel starts here */
 .cts #navbarSupportedContent{
     margin-right: 12%;
}
/*Quick Tickets Panel ends here */
/* Download Notes starts here */
 .cts .downloadNotes{
     padding:0 !important;
     bottom: 50px !important;
}
/* News Marquee */
 .news-marquee{
     background-color: #003359;
     color: #ffffff;
     font-weight: 400;
     vertical-align: middle;
     padding-top: 0px;
     height:auto;
     width:100%;
}
 .news-marquee p {
    color: #ffffff;
    font-weight: 400;
     display: inline-block;
     padding-left: 100%;
     animation: marquee 60s linear infinite;
     cursor: default;
}
 .news-marquee p:hover{
     animation-play-state: paused;
}
 .news-marquee .marquee-content{
     margin-right: 4%;
     white-space: nowrap;
     color: #ffffff;
     font-size:14px;
     font-weight: 400;
}
/* Download Notes */
 .cts .slider-area .downloadNotes{
     padding: 15px !important;
     bottom: 19px !important;
     left: 74%;
     text-align: left;
     background: rgba(0,0,0,0.5);
}
 .cts .service-carousel{
     padding: 18px 18px;
     padding-left: 100px;
     padding-right: 100px;
}
 .cts .service-area{
     padding-bottom:unset;
}
 .cts .service-area .container{
     max-width: unset;
}
 .cts .downloadNotes a{
     display: block;
     padding-bottom:12px;
}
.cts .downloadNotes a *:hover{
    color: #ff8f1c;
}
 .cts .slider-area .downloadNotes p{
     font-size: 20px;
}
 .cts .slider-area .downloadNotes .mobileIcon{
     width: 23px;
}
 .cts .issues-div .title {
     /*font-size: 22px;
     font-weight: 400;
     color: #0072a7;
     text-align:left;
     margin-left: 0;*/
     color: #676767;
     text-align: left;
}
 .cts .issues-div{
    /*border-right: 1px solid rgba(0,0,0,.1);
    */
     padding-left: 38px;
}
 .cts .issue-links{
     display: block;
     text-decoration: none;
     cursor: pointer;
     color: #098ff9;
     padding-bottom: 5px;
}
/*.cts .issue-links:hover{
    color: #ff8f1c;
}*/
 .cts .main-inc-icon-wrapper{
     width: 185px !important;
}
 .cts .apps-div .slick-track{
     padding-left: 20px !important;
}
 .cts .menu-card .card-up{
     height: 83px;
}
 .cts .menu-card .avatar{
     width: 50px;
}
 .cts .card-link h4{
     left: 9%;
     font-size: 17px;
}

.cts .apps-div .slick-slide{ /* styles to apply to the li tag */
    padding-right:1%;
}
 @keyframes marquee {
     0% {
         transform: translate(0, 0);
    }
     100% {
         transform: translate(-100%, 0);
    }
}
 @media (min-width:1200px){
     .cts .latestNewsArea .container{
        max-width:1308px !important;
         padding: 0;
    }
     .cts footer .container{
        max-width:1280px !important;
         padding:0;
    }
     .cts footer .footerNotes .container{
        padding:0;
    }
}
 @media (min-width:1024px){
    /*.service-carousel .main-inc-icon-wrapper{
        min-width:285px;
    }
    */
     .service-carousel .next.slick-arrow{
        right:-50px;
    }
     .service-carousel .prev.slick-arrow{
        left:-50px;
    }
     .cts .latestNewsArea .container{
        max-width:980px;
    }
     .cts footer .container{
        max-width:960px;
    }
}
 @media (min-width:768px){
     .service-carousel .next.slick-arrow{
        right:-30px;
    }
     .service-carousel .prev.slick-arrow{
        left:-30px;
    }
}
 @media (min-width:567px){
}
 @media (max-width:1756px){
     .cts .slider-area .downloadNotes{
         left: 64%;
    }
     .cts .card-link h4{
         font-size: 15px;
    }
     .cts .issues-div{
         padding-left: 0px;
    }
}
 @media (max-width:1344px){
     .cts .slider-area .downloadNotes{
         left: 64%;
    }
     .cts .card-link h4{
         font-size: 15px;
    }
     .cts .issues-div{
         padding-left: 0px;
    }
}
 @media (max-width:1305px){
     .cts .slider-area .downloadNotes{
         left: 64%;
    }
     .cts .card-link h4{
         font-size: 13px;
    }
     .cts .issues-div{
         padding-left: 0px;
    }
}

@media (max-width:1269px){
     .cts .slider-area .downloadNotes{
         left: 63%;
    }
     .cts .card-link h4{
         font-size: 13px;
    }
     .cts .issues-div{
         padding-left: 0px;
    }
}

 @media (max-width:1235px){
     .cts .slider-area .downloadNotes{
         left: 62%;
    }
     .cts .card-link h4{
         font-size: 11px;
    }
     .cts .issues-div{
         padding-left: 0px;
    }
}
 @media (max-width:1202px){
     .cts .slider-area .downloadNotes{
         left: 61%;
    }
     .cts .card-link h4{
         font-size: 9px;
    }
     .cts .issues-div{
         padding-left: 0px;
    }
}
 @media (max-width:768px){
     .cts .slider-area .downloadNotes{
         left: 60%;
    }
     .cts .card-link h4{
         font-size: 10px;
    }
     .cts .issues-div{
         padding-left: 0px;
    }
    .cts footer .footerNotes .footerLogo, .cts footer .footer-links, .cts footer .footer-social-links{
        display: block;
        margin: 5px auto;
        text-align: center;
    }
}

@media (max-width:567px){
}


/* Extended styles for New Login UI ENDS HERE */
.img-mic {
    width: 32px;
    vertical-align: middle;
    margin-right: 7px;
}
.cts .issue-section {
    display: block;
    margin-bottom: 15px;
    background: #e0e0e0;
    padding: 15px;
    border-radius: 5px;
}

.cts a {
    color:#007bff !important;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

.client-dd-wrapper .dropdown-item.opt {
    color: #000 !important;
}

.ajax-loader{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    background: transparent;
    z-index: 1000;
    height: 100px;
    width: 100px;
    display:none;
}
.cts .custom-tag-wrapper{
    background:transparent !important;
}
.cts .custom-tag-wrapper li a {
    color:#fff !important;
    background-color:#07abee;
    letter-spacing: 1px;
    padding: 5px 10px;
    font-size: 12px;
    margin: 2px;
    border-radius: 3px;
}
.cts .custom-tag-wrapper li a:hover {
    background-color:#0099f4;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    color: #FFEB3B;
    opacity: 1;
    content: "";
	top: 5px!important;
    margin-right: -5px;
    font-size: 20px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    color: #FFEB3B;
    opacity: 1;
    content: "";
	top: 5px!important;
    margin-right: -5px;
    font-size: 20px;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after{
    color: #ffffff;
}
th.sorting {
    background-image: url(../../images/icons/sorting/sort_both.png) !important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
}
th.sorting_asc {
    background-image: url(../../images/icons/sorting/sort_asc.png) !important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
}
th.sorting_desc {
    background-image: url(../../images/icons/sorting/sort_desc.png) !important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
}

/* Bootstrap Tags Input starts here. */
.bootstrap-tagsinput .label-info{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #3c8dbc;

}

.bootstrap-tagsinput{
    min-height: 28px;
    padding: 2px 6px;
}

/* Bootstrap Tags Input ends here. */

.app-unauthorized .apps-title{
    font-weight:bold !important;
}

.apps-outer-wrapper.app-center{
    justify-content: center;
}


.loading-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15000;
    background: rgba(255,255,255,0.5);
    bottom: 0;
    right: 0;
    margin: auto;
}

.no-scroll{
    overflow:hidden;
}

.loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.img-loader{
    max-width: 100%;
    max-width: 60px;
    animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.right-sidebar-toggle{
    margin:0 8px;
}
.navigation .settingIcon a, .navigation .settingIcon i {
    color: #666 !important;
    font-size: 20px;
    margin: 0 4px;
    cursor:pointer;
}
.setting-main li p {
    margin-bottom: 4px;
    font-weight: 500;
}
.setting-main li .indentText{
padding-left:12px;
font-weight:400;
color:#999;
}
.setting-main li .indentText a{
    color:#999 !important;
    text-decoration:underline;
}
.setting-main li .indentText i{
    color:#999;
    font-size: 14px;
}
.sidebar-container .sidebar-title {
    background: #f9f9f9;
    padding: 14px 20px !important;
   }

.setings-item .item-text {
    max-width: 150px;
    display: inline-block;
}

.logged-user-wrapper .navbar-nav li a:not(.dropdown-item) {
    margin: 0 10px;
}
.logged-user-wrapper .navbar-nav li a.dropdown-toggle {
    margin-right: 0;
}
.logged-user-wrapper ul li span.display-name {
    max-width: 150px;
}
@media (max-width: 1200px) {
    .logged-user-wrapper ul li span.display-name {
        max-width: 110px;
    }
}
/*  Header FeedbackForm Icon Styles*/
.sfiguideIcon a{
    font-size:20px;
    margin-left: 0px !important;
}
.feedbackIcon a{
    font-size:20px;
}
.feedbackSection{
    display: block;
    position: absolute;
    max-width: 750px;
    width: 100%;
    min-width: 450px;
    background-color: #fff;
    right: 150px;
    top: 40px;
    padding: 10px;
    overflow-y:auto;
    overflow-x:hidden;
    z-index:100;
    min-height:350px;
    max-height:450px;
    visibility:hidden;
    box-shadow: 0px 0px 4px 0px rgba(0, 0 , 0, 0.4);
}
.feedbackSection.feedbackSectionShow{
    visibility:visible;
    z-index:1009;
}
.sfiguideIcon a,.sfiguideIcon a i{
    color:#666 !important;
}
.feedbackIcon a,.feedbackIcon a i{
    color:#666 !important;
}
.feedbackIcon{
    padding-top:2px;
    position:relative;
}
.feedbackIcon .arrowupIcon{
    position: absolute;
    bottom: -18px;
    transform: rotate(-90deg);
    right: 21px;
    display:none;
    }
    .feedbackIcon .arrowupIcon i{
    color: #c5c5c5;
    font-size: 30px;
    }
.feedbackInner{

}
.feedback-close{
    padding-bottom: 10px;
    text-align:right;
    position:relative;
}
.feedback-close .arrowupIcon{
    position:absolute;
    right:100px;
    }
.feedback-close span{
    cursor:pointer;
}
.feedback-close span i {
    font-size: 20px;
    color: #666;
}
div.feedbackSection html{
    height: auto !important;
    overflow: auto !important;
}
div.feedbackSection html body{
     height: auto !important;
     overflow-y: auto !important;
}
div.feedbackSection html body .container{
    width:100% !important;
}
div.feedbackSection html body .container .main-content-wrapper .right-contentarea{
        overflow: hidden auto;
        min-height: auto !important;
        height: auto !important;
}
div.feedbackSection html body .main-footer{
    width:100% !important;
}
div.feedbackSection html body .main-footer .powered-by{
    position:static !important;
    padding-top: 20px;
}
div.feedbackSection html body .main-footer .powered-by p{
    padding:5px !important;
}
div.feedbackSection html body #designContainer .dataTables_scrollHeadInner{
    height:54px !important;
}

.service-area.call-action-area {
    display: none;
}
.header-widget{
    padding: 8px 15px;
}

.dropdown-menu.inner.show{
    display: inherit !important;
}
/*.sf-floating-nav i{
    font-size: 25px;
    color: #619dd9;
}
.sf-floating-nav i, .sf-floating-nav{
    color: #1daddd !important;
    text-shadow: 3px 2px 5px #b5b5b5;.sf-floating-nav i, .sf-floating-nav
}*/
.sf-floating-nav:hover{
    opacity:0.9;
}