*:focus{outline:none;}
html{
	
}
@font-face {
    font-family: 'OpenSansHebrewRegular';
    src: url('../fonts/opensanshebrew-regular-webfont.eot');
    src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	font: normal 12px/18px OpenSansHebrewRegular, Tahoma, Arial, sans-serif;
	margin:0;
	width:100%;
	background: #fafafa;
	direction:rtl;
	background:#F4F9FC!important;
	color: #294254;
}

h1{
	margin:0;
	font-weight:normal;
}

header{
	position:fixed;
	left:0;
    z-index: 99;
    width: calc(100% - 80px);
    height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);	
}

a{
	text-decoration:none!important;
	color: #294254;
}

a:hover {
    color: #1382B9;
    text-decoration: none!important;
}

.admin-menu{
	
}

.admin-menu li{
    font-size: 14px;
    display: block;
    text-align: center;
    float: right;
    padding: 0 18px;
}

.admin-menu li i{
	display: block;
    margin: 0 auto 20px;
    background-color: #e9f5ff;
    color: #5894d7;
    text-shadow: none;
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.admin-menu li:hover i{
    background-color: #add7f9;
    -webkit-animation: summary_animation .1s;
    -moz-animation: summary_animation .1s;
    -ms-animation: summary_animation .1s;
    -o-animation: summary_animation .1s;
    animation: summary_animation .1s;
    -moz-box-shadow: 0 0 0 5px #add7f9;
    -webkit-box-shadow: 0 0 0 5px #add7f9;
    box-shadow: 0 0 0 5px #add7f9;
}

.top-stat{
	background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0px 4px 10px #EAF2F7;   
    margin: 1% 0;
	padding: 2% 0 0;
    overflow: hidden;	
}

.content .top-stat h2{
	margin:0 0 20px;
	padding: 0 2%;
}

.top-stat .bp{
	border-top: 1px solid #EBEBEB;
    background: #f8f8f8;
	padding:1% 2%;	
}

.top-stat .bp ul{
	display: inline-block;	
    position: relative;
    top: 6px;
    font-size: 15px;	
}

.top-stat .bp li{
	float:right;
	list-style:none;
	margin:0 20px 0 0;
}

.urgency{
	width:15px;
	height:15px;
	border-radius:15px;
    display: inline-block;	
}

.urgency.green{
	background:green!important;
}

.urgency.yellow{
	background:yellow;
}

.urgency.red{
	background:red !important;
}

.inside-content a:not(.btn){
	color: #294254;	
	transition: width 1s;
}

.inside-content a:not(.btn):hover{
	color: #1382B9;	
	text-decoration:underline!important;
}

.content{
    display:none;
}

.inside-content .alert{
    font-size: inherit;
    padding: 21px;
    text-align: right;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    width: calc(100% - 80px);
    height: auto;	
    display: none;
}

.popup-fancybox-file{
	text-align:center;
	padding:2%;
}

.popup-fancybox-file img{
	max-width:100%;
}

.knowledgeBlock{
    margin: 1%;
    width: 31%;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    color: #284255;
    height: 280px;
    border: 1px solid #cfd7df;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.06);
}

.knowledgeBlock:hover {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.06), 0 7px 20px 0 rgba(24,50,71,.16);
    transition: all .3s;
}

.knowledgeBlock .title{
	font-size:18px;
	font-weight:bold;
    margin: 0 0 20px;	
}

.knowledgeBlock .title i{
	margin:0 5px;
}

.knowledgeBlock table{
	width:100%;
}

.knowledgeBlock table td {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;	
} 

.newcatart .fancybox{
	float:left;
}  

#catshere{
	margin:10px 0 0;
}

#catshere li{
	list-style:none;
	font-size:16px;
	text-align:right;
	margin:0;
	background:#fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.05), 0 1px 4px rgba(0,0,0,.15);	
}

#catshere li > div{
	padding:20px 10px;	
}

#catshere .cats > ul > li.active > div{
	border-right:2px solid blue;
}

#catshere li ul li{
    font-size: 14px;
	background-color: #f5f7f9;
	box-shadow:initial;
}

#catshere li ul li.active{
	background-color: #e5f2fd;
}

#catshere li ul li > div{
    padding: 5px 25px;	
}

#catshere li > div:hover {
    background-color: #f5f7f9;
    transition: background-color .1s ease-in;
	cursor:pointer;
}

#catshere li > div:hover > .fancybox{
	display:initial;
}

#catshere li .fancybox{
	display:none;
}

#catshere li ul{
	display:none;
}

#catshere li.active ul{
	display:block;
	margin:0;
}

header h1 {
    color: #294254;
    font-size: 20px;
    line-height: 1.1em;
    display: inline-block;
    height: 27px;
    margin: 16px 2% 16px;
}

.popup h4{
    font-weight: bold;
    font-size: 16px;	
}

.popup .btn.trash{
	float:right;
}

.btn.trash i{
	margin:0;
}

#menu{
	float: right;
    margin: 21px 15px 0 0;
    font-size: 25px;
}

#menu a{
	color:#000;
}

#logo{

}

#logo a{
	color:#000;
}

#logo a:hover{
}

#mysite{
	float:right;
    margin: 12px 15px 0 0;	
}

#mysite a{
    font-weight: 700;
    color: #fff;
    background: #26dd7d;
    border: 1px solid #26dd7d;	
    display: block;
    text-decoration: none;
    border-radius: 3px;
	display:inline-block;
	padding:10px 12px;
	font-size: 16px;
}

#mysite a:hover{
	background: #60e756;
    border: 1px solid #60e756;	
	transition: all .3s ease;
}

.loader{
	background:url(../images/ship.png) no-repeat center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 9;
}

.head-user{
    float: left;
    margin: 4px 0 0 15px;
    position: relative;
}

.head-user a:not(.btn){
    display: block;
    background-color: #fff;
    text-decoration: none;
    border-radius: 3px;
	display:inline-block;
	padding:10px 12px;
	font-size: 16px;	
}

.head-user a:hover{
    transition: all .3s ease;	
}

.head-user .caret{
    color: #294254;
    margin-right: 20px;	
}

.head-user > a i{
    color: #294254;
    margin-left: 15px;
    font-size: 25px;
    top: 2px;
    position: relative;	
}

.head-user .user_oper{
    background: #fff;
    position: absolute;
    width: 250px;
    left: 50%;
    margin-left: -57px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,.176)!important;
    text-align: center;
    padding: 20px 0;
    margin-top: 0;
    display: none;
    z-index: 5;	
}

.head-user .user_oper a.gr{
    background: transparent;
    color: #666;
    padding: 0;
    border: none;
    width: 49%;
    margin: 0 0 25px;
}

.head-user .user_oper a.gr:hover{
	background:transparent;
	color:#1382B9;
	padding:0;
}

.head-user .user_oper a.btn{
	max-width:150px;
	margin:0 auto;
    float: none;	
}

.in-cont, .in-cont > .col-xs-12, .inside-content > div{
	height:100%;
}

.inside-content{
	text-align:center;
    font-size: 14px;
    color: #183247;
	height:100%;
    padding: 10px 0 0;	
}

.contfull .inside-content{
	padding:0;
}

.inside-content .item{
	margin:10px 0;
	padding:10px;
	text-align: left;
}

.inside-content .item:hover{
	background: #daf3fd;
	cursor:pointer;
}

.inside-content .item a{
    color: #313e54;
    text-decoration: none;
	font-size:18px;
}

.inside-content .cat_item, .inside-content .cat_item2{
	margin:10px 0 ;
	padding:10px;
	text-align: left;
}

.inside-content .cat_item:hover{
	background: #daf3fd;
	cursor:pointer;
}

.inside-content .cat_item a, .inside-content .cat_item2 a{
    color: #313e54;
    text-decoration: none;
	font-size:18px;
}

.inside-content .item img{
    width: 50px;
	height:50px;
    border-radius: 50px;
}

.inside-content .item > div,.inside-content .cat_item > div{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.inside-content .item .remove,.inside-content .cat_item .remove{
    float: right;
    margin: 16px 0 0;	
}

.inside-content .item .img.em{
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 50px;
    background-color: #c6a5e2;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.inside-content .group{
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    transition: all .4s ease;
    margin: 0 0 30px;	
}

.inside-content .group .remove{
	margin:0 !important;
}

.inside-content .group .item a{
	font-size:16px;
}

.settings .inside-content{
	text-align:right;
}

#presentation{
	position:relative;
}

#presentation .url{
    display: block;
    width: 410px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 44px;
    top: 78px;
    height: 34px;
    line-height: 33px;
    z-index: 20;
    border: none;
    padding-left: 12px;
    padding-right: 12px;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    color: #253246;
	display:none;
}

#presentation .head{
	width: 499px;
    min-height: 35px;
    line-height: 35px;
    font-size: 29px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 44px;
    font-weight: 700;
    top: 183px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0 0 13px rgba(0,0,0,.15);	
	display:none;
}

#presentation .cats{
	display:none;
}

#presentation .cats .col-xs-4{
    text-align: center;
    padding: 10px;
    transition: all .3s ease-in-out;
    border: 1px solid #cedde1;
    min-height: 165px;
    font-size: 16px;
    line-height: 20px;
    color: #788291;
    transition: all .3s ease;
    padding: 15px;
    cursor: pointer;
    width: 30.333333%;
    margin: 0 3% 3% 0;
}

#presentation .cats .col-xs-4:hover{
	border: 1px solid #03a7f3;	
}

#presentation .cats .col-xs-4 img{
    display: inline-block;
    margin: 20px 0 8px;
}

#presentation .cats .col-xs-4.active:before{
	content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/check-box.png) no-repeat scroll 50%;
    width: 27px;
    height: 27px;	
}

#presentation #map{
	display:none;
}

.row-fluid .h-list{
	cursor:pointer;
}

.row-fluid ul.list{
    position: absolute;
    background: #ffffff;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px;
    display: block;
    z-index: 99;	
	display:none;
}

.row-fluid ul.list li{
	padding:5px 0;	
}

.row-fluid ul.list input{
	display:inline;
	width:auto;
	margin: 0 7px 0 0;
}

.listopen input{
	width: auto;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.listopen li{
	list-style:none;
	padding:10px 0;
}

.hover{
	display:none;
	background:#fff;
	position:absolute;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    transition: all .4s ease;
    right: 0;
    z-index: 9;	
}

.hover a{
	display:block;
	padding:8px 15px!important;
	width:100%!important;
	font-size:14px;
	color:#000;
}

.hover a:hover{
	background: #1382B9;
	color:#fff;
}

.flex{
	display:flex;
}

.contfull, .contfull content,.rest-content.full header{
	width:100%;
}

.contfull{
    margin: 108px 0 0;
    padding: 15px;
}

.cont{
	height: calc(100% - 80px);
    margin: 120px 0 0;
	padding:0 1% 0 1%;	
}

.cont.panelfalse{
    margin: 62px 0 0;	
}

content{
    display: block;
}

.boss-content{

}

.panel-chat{
	padding-bottom:25px;
}

.content{
	width: 100%;
	height: 100%;
}

.content2{
	height: 100%;
}

.rest-content{
    width: calc(100% - 80px);
    float: left;
    padding: 0;
}

.content h1{
	color:#294254;
	font-size:24px;
    margin: 0 0 25px;	
}

.content h2{
	color:#294254;
	font-size:18px;
    margin: 40px 0 25px;	
	border:none;
}

.content-inside{

}

.see_all{
    background: url(../images/see.png) no-repeat 0 6px;
    padding-left: 15px;
    font-size: 15px;
    color: #1E1F57;
    display: block;
    margin: 15px auto 8px;
    width: fit-content;
}

.wrapper{
	max-width:1920px;
	margin:0 auto;
	padding:0 2%;
}

.form{
    padding: 2%;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}

.form h1{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}

.form .btn, .popup .btn{
	float:left;
	margin:0;
}

.clear{
	clear:both;
}

.menu{
    width: 80px;	
    float: right;
    margin: 0;
    font-size: 25px;
	background:#284255;
	text-align:center;
	position: fixed;
    height: 100%;	
}
.menu ul{
	margin:0;
	padding:0;
}

.menu li{
    list-style: none;
	margin:0;	
}

.menu a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 15px;
    display: block;
    transition: .2s ease background-color;	
}

.menu a span{
	display:none;
}

.menu span, .menu .icon-angle-down, .menu .icon-angle-up{
	display:inline-block;
}

.sub-menu{
	background:#304968;
}

.menu .sub{
	display:none;
}

.menu .sub a {
    padding: 10px 15px;
}

.menu i{
	width:25px;
	display: inline-block;
    font-size: 20px;
    position: relative;	
}

.menu li:not(.active) a:hover{
    background-color: rgba(255,255,255,.16);
    border-radius: 15px;
    margin: 5px 15px;
    padding: 15px 10px;

}

.menu li.active{
	background:#1382B9;
}

.menu li:hover,.menu li.active {

}

.filterSelect{
	text-align:left;
}

.filterSelect select{
	margin: 0 0 15px;
}

.articles{
	margin:10px 0 0;
}

.articles li{
	list-style:none;
	text-align:right;
	font-size:16px;
	margin:0 0 10px;
}

.articles li .fancybox2{
	display:none;
	margin:0 10px 0 0;
}

.articles li:hover .fancybox2{
	display:initial;
}

.articles li div.it {
    background-color: #f5f7f9;
    transition: background-color .1s ease-in;
    cursor: pointer;
	padding:10px;
	font-weight:bold;
	
}

.articles li.active div.it{
    background-color: #e5f2fd;
}

.articles li .description{
	background:#fff;
	padding:10px;
	display:none;
}

.articles li.active .description{
	display:block;
}

.vueditor {
    min-height: 350px!important;
}

.search-knowledges{
	position:relative;
}
.search-knowledges input{
	width:100%;
}
.search-knowledges .s-items{
	position:absolute;
	background:#fff;
	border:1px solid #eee;
    width: 100%;	
}
.search-knowledges .s-items li{
	list-style:none;
	padding:5px;
}
#new2{
    float: left;	
}
input[type="text"],input[type="email"],input[type="date"],input[type="password"],select{
	height: 32px;
    min-width: 32px;
    border-radius: 4px;
	display:inline-block;
    border: 1px solid #cfd7df;
    color: #12344d;
    cursor: pointer;
    padding: 0 5px;
    font-size: 14px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    transition: .1s ease-in;
    background: #fff;
}

.dashboard-table select{
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width: 10%;
    min-width: 120px;
    padding: 0 10px;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #FFFFFF url('../images/select_arrow.png') no-repeat right center;
    background-position-x: 10px;
    outline: 0;
    margin: 1% 0;
}

.dashboard-table input{
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width: 10%;
    min-width: 120px;
    padding: 0 10px;
    outline: 0;
    margin: 1% 0;
}

.dashboard-table input::placeholder{
    color: #12344d;
}

.dashboard-table .filterSelect{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    padding: 0 10px;
    text-align: right;
}

input:hover,select:hover{
    border: 1px solid #12344d;	
}

input[readonly]{
	background:#f3f1f1;
}

textarea {
    font-size: 14px !important;
    border: 1px solid #e5e5e5;
    padding: 12px;
    width: 100%;
    resize: none;
    height: 122px;
}

.chosen-container{
	width:100% !important;
}

.chosen-container-multi .chosen-choices{
    border: 1px solid #e5e5e5 !important;	
}

.chosen-container-multi .chosen-choices li{
	float:right!important;
}

.image-preview-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 125px;
    min-width: 125px;
    padding: 0;
    height: auto;
    text-align: center;
    position: relative;
	border: 1px solid #e5e5e5;
	position:relative;
}

.image-preview-area a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.image-preview-area a img{
	height:100px;
	top:50%;
	position:relative;
	margin-top:-50px;
}

#forgot {
    margin: 9px 0 0;
    display: block;
    font-size: 14px;
}

.dont_have {
    text-align: center;
    margin: 60px 0 0;
    font-size: 14px;
}

.dont_have a{
	color:rgb(19,130,185,1);
}

.form input{
	margin: 0 0 10px;
    width: 100%;
}

.alert{
    padding: 0;
	font-size: 14px;
}

.content .panel .btn,.panel .btn, #new, #export{
	height: 32px;
    min-width: 60px;
    text-align: center;
    border-radius: 4px;
	display:inline-block;
    border: 1px solid #cfd7df;
    color: #12344d;
    cursor: pointer;
    padding-top: 5px;
	padding-left: 5px;
    padding-right: 5px;	
    margin-left: 2px;
    font-size: 14px;
	font-weight: bold;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    transition: .1s ease-in;
    background-image: linear-gradient(to bottom,#fff,#f3f5f7);
}

.btn i, #new i, #export i{
	margin:0 0 0 5px;
}

.content .panel .btn:hover,.panel .btn:hover, #new:hover, #export:hover{
	background-color: #f3f5f7;
    background-image: none;
}

.contfull .btn,.popup-basbox .btn,.head-user .user_oper a.btn{
	color:#fff;
	background-color: #264966;
    border: 1px solid #12344d;
    background-image: linear-gradient(to bottom,#264966,#12344d);	
	transition: .1s linear;	
}

.contfull .btn:hover,.popup-basbox .btn:hover,.head-user .user_oper a.btn:hover{
    background-color: #12344d;
    background-image: none;	
}

.rigp{
	text-align:left;
}

.rigp .btn, .rigp #new, .rigp #export{
	margin: 0 10px 0 0;
}

#export{
    width: 100%;
    text-align: center;
}

#new{

}

#new:hover{

}

.content .col-xs-6, .content .col-xs-12, .content .col-xs-4{
	/*padding-left:0;*/
}

.content .col-xs-12{
	padding:0;
}

#calendar .head{
    background: #313e54;
	color:#fff;
    padding: 15px 0;	
	text-align:center;
}

#calendar .head label{
	color:#fff;
	margin: 0 0 5px;
}

#calendar .head .date{
	display:inline-block;
	margin:12px 15px 0;
}

#calendar .head .date > div{
	margin:10px 0 0;
}

#calendar .head .date #datepicker{
    background: transparent;
    color: #fff !important;
    border: none;
    padding: 0;
    text-align: center;
    max-width: 170px;
}

.ui-datepicker-calendar .ui-state-default{
	cursor:pointer !important;
}

.popup{
	display:none;
	padding-left: 15px;
}

.popup input, .popup select{
	margin: 0;
    background: none;
    padding: 0 5px;
    max-width: 120px;
}

.popup .info{
	font-size:16px;
}

.popup .info table{
    border-collapse: collapse;	
}

.popup .info td{
    width: 50%;
    border: 1px solid #e6e6e6;
	padding:10px;
}

.popup .info p{
	margin:0;
}


#calendar .head button, #calendar .head #new{
    vertical-align: top;
    margin: 27px 0 0;
    float: left;
}

#calendar .head select{
    font-size: 16px !important;
    border: 1px solid #e5e5e5;
    padding: 12px;
    width: 100%;
}

#calendar .head select option{
	color:#000;
}

#menu{
	display:none;
}

.block-con{
    background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0px 4px 10px #EAF2F7;
    padding: 2%;
	margin:1% 0;
    overflow: hidden;
}

.block-con h2{
	margin:0;
}

#curve_chart{
	height:380px;
}

.table {
    background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0px 4px 10px #EAF2F7;
    padding: 10px 0;
	height: 100%;
	margin:0;
}

.itemBlock{
    background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0px 4px 10px #EAF2F7;
    padding: 25px 5px 25px 15px;
	margin:0 0 10px;	
    text-align: right;	
}

.itemBlock >.row >.col-xs-1,.itemBlock >.row >.col-xs-9{
	margin:10px 0 0;
}

.itemBlock .bottom{
	margin:10px 0 0;
}

.itemBlock .bottom ul{
	list-style-position:inside;
}

.itemBlock .bottom ul li{
	display:inline-block;
	font-size:14px;
	margin-bottom:0;
}

.itemBlock .l > div{
	margin-bottom:10px;
}

.itemBlock .l > div.status{
	margin-bottom:0;
}

.content2 .table{
    padding: 45px;	
}

.table table, .popup table{
    width: 100%;
    border-spacing: 0;
	border-collapse: collapse;
    direction: rtl;	
}

.table table th, .table table td, .popup table td, .popup table th{
	border-top: 1px solid #E8EFF2;
    padding:8px;
    margin: 0;
	text-align:center;
	color: #294254;	
	font-size: 14px;	
}

.table table th, .popup table th{
	border:none;
}

.table table th{
	font-weight:bold;
}

.table table td{
	color: #1E1F57;
	vertical-align: middle;
}

.table table .orange td{
	background:orange;
}

.table table td.text-center{
	text-align:center;
}

.table table .last td, .popup table .last td{
	border-bottom: none;
}

.table .green, .popup table .green{
	background:#d5ffd5;
}

.table .red{
	background:#fbd8d8;
}

.table .col-xs-1.l{
	padding:0;
}
.table .time{
   /* border-bottom: 1px solid #E8EFF2;*/
    border-left: none !important;
    background: none;
}

#calendar .table-in{
	border-bottom: none;
}

#calendar .table-in .salary{
	clear:both;
    float: left;	
	width: 100%;
}

#calendar .table-in .salary.back{
    background: #CECECE;	
}

#calendar .table-in .left{
	padding-left:0;
}

#calendar .table-in .right{
	padding-right:0;
}

#calendar .table-in .salary div:not(.clear):not(.popup){
    border: 1px solid #afafaf;
    display: inline-block;
    width: 50%;
    height: 30px;
    float: left;
    padding: 5px 2%;
    text-align: left;
}

#calendar .table-in .salary .value{
	position:relative;
}

#calendar .table-in .salary .value .fancybox{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}

#calendar .r > div{
	padding:0;
	background: url(../images/databg.png);
	border-left: 1px solid #CECECE;
} 

#calendar .heading.r > div{
	padding:0;
	background: none;
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
} 


#calendar .active{
	position:relative;
}

#calendar .no-active{
	position:relative;
	background: url(../images/breaktime_bg.png);
}

#calendar .zap .no-active{
	/*position: absolute;*/
    width: 100%;	
}

#calendar .active > div{
    position: relative;
}

#calendar .active > div:hover{
	
	color: #fff;	
}

#calendar .active > div > span{
	color: #000;
}

#calendar .active > div:hover > span{
	color: #fff;	
}

#calendar .mini{
    padding: 0;
    margin-right: 1%;
    background: #06acee;
    text-align: center;
    position: absolute;
    color: #fff;
    display: block;
    width: 11%;
    font-size: 12px;
    overflow: hidden;
    float: left;
    z-index: 2;
    border: 2px solid #fff;	
}

#calendar .active .col-xs-1{
	width: 7.33333333%;
}

#calendar .active .col-xs-2{
	width: 15.66666667%;
}

#calendar .active .col-xs-3{
	width: 24%;
}

#calendar .active .col-xs-4{
    width: 32.333333%;
}

#calendar .active .col-xs-5{
	width: 40.66666667%;
}

#calendar .active .col-xs-6{
	width: 49%;
}

#calendar .active .col-xs-7{
	width: 57.33333333%;
}

#calendar .active .col-xs-8{
	width: 65.66666667%;
}

#calendar .active .col-xs-9{
	width: 74%;
}

#calendar .active .col-xs-10{
	width: 82.33333333%;
}

#calendar .active .col-xs-11{
	width: 90.66666667%;
}

#calendar .active .col-xs-12{
	
}

#calendar .zap .m{
    position: absolute;
    top: 0;
    width: 100%;
}

.nnn{
	line-height:16px!important;
}

.new{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;	
}

.l{
	padding-left:0;
}

.r{
	padding-right:0;
}

.left-1{
	margin-left:12%;
}

.left-2{
	margin-left:24%;
}

.left-3{
	margin-left:36%;
}

.left-4{
	margin-left:48%;
}

.left-5{
	margin-left:60%;
}

.left-6{
	margin-left:72%;
}

.left-7{
	margin-left:84%;
}

.left-8{
	margin-left:96%;
}

.height-1{
	height:44px;
	line-height: 44px;
}

.height-2{
	height:88px;
	line-height: 88px;
}

.height-3{
	height:132px;
	line-height: 132px;
}

.height-4{
	height:176px;
	line-height: 176px;
}

.height-5{
	height:220px;
	line-height: 220px;
}

.height-6{
	height:264px;
	line-height: 264px;
}

.height-7{
	height:308px;
	line-height: 308px;
}

.height-8{
	height:352px;
	line-height: 352px;
}

.height-9{
	height:396px;
	line-height: 396px;
}

.height-10{
	height:440px;
	line-height: 440px;
}

.height-11{
	height:484px;
	line-height: 484px;
}

.height-12{
	height:528px;
	line-height: 528px;
}

.height-13{
	height:572px;
	line-height: 572px;
}

.height-14{
	height:616px;
	line-height: 616px;
}

.height-15{
	height:660px;
	line-height: 660px;
}

.height-16{
	height:704px;
	line-height: 704px;
}

.height-17{
	height:748px;
	line-height: 748px;
}

.height-18{
	height:792px;
	line-height: 792px;
}

.height-19{
	height:836px;
	line-height: 836px;
}

.height-20{
	height:880px;
	line-height: 880px;
}

.height-21{
	height:924px;
	line-height: 924px;
}

.height-22{
	height:968px;
	line-height: 968px;
}

.height-23{
	height:1012px;
	line-height: 1012px;
}

.height-24{
	height:1056px;
	line-height: 1056px;
}

.top-1{
	margin-top:44px;
}

.top-2{
	margin-top:88px;
}

.top-3{
	margin-top:132px;
}

.top-4{
	margin-top:176px;
}

.top-5{
	margin-top:220px;
}

.top-6{
	margin-top:264px;
}

.top-7{
	margin-top:308px;
}

.top-8{
	margin-top:352px;
}

.top-9{
	margin-top:396px;
}

.top-10{
	margin-top:440px;
}

.top-11{
	margin-top:484px;
}

.top-12{
	margin-top:528px;
}

.top-13{
	margin-top:572px;
}

.top-14{
	margin-top:616px;
}

.top-15{
	margin-top:660px;
}

.top-16{
	margin-top:704px;
}

.top-17{
	margin-top:748px;
}

.top-18{
	margin-top:792px;
}

.top-19{
	margin-top:836px;
}

.top-20{
	margin-top:880px;
}

.top-21{
	margin-top:924px;
}

.top-22{
	margin-top:968px;
}

.top-23{
	margin-top:1012px;
}

.top-24{
	margin-top:1056px;
}

label{
    font-size: 12px;
    font-weight: 300;
	margin:0 0 8px;
}

.row-fluid{
	margin:0 0 10px;
	position:relative;
	text-align:right;
}

.row-fluid label{
	display:inline-block;
	width:100%;
    vertical-align: middle;	
}

.row-fluid select, .row-fluid input, .row-fluid textarea, .row-fluid .checkboxBox, .row-fluid > a{
	display:inline-block;
	width:100%;
}

.row-fluid .checkboxBox, .row-fluid > a{
	font-size:16px;
}

.row-fluid .inp{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 25px;
}

.row-fluid .inp.icon-ok{
	color:#03a7f3;
}

.row-fluid .inp.icon-close{
	color:red;
}

.row-fluid input, .row-fluid textarea{
	padding-left:30px;
}

.sort label{
	
}

.sort select{
    width: auto;
    margin: 0 10px 0 0;
}

.checkbox{
	float: right;
    width: auto;
    margin: 15px 8px 0 0 !important;
}

.checkbox.na{
    margin: 0 8px 0 0 !important;
}

.popup input, .popup select, #form-new .popup textarea{
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    max-width: 100%;
}

.checkboxBox{
    border: 1px solid #e5e5e5;
    height: 150px;
    padding: 10px;
    max-width: 100%;
	overflow:auto;
}

.checkboxBox .item{
	margin:0 0 10px;
	padding:0;
	text-align:right;
}

.checkboxBox input{
    height: auto;
    padding: 0;
    width: auto;	
}

.checkboxBox label{
    margin: 0 5px 0 0;
    width: auto;
}

.row-fluid .msg{
    color: red;
    position: absolute;
    right: 0;
    bottom: 47px;
    font-size: 14px;
    font-weight: bold;
    width: 50%;
	text-align: right;
}

.popup .row-fluid .msg {
    bottom: 56px;
    width: 70%;
}

.row-fluid.textarea .inp{
    top: 35px;
}

.row-fluid.textarea .msg{
    top: -12px;
}

.error{
	border:1px solid red!important;	
}

.s{
	position: relative;
    top: -21px;
    font-size: 20px;
    color: #909090;
    width: 100px;
    display: block;
    left: 50%;
    margin-left: -50px;
}

.day{
	margin:50px 0;
}

.status-3{
    display: inline-block;
    color: #EB5757;
    border: 1px solid #EB5757;
    border-radius: 10px;
    padding: 5px 15px;
    width: fit-content;
}

.status-2{
    display: inline-block;
    color: #F2994A;
    border: 1px solid #F2994A;
    border-radius: 10px;
    padding: 5px 15px;
    width: fit-content;
}

.status-1{
    display: inline-block;
    color: #219653;
    border: 1px solid #219653;
    border-radius: 10px;
    padding: 5px 15px;
    width: fit-content;
}

.status_payment-1{
    display: inline-block;
    color: #fff;
	background: #F2994A;
    border-radius: 10px;
    padding: 5px 15px;
    width: fit-content;
	text-transform:uppercase;
	font-size:12px;
}

.status_payment-2{
    display: inline-block;
    color: #fff;
	background: #6FCF97;
	border-radius: 10px;
    padding: 5px 15px;
    width: fit-content;
	text-transform:uppercase;
	font-size:12px;
}

.status_payment-3{
    display: inline-block;
    color: #fff;
	background: #F99C9C;
    border-radius: 10px;
    padding: 5px 15px;
    width: fit-content;
	text-transform:uppercase;
	font-size:12px;
}

.ava{
    background-color: #fff;
    width: 44px;
    height: 44px;
    z-index: 2;
    transition: .2s ease-in-out;
    text-align: center;
    color: gray;
    text-transform: uppercase;
    padding: 12px 0 0;
    float: left;
}

.ava-1{
    background-color: #cdebc4;	
}

.ava-2{
    background-color: #ffd4ae;	
}

.ava-3{
    background-color: #eaeaea;	
}

.selectlist{
	cursor:pointer;
    position: relative;	
	width:100%;
	display: block;
}

.selectlist:before{
	margin:0 0 0 10px;
}

.selectlist .props{
    background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0px 4px 10px #EAF2F7;
    position: absolute;
    width: 162px;
    padding: 10px;
    z-index: 9;
    right: 0;
    text-align: right;
    color: #000;
    margin: 12px 0 0;
    display: none;
}

.selectlist .props .checkboxBox {
    border: none;
    height: auto;
    padding: 0;
    overflow: auto;
}

.selectlist .props .btn{
    padding: 6px 15px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}

.selectlist.active .props{
	display:block;
}

.selectlist .props li{
	list-style:none;
	cursor:pointer;	
    margin: 0 0 10px;
}

.day .checker {
    max-width: 110px;
    float: right;
}

.day .left {
    font-size: 18px;
    color: #253246;
    text-transform: capitalize;
    font-weight: 600;
    width: 60px;
	float: left;
	margin: -5px 0 0;
}

.day .right {
    width: 25px;
    margin: -8px 0 0 11px;
    float: left;
	position: relative;
	overflow:hidden;
}

.day .slider{
	float:right;
	width: 75%;
}

.day .slider .ui-slider-range{
	text-align:center;
}

.ui-remove, .ui-break, .stat,.ui-rem{
    border: 1px solid #cccccc;
    background: #fff;
    font-weight: bold;
    color: #000;
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	cursor:pointer;
	position:relative;
	top:-7px;
	border-radius:5px;
	text-align: center;
}

.stat{
	opacity:0;
	cursor:default;
}

/*.day .ui-state-default,.day .ui-widget-content .ui-state-default,.day .ui-widget-header .ui-state-default{
	border-radius:25px !important;
	margin-left: -16px !important;
}*/

.ui-remove{
	margin:0 20px!important;
	float:left;
	top: -4px;
}

.ui-rem.inside{
	margin:inherit!important;
	float:none;
	top: -7px;	
}

.day .col-xs-2{
	width:12%;
}

.day .right label {
    display: block;
    position: relative;
    max-width: 25px;
    height: 25px;
    border: 2px solid #dad8d8;
    border-radius: 3px;
    color: #fff;
    background-color: #fbfbfb;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .2s,box-shadow .2s;
}

.day .checker .right input {
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.day .checker .right label:before {
    content: "";
    display: block;
    position: absolute;
    transition: background-color .2s;
}

.day .checker .right input:checked+label:before {
    width: 9px;
    height: 13px;
    border-right: 3px solid #00aef2;
    border-bottom: 3px solid #00aef2;
    left: 6px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.day .slider .day-off {
    margin: -10px auto 0;
    width: 100%;
    text-align: center;
    color: #909090;
    font-size: 20px;
}

#format label{
    min-width: 150px;
    display: inline-block;
    text-align: center;
    margin: 0 3px 8px;
    color: #999999 !important;
    border: 1px solid #e5e5e5;
    padding: 10px;
	cursor:pointer;
}

#format label.ui-state-active{
	background:#d1e2ee;
    color: #3fa9f5 !important;
}

.success-msg{
    background: #89de89;
    padding: 21px 10px;
    font-size: 18px;
    margin: 0 0 25px;	
}

.add-new{

}

.import.delete{
    background-image: none;
	padding:0;
}

.import{
    background-image: url("../images/admin/plus.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 17px;
    padding: 0 25px 0 0;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    float: right;
    margin: 10px 0 0 0;
}

.sep{
    height: 17px;
    padding: 0 15px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    float: right;
    margin: 10px 0 0 0;
}

.success{
    color: #333;
    font-size: 16px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.panel{
	background-color: #f5f7f9;
    height: 56px;
    border-bottom: 1px #cfd7df solid;
    box-shadow: 0 2px 4px 0 rgba(24,50,71,.08);
    padding: 12px 0;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 9;
    width: calc(100% - 80px);
	height:auto!important;
}

.panel.right{
	text-align:right;
}

.panel .selectlist{
	width:auto;
	display:inline-block;
}

.empty{
	padding: 5% 0;
    text-align: center;
}

.empty i{
    font-size: 25px;
    display: block;
    margin: 0 auto 10px;
}

.filter{
    background-color: #fbfbfb;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%);
    padding: 15px;
    left: 0;
    height: calc(100% - 120px);
    width: calc(100% + 30px);
    margin: 0 -14px 0 0;
    overflow: auto;
}

.floors{
    text-align: right;
    margin: 0 0 10px;
}

.floors li{
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    background: #284255;
    color: #fff;
    margin: 0;
}

.floors li.active{
    background: #1382B9;
}

.fixed{
	background-color: #fbfbfb;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    padding: 15px;
    position: fixed;
    left: 0;
    height: calc(100% - 136px);
    width: 23%;
	overflow: auto;
}

.fixed2{
	background-color: #fbfbfb;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    padding: 15px;
    position: fixed;
    left: 25%;
    height: calc(100% - 136px);
    width: 22%;
}

.content-a{
    position: absolute;
    height: calc(100% - 80px);
    overflow: auto;
	padding-left:15px;
	width: 100%;
}

.bottom-a{
	position: absolute;
    bottom: 18px;
    right: 0;
    width: 100%;
    padding: 0 15px;
}

.bottom-a .btn{
    width: 100%;
    margin: 0;
}

.dash{
	margin:-50px 0 0;
}

.search{
    position: relative;
    padding-right: 0;
}

.search input[name="q"]{
    width: 100%;
    padding-right: 40px;
}

.search input[type="date"]{
	text-align: right;
	direction:rtl;
	width: 100%;
}

.search input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

.search input[type="date"]::-webkit-calendar-picker-indicator {
    float:left;
}

.search input::placeholder{
	color: #294254;
}

.search select{
	width: 100%;
}

.search .btn{
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/search.png) no-repeat;
    background-size: 15px;
    border: none;
    font-size: 0;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 12px;
    top: 9px;
    box-shadow: none;
    min-width: auto;	
}

.cont-admin{
	clear:both;
    padding: 20px 0 0;	
}

.cont-admin table{
	width:100%;
	font-size:16px;
	text-align:center;
	border-collapse:collapse;
}

.cont-admin table tr.grey{
	background:#f2f2f2;
}

.cont-admin table tr td{
	padding:10px 20px;
}

.cont-admin table tr td a{
 text-decoration: none;
}

.pagination{
	text-align:center;
}

.pagination li{
	display:inline-block;
	padding:0 5px;
    margin-bottom: 0;	
}

.pagination li a{
	font-size:16px;
	color:#00c0e3 ;
}

.pagination li a.active{
	color:#294254;	
}

.pagination li span{
	font-size:16px;
	color:#333;
}

.topDetails{
    background: #fff;
    padding: 2% !important;	
    font-size: 16px;
    color: #000;
	position: relative;	
	text-align: right;	
}

.topDetails label{
    font-size: 16px;
    color: #000;		
}

.topDetails .title{
	font-size:20px;
	font-weight:bold;
	color:#1382B9;
	margin:0 0 20px;
}

.topDetails .date{
	font-size:16px;
	color:#6F7C86;	
}

.topDetails .fancybox-user{
	position:absolute;
	top:15px;
	left:15px;
}

.tabsUser2 li {
    display: inline-block;
}

.tabsUser2 .btn {
    padding: 11px 20px;
}

.row.user .table{
	display:none;
	background: transparent;
	padding:0;
}

.row.user .table table{
	background:#fff;
}

.row.user .table.active{
	display:block;
}

.tabsUser{
	background:#fbfbfb;
	padding:15px 15px 0 15px;
	margin: 0 0 20px;	
}

.tabsUser li{
	display:inline-block;
    margin-bottom: 0;	
}

.tabsUser .btn {
    float: none;
    background: none;
    color: rgb(41,66,84) !important;
    box-shadow: none;
    border-bottom: 3px solid transparent;
    padding: 0 12px 6px;
}

.tabsUser .btn.active{
    color: #1382B9 !important;
    border-bottom: 3px solid #1382B9;
}

.leftDetails{
    background: #fff;
    padding: 2%;
    margin: 0 0 20px;
    float: left;
    position: inherit;
    width: 33%;
}

.leftDetails.fixed{
    top: 0;	
	position: fixed;
    width: 30.2%;
    left: 1.5%;	
}

.tab{
	display:none;
}

.tab.active{
	display:block;
}

.leftDetails .head{
	font-size: 16px;
	color: #6F7C86;
	margin:0 0 20px;
}

.leftDetails p{
	margin:0 0 10px;
	font-size: 16px;
	font-weight:bold;
	color: #294254;	
}

.leftDetails p label{
	font-size: 14px;
	font-weight:normal;
	color: #6F7C86;
    width: 100px;	
}

.col-xs-1-7{
	width:14.28%;
	float:left;
}

.future_events{
	min-height: 653px;
}

.block.today .total input{
	width:56%;
}

.block.today .total button{
	width:38%;
	margin: 12px 0 0;	
}

.block{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;	
	margin: 0 0 15px;	
}

.block .head{
	color:#fff;
    border-radius: .25rem .25rem 0 0;
    font-weight: 600;
    font-size: 16px;
    padding: .75rem 1.25rem;	
}

.block.today .head{
	background: #fd5457;
}

.block.week .head{
    background: #5ac9ff;	
}

.block.load_week .head{
    background: #febe23;	
}

.block.visit_week .head{
    background: #bd91dc;	
}

.block.future_events .head{
    background: #1382B9;	
}

.block .total {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: #494949;
    display: inline-block;
    vertical-align: top;
}

.block .total span{
    font-size: 20px;	
}

.block .totals .total-shift {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.block .totals .total-shift .total-shift-img.up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #5cce28;
}

.block .totals .total-shift .total-shift-img.down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid red;
}

.block .dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	font-size: 14px;
    padding-top: 10px;	
}

.block .dates .info-date {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.block .dates .text-right{
    text-align: right;
}

.block .dates .text-right a{
    position: relative;
    display: inline-block;
    padding-right: 18px;
    color: #1382B9;	
}

.block .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 17.5px;
    padding: 1.25rem;
}

.block .card-body table{
	width:100%;
	font-size:16px;
}

.block .card-body table th{
	padding:2% 0;
	border-bottom: 1px solid #dee2e6;
}

.block .card-body table td{
	padding:2% 0;
}

input[type=radio],input[type=radio]:focus{
	display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 5px solid #dcdddf;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    padding: 5px;	
}

.type-graph input[type=radio]:checked {
    border: 5px solid #1382B9;
    background-color: #fff;
}

.type-graph label{
    position: relative;
    top: 5px;
}

.period{
    border: 1px solid #1382B9;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 15px;
    margin: 0 0 0 12%;
    padding: 0;
}

.period li{
	display:block;
	float:left;
}

.period li a{
	display:block;
    color: #1382B9;
    background-color: transparent;
    background-image: none;	
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration:none;
	padding: .375rem .75rem;
	font-size:16px;
}

.period li a.month{
	border-left:1px solid #1382B9;
	border-right:1px solid #1382B9;
}

.period li a:hover, .period li a.active{
    background-color: #1382B9;
    border-color: #1382B9;	
	color:#fff;
}

.dates-nav{
	font-size:16px;
	margin:30px 0 0;
}

.dates-nav .prev{
	float:left;
}

.dates-nav .prev i{
	margin-right:10px;
}

.dates-nav .next{
	float:right;
}

.dates-nav .next i{
	margin-left:10px;
}

.popup .success{
	color: green;
    font-size: 24px;
    text-align: center;
    padding: 150px 0 0;
}
.items{
	font-size:18px;
}

.items .head{
	font-size:14px;
	font-weight:bold;
	padding:20px 0;
}
.items .item{
	margin:0 0 10px;
	border-bottom: 1px solid #EEEEEE;
	padding:10px 0;
}

.items .item .day{
	font-weight:bold;
	float:right;
	padding: 4px 0 4px 10px;
	width:50px;
	margin:0;
}

.items .item .date_start{
    float: right;
    background: url(../images/item.png) no-repeat;
    background-position: right;
    padding: 4px 40px 4px 10px;
	width:100px;
}

.items .item .date_end{
    float: right;
    background: url(../images/ar.png) no-repeat;
    background-position: right;
    padding: 4px 40px 4px 10px;
	width:100px;
	margin-right:3%;
}

.items .item .time{
	float:left;
	padding: 4px 0;	
	text-align: left;	
	font-weight:bold;
}

.noAssign{
	background: #eaeaea;	
}

.unread:not(.white){
	background:red;
	color:#fff;
	text-align:center;
	border-radius:15px;
	display:inline-block;
	width:25px;
	height:25px;
	position:relative;
}

.unread a{
	color: #fff !important;
    display: block;
    padding: 2px 0 0;
}

a.unread3{
	background: #2f7091;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    padding: 3px 0 0;
    float: left;
    margin: 23px 0 0;
}

.unread2:not(.white){
    background: #2f7091;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
}

.unread2 a{
    color: #fff !important;
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
}

.title .unread2:not(.white){
	font-size: 12px;
    line-height: 15px;
    top: -1px;
}

.loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/loader.gif) no-repeat center;
}

.chat{
	padding:15px;
	background:#fbfbfb;
	text-align:right;
}

.chat .lock{
	margin:0 0 15px;
}

.chat_body{
	width: 100%;
}

.chat_body > .system{
	position:relative;
}



.chat_body > .system .system .date{
	margin:0;
}

.chat_body > .system .date:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: #000;
    position: absolute;
    right: -6px;
    margin-top: 3px;
}

.chat_body > .system:after{
	content: "";
    display: block;
    width: 2px;
    height: 75%;
    position: absolute;
    right: -4px;
    top: 30px;
    border-left: 1px solid #000;
}

.chat_body > .system:before{
  /*  content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: -7px;
    bottom: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);*/
}

.chat_body > .system .system{
	text-align: right;
    height: 60px;
}

.chat_body .mes{
	background-image: linear-gradient(#f5f7f9,#e9e9e9);
    border: 1px solid #ebeff3;
    padding: 15px;
    border-radius: 5px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #000;
    text-align: right;
	font-size:14px;	
}

.chat_body .mes .date{
    font-size: 12px;
    margin: 12px 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #d3d4d6;
    line-height: 13px;
    font-weight: normal;
    text-align: right;		
}

.chat_body .mes .com{
    font-size: 12px;
    font-weight: normal;	
}

.chat_body .mes.inner{
	background-image: linear-gradient(#fef1e1,#fef1e1);
    border: 1px solid #fddbb5;	
}

.chat_body .mes.inner .date{
	border-bottom: 1px solid #fddbb5;
}

.chat_body .mes.user{
	border: 1px solid #bbdcfe;
    background-image: linear-gradient(#e5f2fd,#e5f2fd);
}

.chat_body .mes.user .date{
	border-bottom: 1px solid #bbdcfe;
}

.chat_body .mes .msg{
    margin: 30px 0;	
}

.chat_body .system{
	margin:0 auto 5px;
	float:none;
    text-align:center;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
	font-style:italic;
	color:#000;
	font-size: 14px;
}

.chat_body .system .date{
    font-size: 10px;
    margin-right: 12px;	
	line-height: 13px;
    font-weight: normal;	
}

.chat_send{
	width:100%;
	height:55px;
}

.chat_send input{
    float: right;
    width: calc(100% - 50px);
    max-width: 100%;
    padding: 10px;	
    height: auto;	
}

.chat_send input::placeholder{
	color:gray;
	font-style:italic;
}

.chat_send button{
    float: right;
    width: 50px;
    height: 40px;
    font-size: 0;
    background: #70c5f6 url(../images/send.png) no-repeat center;
    background-size: 22px;
    color: #fff;
    padding: 11px;
    border: none;
    cursor: pointer;
}

.chat_send button:hover{
    background: rgb(41,66,84) url(../images/send.png) no-repeat center;
	background-size: 22px;
}

.chat_head{
	font-weight:bold;
	color:#000;
	width:100%;
	height:16%;
	border-bottom:2px solid #000;
	padding-bottom:10px;
}

.chat_head img{
	float:right;
	max-width:50px;
}

.chat_head .date{
	margin:0 0 10px;
	font-size:14px;
}

.chat_head .desc{
	font-weight:bold;
	color:#000;
}

.npl{
	padding-left:0!important;
}

.npr{
	padding-right:0!important;
}

.blocks > div{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;

    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 10px 25px;
    width: 22.7%;
    margin: 0 1%;
    display: inline-table;
}

.blocks >.d1{
    background: linear-gradient(to bottom, #3E923D 10%, #FFFFFF 10% 100%) !important;
}

.blocks >.d2{
    background: linear-gradient(to bottom, #4EAFDC 10%, #FFFFFF 10% 100%) !important;
}

.blocks >.d3{
    background: linear-gradient(to bottom, #254993 10%, #FFFFFF 10% 100%) !important;
}

.d3 > div{
    width: 49%;
    background-position-x: 25%;
    display: inline-block;
    padding-bottom: 2px;
}

.d3 > span{
    display: block;
}

.blocks >.d4{
    background: linear-gradient(to bottom, #F33E35 10%, #FFFFFF 10% 100%) !important;
}

.vehicle-type-1{
    background: url(../images/vehicle-1.png) no-repeat center;
    min-height: 20px;
}

.vehicle-type-2{
    background: url(../images/vehicle-2.png) no-repeat center;
    min-height: 20px;
}

.vehicle-type-3{
    background: url(../images/vehicle-3.png) no-repeat center;
    min-height: 20px;
}

.vehicle-type-4{
    background: url(../images/vehicle-4.png) no-repeat center;
    min-height: 20px;
}

.dashboard-table .title{
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    color: #1C1C1C;
    float: right;
    margin: 1.5% 0;
    padding-left: 12px;
}

.blocks > div.last{
    margin-left: 0;	
}

.blocks .title{
	font-size: 30px;
    font-weight: bold;
    text-align: right;
    direction: ltr;
    padding: 14px 0 ;
}

.blocksBig > div{
	background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0px 4px 10px #EAF2F7;
    font-size: 14px;   
    line-height: 24px;
    padding: 10px 15px;
    width: 32.66%;
    margin-left: 1%;
    float: right;
}

.blocksBig > div .col-xs-4,.blocksBig > div .col-xs-8{
	font-weight: bold;	
}

.blocksBig .response-percent,.blocksBig .text--xxlarge{
    font-size: 30px;	
    margin: 8px 0 0;	
}

.blocksBig .rowd{
    margin: 30.5px 0;	
}

.blocksBig .rowd2{
    margin: 38.5px 0;	
}


.progress-bar {
	background-color: #6bb437;
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 10px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.blocksBig .progress {
    height: 5px;
	border-radius:0;
	margin:10px 0 0;
}

.forum__moderation__card--filter {
    fill: #ff9e35;
    margin-top: 4px;
}
.forum__moderation__card--spam {
    fill: #ff5959;
    margin-top: 4px;
}

.app-icon--smallsecondary {
    width: 15px;
    height: 15px;
}

.ro{
	margin-left:8px;
}

.app-icon--xlarge {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}

.text--gray {
    color: #6f7c87;
}

.blocksBig > div.l{
    margin-left: 0;	
}

.blocksBig table{
	width:100%;
    font-size: 12px;
	margin:15px 0 0;	
}

table th{
	text-align:right;
}

.blocksBig table td{
	border-top:1px solid #ddd;
	padding:10px 0;
}

.blocksBig table th{
	padding:5px 0;
}

.blocksBig .title{
	font-size: 46px;
    font-weight: bold;
	color: #294254;
    margin: 10px 0 20px;
    text-align: right;
    direction: ltr;
    padding: 14px 0 14px 0;
}

.blocksBig > div a{
	font-size:14px;
	color:#1382B9;
	float: left;
}

.col-xs-6.npr .acym__chart__line__container{
	max-height:270px;
	height:270px;
	max-width:100%;
}

.acym__chart__line__container {
    max-height: 300px;
    height: 300px;
    max-width: 100%;
}

.acym__chart__line__container canvas{
	height:300px;
	display:none !important;
}

.acym__chart__line__container canvas.active{
	display:block !important;
}

.acym__chart{
	display:none;
}

.acym__chart.active{
	display:block;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #294254;
  display: inline-block;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #294254;
  display: inline-block;
}

.orderArrows{
	display:inline-block;
	text-align:center;
}

.orderArrows ul{
	list-style:none;
}

.orderArrows ul li{
	display:inline-block;
	margin:-3px -1px;
    vertical-align: top;	
}

.parking{
    float: right;
    width: 7.1%;
    height: 50px;
    margin-right: -1px;
    margin-top: -1px;
    border: 1px solid #E6E9EB;
    position: relative;
    display: table;
    background: #fff;
}

.parking a{
    width: 100%;
    left: 0;
    display: table-cell;
	font-size:18px;
	vertical-align:middle;
	color:#000;
    direction: ltr;
}

.original_number{
    direction: ltr;
}

.parking.lightorange{
	background:rgb(243, 203, 128);
}

.parking.orange{
	background:orange;
}

.parking.visitor{
	background:#d8bd9f;
}

.parking.a{
	background:#a6a9a6;
}

.parking.b{
	background:#a19886;
}

.parking.red{
	background:red;
}

.parking.red a{
	color:#fff;
}

.parking .text{
    display:none;
}

.parking .text.active{
    display: block;
    position: absolute;
    background-color: #e5e5e5;
    padding: 10px;
    width:200px;
    border-radius: 5px;
    z-index: 9;
    bottom: -105px;
    right: 0;
    border: 1px solid #E6E9EB;
}

.dashboard-table .table .table-in table tr:nth-child(2n) {
    background: #F7F7F7;
}

.dashboard-table .table .table-in tbody{
    padding: 0 10px;
}

.dashboard-table{
    margin: 2% 0;
}

.dashboard-table td{
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #1C1C1C;
}

.dashboard-table .lplate{
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #4EAFDC;
}

.dashboard-table .camera{
    min-width: 178px;
}

.dashboard-table .type{
    min-width: 65px;
}

.dashboard-table .site{
    min-width: 140px;
}

.dashboard-table td span{
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #FFFFFF;
    background: #969696;
    border-radius: 15px;
    padding: 3px 10px;
    margin: 2px;
}