/*==================================================
    0. HTML5 RESET
===================================================*/
html, body, div, span, applet, object, iframe, 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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* =Base
-------------------------------------------------------------- */
html {
  height:100%;
}

body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #efefef;
  color: #404040;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-smoothing: antialiased;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p{font-size:12.0pt;font-family:"Cambria","serif";}
.define { font-size:12.0pt;font-family:"Cambria","serif";}
a{
  color: #D55061;
}
a:hover {
color: #ef7f2c;
}
p {  
    word-wrap: break-word;
}

i,
em,
dfn,
cite {
  font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
  font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;
  font-style: normal;
}

b,
strong {
  font-weight: 700;
}

pre {
    -moz-box-sizing: border-box;   
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  border-radius: 2px;
    height: auto;
  margin: 0;
  outline: none;
  padding: 6px 10px;
  vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}

del {
  color: #555;
  text-decoration: line-through;
}

ins, 
dfn {
  border-bottom: 1px solid #ccc;
}

sup, 
sub,
small {
  font-size: 85%;
}

abbr, 
acronym {
  font-size: 85%;
  letter-spacing: .1em;
  text-transform: uppercase;
}

a abbr, 
a acronym {
  border: none;
}

dfn[title],
abbr[title], 
acronym[title] {
  border-bottom: 1px solid #ccc;
  cursor: help;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}
/*==================================================
    1. page layout
===================================================*/

#page-wrapper {
  width:100%;
  background:#e3e3e3;
}

#header-wrapper .inner,
#main-wrapper .inner,
#menu-wrapper .inner,
#footer-wrapper .inner {
  width:980px;
  margin:0 auto;
}

#header-wrapper {
  width:100%;
  background:#fff;
  position:fixed;
  z-index: 100;
}

#header-wrapper .inner{
 position:relative;
}

#header-wrapper #avator{
  float:left; 
  margin:16px 5px 5px 5px; 
  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; 
  overflow:hidden;
}

#header-wrapper #avator img { display:block;}
#header-wrapper #basic-info {padding-top: 20px;float:left; padding-left:30px; font-family:"Trebuchet MS";line-height: 1;}
#header-wrapper #basic-info h1{ font-family:"segoe UI" ;font-weight:900; color:#4c4e57; font-size:38px; position:relative; left:-5px; letter-spacing: -2px;padding-bottom:8px;}
#header-wrapper #basic-info h2{ padding-top:3px;font-family: "segoe UI";font-weight: 500;color: #637189;font-size: 23px;border-top: 1px solid rgb(208, 221, 235);border-bottom: 1px solid rgb(209, 212, 216); }
#header-wrapper #basic-info table th{ text-align:left; color:#444;  margin-right:2px;margin-top:5px;line-height: 22px;}
#header-wrapper #basic-info table th.dp{}
#header-wrapper #basic-info table td{ text-align:left; color:#858585; }
#header-wrapper #basic-info table td b{ color:#43a3e4;font-size: 11px;}
#header-wrapper #basic-info table tr{ height:22px; font-size:13px; }

#header-wrapper #links {float:left; padding:65px 0px 0px 60px;}
#header-wrapper #links span{display:block; margin-bottom:10px; margin-left:10px;}
#header-wrapper {padding-bottom:20px;}
#menu-wrapper{
font-weight: 700;
background-color: #585858;
background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
background-image: -o-linear-gradient(top, #585858, #3d3d3d);
background-image: linear-gradient(top, #585858, #3d3d3d);
clear: both;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
margin-top: 10px;
border-bottom: 1px solid #d2d2d2;
text-align: left;
-moz-box-shadow: 0px 1px 3px #eee;
-webkit-box-shadow: 0px 1px 1px #333;
box-shadow: 0px 1px 3px #333;
  position:absolute;
  width:100%;

  font-family:"lato";
}
#menu-wrapper ul {
text-align: center;
margin-top: 2px;
height: 30px;
}
#menu-wrapper ul li{ 
  text-shadow: 0 -1px rgba(0,0,0,0.6);
  list-style-type:none;
  display: block;
  float:left;
  text-align: center;
  /*background: url(../images/lines-dispatch.png) no-repeat;*/
  width: 115px;
  padding-right: 40px;
}

#menu-wrapper ul li a{
 color:#a3a3a3; 

 font-size:16px; 
 line-height: 40px; 
 text-decoration: none; 
 width:100%;
 display: block;
}
 #menu-wrapper ul li a:hover{color:#fff;}
 #menu-wrapper ul li.current a{
color:rgb(158, 236, 255);
background-color: #222;
font-size: 16px;
line-height: 1.3em;
margin: 5px auto;
padding: 5px 0px;
position: relative;
text-align: center;
-moz-border-radius: 10px;
-webkit-border-radius: 15px;
-moz-box-shadow: 0 0 5px #888888;
-webkit-box-shadow: 0 0 5px #888888;
}

#main-wrapper{
  padding-top: 225px;
}

.content-nav {position:absolute; right:10px; top:13px;}
.content-nav a{ display:block; float:left; width:35px; height:35px; background:url(../images/scrollarrows.png) no-repeat; }
.content-nav .prev {background-position: -43px center; margin-right: 7px;}
.content-nav .next {background-position: -119px center;}
.content-nav a.enable {cursor:pointer;}

.content-nav .prev.enable{ background-position: -4px center; }
.content-nav .next.enable{ background-position: -80px center; }

#main-wrapper .content { padding-top:16px; margin-bottom:20px; position:relative;}
#main-wrapper .content h3 { color:#41464c; font-size:23px; font-weight:bold; padding-bottom:20px; padding-left:16px;}
#main-wrapper .content h3 span{padding-right:20px;}

#main-wrapper .content .details { 
  font-family:"Cambria","serif";
  line-height:26px;
  padding:30px 33px;
  /*background-color: #C5D4E5; */
  background-color: white;
  font-size:15px;
  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
  color:#343538;
  -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.12);
  -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.12);
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.12);
  border: 1px solid #CCC;
}
#main-wrapper .content .details h3 {font-size: 14.0pt;padding-left: 0px;}
#main-wrapper .content .details h4.title {text-align:center;padding-bottom: 20px;font-size: 20px;text-decoration: underline;}
#main-wrapper .content .details ul,#main-wrapper .content .details ol {padding-left:20px;}
#main-wrapper .content .details ul li { list-style-type:circle;}
#main-wrapper .content .details ol li { list-style-type:decimal;}
#main-wrapper .content .details p{text-align:justify;}

table.table-noborder {
  background-color:transparent!important;
}

table.table {
  background-color:black;
}
table.table td ,
table.table th {
  background-color:white;
  padding:3px 10px;
}

table.table th{
  font-weight:bold;
  
}
#sc_drag_area_protector div{
  border-radius: 0px 0px;
  margin:0;
  /*max-width:100%;*/
  min-width: 1px;

}

#sc_drag_area {
  height:100px;
  left:150px;
  position: absolute;
  top:100px;
  width:250px;
  z-index: 9999;
}
#sc_drag_container {
  border: 1px solid #0000FF;
  cursor: move ;
  height: 100% ;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative ;
  width: 100%;
  z-index:9997;
}
#sc_drag_area_protector {
  border-radius: 0px 0px;
  display: block;
  height:100%;
  left:0;
  top:0;
  position: absolute;
  width:100%;
  z-index:8500;
  margin: 0;
  
  min-width: 1px;
  overflow: hidden;
}
#sc_drag_size {
  background-color: rgba(44, 44, 44, 0.5);
  color:#ffffff;
  font-family: arial,san-serif;
  font-weight:bold;
  font-size:12px;
  height:18px;
  min-width:65px !important;
  left:12px;
  line-height:18px;
  position:absolute;
  padding-left:4px;
  padding-right:4px;
  text-align:center;
  top: -18px;
  z-index:9998;
}
#sc_drag_cancel, #sc_drag_crop {
  background-color: rgba(0, 0, 0, 0.5);
  cursor:pointer;
  color:#ffffff;
  font-size:12px;
  font-family: arial,san-serif;
  font-weight:bold;
  height:22px;
  line-height:22px;
  position:absolute ;
  z-index:9998
}
#sc_drag_crop {
  bottom:-25px;
  text-align: center;
  right:10px;
  min-width: 30px !important;
  padding: 0 10px;
}
#sc_drag_cancel {
  bottom:-25px;
  text-align: center;
  right:70px;
  min-width: 30px !important;
  padding: 0 10px;
}
#sc_drag_shadow_top, #sc_drag_shadow_bottom, #sc_drag_shadow_left, #sc_drag_shadow_right {
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  z-index:7000;
  border: 0;
}
#sc_drag_shadow_top {
  left: 0;
  top: 0;
}
#sc_drag_shadow_bottom {
  bottom: 0;
  right: 0;
}
#sc_drag_shadow_left {
  bottom: 0;
  left: 0;
}
#sc_drag_shadow_right {
  right: 0;
  top: 0;
}
#sc_drag_north_east, #sc_drag_north_west, #sc_drag_south_east, #sc_drag_south_west  {
  border:1px solid #FFFFFF;
  background-color: #0000FF;
  height: 5px;
  position: absolute;
  width: 5px;
  z-index:9998;
}
#sc_drag_north_east {
  cursor: ne-resize ;
  right: -4px ;
  top: -3px;
}
#sc_drag_north_west {
  cursor: nw-resize ;
  left: -3px ;
  top: -3px;
}
#sc_drag_south_east {
  bottom: -4px;
  cursor: se-resize ;
  right: -4px ;
}
#sc_drag_south_west {
  bottom: -4px;
  cursor: sw-resize ;
  left: -3px ;
}

.sc_tip_save_status {
  position :fixed;
  border-radius: 4px 4px;
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
  width: 200px;
  background: #fff1a8;
  color: #000000;
  top:5px;
  left:45%;
  font-size: 12px;
}

.sc_tip_save_status a{
  text-decoration: underline;
  color: #2A5DB0;
}