@import url('https://fonts.googleapis.com/css?family=Poppins');
@font-face {
    font-family: 'Calibri';
    src: url('../../../assets/fonts/Calibri-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display:auto;
}
body, body *{
    /*font-family: Calibri;*/
    font-family: 'Poppins';

}
footer {
    font-size: 18px !important;
}
.checkbox label {
    font-size: 14px !important;
}
/**** Common CSS ****/
h1,h2,h3,h4,h5,h6,p {font-weight: normal;}
/**** Common CSS ****/
/**** Custom CSS Start ****/
/* Footer Css */
footer {margin-top: 15px; padding: 50px 0; 
        /* background: linear-gradient(to right, #00abf0 0%,#2d3192 100%);*/
        background: linear-gradient(144.74deg, #01ABED 21.25%, #097FC1 84.23%);
        color:#fff}
.footcontent h3 {color: #fff;font-size: 22px;margin-bottom: 15px;font-weight: bold;}
.footcontent p,.foottel a, .footcontent a,.footemail a, .footcontent strong {color: #fff;margin-bottom: 15px;}
.registrationdata p, .registrationdata strong {color: #fff;display: inline-block;}
.registrationbox {margin-bottom: 15px; font-size: 18px;}
.registrationbox:last-child {margin-bottom: 0px;}
.footsocial {
    display: inline-block;
    width: 100%;
}
.footsocial li {
    display: inline-block;
    margin-right: 6px;
}
.footsocial li a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
}
/* Footer Css */
/**** Custom CSS End ****/
#side-menu.nav>li>a{    color: #3A3A3A; padding: 15px 15px;}
#side-menu.nav>li>a:hover{    color: #00abf0;     background: #f5f5f5;}
#side-menu.nav>li>a i{ color:#097FC1;}
#side-menu.nav li a.first-back i{ color:#ffffff;}
.sidebar ul li {    border-bottom: 1px solid #F5F5F5;}

.breadcrumb{background: linear-gradient(to right, #00abf0 0%,#2d3192 100%);     border-radius: 10px;}
.breadcrumb>.active{color: #fff;}
.breadcrumb>li a{color: #fff; text-decoration: underline;}
.breadcrumb>li{color: #fff;}
.modal-content{
    border-radius: 10px;
}
.page-header{color: #3A3A3A; font-size: 2.5rem; margin: 20px 0 20px;}
.sidebar{background-color: #fff;}
.chat-panel .msj-rta{    background: #e8e8e8; color: #3d3d3d;}
.chat-panel .msj{color: #3d3d3d;}
.chat-panel .msj-rta:after{ border-color: #e8e8e8 transparent transparent transparent;}
#side-menu.nav>li>a.active {
    color: #00abf0;
}
.panel-footer{
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}


.unread-messages i.fa-comment, .unread-notification i.fa-bell, .dropdown-login-logoff .dropdown-toggle i.fa-user {
  font-size: 2rem;
}

.unread-messages span.badge, .unread-notification span.badge {
  position: absolute;
  padding: 3px 5px;
  font-size: 10px;
  background: #dc3545;
  box-shadow: 0 0 0 0 #dc3545;
  animation: pulse-red 2s infinite;
  letter-spacing: 1px;
  top: 16%;
  right: 40%;
}

.dropdown-login-logoff span {
    vertical-align: top;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

/**** Responsive CSS Start ****/

@media only screen and (max-width: 991px) {
    #contact .col-sm-5 {
        width: 50%;
    }
    #contact .col-sm-2 {
        width: 100%;
    }
    .footsocial ul {
        margin: 0;
        padding: 0;
    }
    .footsocial {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    footer {padding: 30px 0;}
    .registrationdata {margin-top: 15px;}
    .footcontent p, .footcontent a, .footcontent strong {}
    .registrationdata p, .registrationdata strong {}
    #contact .col-sm-5 {
        width: 100%;
    }
    .fcsname {
        margin-bottom: 15px;
    }
    .footadd p {
        margin-bottom: 15px;
    }
}
/**** Responsive CSS End ****/

.form-control{
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    box-shadow: none;
}
.panel{
    border-radius: 10px;
}
.panel-heading{
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.label-bdv{
    background-color: #00ff00;
    margin-right: 5px;
}
.label-com{
    background-color: #ff0000;
    margin-right: 5px;
}
.label-emp{
    background-color: #00ccff;
    margin-right: 5px;
}
.label-job{
    background-color: #003399;
    margin-right: 5px;
}
.label-msc{
    background-color: #ffff00;
    margin-right: 5px;
}
.label-std{
    background-color: #ff33cc;
    margin-right: 5px;
}
.label-vst{
    background-color: #b8b894;
    margin-right: 5px;
}
.label-vfb{
    background-color: #ccccb3;
    margin-right: 5px;
}
hr {
    width: 100%;
    border-top: 1px dashed #8c8b8b;
}
table{
    font-size: 13px!important;
}
.btn{
    font-size: 13px!important;
    border-radius: 10px;
    /*margin: 5px;*/
}
.req{
    color: red;
    font-weight: bold;
}
.page-header{
    margin-top:20px!important;
}
input[type=checkbox], input[type=radio] {
    /*    margin: 4px 0px 0px 0px !Important;*/
}

.macro{
    margin-top:20px;width:auto;border-radius:10px;padding:10px;display:flex;max-width:100%;
}
.msj-rta{
    float:right;background:#337ab7;color:#fff;
    white-space: pre-line;
    /*        word-break: break-all;*/
}
.msj{
    float:left;background:#fff;
    white-space: pre-line;
    /*        word-break: break-all;*/
}
.chat_ul li{
    display: inline-block;
    vertical-align: bottom;
}
.alert{
    border-radius: 10px;
}
.well{
    border-radius: 10px;
    box-shadow: none;

}
.frame{
    background:#f5f5f5;
    height:450px;
    overflow:hidden;
    padding:0;
}
.frame > div:last-of-type{
    position:absolute;bottom:5px;width:100%;display:flex;
}
.chat_ul {
    width:100%;
    list-style-type: none;
    padding:18px;
    bottom:32px;
    display:flex;
    flex-direction: column;
}
.msj:before{
    width: 0;
    height: 0;
    content:"";
    top: -10px;
    left: -17px;
    position:relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #fff transparent transparent;            
}
.msj-rta:after{
    width: 0;
    height: 0;
    content:"";
    top: -10px;
    left: 17px;
    position:relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #337ab7 transparent transparent transparent;           
} 
.navbar-brand{
    padding: 15px 15px;
}
.h3, h3{
    line-height: 34px;
}
.h4, h4 {
    font-size: 16px;
    line-height: 24px;
}

a.read-all-msg-btn, a.read-all-msg-btn:hover {
    background: #337ab7 !important;
    color: #fff !important;
    margin: 0px 10px !important;
    padding: 5px !important;
    border-radius: 5px;
}