table {
	font-size: 14px;
}
.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{
	cursor:pointer
}
.table>tbody>tr>td{
	vertical-align: middle;
}
.bigTable>thead>tr>th {
	vertical-align: middle;
}
.topSpace {
	margin-top: 2%;
}
.bottomSpace {
	margin-bottom: 2%;
}
.form-horizontal .left{
	text-align:left;
}
.custom-label-right{
	text-align:right;
	margin-top:0;margin-bottom:0;padding-top:7px
}
.datepicker { /*это необходимо для того, чтобы календарь отображался в модальных окнах*/
z-index: 1151 !important;
}
h1{
	font-size: 30px;
	font-weight: bold;
}
p{
	font-size: 15px;
}
.not-visible{
	display: none;
}
.loaddiv {
	position:fixed;
    height: 100%;
	width:100%;
    z-index:9999;
	clear:none;
	background:#fff;
	opacity: 0.5;
}
.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;     
}
#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 2em;
    margin-top: -2em;
    color: #666666;
	text-align: right;
}
html, body,#containerGlobal{
	height: 100%;
}
body > #containerGlobal { height: auto; min-height: 100%; }
#content { padding-bottom: 2em; }
.checkRequest{
	text-align: center;
	padding-right: 5px;
}

@media (min-width: 1200px){
	.little-only{
		display:none !important;
	}
}
@media (max-width: 1200px){
	.big-only{
		display:none !important;
	}
}
/* .bigger-on-hover{
	-webkit-transition:  font-size 0.2s;
       -moz-transition:  font-size 0.2s;
         -o-transition:  font-size 0.2s;
            transition:  font-size 0.2s;
} */

.bigger-on-hover > a:hover {
    background: #602763 !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    /* font-size: 30px; */
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus{
	-webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    border-radius: 15px !important;
}
h1.mainHeader{
	font-size: 24px;
	display: inline;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.nav-pills > li > a {
  border: 1px solid #dddddd;
  border-radius:5px 5px 5px 5px;
  background-color: #ffffff;
  color: #83567a;
}
.nav-pills > li.active > a,
.nav-pills > li.active:hover > a,
.nav-pills > li.active:focus > a {
  border: 1px solid #83567a;
}
.nav-pills > li > a:hover {
  background-color: #9E7896;
  border-color: #9E7896;
  color: #ffffff;
}
table.table-hover > tbody {
	color: #333333;
}
table.table-hover > thead, table.table-bordered > thead {
	background-color: #f5f5f5;
}
table.bookingView tr > td:last-child {
	color: #333333;
}
table.bookingView tr > td:FIRST-CHILD {
	color:inherit;
	font-weight: bold;
}
table.bookingView tr.custom-header{
	background-color: #83567a;
	color: #ffffff;
}
table.bookingView tr.custom-header > td{
	font-weight: normal;
}
@media (max-width: 768px) { /* use the max to specify at each container level */
    table.bookingView tr > td:FIRST-CHILD {   
        width:100px;  /* adjust to desired wrapping */
        display:table;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        
    }
    table.bookingView{
    	background: transparent !important; 
    }
}
fieldset {
	min-width: 0;
}
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}
.panel-heading>a,.panel-heading>span>a{color: inherit;}
div.intervalAvailable{
    border: 1px solid #C4A7AB; 
    background-color: #ffffff;
    color: #83567a;
    padding: 3px;
    margin-top:-1px;
    position:relative;
}
div.intervalAvailable:hover{
	cursor:pointer;
}
div.intervalFull{
    border: 1px solid #C4A7AB;
    background-color: #f2dede;
    color: #b94a48;
    padding: 3px;
    cursor: default;
    margin-top:-1px;
    position:relative;
}
div.intervalSelected{
	border: 2px solid #A8C094; 
    background-color: #dff0d8;
    color: #468847;
	font-weight: bold;
	margin-top:-3px;
	position:relative;
	z-index:8;
}
div.well{
	background-color: #fcfcfc;
}
div.dateAndIntervals div.interval:first-child {
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
div.dateAndIntervals div.interval:last-child {
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
div.currentDatePanel{
	background-color: #83567a;
	border: 1px solid #744c6c;
	color: white;
	padding: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
div.anotherDatePanel{
	background-color: #dcc9d8;
	border: 1px solid #C9B6C5;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
div.well>fieldset> legeng > a {
	font-size: 15px !important;
}
.panel-custom {
  border-color: #C9B6C5;
}
.panel-custom > .panel-heading {
  color: #6b4664;
  background-color: #dcc9d8;
  border-color: #C9B6C5;
}
.panel-custom > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #C9B6C5;
}
.panel-custom > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #C9B6C5;
}
tr.view-header>td{
	background-color: #dcc9d8;
}
div.editTypesList > a:hover{
	background-color: #9E7896;
	border-color: #9E7896;
	color: #ffffff;
}
div.editTypesList > a:hover > span.badge{
	background-color: #ffffff;
	color: #9E7896;
}
div.editTypesList > a > span.badge{
	background-color: #9E7896;
	color: #ffffff;
}
a{ text-decoration: underline; }
.navbar a, .nav-pills a, a.btn, .list-group, .nav-tabs a {
	text-decoration: none;
}
ul.numeric-decimals { counter-reset:section; list-style-type:none; }
ul.numeric-decimals li { list-style-type:none; text-indent: -2.5em; text-align: justify;}
ul.numeric-decimals li ul { counter-reset:subsection; }
ul.numeric-decimals li:before{
	position: relative;
    counter-increment:section;
    content:counter(section) ". ";
}
ul.numeric-decimals li ul li:before {
	margin-right: 5px;
	width: 2em;
	display: inline-block;
	text-align: right;
    counter-increment:subsection;
    content:counter(section) "." counter(subsection) ". ";
}
.text-justify{text-align:justify}
.dark-text{color: #333333}
.force-not-bold{font-weight: normal!important;}
.cell-200{width: 200px!important;}
.container-fluid{
	padding-left: 15px;
	padding-right: 15px;
}
table.table-white {
	background-color: #fff;
}
.padding-top-10 {
	padding-top: 10px;
}
table tbody tr td.dt-body-right {
	text-align: right;
}

.print-table-cell .panel>.panel-heading{
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}
.print-table-cell .panel>table tr > td:FIRST-CHILD {
	color:inherit;
	font-weight: bold;
	width: 40%;
}

.custom-static-form>.form-group {
	margin:0;
}
.custom-static-form.editable{
	margin-bottom:15px;
}
.status_label {font-size: 1em;}
.huge-text{
	font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#newsLine:hover{
    cursor: pointer;
}