@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('../../assets/fonts/AvenirLTStd-Black.eot') format('embedded-opentype'),
         url('../../assets/fonts/AvenirLTStd-Black.otf')  format('opentype'),
         url('../../assets/fonts/AvenirLTStd-Black.woff') format('woff'),
         url('../../assets/fonts/AvenirLTStd-Black.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../../assets/fonts/AvenirLTStd-Book.eot') format('embedded-opentype'),
         url('../../assets/fonts/AvenirLTStd-Book.otf')  format('opentype'),
         url('../../assets/fonts/AvenirLTStd-Book.woff') format('woff'),
         url('../../assets/fonts/AvenirLTStd-Book.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('../../assets/fonts/AvenirLTStd-Light.eot') format('embedded-opentype'),
         url('../../assets/fonts/AvenirLTStd-Light.otf')  format('opentype'),
         url('../../assets/fonts/AvenirLTStd-Light.woff') format('woff'),
         url('../../assets/fonts/AvenirLTStd-Light.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-Black';
    src: url('../../assets/fonts/Raleway-Black.eot') format('embedded-opentype'),
         url('../../assets/fonts/Raleway-Black.woff') format('woff'),
         url('../../assets/fonts/Raleway-Black.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('../../assets/fonts/Raleway-Medium.eot') format('embedded-opentype'),
         url('../../assets/fonts/Raleway-Medium.woff') format('woff'),
         url('../../assets/fonts/Raleway-Medium.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-ExtraLight';
    src: url('../../assets/fonts/Raleway-ExtraLight.eot') format('embedded-opentype'),
         url('../../assets/fonts/Raleway-ExtraLight.woff') format('woff'),
         url('../../assets/fonts/Raleway-ExtraLight.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: 'AvenirLTStd-Book';
    color: #ffffff;
    height: 100%;
}
ul,ol {
    list-style: none;
    margin-bottom:0;
}
a,
a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
}
input:focus,
select:focus,
button:focus,
textarea:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.pdNone{
    padding: 0px !important;
}
.pd10{
    padding: 10px;
}
.pd20{
    padding: 20px;
}
.bdNone{
    border: none !important;
}
.font14 {
    font-size: 14px !important;
}
.font16 {
    font-size: 16px !important;
}
.font18 {
    font-size: 18px !important;
}
.floatL {
    float: left !important;
}
.floatR {
    float: right !important;
}
.AvenirLTStd-Black {
    font-family: 'AvenirLTStd-Black';
}
.AvenirLTStd-Light {
    font-family: 'AvenirLTStd-Light';
}
.textalign-center {
    text-align: center;
}
.textuppercase {
    text-transform: uppercase;
}
.display-inlineblock {
    display: inline-block;
}
.commonColor{color:#555}
.common-btn {
    width: 200px;
    height: 50px;
    border-radius: 8px;
    background-color: #0a3468;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'AvenirLTStd-Book';
    line-height: 50px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out; 
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
/*login css*/
.loginpage {
    width: 100%;
    height: 100vh;
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 25px;
}
.login-left {
    float: left;
    height: calc(100vh - 50px);
    position: relative;
    width: 60%;
}
.login-title {
    position: absolute;
    right: 170px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.login-title h2 {
    font-size: 83px;
    color: #fff;
    opacity: 0.35;
    font-family: 'Raleway-Black';
    font-weight: normal;
    position: absolute;
    top: -62px;
    left: -8px;
}
.login-title h4 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    font-family: 'Raleway-Medium';
}
.login-title p {
    font-family: 'Raleway-ExtraLight';  
    font-size: 24px; 
    margin-bottom: 0; 
}
.login-title h3 {
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    font-family: 'Raleway-Black';
}
.login-right {
    float: right;
    width: 40%;
    max-width: 600px;
}
.loginbox {
    width: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 0 31px 77px 0 rgba(12, 32, 53, 0.33);
    border: solid 1px #f3f3f3;
    box-sizing: border-box;
    padding: 15px;
    height: calc(100vh - 50px);
    position: relative;
}
.loginlogo {
    margin-top: 60px;
}
.loginlogo img {
    width: 220px;
}
.loginlogo p {
    font-size: 15px;
    color: #494a4d;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 20px
}
.loginfil {
    max-width: 400px;
    width: 100%;
}
.loginfil h3 {
    font-family: 'AvenirLTStd-Book';
    font-size: 20px;
    font-weight: 500;
    color: #737373; 
    margin-top: 40px;   
}
.inputfil {
    width: 100%;
}
.inputfil ul li {
    width: 100%;
    height: 62px;
    border-radius: 10px;
    background-color: rgba(236, 242, 255, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 20px;
}
.inputfil ul li i {
    display: inline-block;
    width: 20px;
}
.inputfil ul li i img {
    width: 100%;
}
.inputfil ul li input {
    width: calc(100% - 44px);
    margin-left: 20px;
    border: none;
    background: transparent;
    font-size: 18px;
    font-family: 'AvenirLTStd-Book';
    color: #bdbdbd;
    height: 32px;
    vertical-align: middle;
}
.inputfil ul li input::-webkit-input-placeholder {
  color: rgba(189, 189, 189, 0.7);
}
.inputfil ul li input:-ms-input-placeholder {
  color: rgba(189, 189, 189, 0.7);
}
.inputfil ul li input::placeholder {
  color: rgba(189, 189, 189, 0.7);
}
.singbtn {
    margin-top: 40px;
    margin-bottom: 30px;
}
.singbtn:hover {
    color: #0a3468;
    border: 1px solid #0a3468;
    background-color: transparent;
}
.loginfil > p,
.singin p {
    font-size: 14px;
    color: #9ea0a5;
    margin-bottom: 10px;
}
.socialicon {
    margin-top: 10px;
}
.socialicon a {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    margin-left: 23px;
    text-align: center;
    vertical-align: top;
    transition: all 0.5s ease-in-out; 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.socialicon a:hover {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.13);
}
.socialicon a:first-child {
    margin-left: 0;
}
.socialicon a.facebook {
    border: solid 1px #5a7efd; 
}
.socialicon a.facebook img {
    width: 11px;
    margin-top: 15px;
}
.socialicon a.google {
    border: solid 1px #ee3a2b; 
}
.socialicon a.google img {
    width: 16px;
    margin-top: 16px;
}
.socialicon a.linkedin {
    border: solid 1px #0078bd; 
}
.socialicon a.linkedin img {
    width: 23px;
    margin-top: 12px;
}
.socialicon a.instagram {
    border-radius: 8px;
    background: linear-gradient(to bottom, #ff294d, #5755d2);
    padding: 1px;
    box-sizing: border-box;
}
.socialicon a.instagram span {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
}
.socialicon a.instagram img {
    width: 28px;
    margin-top: 11px;
}
.singin {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}
.singin p {
    margin-top: 0;
    margin-bottom: 15px;
}
.singin p a {
    color: #0a3468;
    font-weight: 900;
}
.singin p a:hover {
    text-decoration: underline;
}


@media screen and (min-width: 1601px) {
    .loginlogo img {
        width: 240px;
    }
    .loginlogo {
        margin-top: 80px;
    }
    .inputfil ul li {
        height: 70px;
    }
    .inputfil ul li input {
        height: 40px;
    }
    .loginfil h3 {
        margin-top: 50px;
    }
    .login-title h2 {
        font-size: 110px;
        top: -77px;   
    }
    .login-title h4 {
        font-size: 50px;    
    }
    .login-title p {
        font-size: 32px;    
    }
    .login-title h3 {
        font-size: 40px;    
    }
}
@media screen and (max-width: 1600px) {
    .loginlogo {
        margin-top: 20px;
    }
    .loginlogo p {
        margin-bottom: 0px;
    }
    .inputfil ul li {
        height: 55px;
        padding: 10px 15px;
    }
    .inputfil ul li input {
        height: 35px;
    }
    .login-title h2 {
        font-size: 90px;
        top: -66px;   
    }
    .login-title h4 {
        font-size: 42px;    
    }
    .login-title p {
        font-size: 26px;    
    }
    .login-title h3 {
        font-size: 32px;    
    }
}
@media screen and (max-width: 1366px) {
    .loginlogo img {
        width: 190px;
    }
    .loginlogo p {
        font-size: 13px;
    }
    .loginlogo {
        margin-top: 10px;
    }
    .loginfil h3 {
        margin-top: 30px;
    }
    .inputfil ul li {
        height: 50px;
    }
    .inputfil ul li input {
        height: 30px;
    }
    .singbtn {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .socialicon a {
        width: 45px;
        height: 45px;
    }
    .socialicon a.facebook img {
        width: 10px;
        margin-top: 13px;
    }
    .socialicon a.google img {
        width: 15px;
        margin-top: 15px;
    }
    .socialicon a.linkedin img {
        width: 19px;
        margin-top: 11px;
    }
    .socialicon a.instagram img {
        width: 22px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1280px) {
    .loginlogo {
        margin-top: 40px;
    }
    .loginlogo p {
        margin-bottom: 10px;
    }
    .singbtn {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .inputfil ul li {
        height: 55px;
    }
    .inputfil ul li input {
        height: 35px;
    }
    .loginlogo img {
        width: 200px;
    }
    .login-title {
        right: 170px;
    }
    .login-title h2 {
        font-size: 80px;
        top: -55px;   
    }
    .login-title h4 {
        font-size: 37px;    
    }
    .login-title p {
        font-size: 22px;    
    }
    .login-title h3 {
        font-size: 26px;    
    }
}
@media screen and (max-width: 1024px) {
    .login-title {
        right: 50px;
    }
    .login-left,
    .login-right {
        width: 50%;
    }
}
@media screen and (max-width: 960px) {
    .loginpage {
        float: left;
    }
    .login-left {
        display: none;
    }
    .login-right {
        width: 100%;
        max-width: 80%;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 10%;
        position: absolute;
    }
    .loginbox {
        height: auto;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 736px) { 
    .login-right {
        width: 100%;
        max-width: 100%;
        height: auto;
        top: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        left: inherit;
        position: sticky;
    }
    .loginpage {
        height: 100%;
    }
    .loginlogo {
        margin-top: 10px;
    }
    .loginlogo img {
        width: 150px;
    }
    .loginfil h3 {
        font-size: 16px;
        margin-top: 20px;
    }
    .inputfil ul li {
        height: 40px;
        padding: 0 10px;
    }
    .inputfil ul li i {
        width: 15px;
    }
    .inputfil ul li input {
        height: 40px;
        margin-left: 10px;
        font-size: 14px;
    }
    .singbtn {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 170px;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 480px) { 
    .singbtn {
        width: 200px;
    }
    .socialicon a {
        width: 40px;
        height: 40px;
        margin-left: 15px;
    }
    .socialicon a.facebook img {
        width: 9px;
        margin-top: 11px;
    }
    .socialicon a.google img {
        width: 14px;
        margin-top: 12px;
    }
    .socialicon a.linkedin img {
        width: 16px;
        margin-top: 10px;
    }
    .socialicon a.instagram img {
        width: 20px;
        margin-top: 10px;
    }
    .loginbox {
        padding-bottom: 80px;
    }
    .inputfil ul li,
    .common-btn {
        border-radius: 6px;
    }
}
@media screen and (max-width: 360px) {  
    .loginpage {
        padding: 15px;
    }
}
/*login css end*/

.wrapper {
    width: 100%;
    display: flex;
}

/*left menu*/

.leftdiv-main {
    width: 260px;
    background-color: #1b4e9b;
    float: left;
    min-height: 100vh;
    padding-bottom: 20px;
    position: fixed;
    left: -260px;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9;
}
.leftdiv-main.show {
    left: 0;
}
/*5-7-20*/
.leftlogo {
    display: block;
    padding-left: 10px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 15px 10px;
}
.leftlogo:hover{background: #1b4c7e;color: #fff;}
.leftlogo img {
    width: 35px;
    display: inline-block;
}

/*5-7-20*/
.menubar ul.content .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.menubar ul.content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: transparent;
    background-color: rgba(255,255,255,0);
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}
.menubar ul.content:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.45);
    filter: "alpha(opacity=45)";
    -ms-filter: "alpha(opacity=45)";
}
.menubar ul.content {
    height: calc(100vh - 145px);
}
.menubar ul li {
    padding: 0 20px;
    line-height: 50px;
    position: relative;
    margin-top: 15px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.menubar ul li.active:before,
.menubar > ul > li:hover::before {
    width: 5px;
    height: 50px;
    background-color: #5a7efd;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.menubar ul li.active a,
.menubar ul li:hover > a {
    color: #ffc107;
    font-weight:bold;
    position: relative;
}
.menubar ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 50px;
    display: block;
}
.menubar ul li a span {
    width: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    opacity: 0.6;
}
.menubar ul li.active a span,
.menubar ul li:hover > a span {
    opacity: 1;
}
.menubar ul li a span img {
    display: inline-block;
    width: 100%;
    margin-right: 0;
}
.menubar ul li a.dropdown-toggle::after {
    right: 20px;
    position: absolute;
    top: 24px;    
}
.menubar ul li:hover a.dropdown-toggle::after {
    right: 0;    
}
.menubar ul li a img {
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-bottom;
}
.menubar ul li ul li {
    margin-top: 0;
    padding-right: 0;
    padding-left: 40px;
}
.menubar ul li ul li ul li {
    padding-left: 0;
}
.menubar ul li ul li ul li a {
    padding-left: 15px;
}
.menubar ul li ul li a.dropdown-toggle::after {
    right: 0;    
}
.menubar ul li ul li a {
    border-bottom: 1px solid #5a7efd;
}
.menuActive{
    color: #ffc107;
    font-weight: bold;
}
.menuActive>a{color:#ffc107 !important;}
.menuActive>a>span{opacity:1 !important;}
.menuActive::before{
    width: 5px;
    height: 50px;
    background-color: #5a7efd;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.nicon-bg {
    background-color: transparent; 
    padding: 5px;
    float: left;
    width: 40px;
    height: 32px;
    position: relative; 
    left: 0;
    display: block;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: 11px;
  }
  #nav-icon1 {
    width: 30px;
    height: 22px;
    margin: 0;
    float: left;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }  
  #nav-icon1 span  {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0a3468;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon1 span:nth-child(2) {
    top: 9px;
    width: 20px;
  }
  #nav-icon1 span:nth-child(3) {
    top: 18px;
  }
  .nicon-bg.open #nav-icon1 span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .nicon-bg.open #nav-icon1 span:nth-child(2) {
    opacity: 0;
    /* left: 60px; */
  }
  .nicon-bg.open #nav-icon1 span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

/*right area*/

.mt30 {
    margin-top: 30px;
}
.rightdiv-main {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #f5f6f9;
    min-height: 100vh;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.rightshow {
    width: calc(100% - 260px);
    margin-left: 260px;
}
.section {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
/*head area*/
.head-left {
    float: left;
}
.pagination-top {
    margin-top: 7px;
}
.pagination-top ul li {
    float: left;
    font-size: 12px;
    font-weight: 500;
    color: #494a4d;
    padding: 0 5px;
    background: url(../images/pagination-icon.png) right center no-repeat;
}
.pagination-top ul li:first-child {
    padding-left: 0;
}
.pagination-top ul li a {
    color: #494a4d;
}
.pagination-top ul li:last-child  {
    background: none;        
}
.heading-right {
    font-size: 20px;
    color: #494a4d;
    font-family: 'AvenirLTStd-Book';
    font-weight: 500;
    margin-bottom: 0;
    float: left;
    margin-top: 16px;
    margin-left: 15px;
    display: flex;
}
.headright {
    float: right;
    position: relative;
    right: -20px;
}
.headright p {
    float: left;
    color: #6f7e90;
    font-size: 14px;
    font-family: 'AvenirLTStd-Book';
    font-style: italic;
    margin: 25px 30px 0 0;
}
.logout-bar {
    float: left;
    height: 44px;
    border-radius: 6px;
    background-color: rgba(181, 208, 255, 0.17);
    margin-top: 10px;
    padding: 0 40px;
    position: relative;
}
.logout-bar span {
    color: #494a4d;
    font-size: 14px;
    font-family: 'AvenirLTStd-Book'; 
    font-weight: 500;
    line-height: 44px;   
}
.logout-bar a {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.logout-bar a img {
    display: block;
}
.pic-div {
    width: 32px;
    height: 32px;
    position: absolute;
    left: -16px;
    top: 5px;
    border-radius: 100%;
    background: #ccc;
    border: solid 1px #ffffff;
}
.pic-div:before {
    position: absolute;
    right: -4px;
    bottom: 0;
    border: solid 1px #ffffff;
    background-color: #6dd400;
    width: 13px;
    height: 13px;
    content: '';
    border-radius: 100%;
}

/*selectbar*/

.selectbar-d {
    margin-top: 35px;
}
.selectbar-d ul li {
    float: left;
    width: 13%;
    margin-right: 14px;
    height: 38px;
    background: #fff;
    border-radius: 6px;
}
.selectbar-d ul li:nth-last-child(2) {
    width: calc(13% + 30px);
}
.selectbar-d ul li:last-child {
    width: calc(13% - 17px);
}
.selectbar-d ul li input,
.selectbar-d ul li select {
    width: 100%;
    height: 38px;
    border: none;
    color: #000;
    font-size: 11px;
    font-family: 'AvenirLTStd-Book';
}
.selectbar-d ul li:last-child {
    margin-right: 0;
}
.selectbar-d ul li input {
    text-align: center;
}
.selectbar-d ul li .datepicker {
    background: url(../images/calendar-icon.png) 10px center no-repeat;
    background-size: 13px;
}
/*select2 css*/
.select2-dropdown {
    border: none;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  
}
.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;    
}
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(181, 208, 255, 0.17);
    color: #000;
    font-size: 11px;
}
.select2-container:focus,
.select2-container .selection:focus,
.select2-container--default .select2-selection--single:focus {
    outline: none;
}
.select2-search--dropdown {
    display: none !important;
}
.select2-container--default 
.select2-selection--single {
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 11px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 11px;
    line-height: 38px; 
    padding-left: 16px;  
}
.select2-container .select2-selection--single {
    height: 38px;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0 0 0 0;
    background: url(../../assets/images/dropdown-icon.png) no-repeat;
    width: 8px;
    height: 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 0 0 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);   
}
.select2-results__option {
    padding: 10px 16px;
    font-size: 11px;
    color: #000;
}
/*select2 css*/

@media screen and (max-width: 1280px) {
    .selectbar-d ul li:nth-last-child(2) {
        width: calc(13% + 23px);
    }
}

/*box css*/
.red {
    color: #cc1a30 !important;
}
.totalbox-bar {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #d8e1f2;
}
.totalbox-bar ul li {
    float: left;
    width: calc(19.47% - 10px);
    height: 120px;
    border-radius: 7px;
    box-shadow: 0 2px 10px 0 #f3f3f3;
    text-align: center;
    margin-right: 14px;
    box-sizing: border-box;
    padding: 18px 0 0;
    cursor: pointer;
    margin-top: 10px;
}
.totalbox-bar ul li:last-child {
    margin-right: 0;
}
.totalbox-bar ul li.save {
    background:#5E92C2;
}
.totalbox-bar ul li.answer {
    background:#6984BD;
}
.totalbox-bar ul li.unanswer {
    background:#7975B3;
}
.totalbox-bar ul li.pending {
    background:#8864A3;
}
.totalbox-bar ul li.cancel {
    background:#95528D;
}
.totalbox-bar ul li.complete {
    background:#EBA666;
}
.totalbox-bar ul li.allwork {
    background:#E0837A;
}
.totalbox-bar ul li.vendor {
    background:#BA6F8B;
}
.totalbox-bar ul li.amc {
    background:#84648C;
}
.totalbox-bar ul li.recomplaint {
    background:#505879;
}
.totalbox-bar ul li i {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 7px;
}
.totalbox-bar ul li i img {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 90%;
    vertical-align: middle;
}
.totalbox-bar ul li i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.totalbox-bar ul li.tcv-list i:before {
    box-shadow: 0 2px 18px 2px rgba(92, 120, 189, 0.59);
    background-image: linear-gradient(139deg, #6d97ff -7%, #84a7ff 105%);
    opacity: 0.56;
}
.totalbox-bar ul li.tmv-list i:before {
    box-shadow: 0 2px 6px 2px rgba(187, 100, 112, 0.31);
    background-image: linear-gradient(139deg, #f4818f -7%, #fdb9c7 104%);
    opacity: 0.39;
}
.totalbox-bar ul li.apprec-list i:before {
    box-shadow: 0 2px 7px 2px rgba(73, 89, 106, 0.06);
    background-image: linear-gradient(219deg, #b6fbff 151%, #8bb2db -123%, #dddddd -123%);
    opacity: 0.20;
}
.totalbox-bar ul li.tcc-list i:before {
    box-shadow: 0 2px 5px 2px rgba(50, 164, 121, 0.43);
    background-image: linear-gradient(129deg, #7ee5a4 -77%, #23aa7b 138%, #1d976c 138%);
    opacity: 0.58;
}
.totalbox-bar ul li.tuc-list i:before {
    box-shadow: 0 2px 10px 0 rgba(144, 113, 191, 0.38);
    background-image: linear-gradient(225deg, #b993d6 100%, #8ca6db 0%);
    opacity: 0.62;
}
.totalbox-bar ul li.tbc-list i:before {
    box-shadow: 0 2px 10px 0 rgba(147, 167, 70, 0.47);
    background-image: linear-gradient(225deg, #acbb78 102%, #dce294 -6%);
    opacity: 0.62;
}
.totalbox-bar ul li p {
    font-size: 12px;
    color: #fff;
    font-family: 'AvenirLTStd-Book';
    margin-bottom: 5px;
    margin-top: 7px;
	text-transform: uppercase;
    font-weight: bold;
}
.totalbox-bar ul li h6 {
    font-size: 15px;
    color: #fff;
    font-family: 'AvenirLTStd-Black';
}

/*tab bar*/

.tabbar-box {
    height: 50px;
    border-radius: 25px;
    background-color: rgba(236, 242, 255, 0.7);
    margin-top: 35px; /*5-7-20*/ 
    box-sizing: border-box;
    padding: 7px 0;
}
.loop {
    padding: 0 30px;    
}
.loop .item {
    display: inline-block;
    width: 100%;
}
.loop .item span {
    display: block;
    font-size: 12px;
    color: #494a4d;
    font-family: 'AvenirLTStd-Book';
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    border-radius: 18px;
    text-align: center;
    width: 100%;
}
/*.loop .item:hover span,*/ /*5-7-20*/
.loop .item span.active {
    background: #5a7efd;
    color: #fff;
}
.tabcon-sec {
    margin-top: 25px; /*5-7-20*/
}
.exportpdf-div {
    margin-bottom: 15px;
}
.exportpdf-div a {
    float: right;
    height: 40px;
    border-radius: 8px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    color: #000;
    font-size: 12px;
    font-family: 'AvenirLTStd-Book';
    font-weight: 500;
    line-height: 40px;
    padding: 0 15px;
}
.tabletab-css {
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 #d6d6d6;
    /*background-image: linear-gradient(to bottom, #f5f6f9, #ffffff);*/ /*5-7-20*/
    background: #fff; /*5-7-20*/
    /*min-height: 570px;*/ /*5-7-20*/
    box-sizing: border-box;
    padding: 15px;
    position: relative;
}
.owl-carousel .owl-nav.disabled {
    display: block;    
}
.owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
}
.owl-nav button span {
    display: none;
}
.owl-nav .owl-prev {
    width: 8px;
    height: 14px;
    background: url(../../assets/images/slide-left-arrow.png) no-repeat !important; 
    float: left; 
    margin-left: 15px;      
}
.owl-nav .owl-next {
    width: 8px;
    height: 14px;
    background: url(../../assets/images/slide-right-arrow.png) no-repeat !important;
    float: right; 
    margin-right: 15px;       
}
.owl-carousel .owl-stage-outer {
    z-index: 1;
}
@media screen and (max-width: 1280px) {
    .loop .item span {
        font-size: 11px;
    }
}

/*3 box css*/

.tabbox3 {
    position: absolute;
    top: -70px;
}
.tabbox3 ul li {
    float: left;
    border-radius: 8px;
    box-shadow: 0 15px 29px 0 #d6d6d6;
    background-color: #ffffff;
    max-width: 280px;
    width: 100%;
    min-height: 140px;
    box-sizing: border-box;
    padding: 15px;
    margin-left: 25px;
}
.tabbox3 ul li h5 {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 900;
    font-family: 'AvenirLTStd-Book';
    position: relative;
}
.tabbox3 ul li h3 {
    font-size: 23px;
    font-weight: 900;
    color: #494a4d;
    font-family: 'AvenirLTStd-Book';
    margin-top: 35px;
}
.tabbox3 ul li p {
    font-size: 15px;
    color: #9b9b9b;
    font-family: 'AvenirLTStd-Book'; 
    font-style: italic;
    margin-bottom: 0;   
}
.tabbox3 ul li.active {
    background-color: #0a3468;
    position: relative;
}
.tabbox3 ul li.active:before {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    content: "";
    border-top: 10px solid #0a3468;
    border-left: 10px solid transparent;  
    border-right: 10px solid transparent; 
}
.tabbox3 ul li.active h5,
.tabbox3 ul li.active h3 {
    color: #fff;
}
.tabbox3 ul li.active h5:before {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 3px;
    background-color: #f5a623;
}

@media screen and (max-width: 1280px) {
    .tabbox3 ul li {
        max-width: 250px;
    }
}

/*table title*/

.tablelist-li {
    padding-top: 0; /*5-7-20*/
}
.downloadpdf-icon {
    float: right;
}
.table-th {
    border-radius: 8px;
    background-color: #f5f6f9;
    padding: 0 15px;/*5-7-20*/
    /*margin-bottom: 7px;*/ /*5-7-20*/
}
.table-th ul li {
    color: #6f7e90;
    font-size: 13px;
    font-family: 'AvenirLTStd-Book';
    font-style: italic;
    line-height: 40px;
    padding: 0 10px;
    float: left;
    width: 23.33%;
    box-sizing: border-box;
    font-weight: 300;
}
.table-th ul li.width7,
.table-td ul li.width7,
.opendiv-bar ul li.width7 {
    width: 15%;
}
.table-td {
    border-radius: 0; /*5-7-20*/
    background-color: rgba(236, 242, 255, 0.4);
    padding: 0; /*5-7-20*/
    margin-bottom: 4px;
}
.table-td ul li,
.opendiv-bar ul li {
    color: #494a4d;
    font-size: 15px;
    font-family: 'AvenirLTStd-Book';
    line-height: 40px;
    padding: 0 10px;
    float: left;
    width: 23.33%;
    box-sizing: border-box;
    font-weight: 500;
}
.table-td ul li:first-child {
    color: #0a3468;
    font-weight: 900;
}
.table-td ul li a {
    float: right;
    opacity: 0.2;
    transform: rotate(180deg);
    margin-right: 20px; /*5-7-20*/
}
.totallast ul li,
.totallast ul li:first-child {
    color: #494a4d;
    font-family: 'AvenirLTStd-Black';
}
.totallast ul li:first-child {
    font-weight: normal;
}
.opendiv-bar {
    padding: 0 0 15px;
}
.opendiv-bar ul {
    border-bottom: 1px dotted #adb2bb;
    float: left;
    width: 100%;
    padding: 0;/*5-7-20*/
} 
.opendiv-bar ul:last-child {
    border-bottom: none;
}
.opendiv-bar ul li:first-child {
    font-size: 13px;
    color: #494a4d;
    padding-left: 40px;    
}
.opendiv-bar ul li img {
    display: inline-block;
    vertical-align: unset;
    margin-right: 5px;
}

/*graph box css*/

.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mt20 {
    margin-top: 20px;
}
.graphbox {
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 #f3f3f3;
    background-color: #ffffff;
    float: left;
    min-height: 300px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #d8e1f2;
}
.graphbox-width33 {
    width: calc(33% - 10px);
}
.graphbox-width45 {
    width: calc(45% - 10px);
}
.graphbox-width55 {
    width: calc(55% - 10px);
}
.graphbox-width50 {
    width: calc(50% - 10px);
}
.graphbox-width100 {
    width: 100%;
    min-height: 200px;
}
.graphbox-footer{
    width: 100%;
    min-height: 20px;
}
.graphbox-footer footer{color:#555;font-size: 12px;}
.box-head h3 {
    font-size: 18px;
    font-weight: 500;
    color: #494a4d; 
    float: left;
    line-height: 25px;
}
.box-body{
    color: #0a3468;
    font-size: 15px;
    font-family: 'AvenirLTStd-Book';
}
.box-body>ul>li{padding:7px 4px;border-bottom:1px solid #c9c9c9;}
.countLabel{background: #0a3468;border-radius: 15%;color: #fff;font-family: sans-serif;font-size: 12px;display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;}
.box-head a {
    float: right;
}

/*5-7-20*/
.boxmain3-aco {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 0 15px;
    margin-top: 10px;
}
.mainacco-div ul li {
    color: #0a3468;
    font-size: 15px;
    font-family: 'AvenirLTStd-Black';
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 23.33%;
    box-sizing: border-box;
    font-weight: 500;
}
.mainacco-div ul li.width7 {
    width: 15%;
}
.mainacco-div ul li a {
    float: right;
    margin-right: 22px;
    width: 14px;
    text-align: center;
}
.mainacco-div ul li a:after {
    position: relative;
    color: #0a3468;
    font-size: 20px;
    font-family: 'AvenirLTStd-Black';
    content: "+";
}
.mainaccor-open {
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .leftdiv-main{
        position: fixed;
        left: -260px;
        top: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 9;
        height: calc(100vh - 20px);
        min-height: 100%;
        overflow-y: scroll;
    }
    .leftdiv-main.show {
        left: 0;
    }
    .headright p,
    .logout-bar span {
        display: none;
    }
    .headright {
        right: 0;
    }
    .pic-div {
        position: relative;
        left: 0;
        top: 0;
        float: left;
    }
    .logout-bar {
        background-color: rgba(181, 208, 255, 0);
        padding: 0;
        height: auto;
    }
    .logout-bar a {
        margin-left: 15px;
        float: left;
        margin-top: 10px;
    }
    .rightdiv-main {
        width: 100%;
        margin-left: 0;
    }
    .selectbar-d ul li:nth-last-child(2) {
        width: calc(13% + 20px);
    }
    .heading-right {
        margin-top: 15px;
        margin-left: 50px;
    }

    .overflowh {
        overflow: hidden;
    }
    .nicon-bg {
      padding: 5px;
      float: left;
      width: 40px;
      height: 32px;
      position: fixed; 
      left: 20px;
      display: block;
      z-index: 99;
      cursor: pointer;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      top: 11px;
    }
    #nav-icon1 {
      width: 30px;
      height: 22px;
      margin: 0;
      float: left;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
    }  
    #nav-icon1 span  {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #0a3468;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    .nicon-bg.open {
        left: 190px;
    }
    #nav-icon1 span:nth-child(1) {
      top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
      top: 9px;
      width: 20px;
    }
    #nav-icon1 span:nth-child(3) {
      top: 18px;
    }
    .nicon-bg.open #nav-icon1 span:nth-child(1) {
      top: 9px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    .nicon-bg.open #nav-icon1 span:nth-child(2) {
      opacity: 0;
      left: 60px;
    }
    .nicon-bg.open #nav-icon1 span:nth-child(3) {
      top: 9px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
}

@media screen and (max-width: 960px) {
    .headright {
        right: 0;
    }
    .rightdiv-main {
        padding: 0 15px;
    }
    .selectbar-d ul li {
        width: 130px;
    }
    .selectbar-d ul li:nth-last-child(2) {
        width: 150px;
        margin-top: 20px;
    }
    .selectbar-d ul li:last-child {
        width: 100px;
        margin-top: 20px;
    }
    .totalbox-bar {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .totalbox-bar ul li {
        width: 150px;
        display: inline-block;
        float: none;
    }
    .tabbox3 {
        display: none;
    }
    /*.tablelist-li {
        padding-top: 20px;
    }*/ /*5-7-20*/
    .tabletab-css {
        min-height: 100%;
    }

    /*5-7-20*/

    .table-td ul li a,
    .mainacco-div ul li a {
        margin-right: 5px;
    }
}

@media screen and (max-width: 736px) {
    .graphbox-width33,.graphbox-width45,
    .graphbox-width55 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .section.mt20 {
        margin-top: 0;    
    }
    /*.table-th,
    .table-td,
    .opendiv-bar ul {
        padding: 0 10px;
    }*/
    .selectbar-d {
        margin-top: 15px;
    }
    .selectbar-d ul li {
        margin-top: 20px;
    }
}
@media screen and (max-width: 667px) { 
    .tablelist-li {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .mobilesc-box {
        display: inline-block;
        width: 850px;
    }
    /*.table-th ul,
    .table-td ul, 
    .opendiv-bar ul,
    .mainacco-div ul {
        list-style: none;
        font-size: 0;
    }
    .table-th ul li,
    .table-td ul li, 
    .opendiv-bar ul li,
    .mainacco-div ul li {
        width: 150px;
        float: none;
        display: inline-block;
    }
    .table-th ul li:first-child,
    .table-td ul li:first-child, 
    .opendiv-bar ul li:first-child,
    .mainacco-div ul li:first-child {
        width: 170px;    
    }
    .table-th ul li:first-child,
    .table-td ul li:first-child {
        border-radius: 8px 0 0 8px;
    }
    .table-th ul li:last-child,
    .table-td ul li:last-child {
        border-radius: 0 8px 8px 0;
    }
    .table-th,
    .table-td {
        background-color: transparent;
    }
    .table-th, .table-td, .opendiv-bar ul {
        padding: 0;
    }
    .table-th ul li {
        background-color: #f5f6f9;
    }
    .table-td ul li {
        background-color: rgba(236, 242, 255, 0.4);
    }
    .table-th ul li.width7, 
    .table-td ul li.width7, 
    .opendiv-bar ul li.width7,
    .mainacco-div ul li.width7 {
        width: 100px;
    }
    .opendiv-bar ul li:first-child {
        padding-left: 20px;
    }
    .opendiv-bar {
        float: none;
        display: table-row-group;
    }*/
    .opendiv-bar ul li:first-child {
        padding-left: 20px;
    }
}
@media screen and (max-width: 480px) { 
    .nicon-bg {
        left: 10px;
    }
    .selectbar-d ul li,
    .selectbar-d ul li:nth-last-child(2),
    .selectbar-d ul li:last-child {
        width: calc(50% - 7px);
    }
    .selectbar-d ul li:nth-child(even) {
        margin-right: 0;
    }
    .selectbar-d,
    .selectbar-d ul li,
    .selectbar-d ul li:nth-last-child(2),
    .selectbar-d ul li:last-child {
        margin-top: 10px;
    }
}

/*fixed-income css*/


.tableth9 {
    padding: 0;
}
.tableth9 ul li {
    font-style: normal;
    color: #494a4d;
    line-height: 22px;
    width: 8%;
    min-width: 70px;
    padding: 15px 10px;
}
.tableth9 ul li:first-child,
.tabletd9 ul li:first-child {
    width: 11%;
}
.tableth9 ul li:nth-child(2),
.tabletd9 ul li:nth-child(2) {
    width: 20%;
}
.tableth9 ul li:nth-last-child(2),
.tabletd9 ul li:nth-last-child(2) {
    width: 12%;
}
.tableth9 ul li:nth-last-child(3),
.tabletd9 ul li:nth-last-child(3) {
    width: 11%;
}
.tableth9 ul li:last-child,
.tabletd9 ul li:last-child {
    width: 14%;
}
.tabletd9 {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-top: 10px;
}
.tabletd9 ul li {
    font-style: normal;
    color: #494a4d;
    line-height: 22px;
    width: 8%;
    min-width: 70px;
    padding: 10px;  
    font-family: 'AvenirLTStd-Book';
    box-sizing: border-box; 
    float: left; 
    font-size: 13px;
}
.green-color {
    color: #64b907 !important;
}
.red-color {
    color: #de3737 !important;    
}
.tabtablerow {
    border-radius: 8px;
    background-color: #ecf2ff;
    margin-top: 10px;
}
.tabtablerow ul li {
    font-style: normal;
    color: #494a4d;
    line-height: 22px;
    width: 63%;
    padding: 10px;  
    font-family: 'AvenirLTStd-Book';
    box-sizing: border-box; 
    float: left; 
    font-size: 13px;
    font-weight: 900;   
}
.tabtablerow ul li:first-child {
    line-height: 44px;
}
.tabtablerow ul li img {
    vertical-align: middle;
    margin-right: 8px;
}
.tabtablerow ul li:nth-last-child(2) {
    width: 12%;
}
.tabtablerow ul li:nth-last-child(3) {
    width: 11%;
}
.tabtablerow ul li:last-child {
    width: 14%;
}

@media screen and (max-width: 1280px) { 
    .tableth9 ul li,
    .tabletd9 ul li,
    .tabtablerow ul li {
        font-size: 12px;
    }
}
@media screen and (max-width: 960px) { 
    .innerdashboard-page .tablelist-li {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .innerdashboard-page .mobilesc-box {
        display: inline-block;
        width: 980px;
    }
}
@media screen and (max-width: 736px) { 
    .section.innerdashboard-page,
    .graphbox-width100 {
        margin-top: 20px;
    }
    .tabletab-css {
        min-height: auto;
    }
}

/*meeting css*/

.search-bar {
    float: right;
}
.search-bar input {
    float: left;
    width: 477px;
    height: 40px;
    border-radius: 6px;
    border: none;
    color: #000;
    font-size: 11px;
    font-family: 'AvenirLTStd-Book';
    padding-left: 45px;
    padding-right: 15px;
    background: url(../images/search-icon.png) 10px center no-repeat #ffffff;
}
.search-bar button {
    width: 180px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px 0 rgba(74, 144, 226, 0.5);
    background-color: #5a7efd;
    font-size: 12px;
    color: #ffffff;
    border: none;
    margin-left: 15px;
    text-align: left;
    padding: 0 15px;
}
.search-bar button span {
    float: right;
}
.popupheding-meeting {
    text-align: center;
}
.popupheding-meeting img,
.popupheding-meeting h4 {
    display: inline-block;
}
.popupheding-meeting h4 {
    color: #5a7efd;
    font-family: 'AvenirLTStd-Black';
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}
.selectpopup-div {
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 25px 0;
    border-bottom: 1px dotted rgba(111, 126, 144, 0.4);
}
.selectpopup-div ul {
    width: 100%;
    display: block;
}
.selectpopup-div ul li {
    width: calc(33.33% - 10px);
    display: inline-block;
    border: solid 1px #e8e8e8;
    border-radius: 6px;
    margin-left: 11px;
}
.selectpopup-div ul li input {
    width: 100%;
    height: 38px;
    border: none;
    color: #000;
    font-size: 11px;
    font-family: 'AvenirLTStd-Book';
    padding-left: 30px;
}
.selectpopup-div ul li:first-child {
    margin-left: 0;
}
.selectpopup-div ul li select {
    width: 100%;
}
select + .select2-container {
  width: 100% !important;
}
.datepicker {
    background: url(../images/calendar-icon.png) 10px center no-repeat;
    background-size: 15px;
}
.selectpopup-div textarea {
    border: solid 1px #e8e8e8;
    border-radius: 6px;
    width: 100%;
    margin-top: 25px;
    padding: 10px 20px;
    height: 90px;
}
.selectpopup-div button {
    width: 115px;
    height: 40px;
    border-radius: 8px;
    background-color: #5a7efd;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    clear: both;
    border: none;
    margin-top: 15px;
}
.btn-center {
    text-align: center;
    width: 100%;
}
.modal-header {
    padding: 10px 0 0;
    border-bottom: none;
}
.modal-body {
    padding-top: 0;
}
.modal-header .close {
    padding: 0;
    margin: 0 15px 0 auto;
}
.meetingarea-m {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    background: #fff;

    border: 1px solid #d8e1f2;
    border-radius: 10px;
}
.meeting-left {
    float: left;
    max-width: 550px;
    width: 100%;
    height: 500px;
    border-radius: 12px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}
.meeting-right {
    float: right;
    width: calc(100% - 580px);
    height: 500px;
}
.meeting-mbox {
    padding: 20px 15px;
    box-sizing: border-box;
    border-bottom: 1px dotted rgba(111, 126, 144, 0.4);   
}
.date-meeting {
    float: left; 
}
.date-meeting span {
    font-size: 12px;
    color: #333333;
}
.date-meeting h5 {
    font-size: 19px;
    color: #333333;
}
.activebar h5,
.date-meeting span {
    font-weight: bold;
}
.meetingbox-r {
    float: right;
    width: calc(100% - 50px);
    border-radius: 10px;
    background-color: #cfecff;
    box-sizing: border-box;
    padding: 10px 10px 7px;
}
.meetingbox-r p {
    color: #121212;
    margin-bottom: 3px;
}
.meetingbox-r p b {
    font-size: 14px;
    font-weight: 500;
}
.meetingbox-r p span {
    font-size: 12px;
    font-weight: 900;
    color: #45464d;
    float: right;
}
.meetingbox-r p strong {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
.meetingbox-r p small {
    font-size: 12px;
    font-weight: normal;
    color: #45464d;
    opacity: 0.52;
    float: right;
}
.meetingbox-r p i {
    opacity: 0.58;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    display: inline-block;
    margin-right: 10px;
}
.boxcolor-light {
    background-color: #daf6f4;
}
.boxcolor-red {
    background-color: #fee1dd;
}
.boxcolor-lightto {
    background-color: #ebefff;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools {
    width: 6px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #d4d4d4;
    background-image: none;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }    
}

/*bank css*/

.bankdiv {
    height: 330px;
}
.bankdiv ul li {
    width: calc(25% - 9px);
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    min-height: 100px;
    border-radius: 14px;
    box-shadow: 0 2px 10px 0 #f3f3f3;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 18px;
    padding-top: 25px;
}
.bankdiv ul li:nth-child(4n + 4) {
    margin-right: 0;
}
.bankdiv ul li > img {
    max-height: 37px;
    height: 100%;
}
.bankname h5 {
    float: left;
    color: #494a4d;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.bankname p {
    float: right;
    margin-bottom: 0;
    margin-top: 10px;
}
.bankname p a {
    float: left;
    margin-left: 15px;
}
.bankname p a img {
    display: block;
}
.bankpegination {
    float: right;
    margin-top: 30px;
}
.bankpegination a {
    display: inline-block;
}
.bankpegination span {
    font-size: 12px;
    color: #7f8fa4;
    padding: 0 10px;
}
.bankdetails-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
}
.bankdetails-list ul li {
    width: calc(50% - 15px);
    float: left;
    margin-left: 30px;
    border: solid 1px #e8e8e8;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 25px;
    background: #fff;
}
.bankdetails-list ul li.width100 {
    width: 100%; 
    margin-left: 0;  
}
.bankdetails-list ul li:first-child {
    margin-left: 0;
}
.input-group {
    position: relative;
    margin: 0;
}
.input-group input {
    color: #000;
    font-size: 11px;
    padding: 0;
    display: block;
    width: 100%;
    border: none;
    line-height: 38px;
    background: transparent;
}
.input-group input:focus {
    outline: none;
}
.input-group label {
    color: #000;
    font-size: 11px;
    font-family: 'AvenirLTStd-Book';
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px; /*today 12*/ 
    top: 11px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.input-group input:focus ~ label,
.input-group input:valid ~ label {
    top: -20px;
    color: #000;
    font-size: 11px;
}
.fileupload-l {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    margin-bottom: 0;
    float: left;
    cursor: pointer;
    position: relative;
}
.fileupload-l input {
    display: none;
}
.fileupload-l span {
    width: calc(100% - 150px);
    float: left;
    height: 38px;
    line-height: 38px;
    color: #000;
    font-size: 11px;
    font-family: 'AvenirLTStd-Book';
    padding-left: 5px;
}
.fileupload-l span small {
    color: #bdbdbd;
    font-size: 11px;
}
.fileupload-l:before {
    font-size: 12px;
    color: #ffffff;
    font-family: 'AvenirLTStd-Book';
    border-radius: 6px;
    background-color: #5a7efd;
    min-width: 100px;
    height: 36px;
    margin-top: 1px;
    float: right;
    border: none;
    position: relative;
    left: 9px;
    content: "Choose File";
    text-align: center;
    line-height: 36px;
}

/*customer css*/

.selectcustomer {
    float: left;
    width: 150px;
    margin-right: 15px;
}
.customer-page {
    height: 330px;    
}
.customer-page ul li {
    width: calc(33.33% - 8px);
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    min-height: 100px;
    border-radius: 14px;
    box-shadow: 0 2px 10px 0 #f3f3f3;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 15px;
}
.customer-page ul li:nth-child(3n + 3) {
    margin-right: 0;
}
.name-cl,
.name-cl span {
    float: left;
}
.name-cl span {
    width: 46px;
    height: 46px;
    background-image: linear-gradient(221deg, #c548ab, #635bff);
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.34px;
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    margin-right: 15px;
}
.name-cl span.cn-color2 {
    background-image: linear-gradient(225deg, #72dcd6, #3eb6ad);
}
.name-cl span.cn-color3 {
    background-image: linear-gradient(135deg, #40ddff, #14bae3, #13b1e6, #11aadf, #0b98c5);
}
.name-cl span.cn-color4 {
    background-image: linear-gradient(225deg, #fdd271, #d5a433);
}
.name-cl span.cn-color5 {
    background-image: linear-gradient(to bottom, #b4ec51, #429321);
}
.name-cl h3 {
    float: left;
    font-size: 14px;
    font-weight: 900;
    color: #494a4d;
    font-family: 'AvenirLTStd-Book';
    line-height: 20px;
    margin-top: 5px;
}
.name-cl h3 i {
    font-weight: 500;
    color: #6f7e90;
    font-style: normal;
    font-family: 'AvenirLTStd-Book';
}
.namedate-right {
    float: right;
}
.namedate-right p {
    font-size: 12px;
    color: #494a4d;
    font-family: 'AvenirLTStd-Book';
    margin-bottom: 0;
    margin-top: 5px;
}
.customarlist-l {
    border-top: 1px dotted #f3f3f3;
    margin-top: 15px;
    padding-top: 10px;
}
.customarlist-l p {
    float: left;
    margin-bottom: 0;
}
.customarlist-l p:first-child {
    width: 40%;
}
.customarlist-l p label {
    color: #8f8f8f;
    font-size: 12px;
    font-family: 'AvenirLTStd-Book';
    font-weight: normal;
    font-style: italic;
    width: 100%;
    margin-bottom: 0;
}
.customarlist-l p span {
    font-size: 14px;
    font-weight: 500;
    font-family: 'AvenirLTStd-Book';
    color: #6f7e90;
}
.customarlist-l p:last-child {
    float: right;
}
.customarlist-l p a {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
} 
.input-group {
    display: block;
}
#customerpopup .modal-body {
    padding-left: 40px;
    padding-right: 40px;
}
#customerpopup .popupheding-meeting {
    margin-bottom: 10px;
}
#customerpopup .selectpopup-div .listcu-50 ul li {
    width: calc(50% - 44px);
    display: inline-block;
    border: solid 1px #e8e8e8;
    border-radius: 6px;
    margin-left: 25px;
}
#customerpopup .selectpopup-div .listcu-50 ul li.addmin-list {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 0;
    vertical-align: top;
    cursor: pointer;
}
#customerpopup .selectpopup-div .listcu-50 ul li.addmin-list img {
    display: block;
    margin-top: 4px;
}
#customerpopup .selectpopup-div ul li {
    width: calc(33.33% - 17px);
    margin-left: 25px;
}
#customerpopup .selectpopup-div ul li:first-child {
    margin-left: 0;
}

/*Super Admin Users*/

.adminsuper {
    border-bottom: none;
}
.adminsuper .nav-item {
    margin-bottom: 0;
}
.adminsuper .nav-item.show .nav-link, .adminsuper .nav-link.active {
    color: #fff;
    background-color: #5a7efd;
    border-color: transparent;
    font-size: 14px;
}
.adminsuper .nav-link {
    border: none;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 10px;
    min-width: 120px;
    text-align: center;
    color: #494a4d;
    font-size: 12px;
}
.tabtext-box .tab-content {
    background: #fff;
    min-height: 400px;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 #f3f3f3;
}
.tab-pane {
    color: #000;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {border:none}

table.dataTable thead th{border-top:1px solid #d4d4d4;}
table.dataTable thead th, table.dataTable tbody td  {border-bottom:1px solid #d4d4d4;border-right:1px solid #d4d4d4;background: #fff;}
table.dataTable thead th:first-child,table.dataTable tbody td:first-child{border-left:1px solid #d4d4d4;}
table.dataTable.no-footer {
    border-bottom: none;
}
.dataTables_wrapper .dataTables_filter input{
    border: 1px solid #d4d4d4;
    width: 250px;
    height: 33px;
    border-radius: 5px;
    padding: 5px;}
.dataTables_wrapper .dataTables_filter input:focus{
    border: 1px solid #999;
}       
.dataTables_wrapper .dataTables_length select{
    border: 1px solid #d4d4d4;
    width: 50px;
    height: 33px;
    border-radius: 5px;
    padding: 5px;}
.dataTables_wrapper .dataTables_filter input:focus{
    border: 1px solid #999;
}        
.meetingsearch-bar{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;  
}
.tableData{
    padding: 15px;;
}
.divLabel{
    width: 100%;
    background: #1b4e9b;
} 
.divLabel p{
    padding: 14px;
    font-size: 16px;
    text-transform: uppercase;
}
b,strong{
    color:#555;
}
.modelLabel{padding-bottom: 5px;padding-top: 5px;}
.select2-selection__choice__display{color:#555}
.select2-selection--multiple{border:1px solid #ced4da;padding:2px 0px 5px 0px}
.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #ced4da;}
.warn{text-align: center;color: #f00;font-size: 16px;text-transform: uppercase;font-family: 'AvenirLTStd-Book';font-weight: bold;}
.removeTrans {-webkit-transition: unset;-moz-transition: unset;-o-transition: unset;transition: unset !important;}
