﻿@charset "utf-8";
@font-face {
	font-family: SanProLight;
	src: url("../font/PFAGORASANSPRO-LIGHT.TTF");
}

@font-face {
	font-family: SanProReg;
	src: url("../font/PFAGORASANSPRO-REG.TTF");
}

@font-face {
	font-family: SanProThint;
	src: url("../font/PFAGORASANSPRO-THIN.TTF");
}

body,html{
	margin:0px;	
	font-size:16px;
	font-family:SanProReg;
	height:100%;
}

body{
	overflow-y:scroll;	
	/*padding-top: 70px; */
}

A {
    color: blue; /* Öâåò ïîñåùåííîé ññûëêè */
}

.site{
	display:table;
	width:100%;
	height:100%;
	vertical-align: top;
}

.menu{
	background:#354052;
	width:15%;
	display:table-cell;
	vertical-align: top;
}

.menu A{
	color:white;
	text-decoration:none;
	display:block;
	padding-left:15px;
	line-height:52px;
	cursor:pointer;
	border-left:6px solid #354052;
}

.menu A:hover{
	background:#303949;	
	border-left:6px solid #15A4FA;
}

.activeMenu{
	background:#303949;	
	border-left:6px solid #15A4FA !important;
}

.content{
	vertical-align: top;
}

.underline{
	text-decoration:none;
	cursor: pointer;	
}

.underline:hover{
	text-decoration:underline;	
}

.userInfo{
	padding:20px 0px;
	border-bottom:1px solid red;
}

.userInfo #avatar{
	text-align:center;
}

.userInfo #name{
	padding-top:4px;
	text-align:center;
	color:white;
}

.menuHall{
	background:#F6F6F6;
	width:15%;
	display:table-cell;
	vertical-align: top;
}

.nameRegion{
	line-height:51px;
	text-align:center;
	font-size:18px;
	border-bottom:1px solid #D8D8D6;
	cursor:pointer;
}	

.nameRegion:hover{
	background:#EEEDED;
}

.menuHall A{
	display:block;
	padding:6px 10px;
	border-bottom:1px solid #D8D8D6;
	cursor:pointer;
	color:#858683;
	text-decoration:none;
}

.menuHall A:hover{
	background:#EEEDED;
}

.menuHall A #name{
	font-size:16px;
	padding-left:26px;
}

.menuHall A #address{
	font-size:14px;
	padding-left:26px;
}

.menuHall A #circle{
	width:10px;
	height:10px;
	border-radius:50px;
	border:4px solid #55BAF2;
	position:absolute;
	margin-top:10px;
}

.menuHall A:hover #circle{
	background:#55BAF2;
}

.headTextFo{
	font-size:18px;
	font-family:SanProLight;
}

.name-block-add-report{
		
}

.trAllReport{
	cursor:pointer;	
}

.datepickerForm{
	background-color:white !important;	
	cursor:pointer !important;
}

.user-actions-buttons {
	padding: 0px !important;
	padding-top: 8px !important;
}

.block_user.user_blocked {
	color: red;
}



.please_wait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9 ) 
                url('/include/images/loading.gif') 
                50% 50% 
                no-repeat;
}

#dataTable tfoot input{
    width: 100% !important;
}

.select2-container--default .select2-selection--single{
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.block-inline{
    display:inline-block;
}

.btn-top{
    margin: 8px 0;
}

.item-auto-image img{
    display: block;
    width: 64px;
    height: 64px;
}
@media (min-width: 1200px){
    .modal-dialog {
        width: 1024px !important;
        margin: 30px auto;
    }
}
.desktop-container{
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}
.margined{
    margin-left: 140px !important;
}
.desktop-container.margined .unmargin{
    margin-left: -140px !important;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}
.desktop-container .unmargin{
    margin-left: 0 !important;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.month{
    display: table;
    width:280px;
    margin:5px;
    float:left;
}

.ccaption{
    caption-side: top; 
    display: table-caption; 
    text-align: center;
    width:100%;
    color: white;
    background-color: #000;
    font-weight: bold;
}
.crow{
    display:table-row;
}
.ccell{
    display: table-cell;
    width:40px;
    height:25px;
    line-height:20px;
    border: 1px solid #ccc;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ccell.wdays{
    background-color: #bbc0c7;
    color: black;
    font-weight: bold;
}
.ccell.active{
    background-color: #6a9dea;
    color: white;
    font-weight: bold;
}

#content .container {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 128px;
    width: 1150px;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.switchReport{
    position: fixed;
    top: 75px;
    margin-left: -30px;
    width: 100px;
    background: #7386D5;
    color: white;
    padding: 6px 0px;
    text-align: center;
    font-size: 1.3em;
    border-radius: 0px 6px 6px 0px;
    display: block;
    z-index: 999;
}

.divider{
    border-bottom: 2px solid #ddd;
    margin: 5px
}

.mt{
    margin-top: 10px;
}
.mb{
    margin-bottom: 10px;
}
.ml{
    margin-left: 10px;
}
.mr{
    margin-right: 10px;
}
.item-param{
    display: block;
    border: 1px solid #ddd; 
    background: #fef;
    margin:5px 0;
    padding: 5px;
    border-radius:4px;
}
.item-param h4{
    margin:5px;
}
.item-param .table {
    margin:0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px !important;
    margin-bottom: 10px;
}

.contact_form ul {
    width:700px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px;
    border-bottom:1px solid #eee;
    position:relative;
}
.contact_form label {
    width:200px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.contact_form input {
    height:20px;
    width:220px;
    padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

.editfieldstable td.edittd {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
    table-layout: fixed;
    word-break: break-all;
}

.editfieldstable td.buttons {
    width: 150px;
}

td.edittd div {
    max-height: 100px;
    max-width: 400px;
    overflow: hidden;
}

.halls {
    border: 1px solid #ccc; float: left; padding: 6px 10px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

.StatusSms {
    background: #e5e4e9; border: 1px solid #ccc; padding: 6px 10px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

#statussms {
    display: none;
}

.pos_select {
    height: 35px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
}

.pos_select:after {
    color:green;
}