@import url('https://fonts.googleapis.com/css?family=Raleway:400,800');
*:not(ul):not(ol){
    font-family: Raleway;
}
.btndates, .inputdates{
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin-right: 5px;
    border-radius: 3px;
}
.btndates:hover{
    color: #fff;
    background-color: #1a63cf;
}
.btndatesactive{
    color: #fff;
    background-color: #1a63cf;
    border: 1px solid #1a63cf;
}
#searcher{
    background: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.time_call{
    padding: 7px;
    border-radius: 3px;
    background: #fff;
}
.img_avatar_dashboard{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.scr_txt{
    background-color: #fff !important;
}
.btn_export_from_view{
    padding: 7px 20px;
    border: 0;
    background-color: #198c3e !important;
}
p{
    margin-bottom: 0;
}
a,a:hover,a:active,a:focus{
    text-decoration: none;
    color: #000;
}
*:focus,*:active{
    outline: none!important;
}
.form_error{
    border-color: #f10000 !important;
} 

.error_message{
    color: #f10000;
}
.d-block{
    display: block;
}
d-inline{
    display: inline;
}
.btn_padding{
    padding: 10px 20px;
}
.info_wrap{
    height: calc(100vh - 430px);
    overflow: auto;
}
.next{
    background: url(../../default/getsvg/common*images*arrow-right.svg/20/20/000) !important;
   background-size: initial !important;
   background-position: center !important;
   background-repeat: no-repeat !important;
   
}
.prev{
    background: url(../../default/getsvg/common*images*arrow-left.svg/20/20/000) !important;
   background-size: initial !important;
   background-position: center !important;
   background-repeat: no-repeat !important;
   
}
.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot th:hover {
   background-color: transparent;
}
/*.dflex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.flex-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.flex-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.flex-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.flex-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}*/
.progress-bar {
   margin-top: 10px;
   height: 20px;
   padding: 10px;
   background: rgba(0,0,0,0.6);
   border-left: none;
   float:left;
   width:55%;
   background: #3ddcb8;
   border-radius:10px;
   border: 0;
}
.progress {
   width:100%;
   height:7px;
   position:relative;
   cursor:pointer;
   background: #3ddcb8;
}
.progress span {
   height:100%;
   position:absolute;
   top:0;
   left:0;
   display:block;
   border-radius:10px;
   background: #3ddcb8;
}
#progress-wrp .status{
    position: absolute;
    left: 50%;
    bottom: 0;
}
   
.bggray{
    background-color: #f9fafe;
    min-height: 100vh;
}
.boxShadow{
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border: 1px solid #e1e1e1;
}
.main_content{
    min-height: 100vh;
    padding-left: 220px;
    padding-right: 0px;
}
.title_wrap{
    height: 78px;
    background-color: #eff1fa;
    padding-left: 30px;
}
.csubtitle{
    color: #a0a1a3;
}
.btn_standard{
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}
.btn_standard:focus{
    outline: none;
}
.bgbluedark{
    background-color: #1a63cf;
}
.bgbluelight{
    background-color: #1bd2db;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fs17{
    font-size: 17px;
}
.margintop25{
    margin-top: 25px;
}
.marginbottom25{
    margin-bottom: 25px;
}
.scr_txt{
    padding: 6px 10px 6px 35px;
    width: 255px;
    border: 1px solid #a9a9a9;
}
.src_status{
    padding: 8px 10px 8px 10px;
    width: 130px;
    margin-left: 10px;
    color: #fff;
    background: #585858;
    border: 0;
}
.src_wrap{
    display: inline-block;
    position: relative;
}
.src_icon{
    position: absolute;
    top: 8px;
    left: 8px;
}
/*menu left*/
.menu_left{
    position: fixed;
    min-height: 100vh;
    width: 220px;
    background-color: #1a63cf;
    transition: all .5s;
    z-index: 9999;
    box-shadow: -2px 0px 10px #000;
}
.profile_info{
    position: fixed;
    min-height: 100vh;
    width: 300px;
    background-color: #032d81;
    cursor: pointer;
    transition: all .5s;
    z-index: 999;
    left: -100vw;
}
.profile_input{
    background-color: #032d81;
    display: block;
    border: 0;
}
.btn_save_profile{
    width: 80%;
    margin-left: 10%;
    background-color: #1a63ce;
    padding: 17px 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #fff;
}
.menu_voice{
    padding: 10px 15px;
}
.active_bar{
    display: none;
}
.menu_voice.active_menu .active_bar{
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    border-left: 6px solid #fff;
}
.profile_wrap{
    background-color: #032d81;
}
.cyellow{
    color: #f8e71c;
}
.profile_image{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.profile_image_big{
    height: 170px;
    width: 170px;
    border-radius: 50%;
}
.sep_line{
    background-color: #1a63ce;
    height: 2px;
    border: none;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* MODALS Styles */
.window .styleFieldForm{
    padding: 7px 1px 7px 10px!important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border: 1px solid #e1e1e1;
    background-color: white!important;
    width: 100%;
}
.window .footer {
    padding: 12px 20px;
    text-align: right;
    background-color: #dedbdb;
}
.window .modal_content{
    background-color: #F3F4F7;
    padding-bottom: 20px;
}
.window .noticecontainer{
    padding: 0 !important;
}
.window .btn_main{
    padding: 9px 35px;
    border: 0;
    border-radius: 5px;
    background: #032D81;
}
.window .btn_close_modal{
    background-color: #9a9a9a;
    border-radius: 5px;
    padding: 9px 35px;
    border: 0;
    margin-right: 10px;
}
.window .multiselect.dropdown-toggle.btn.btn-default{
    padding: 7px 1px 7px 10px!important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border: 1px solid #e1e1e1;
    background-color: white!important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.window .btn-group{
    width: 100%;
}
.multiselect-container {
    width: min-content !important;
}
.window.alertcs button:last-of-type, .offlinewindow.alertcs button:last-of-type{
    background-color: #9a9a9a;
    border-radius: 5px;
    padding: 9px 35px;
    border: 0;
    margin-right: 10px;
    color: #fff;
}
.window.alertcs button:first-of-type, .offlinewindow.alertcs button:first-of-type{
    background-color: #032D81;
    border-radius: 5px;
    padding: 9px 35px;
    border: 0;
    margin-right: 10px;
    color: #fff;
}
.window.alertcs .fs14 {
    margin-top: 20px;
    font-size: 16px !important;
}
/* scrollbar */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ccc; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc; 
}
/* Responsive Styles */
@media(max-width:1200px){
    .menu_left{
        left: -100vw;
    }
    .main_content{
        padding-left: 0px;
    }
}
@media print {
  .pagebreakbefore { 
    page-break-before: always;
  }
}

.menucontent{
    left: 220px;
    background: white;
    border-bottom: 1px solid #cccccc;
    height: 63px;
}

.paddindtop60{
    padding-top: 60px;
}
progress::-webkit-progress-value {
    -webkit-transition : width 1s ease;
    -moz-transition : width 1s ease;
     -o-transition : width 1s ease;
        transition : width 1s ease;
}

/*TAGS FACTORY*/
.item-tag {
    padding: 5px 0px 5px 20px;
}
.event_tag{
    background-color: #4a8fe1;
    padding: 1px 15px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.tags_loaded.tags_loaded_active{
    border: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.tags_loaded{
    position: absolute;
    max-height: 110px;
    height: auto;
    width: 350px;
    background: #fff;
    top: 182px;;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    z-index: 9999;
    overflow: auto;
}
.item-tag:hover{
    background-color: #e6e4e4;
    cursor: pointer;
}