/* Custom CSS for ARGO by Alf 2019-2020 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Jura&display=swap');*/
/* @import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap'); */
 /* Fira Sans & Montserrat */
 /* Roboto Slab (H1-H6) & Open Sans (Body)*/
html,
body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
	/* background: #eeeef2; */
	/*background-color: #f6f6f6;*/
	background-color: #ffffff;
	/* background: #F5F7FA url('img/bg.png') repeat fixed; */
	
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.well,
.well-lg {
	border-radius: 10px;
        box-shadow: 0 10px 50px rgba(0, 30, 80, 0.08);
}

.wrap {
    min-height: 100%;
    height: auto;
    /* margin: 0 auto -50px; */
    /* padding: 0px 0 50px; /* 70px - высота от верхнего края страницы (для Navbar) */
	padding-top: 70px;
}

.wrap > .container {
   /* padding: 60px 15px 20px; */
}

/*
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
*/

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* =========ALF==================== */


div.required label.control-label:after {
	content: " *";
	color: red;
}

/* Центрирование элемента по вертикали */
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.table-row {
	cursor: pointer;
}

/* Бейдж для отображения статуса */
.badge-lg {
	padding: 7px 7px;
}

.pd-10 {
	padding-bottom: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-20 {
	padding-right: 20px;
}

.mr-20 {
	margin-right: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.mr-10 {
	margin-right: 10px;
}

.pl-10 {
	padding-left: 20px;
}

.pl-20 {
	padding-left: 20px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.pd-20 {
	padding-bottom: 20px;
}

.md-20 {
	margin-bottom: 20px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-40 {
	padding-top: 40px;
}

.mt-20 {
	margin-top: 20px;
}


.nav > li > a {
	padding: 15px 25px;
}

.nav {
	display: block;
}

.datepicker-inline {
	width: 100%;
	/*height: 100%;*/
	/*max-height: 100%;*/
}

.datepicker table {
	width: 100%;
	/*height: 100%;*/
}

/* Фикс календаря, прячущегося под навбар */
.datepicker {
	z-index: 10000 !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* Фикс для выпадающих меню и календаря */
.dropdown-menu {
	background-color: #aab2bd;
}

.datepicker.dropdown-menu {
	background-color: #fff;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-left: 0px;
	position: relative;
}


.tree-view-wrapper {
	
	margin-top: 10px;
	flex-grow: 1; width: 100%;
	
}


/* .full-height { display: flex; flex-direction: column; height: 100%; } */
/* .fill-height { flex-grow: 1; width: 100%; } */
/* .doborder { border: 1px solid; border-color: #ddd; border-radius: 4px; } */
/* .controlsdiv { display: table; width: 100%; } */


/* ---------------------------------------------------- */

/* .treeview .node-disabled { */
    /* display: none; */
/* } */

/* Убираем градиенты из кнопок слайдера картинок на главной */
.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

/* ---------------------------------------------------- */
/*
 * Sidebar
 */
 
 
@media (max-width: 767px) {
	.sidebar {
		background-color: transparent;
		padding-top: 10px;
		
		overflow-x: hidden;
		overflow-y: auto;
	}
}

@media (min-width: 768px) {

	.sidebar {

		/* display: flex; flex-direction: column; height: calc(100% - 50px);  */
		position: fixed;
		top: 50px;
		bottom: 0;
		left: 0;
		padding-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
		overflow-x: hidden;
		overflow-y: auto;
		 background-color: #fff; 
		/*background-color: transparent;*/
	
	}
}

/* ---------------------------------------------------- */
/*
 * Main content
 */

.main {
	padding: 20px;
}
@media (min-width: 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
		padding-top: 0px;
	}
}
.main .page-header {
	margin-top: 0;
}

.img-logo-sidebar {
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------------------------------------------------- */
/*
 * Site Footer
 */
 
 .site-footer {
 position:relative;
 z-index:400;
 border-top:1px dashed #AAB2BD;
 padding:20px 0 20px;
 background-color:#E6E9ED;
 text-align: center;
}
.site-footer .connect,
.site-footer a {
 color:#50c1e9
}
.site-footer a:active,
.site-footer a:hover {
 color:#50c1e9;
 text-decoration:none
}
.site-footer .row .col-md-4 {
 margin-bottom:20px
}
.site-footer h3 {
 margin-bottom:20px;
 font-weight:600;
 font-size:18px
}
.site-footer ul {
 padding-left:0
}
.site-footer li {
 list-style:none;
 font-size:14px
}
.site-footer hr {
 margin:20px 0;
 border:none;
 height:1px;
 width:100%
}
.site-footer hr.dashed {
 border-top:1px dashed #ccc
}
.site-footer .icon {
 margin-right:10px;
 font-size:28px
}
.site-footer form {
 padding:0!important
}
.site-footer form label {
 font-size:14px!important;
 font-weight:400!important
}
.site-footer input[type=email] {
 margin-right:10px;
 width:75%
}
.site-footer input[type=email],
.site-footer input[type=email]:focus,
.site-footer input[type=submit],
.site-footer input[type=submit]:active,
.site-footer input[type=submit]:focus {
 border:none!important
}
.site-footer .clear,
.site-footer .email {
 float:left
}
.site-footer .copyright p:last-child {
 margin-top:10px
}
.site-footer .copyright b {
 font-size:16px
}
.site-footer .download .download__infos {
 font-size:18px
}
.site-footer .download .btn {
 color:#000
}
.site-footer .download .btn-primary {
 color:#fff
}

.anchor 
{
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.modal-superlg 
{
	width: 90%;
}

.text-lcd {
	font-size: 18px;
}




/*.navbar-inverse .navbar-nav > .active > a {
    color: white;
    background-color: #ff7600;
}

.navbar-inverse .navbar-nav > .active > a:hover {
    color: white;
    background-color: #FFCE54;
}*/

/* =============================================================================================== */
/* Правила для создания элементов, которые могут заполнить оставшееся пространство в DIV по высоте */

.fluidheight-wrap {
  height: 100%;
  width: 100%;
  display:flex;
  flex-direction:column;
}

.fluidheight-top {
  width: 100%;
  height: 30px;
 
}

.fluidheight-mid {
  width: 100%;
  height: 50px;
  
  flex:1;
}

.fluidheight-bottom {
  width: 100%;
  height: 50px;
  
}

/* =============================================================================================== */

.table-borderless > thead > tr > th, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > tbody > tr > td, .table-borderless > tfoot > tr > td {
    border: 0px solid #000;
}

.node-selected {
	background-color: #333 !important;
}


.thumbnail-footer {
	position: absolute;
  bottom: 0;
}

/* NEW */

.panel {
    box-shadow: 0 10px 50px rgba(0, 30, 80, 0.08);
    border-radius: 10px;
}

.thumbnail {
    box-shadow: 0 10px 50px rgba(0, 30, 80, 0.08);
}

.panel-heading {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}
