@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300&subset=latin,cyrillic);

body {
  line-height: 1.2;
}

body, .pagination > li > a, .pagination > li > span  {
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /*font: 300 16px / 24px 'Roboto Slab', serif ;*/
  color: #223355;
  background-color: #27273E; 
}

body, .btn, .form-control  {
  font-size: 16px;
  color: #E4E2E8;
  font-weight: 300;
}

del {
  color: #7E7D7D;
  font-size: 12px;
}

blockquote {
   font-size: 14px;
   font-style: italic;
}

pre {
  line-height: 0.8;
  color: #7E7D7D;
  background-color: #191929;
  white-space: pre-line;
  border: none;
}

p {
  margin: 0 0 14px;
  text-indent: 30px;
}


th p , tr p{
   text-indent: 0px;
}

p.collapse {
  text-indent: 0px;
  color: #08B220;

}

.container-center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-noise {
  background: transparent url("/img/noise.png") repeat scroll 0% 0%;
}

.row-full  {
  /*height:100vh;*/
  min-height:100vh;
}

.btn, .form-control  {
  height: auto;
  padding: 3px 8px;
}

.nav , .breadcrumb  {
  color: #FF9800;
  background-color: #20223e !important;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.24), 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  border-color: #535252;
}


.nav-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

div.modal-content > a, ul > a, li > a, .dropdown-menu > li > a, .pagination > li > a, .pagination > li > span {
  color: #FF9800;
  
}

a {
    color: #61BAFA ;
    font-weight:400;
} 


 li > a:hover, a:hover {
    color: #2F9EED ;
} 

.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {

  color: #fff;
  background-color: #3A2A75;
  border-color: #3A2A75;
}

.panel-title, .panel-title > a, .modal-header {
  color: #FF9800;
  font-size: 16px;
}

.dropdown-menu {
  background-color: #20223e;
  color: #FF9800;
}

.panel {
  background-color: #191929;
  /*color: #E7E7E7;*/
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.24), 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  border-color: #535252;
}


.panel-default .panel-heading  {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.04) inset, 0px 0px 5px rgba(0, 0, 0, 0.3);
  color: #FF9800;
  text-shadow: 0px 1px 0px #000;
}

.modal-dialog, .modal-content {
  background-color: #1C1C3E;
  color: #E7E7E7;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.24), 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  border-color: #535252;

}

.form-control {
  background-color: #3A3A46;
  color: #FF9800;
}

[class*="col-"]{
      margin-bottom: 5px;
  }

/*
[disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
    background-color: #F9F5B8;
    opacity: 1;
}
*/

.click-to-edit {
    cursor: pointer;
}

.draggable {
  position:absolute;
  cursor: move;
}
.widget-bar  {
    font-size: 8px;
}

.non-draggable {
  position: absolute;
}
.widget-body   {
  position: initial;
  cursor: auto;
}
.widget-body > img  {
  width: 100%;
}

.widget-bar {
  color: #3A2A75;
  background-image: linear-gradient(to bottom, #D3E39C 0%, #DEEAB7 100%);
  background-repeat: repeat-x;
  /*border-top: 1px solid transparent;*/
/*  border-top-left-radius: 3px;
  border-top-right-radius: 3px;*/
  border-radius: 3px;
  border-color: #337ab7;
}



.thumbnail {
  background-color: #3A3A46 !important; 
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.24), 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  border-color: #535252;
  padding: 10px;
}


.thumbnail-container {
  max-width: 70px;
}

.thumbnail-container >img  {
  max-width: 100%;
}

.well-box, .well-box-float {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.04) inset, 0px 0px 5px rgba(0, 0, 0, 0.3);
  color: #EAEBFA;
  text-shadow: 0px 1px 0px #000;
  padding: 5px;
  margin: 5px;
  border-radius: 6px;
}

.well-box > img, .well-box-float > img {
  display:block;
  border-radius: 5px;
}



.well-box-float {
   max-width: 6cm; 
   float: left; 
   margin-right: 20px;
}



ins, mark, .price {
  background-color: rgba(255, 254, 137, 0.65);
  color: #000;
  padding: 0px 2px;
  border-radius: 2px;
  text-shadow: none;
}

@media (max-width:768px) {
.pull-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }

  .non-draggable {
  position: relative;
  left: 0px!important;
  top: 0px!important;
  white-space: nowrap; 

  } 

 } 

.table-striped > tbody > tr > td, .table-striped > tbody > tr > th {
   /*background-color: #6E6E80;*/
   border-color: #50505F;
   /*color: #fff;*/
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #555562;
   border-color: #616172;
   color: #fff;
}


/*set issue Bootstrap button drop-down inside responsive table not visible because of scroll*/

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

/* Don't print link hrefs */
@media print {
  a[href]:after {
    content: none
  }

  abbr[title]:after {
    content: none
  }

}


 #print-foot {
  display: inline-block;
  position: fixed;
  bottom: 0pt;
  right: 0pt;
  padding: 1px ;
  font-size: 100%;
  text-align:  right;
  z-index: 0;
  /*border-top-style:solid;*/
  border-top-width: 1px;
  /*border-style: solid;*/
 }



/* print only */
@media print {

	h1{font-size: 24px;}
	h2{font-size: 20px;}
	h3{font-size: 18px;}

	.page-break	{ 
		display: block; 
		page-break-before: always; 
	}

	p, li {
		margin-bottom: 7pt;
		padding:0;
		text-align: justify ;
	}
	.col-sm-10{
		margin: 0;
		padding:0;
		width: 100%;
		 /*border-style: solid;*/
		  /*border-width: 1px;*/   
	}
  .panel {
    border: none;
  }

@page 	{
		size: A4 portrait;
		margin-bottom: 0.5cm;
    margin-top: 0.5cm;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
	}




/*#print-foot:after{
  content: " " counter(page);
  counter-increment: page;
  }*/

  table {
    border-collapse: collapse;
  }
  table td,
  table th {
    background-color: #fff ;
     border: 1px solid #ddd ;
  }
  
  

} /* end print only */

 /*Google Custom Search GCE*/

.gcs {
  max-width: 180px;
  padding-top: 12px!important;
}

.gsc-control-cse, .gsc-input, .gsc-input td {
  padding: 0px!important;
}

.gsc-search-box {
  margin: 0px!important;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box; 
    line-height: normal;
     border-radius: 2px;
     padding-top: 0px;
}

 .gcs div {
  border:none;
  box-shadow: none;
 }

 .gs-snippet , .gsc-cursor-page{
  color: #FFFFFF!important;
 }
.gs-title {
  /*color: #5F95F3!important;*/
}

.gsc-search-button {
  /*max-width: 10px;*/
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  padding-left: 6px!important;
  padding-right: 6px!important;
}

/*td.gsc-clear-button {
  display:none!important;
}*/


.gsc, .gsc-input, .gsc-input-box {
  color: #BFE0FF;
  background-color: #3A3A46 !important;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.24), 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  border-color: #535252;
}

.gcs  div {

  /*background-color: #7A7A87 !important;*/
}
.gsc-results-wrapper-overlay {
  background-color: #8E8E9A!important;
}


/* dropdown sub menu */

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu,.dropdown-menu li:focus .sub-menu {
    visibility: visible;
    display: block;
}
