@import url("font-awesome.css");
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*pointer-events: none;*/
}

html, body, div, span, applet, object, iframe, input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}



body {
  font-family: Tahoma;
  font-size: 100%;
  line-height: 1;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
	body {
		background: #000 url(../images/rotate.png) no-repeat 50% 50%;
	}
	body * {
		display:none;
	}
}

html, body {
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a img, img {
  border: 0;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
    word-break:break-all !important;
}

:focus {
  outline: none;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

img.block {
  width: 100%;
}

/*@import '_option';*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #999;
  color: #000;
  font-family: Arial, Tahoma;
  font-size: 12px;
  line-height: 1.428;
}

.row:before,
.row:after {
  content: '';
  display: table;
}

.row:after {
  clear: both;
}

#container {
  margin: 0 auto;
  min-width: 1100px;
  max-width: 1300px;
  position: relative;
}
@media (max-width: 1024px){
  #container {
    min-width: 1000px;
    max-width: 1000px;
    overflow-x: hidden;
  }
}
@media (max-width: 767px){
	#container {
		padding: 0 5px;
	}
}

/* header */
#header {
  color: #171264;
  min-height: 96px;
  position: relative;
}
#header h1 {
  float: left;
  margin-top: 20px;
}
@media (max-width: 1024px){
  #header h1 {
    padding-left: 40px;
  }
}
@media (max-width: 767px){
	#header h1 {
		float:none;
	}
}
#header h1 > * {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
#header .tools {
  float: right;
  margin-top: 20px;
}
@media (max-width: 767px){
	#header .tools {
		float:none;
	}
}
#header .tools > li {
  float: left;
  margin-left: 5px;
}
#header .tools > li > a {
  color: #b0babc;
  display: inline-block;
  margin-left: 5px;
  padding-top: 3px;
  text-transform: uppercase;
}
#header .tools > li > a .fa {
  margin-right: 5px;
}
#header .tools input[type=text] {
  background-color: #484a49;
  border: 0;
  color: #fff;
  height: 20px;
  margin: 0;
  padding: 0 5px;
  width: 164px;
}
#header .tools input[type=button],
#header .tools input[type=search] {
  background: url(../images/ico-search.jpg) no-repeat;
  border: 0;
  border-right: 1px dotted #8d8d8d;
  cursor: pointer;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 26px;
}
#header #date {
  position: absolute;
  right: 0;
  top: 43px;
  width: 360px;
}
#header #date .date {
  float: left;
  font-size: 38px;
  margin-right: 15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
#header #date .day-year {
  display: block;
  font-size: 20px;
  padding-top: 12px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
#header #date .desc {
  color: #666;
  display: block;
}

/* sidebar */
#sidebar {
  background-color: #f1f2f6;
  float: left;
  width: 18.30769%;
  /*transition: width .5s ease-in-out;*/
}
@media (max-width: 1024px){
  #sidebar {
    float: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 3;
    -webkit-transition: left .7s;
    transition: left .7s;
  }
}
@media (max-width: 767px){
	#sidebar {
		/*display:none;*/
	}
}
#sidebar.closed {
  min-height: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  width: 43px;
}
@media (max-width: 1024px){
  #sidebar.closed {
    width: 240px;
  }
}
@media (max-width: 1024px){
  #sidebar.closed-tablet {
    left: -240px;
  }
}
#sidebar.closed .fa {
  border-right: 0 !important;
  width: 43px !important;
}
#sidebar.closed .logo {
  display: none;
}
@media (max-width: 1024px){
  #sidebar.closed .logo {
    display: table;
  }
}
#sidebar.closed .user {
  display: none;
}
#sidebar.closed .toggle {
  display: none;
}
#sidebar.closed .nav-sidebar > li > ul {
  display: none !important;
}
#sidebar .logo {
  background-color: #fff;
  display: table;
  min-height: 135px;
  width: 100%;
}
#sidebar .logo .img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#sidebar .user {
  background-color: #f1f2f6;
  display: block;
  padding: 20px;
}
#sidebar .user > img {
  border-radius: 50%;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.33);
  float: left;
  margin-right: 15px;
  width: 37.81513%;
}
#sidebar .user > span {
  display: block;
 /* font-size: 13px;*/
}
#sidebar .user > span:first-of-type {
 /* font-size: 16px;*/
  margin-top: 5px;
}
#sidebar .nav-sidebar > li {
  /*background-color: #e6a235;*/
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
#sidebar .nav-sidebar > li.active {
  /*background-color: #dc7634;*/
}
#sidebar .nav-sidebar > li:first-child {
  border-top: 0;
}
#sidebar .nav-sidebar > li > div {
  cursor: pointer;
  padding-right: 40px;
  position: relative;
}
#sidebar .nav-sidebar > li > div .fa {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  text-align: center;
  width: 18.487%;
}
#sidebar .nav-sidebar > li > ul {
  display: block;
}
#sidebar .nav-sidebar > li > ul > li {
  background-color: #d0e0f0;
  border-top: 1px solid #999;
  line-height: 1;
  padding: 10px 10px 10px 9%;
}
#sidebar .nav-sidebar > li > ul > li:nth-child(even) {
  background-color: #d0e0f0;
}
#sidebar .nav-sidebar > li > ul > li > a {
  color: #000;
}
#sidebar .nav-sidebar > li > ul > li .fa {
  min-width: 16px;
  text-align: center;
}
#sidebar .nav-sidebar .toggle {
  position: absolute;
  right: 10px;
  top: 10px;
}
#sidebar .nav-sidebar .toggle:after {
  content: '\f105';
  font-family: 'FontAwesome';
}
#sidebar .nav-sidebar .active > .toggle:after {
  content: '\f107';
  font-family: 'FontAwesome';
}

/*==== Add Menu Level 2 */
#sidebar .nav-sidebar > li > ul > li > ol {
  margin: 5px 0 0 22px;
}
#sidebar .nav-sidebar > li > ul > li > ol > li {
  padding: 7px;
}
#sidebar .nav-sidebar > li > ul > li > ol > li > a {
  color: #fff;
}
#sidebar .nav-sidebar > li > ul > li > ol > li > a:before {
  content: '\2022';
  display: inline-block;
  padding-right: 7px;
}



/* content */
#content {
  float: right;
  width: 80.15385%;
}
@media (max-width: 1024px){
  #content {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px){
	#content {
		float:none;
		width:auto;
	}
}
#content.canvas {
  width: 95.07692%;
}
@media (max-width: 1024px){
  #content.canvas {
    width: 100%;
  }
}
#content > .content {
  background-color: #f1f2f6;
  padding: 20px 20px 10px;
  position: relative;
}
@media (max-width: 767px){
	#content > .content {
		padding:20px 5px 10px;
	}
}
#content .colLeft {
  float: left;
  width: 67.1%;
}
#content .colRight {
  float: right;
  width: 30.6%;
}
#content .box {
  margin-bottom: 20px;
  word-break: break-all;
}

#switchTheme {
  position: absolute;
  right: -30px;
  top: -6px;
}
#switchTheme > a {
  background-image: url(../images/theme.png);
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  margin-bottom: 7px;
  width: 24px;
}
#switchTheme > a:nth-child(2) {
  background-position: 0 -25px;
}
#switchTheme > a:nth-child(3) {
  background-position: 0 -50px;
}
#switchTheme > a:nth-child(4) {
  background-position: 0 -75px;
}

#tab {
  border-bottom: 6px solid transparent;
  font-size: 0;
}
#tab > a {
  background-color: #787878;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 2px;
  padding: 10px 20px;
}
#tab > a.active {
  /*background-color: #dd7633;*/
}

/* footer */
#footer {
  font-size: 11px;
  padding: 60px 0;
  text-align: center;
}


.text_active 
{

font-weight:bold;
text-decoration:underline;

}

@media (max-width: 1024px){
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 1025px){
  .hidden-desktop {
    display: none !important;
  }
}
/*# sourceMappingURL=component.css.map */