@import "areset.css";

/* # General styles
================================================== */

html { height: 100%; }
body { font-family: arial, sans-serif; background: #eee; font-size: 12px; line-height: 22px; color: #5f5f5f; min-height: 100%; position: relative; }

body.login-page {
  background-color: #444;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

a.buttonS:hover,
a.buttonS:active,
a.buttonS:focus {
  color: white;
}

select {
  height: 28px;
  width: auto;
  border: 1px solid #e0e0e0;
  color: #333;
}

#page { padding-top: 55px;  }
#content { 
  padding-bottom: 60px; 
  position: relative; 
  margin-left: 100px; 
  padding-top: 49px; 
}

a { cursor: pointer; }
p { padding-top: 12px; }
img { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }

.noBorderB { border-bottom: none!important; }

button, input[type=submit], input[type=image], input[type=reset] { cursor: pointer; }

/* # Typography
================================================== */

/* === Headings === */

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


/* === Placeholder color === */

::-webkit-input-placeholder { color: #b3b3b3; }
:-moz-placeholder { color: #b3b3b3; }


/* === Label styles === */

.redBack, .greenBack, .greyBack, .blueBack, .lightGreyBack
{ padding: 5px 6px 4px 6px; 
  -webkit-border-radius : 2px; -moz-border-radius: 2px; 
  border-radius: 2px; color: #fafafa; }
.redBack { background: #b75d5d; }
.greenBack { background: #7ab75d; max-width: 250px; }
.greyBack { background: #6a6a6a; }
.blueBack { background: #5d92b7; max-width: 150px; }
.lightGreyBack { background: #aaaaaa; }

.redBack a, .greenBack a, .greyBack a, .blueBack a, .lightGreyBack a {
  color: white;
}

hr {
  border: 0;
    height: 1px;
    margin: 7px 0 3px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
}

/* === List styles === */

.widget ol { padding-left: 16px; }

/* === CodeMirror === */

.CodeMirror { font-family: Monaco, monospace !important; }


/* # Top part
================================================== */

#top { 
  background: #555; 
  height: 48px; 
  display: block; 
  width: 100%; 
  position: absolute; 
  z-index: 1000; 
  border-bottom: 1px solid #444;
  padding-left: 10px;
  border-radius: 0;
}
.logo { float: left; margin-top: 10px; }
.logo img { width: auto; height: 30px;}
.topNav { float: right; position: relative; }
.topSearch input[type=submit], .userSearch input[type=submit] { background: url(/images/sprites/sprite.png); }


/* # Sidebar stuff
================================================== */

#sidebar { display: block; position: absolute; z-index: 999;  width: 100px; }
#sidebar::before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  background-color: #444;
}

.mainNav { 
  width: 100px; 
  background: #555; 
  float: left; 
  position: relative; 
  z-index: 99; 
  margin-top: 48px; 
}

/* === leftMenuDrop === */

.leftMenuDrop { width: 100%; text-align: center; position: relative; /*padding-top: 16px; */
  border-top: 1px solid #666; 
  border-bottom: 1px solid #444;
  background: #555; 
}
.leftMenuDrop > a { 
  display: block;
  padding: 14px 0 8px 0;
  color: #bababa;
  font-size: 11px;
  width: 100px;
  border-top: 2px solid #666;
}
.leftMenuDrop a:hover, .leftMenuDrop a:active {
  text-decoration: none !important;
}
.leftMenuDrop a > img {
  border-radius: 50%;
  object-fit: cover;
  width: 80px;
  height: 80px;
  border: 3px solid #5e5e5e;
}
.leftMenuDrop a > i.fa-user-circle {
  font-size: 6em;
  margin-right: 0;
}
.leftMenuDrop a > img:hover {
  border: 3px solid #777;
}
.leftMenuDrop a > span { 
  display: block;
  padding-top: 4px;
}
.leftMenuDrop a span { display: block; padding-top: 4px; }
.leftMenuDrop a.active, .leftMenuDrop a:hover span { color: #f4f4f4;   }
.leftMenuDrop a.active img, .leftMenuDrop a:hover img 
  { opacity: 1; filter: alpha(opacity=100); 
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out; 
  }
.leftMenuDrop a:active, .leftMenuDrop a.active {  
  background: rgba(120,120,120,0.3);
}

/* === Main navigation === */

.nav.main { text-align: center; /*border-top: 1px solid #2e2e2e; border-bottom: 1px solid #555555;*/ }
.nav.main li { border-top: 1px solid #666; border-bottom: 1px solid #444; position: relative; }
.nav.main li a { display: block; padding: 14px 0 8px 0; color: #bababa; font-size: 11px; width: 100px; 
background: -moz-linear-gradient(top,  rgba(86,86,86,0.2) 0%, rgba(54,54,54,0.2) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,0.2)), color-stop(100%,rgba(54,54,54,0.2)));
background: -webkit-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
background: -o-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
background: -ms-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
background: linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
}
.nav.main li a span { display: block; padding-top: 4px; }
.nav.main li a img { opacity: 0.5; filter: alpha(opacity=50); }
.nav.main > li > a:hover,
.nav.main > li a:focus { 
  background: rgba(120,120,120,0.1);
}
.nav.main li a:active, .nav.main li a.active {  
  background: rgba(120,120,120,0.3);
}
.nav.main li a.active { color: #f0f0f0;   }
.nav.main li a.active img, .nav.main li a:hover img { opacity: 1; filter: alpha(opacity=100); -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
.nav.main > li > a:hover { color: #f0f0f0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.nav.main li:hover ul { display: block; }
.nav.main li ul { display: none; position: absolute; top: 0; font-size: 11px; min-width: 170px; white-space: nowrap; padding-left: 12px; left: 100px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-align: left; background: url(/images/elements/other/userArrow.png) 5px 11px no-repeat; z-index: 1000; }
.nav.main li ul li { border-bottom: 1px solid #343434; border-top: 1px solid #545454; background: url(/images/backgrounds/sidebar.jpg);  }
.nav.main li ul li:hover { background: #454545; }
.nav.main li ul li:first-child { border-top: none; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px;  }
.nav.main li ul li:last-child { border-bottom: none; -webkit-border-bottom-left-radius: 2px;  -webkit-border-bottom-right-radius: 2px;  }
.nav.main li ul li a { display: block; padding: 8px 14px 8px 14px; color: #c2c2c2; width: auto; }
.nav.main li ul li a span { padding-top: 3px; float: left; }
.nav.main li ul li ul { left: auto; right: 0; position: static; padding-left: 0; background: #505050; }
.nav.main li ul li [class*="dataNum"] { box-shadow: 0 0px 1px #101010; -webkit-box-shadow: 0 0px 1px #101010; -moz-box-shadow: 0 0px 1px #101010; }
.nav.main li ul li ul li { border-top: 1px solid #606060; border-bottom: 1px solid #404040; }
.nav.main li ul li ul li:hover { background-color: #555; }
.nav.main li ul li ul li, .nav.main li ul li ul li a { background: none; }

.nav.main li ul li ul li a  { background: url(/images/elements/control/subnav_arrow.png) no-repeat 14px 16px; padding-left: 26px; }


/* # Content stuff
================================================== */

/* === Content top part === */

.contentTop { 
  display: block;
  line-height: 30px;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
}

.pageTitle {
}

/* === Breadcrumbs line === */

.breadLine { 
  clear: both; 
  height: 28px; 
  background: #e8e8e8;
  font-size: 11px; 
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}

.breadLine .hideArrow { width: 30px; float: left; background: url(/images/hideArrow.png) no-repeat; background-position: 12px 10px; padding: 14px 0 14px 0; border-right: 1px solid #c3c3c3; }
.breadLine .hideArrow:hover { background-color: #f5f5f5; }

/* Breadcrumbs */

.bc { margin: 0; float: left; }
ul.breadcrumbs { 
  position: relative; 
  z-index: 990; 
  margin-left: 18px; 
}
ul.breadcrumbs:after { content: ""; display: block; clear: both; }
ul.breadcrumbs li { float: left; }
ul.breadcrumbs li.current { border-right: none; }
ul.breadcrumbs li.current a { background: none; }
ul.breadcrumbs li a { color: #666666; text-decoration: none; padding: 3px 20px 3px 14px; display: inline-block; background: url(/images/icons/breadsArrow.png) no-repeat 100% 10px; height: 30px; line-height: 23px; }
ul.breadcrumbs li ul li { float: none; }
ul.breadcrumbs li ul li a { text-decoration: none; padding: 5px 15px; display: block; background: none; }

ul.breadcrumbs > li:first-child:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; 
  content: "\f015";
}
/* Breadlinks */

.breadLinks { float: right; margin-right: 22px; }
.breadLinks > ul:after { content: ""; display: block; clear: both; }
.breadLinks > ul > li { float: left; border-right: 1px solid #c3c3c3; position: relative; height: 28px; }
.breadLinks ul li strong { color: #B35D5D; margin-left: 4px; }
.breadLinks > ul > li:first-child { border-left: 1px solid #c3c3c3; }
.breadLinks ul li a { color: #666666; padding: 3px 12px 3px 12px; display: block; }
.breadLinks ul li a.hasdd { background: url(/images/elements/control/hasddArrow.png) no-repeat 100%; }
.breadLinks ul li a:hover {  
  background: #f7f7f7;
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#eaeaea 100%);
  background: -o-linear-gradient(top,  #f7f7f7 0%,#eaeaea 100%);
  background: -ms-linear-gradient(top,  #f7f7f7 0%,#eaeaea 100%);
  background: linear-gradient(top,  #f7f7f7 0%,#eaeaea 100%);
  text-decoration: none;
}
.breadLinks ul li a:active {  background: #f7f7f7; text-decoration: none; }
.breadLinks ul li a span > img { margin-left: 6px; }
.breadLinks ul li ul { position: absolute; display: none; right: -1px; border: 1px solid #c3c3c3; box-shadow: 0 1px 2px #dadada; -webkit-box-shadow: 0 1px 2px #dadada; -moz-box-shadow: 0 1px 2px #dadada; z-index: 990; text-align: left; }
.breadLinks ul li ul, .breadLinks ul li ul li:last-child { -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px;  -moz-border-radius-bottomleft: 2px; }
.breadLinks ul li ul li { width: 140px; float: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; }
.breadLinks ul li ul li:first-child { border-top: none; }
.breadLinks ul li ul li a {background: #FDFDFD; padding: 5px 12px;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
}
.breadLinks ul li ul li a:hover { background: #f5f5f5; }

ul.breadcrumbs li.dropdown:hover ul.dropdown-menu {
  display: block;
}

ul.breadcrumbs li.dropdown:hover a.dropdown-toggle {
  color: #286893;
}

ul.breadcrumbs li ul.dropdown-menu,
div.leftMenuDrop .dropdown-menu {
  border: 1px solid #ddd;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  background-color: #f7f7f7;
}

ul.breadcrumbs li ul.dropdown-menu {
  top: 93%;  
}

ul.breadcrumbs li:first-child ul.dropdown-menu {
  left: 20px;
}

div.leftMenuDrop .dropdown-menu {
  top: 5%;
  left: 95%;
}

ul.breadcrumbs li ul.dropdown-menu li a:hover,
div.leftMenuDrop:hover .dropdown-menu li a:hover {
  background-color: #bbe7f7;
}

/* === Widget and widget head elements === */

.wrapper { margin: 0 22px; padding-top: 5px; }

.widget { display: inline-block; vertical-align: top; background: #f7f7f7; border: 1px solid #cdcdcd; margin: 35px 0; position: relative; }
.widget > [class*="whead"] { border-bottom: 1px solid #cdcdcd; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; text-shadow: 0 1px #fff; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;  position: relative; }
.whead a { color: #636363; }
.widget > [class*="whead"] h6 { float: left; display: block; padding: 8px 14px 7px 14px; font-size: 12px; font-weight: bold;  }
[class*="whead"]:after { content: ""; display: block; clear: both; }
.widget .body { padding: 14px 16px; }

.whead {  color: #636363;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
}

/* Head icons and icon set */

i.fa {
  margin: 0 10px 0 0;
}

/* === Buttons === */

.buttonS, .buttonM, .buttonL {  font-size: 11px; color: #fff; font-weight: bold; text-shadow: 0 -1px #6f6f6f; display: inline-block; line-height: 14px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.buttonS span, .buttonM span, .buttonL span { text-shadow: 0 1px 0 #6f6f6f; margin-left: 10px; }
.buttonS { padding: 6px 14px; }
.buttonM { padding: 7px 15px; }
.buttonL { padding: 8px 18px; }
.bGreen:hover, .bRed:hover, .bBlue:hover, .bGreyish:hover, .bBlack:hover, 
  .bLightBlue:hover, .bGold:hover, .bSea:hover, .bBrown:hover 
  { opacity: 0.95; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }

.bGreen { border: 1px solid #68a341; box-shadow: 0 1px 2px 0 #a4ca6c inset; -webkit-box-shadow: 0 1px 2px 0 #a4ca6c inset; -moz-box-shadow: 0 1px 2px 0 #a4ca6c inset;
background: #96c161;
background: -moz-linear-gradient(top,  #96c161 0%, #609c3d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c161), color-stop(100%,#609c3d));
background: -webkit-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: -o-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: -ms-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: linear-gradient(top, #96c161 0%,#609c3d 100%);
 }
.bGreen:active { background: #74aa49; box-shadow: 0 0 2px #707070 inset; -webkit-box-shadow: 0 0 2px #707070 inset; -moz-box-shadow: 0 0 2px #707070 inset; }

.bRed {  border: 1px solid #a95151; box-shadow: 0 1px 2px 0 #cd8787 inset; -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset; -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
background: #c57979;
background: -moz-linear-gradient(top,  #c57979 0%, #a34c4c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
background: -webkit-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -o-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -ms-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: linear-gradient(top,  #c57979 0%,#a34c4c 100%);
}
.bRed:hover { opacity: 0.95; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.bRed:active { background: #b15e5e; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBlue {  border: 1px solid #3e76af; box-shadow: 0 1px 2px 0 #66b2d2 inset; -webkit-box-shadow: 0 1px 2px 0 #66b2d2 inset; -moz-box-shadow: 0 1px 2px 0 #66b2d2 inset;
background: #5ba5cb;
background: -moz-linear-gradient(top,  #5ba5cb 0%, #3a70ab 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba5cb), color-stop(100%,#3a70ab));
background: -webkit-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: -o-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: -ms-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
}
.bBlue:hover { opacity: 0.95; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.bBlue:active { background: #4786b8; box-shadow: 0 0 2px #707070 inset; -webkit-box-shadow: 0 0 2px #707070 inset; -moz-box-shadow: 0 0 2px #707070 inset; }

.bGold { border: 1px solid #c4853e; box-shadow: 0 1px 2px 0 #ddb65b inset; -webkit-box-shadow: 0 1px 2px 0 #ddb65b inset; -moz-box-shadow: 0 1px 2px 0 #ddb65b inset;
background: #d5a44c;
background: -moz-linear-gradient(top,  #d5a44c 0%, #c07833 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5a44c), color-stop(100%,#c07833));
background: -webkit-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: -o-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: -ms-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: linear-gradient(top,  #d5a44c 0%,#c07833 100%);
}
.bGold:active { background: #ca8e40; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

/* ========== Content pagination ========== */

.pagination { margin: auto; width: auto; text-align: center; margin-top: 35px; }

/* ===== Form styling  ===== */

.disabled { opacity: 0.6; }

/* # Tables
================================================== */

table thead td span, table th span {display: block; width: 7px; float: right; margin: 2px 2px 0 5px; height: 16px; }

.checkAll tbody tr td:first-child { width: 40px; padding: 0; vertical-align: middle; margin: 0;}
.checkAll tbody tr td:first-child .checker, .checkAll tbody tr td:first-child .radio { margin: 0 auto; float: none; }

textarea,
textarea.form-control,
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type=password], 
input[type="text"]

{ 
	width: 100%; 
	color: #858585; 
	padding: 6px 7px; 
	display: inline-block; 
	background: #fcfcfc; 
	box-shadow: none;
	border: 1px solid #e7e7e7;
	border-radius: 0;
}

.input-group-addon {
  border: 1px solid #e7e7e7;
}

input[type="search"] { -webkit-border-radius: 0; -moz-border-radius: 0; -webkit-appearance: none; }
textarea { height: auto; }

/* ===== Default table ===== */

.tDefault tbody td, .tDefault thead td, .tDefault th {
  border-left: 1px solid #DFDFDF; 
  box-shadow: 0 1px 0 #fafafa inset; 
  -webkit-box-shadow: 0 1px 0 #fafafa inset; 
  -moz-box-shadow: 0 1px 0 #fafafa inset;
}
.tDefault tbody td:first-child, .tDefault thead td:first-child, .tDefault th:first-child { border-left: none; }
.checkAll thead td:first-child > img, .checkAll th:first-child > img { vertical-align: middle; padding-bottom: 2px; }
.tDefault thead td, .tDefault th { 
  text-align: center; 
  vertical-align: middle; 
  font-size: 11px; 
  padding: 10px 5px; 
  color: #777; 
  background: #eee; 
}
.tDefault thead td .fa, .tDefault th .fa {
  color: #555;
}
.tDefault tbody td { padding: 7px 11px; vertical-align: middle; }
.tDefault tbody tr { border-top: 1px solid #DFDFDF; }
.tDefault tbody tr:first-child {}
.tDefault tbody tr:nth-child(even) { background: #f2f2f2; }

/* # Images
================================================== */

.image {
  display: inline-block;
  position: relative;
  padding: 0.2em;
  margin-bottom: 2em;
  background: #fff;
  border: 0;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.image:after {
  content:'\A';
  position:absolute;
  width:100%; height:100%;
  top:0; left:0;
  background:rgba(255,255,255,0.3);
  opacity:0;
  transition: all 1s;
  -webkit-transition: all 1s;
} 

.image:hover:after {
  opacity:1;
}


/* Pagination 
================================================== */

.pagination {
  height: 36px;
  margin: 18px 0;
  margin-left:20px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a, .pagination span {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a, .pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.pagination li:last-child a, .pagination li:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

/* Button toolbar 
================================================== */

.btn-default {
	background-color: #f7f7f7;
}

.contentTop .btn-toolbar {
  float:right; 
}

.contentTop .btn-toolbar a:focus {
  outline: none;
}

/* Magnific popups 
================================================== */


.white-popup-block {
background: #FFF;
padding: 20px 30px;
text-align: left;
max-width: 650px;
margin: 40px auto;
position: relative;
}

.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

.alert {
padding: 15px;
margin: 20px 20px;
border: 1px solid transparent;
border-radius: 4px;
}

.checkingsoon.active {
  background: rgba(0,255,0,0.4);
}

/* 







!!!TODO: Проверено до сюда








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

.checkingsoon.active:hover {
  background: rgba(0,255,0,0.2);
}

.inline-wrapper {
  font-size: 0;
}

.groups-table .fa-pencil {
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

a.trash-link {
  color: rgba(200,60,100,0.65);
  display: inline-block;
}

a.trash-link:hover {
  color: rgb(200,60,100);
}

a.edit-link {
  color: rgba(60,100,200,0.65);
  display: inline-block;
}

button.edit-link {
  color: rgba(60,100,200,0.65);
  display: inline-block;
  background: transparent;
  border: none;
}

a.edit-link:hover {
  color: rgb(60,100,200);
}

.toolbar {
  margin-top: 10px;
}

.confirm {
  max-width: 400px;
}

.confirm .actions {
  text-align: right;
  margin-top: 20px;
}

.confirm .actions button {
  min-width: 60px;
  margin-left: 5px;
}

.confirm .content {
  font-size: 16px;
}

.chartWithOverlay {
    position: relative;
    width: 700px;
}
.overlay {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 60px;  /* chartArea top  */
    left: 180px; /* chartArea left */
}

#search-form {
  text-align: right;
}

#search-form #message {
  float:left;
  margin-top: 20px;
}

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

.searchPanel .row {
  margin-left: -3px;
  margin-right: -3px;
}

.searchPanel div[class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.searchPanel select {
  height: 35px;
}

.searchPanel select,
.searchPanel .input-group {
  margin-top: 10px;
  width:100%;
}

.searchPanel .input-group input {
  font-size: 1.2em;
  height: 35px;
}

#search-results {
  margin-top: 20px;
}

#throbber {
  position: fixed;
  left:50%;
  top:50%;
  z-index: 1000;
}


.avatar {
  margin: 30px 0 20px 20px;
  width: 200px;
  float: left;
}

.avatar i.fa {
	font-size: 15em;
}

.avatar img {
  max-width: 200px;
  max-height: 200px;
}

.avatar input[type=file] {
  margin: 0 auto;
}

.profile {
  margin: 20px;
  min-width: 200px;
  float: left;
}

.profile label {
  display: block;
}

.profile input, 
.profile select {
  margin-bottom: 10px;
  max-width: 300px;
}

.profile button {
  margin-top: 10px;
}

/* # Navigation bar
================================================== */

.mainNav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.icon-bar {
  background-color: #eee;
}

.navbar .container-fluid {
  padding-left: 0;
}

a.navbar-brand {
  color: #ccc;
  margin-left: 0 !important;
  padding: 15px 10px;
  font-size: small;
}

a.navbar-brand:hover {
  color: #eee;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

.submit-button {
  text-align:right; padding: 10px 5px 5px;
}

/* # Bootstrap panels
================================================== */

.panel-zavlab {
  margin: 20px;
  font-size: 1em;
}

.panel {
  background-color: #f7f7f7;
  margin-top: 20px;
}

.panel ol {
  margin-left: 15px;
}

.panel-inline {
  display: inline-block;
}

.panel-zavlab .panel-heading {
  background-color: #eee;
  font-size: 1.2em;
  line-height: 2em;
  height: 40px;
  padding: 5px 15px;
}

.panel-zavlab .panel-heading .pull-right {
  margin-left: 3px;
}

.flat-input-block {
  margin-top: 10px;
  margin-bottom: 20px;
}

.flat-input-block-header {
  font-weight: bold;
  display: inline-block;
  padding: 0 7px;
  background-color: rgba(98,184,78,0.2);
  color: #333;
}

.flat-input-block label {
  line-height: 1.2em;
  font-weight: normal;
}

.flat-input-block input,
.flat-input-block textarea {
  border: none;
  border-bottom: 1px dotted #ccc;
  border-radius: 0;
  box-shadow: none;
  padding-left: 5px;
  padding-right: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}
.flat-input-block input[readonly] {
  background-color: inherit;
  cursor: default;
}
.flat-input-block input:focus,
.flat-input-block textarea:focus {
  border-color: rgb(98,184,78);
  box-shadow: none;
}

.flat-input-block label.required:after {
  content: '*';
  margin-left: 5px;
}

.pager {
  margin: 15px 30px;
}

.pager li a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.pager li a,
.pager li a:focus {
  background-color: #f4f4f4;
  color: #333;
}

.pager li a:hover {
  color: rgb(98,184,78);
}

/* # Media queries
================================================== */

@media only screen and (max-width: 1350px) {
body { -webkit-text-size-adjust: none; }
.fluid .grid12 { width: 99.99999998999999%; *width: 99.94680850063828%; }
}

@media only screen and (max-width: 1024px) {
.quickStats { position: absolute; right: 22px; background: url(/images/backgrounds/contentTop.png) repeat-x; } 
.quickStats li a { display: none; }
.quickStats li strong { font-size: 16px; }
.chzn-container { width: 100%!important; }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
#sidebar { width: 100px; }
.secNav { display: none; position: absolute; top: 0; left: 100px; padding-left: 0; background: url(/images/backgrounds/subnav.jpg); border-right: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; box-shadow: 0 0 5px #cacaca; -webkit-box-shadow: 0 0 5px #cacaca; -moz-box-shadow: 0 0 5px #cacaca; }
.subNav li a.this { margin-right: 0; }
.showTabletP { display: block!important; }
.userNav .showTabletP { display: inline-block!important; }
#sidebar [class*="dataNum"] { display: inline-block; float: right; margin-left: 14px; position: static; margin-top: 1px; }
.moreFields ul li { width: 12%; }
.hideTablet { display: none; }
.topSearch { right: 71px; }
}

@media only screen and (min-width: 481px) {
.altMenu { display: none!important; }
#sidebar { display: block!important; }
}

@media only screen and (max-width: 1100px) {
.breadLine { text-align: right; padding-right: 22px; }
.breadLinks { float: none; display: inline-block; margin: 0; }
.breadLinks > ul > li > a span { display: none; visibility: hidden; }
.breadLinks ul li a i { float: none; margin: 0; padding: 4px; }
}

@media only screen and (min-width: 768px) {
  .nav li:hover ul { display: none; }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .contentTop { overflow: hidden; }
}

@media (max-width: 767px) {
  #content { margin-left: 0; }
  #sidebar { width: 100%; }
  #sidebar::before {
    position: relative;
  }
  #sidebar .mainNav { width: 100%; white-space: nowrap; }
  #sidebar .mainNav ul.nav li { 
    text-align: left;
  }
  #sidebar .mainNav span.caption {
    display: inline-block; 
    padding-top: 0;
    font-size: 1.6em;
    vertical-align: middle;
  }
  #sidebar .mainNav span.fa { 
    display: inline-block; 
    padding-top: 0;
    width: 70px;
    text-align: center;
    vertical-align: middle;
  }
  #sidebar .mainNav .nav > li > a {
    width: 100%;
    padding: 10px 0;
  }
}

@media (max-width: 550px) {
  .contentTop {
    white-space: nowrap;
  }
  #breadcrumbs .current {
    display: none;
  }
  ul.breadcrumbs li a {
    background: none;
  }
}