
body {
	background: #fbfbfb url(/static/images/bg4.png) 0 0 repeat!important;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	-webkit-text-size-adjust: none;
	}

:focus { -moz-outline-style: none; }





/* Add wrapping */
pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    /*white-space: -pre-wrap; *//* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

img, a img { border: 0; }

ul li { list-style: none; }

.clear { clear: both; }

a {
	color: #008ee8;
	text-decoration: none;
	outline: none;
	}

a:hover {
	/*color: #ec8526;*/
	text-decoration: none;
	}

#hld {
	background: url(/static/images/bg4.jpg) 0 0 repeat-x;
	min-height: 402px;
	}

.wrapper {
	width:90%;
	min-width: 960px;
	margin:0 auto;
	padding-top: 20px;
}

.wrap {
  overflow: hidden;
}
.select2 {
  width: 100%;
  position: relative;
}


/* Header */
#header {
	height: 50px;
	line-height: 50px;
	background: url(/static/images/hdr.gif) 0 0 repeat-x;
	color: #eee;
	/*font-weight: bold;*/
	margin-bottom: 20px;
	}

#header .hdrl {
	width: 20px;
	height: 50px;
	float: left;
	background: url(/static/images/hdrl.gif) top left no-repeat;
	}

#header .hdrr {
	width: 20px;
	height: 50px;
	float: right;
	background: url(/static/images/hdrr.gif) top right no-repeat;
	}

#header a {
	color: #ddd;
	text-decoration: none;
	}

#header a:hover { color: #fff; }

#header h1 {
	float: left;
	margin-right: 80px;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	}

#header h1 a { color: #fff; }
#header h1 a:hover { color: #def; }


/* Navigation */
#header #nav, #header #nav * { z-index: 20; }

#header #nav {
    font-size:15px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    /*font-weight:bold;*/

	margin: 0;
	border: 0 none;
	padding: 0;
	width: auto; /*For KHTML*/
	list-style: none;
	height: 50px;
	padding: 0;
	float: left;
	}

#header #nav li {
	margin: 0;
	border: 0 none;

	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 50px;
	padding: 0 10px;
	background: url(/static/images/nsp.gif) center right no-repeat;
	line-height: 50px;
	}

#header #nav li.nobg { background: none; }

#header #nav ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 190px;
	list-style: none;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	}

#header #nav ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

#header #nav ul li {
	width: 190px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	position: relative;
	top: 0;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background: none;
	}

/* Root Menu */
#header #nav a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	height: 30px;
	padding: 0 10px;
    color:#aaa;
	}

#header #nav li.active a { color: #bfb; text-decoration:underline;}
#header #nav li.active a:hover { color: #fff; }

#header #nav a.hasmore {
	border: 1px solid red;
}

/* Root Menu Hover Persistence */
#header #nav a:hover,
#header #nav li:hover a,
#header #nav li.iehover a {
    color: #fff;
}

/* 2nd Menu */
#header #nav li:hover li a,
#header #nav li.iehover li a {
	text-transform: none;
	padding: 0 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	color: #999;
	background: url(/static/images/mbg.png) 0 0 repeat;
	}

/* 2nd Menu Hover Persistence */
#header #nav li:hover li a:hover,
#header #nav li:hover li:hover a,
#header #nav li.iehover li a:hover,
#header #nav li.iehover li.iehover a {
	color: #fff;
	background: #000;
	}

/* 3rd Menu */
#header #nav li:hover li:hover li a,
#header #nav li.iehover li.iehover li a {
	float: none;
	color: #999;
	background: url(/static/images/mbg.png) 0 0 repeat;
	}

/* 3rd Menu Hover Persistence */
#header #nav li:hover li:hover li a:hover,
#header #nav li:hover li:hover li:hover a,
#header #nav li.iehover li.iehover li a:hover,
#header #nav li.iehover li.iehover li.iehover a {
	color: #fff;
	background: #000;
	}

/* 4th Menu */
#header #nav li:hover li:hover li:hover li a,
#header #nav li.iehover li.iehover li.iehover li a {
	color: #999;
	background: url(/static/images/mbg.png) 0 0 repeat;
	}

/* 4th Menu Hover */
#header #nav li:hover li:hover li:hover li a:hover,
#header #nav li.iehover li.iehover li.iehover li a:hover {
	color: #fff;
	background: #000;
	}

#header #nav ul ul,
#header #nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
#header #nav li:hover ul ul,
#header #nav li:hover ul ul ul,
#header #nav li.iehover ul ul,
#header #nav li.iehover ul ul ul {
	display: none;
	}

#header #nav li:hover ul,
#header #nav ul li:hover ul,
#header #nav ul ul li:hover ul,
#header #nav li.iehover ul,
#header #nav ul li.iehover ul,
#header #nav ul ul li.iehover ul {
	display: block;
	}

#header .user {
	float: right;
	font-size: 11px;
    vertical-align:middle;
    line-height:50px;
	}

#header .user img{
    vertical-align:middle;
}

#header .user a { text-decoration: underline; }
#header .user a:hover { text-decoration: none; }


/* Blocks */

.block {
	padding-bottom: 5px;
	margin-bottom: 25px;
	clear: both;
	background: #fff url(/static/images/bnd.gif) bottom center repeat-x;
	}

.block .bendl {
	width: 5px;
	height: 5px;
	background: url(/static/images/bendl.gif) bottom left no-repeat;
	float: left;
	}

.block .bendr {
	width: 5px;
	height: 5px;
	background: url(/static/images/bendr.gif) bottom left no-repeat;
	float: right;
	}


/* Block head */

.block .block_head {
	height: 54px;
	line-height: 54px;
	background: url(/static/images/bhead.gif) 0 0 repeat-x;
	overflow: visible;
	}

.block .block_head .bheadl {
	width: 20px;
	height: 54px;
	float: left;
	background: url(/static/images/bheadl.gif) top left no-repeat;
	}

.block .block_head .bheadr {
	width: 20px;
	height: 54px;
	float: right;
	background: url(/static/images/bheadr.gif) top right no-repeat;
	}

.block .block_head h2 {
	font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
	float: left;
  white-space:nowrap;
  /*overflow:hidden;*/
}

.block .block_head ul {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	}

.block .block_head ul li {
	display: inline;
	padding: 3px 0;
	padding-left: 20px;
	background: url(/static/images/phs.gif) 7px center no-repeat;
	}

.block .block_head ul li.nobg { background: none; }

.block .block_head ul li a {
	text-decoration: none;
	color: #666;
	outline: none;
	}

.block .block_head ul li.active a { color: #888; }
.block .block_head ul li a:hover { color: #008ee8; }

.block .block_head form {
	float: right;
	padding: 15px 0;
	height: 34px;
	line-height: 24px;
}

.block .block_head form.form-inline {
	padding: 0;
}
.block .block_head .btn{
  margin: 0 3px 0 0;
  top: -2px;
  position: relative;
}

.block .block_head form .text {
	width: 129px;
	height: 15px;
	padding: 5px 10px 5px 25px;
	border: 0;
	font-size: 11px;
	color: #999;
	margin: 0;
	background: url(/static/images/srch.gif) left center no-repeat;
	}

.block .block_head form .text:focus {
	color: #666;
	background: url(/static/images/srch_.gif) left center no-repeat;
	}

.block .block_head select {
	text-transform: none;
	}

/* Block content */

.block .block_content {
	overflow: hidden;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 20px 0;
}

.block .block_content h1,
.block .block_content h2 {
	font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: -4px;
  margin: 0 10px 0 0;
}

.block .block_content h3 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
  position: relative;
}

.block .block_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	}

.block table {
	text-align: left;
	margin-bottom: 15px;
	}

.block table tr.even td {
	background: #fbfbfb;
	}

.block table tr td,
.block table tr th {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	line-height: normal;
	text-align: left;
	}

.block table tr th.headerSortUp {
	color: #333;
	background: url(/static/images/sortd.gif) 95% center no-repeat;
	}

.block table tr th.headerSortDown {
	color: #333;
	background: url(/static/images/sorta.gif) 95% center no-repeat;
	}

.block table tr td.delete {
	text-align: right;
	font-size: 11px;
	}

.block table tr td.delete a { color: #666; }
.block table tr td.delete a:hover { color: #dd0000; }

.block .tableactions {
	overflow: hidden;
	padding-bottom: 20px;
	float: left;
	}

.block .tableactions select {
	width: 100px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
	}

.block .pagination {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	}

.block .pagination.right {
	float: right;
	text-align: right;
	padding-top: 1px;
	border: 0;
	width: 500px;
	overflow: hidden;
	}

.block .pagination a {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0 1px;
	}

.block .pagination a.active {
	background: #39a3e6;
	border: 1px solid #0082d5;
	color: #fff;
	}

.block .pagination a:hover {
	color: #fff;
	background: #ec8526;
	border: 1px solid #d77011;
	}

/*
.block .block_content ul {
	padding-left: 15px;
	padding-bottom: 15px;
	}
*/

.block .block_content ol {
	padding-left: 15px;
	padding-bottom: 15px;
	list-style-position: inside;
	}

.block .block_content ul li {
/*
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(/static/images/li.gif) 0 7px no-repeat;
*/
 	}

.block .block_content ol li {
	margin-bottom: 5px;
	}

.block hr {
	height: 1px;
	border: 0;
	background: no-repeat;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	}

.block .block_content .breadcrumb {
	color: #666;
	background: #f9f9f9;
	border-bottom: 1px solid #e6e6e6;
	padding: 9px 12px;
	line-height: normal;
	margin-bottom: 10px;
	font-size: 11px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}


/* Messages */

.block .message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.block .message p {
	padding: 0;
	width: 93%;
	float: left;
	}

.block .message.error {
	border: 1px solid #e9c59b;
	background: #ffecce url(/static/images/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}

.block .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(/static/images/success.gif) 12px 12px no-repeat;
	color: #508600;
	}

.block .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(/static/images/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}

.block .message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(/static/images/warning.gif) 12px 12px no-repeat;
	color: #666;
	}

.block .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(/static/images/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

.block .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}


/* Forms */
/*
.block form p {
	overflow: hidden;
	clear: both;
	}

.block form label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
	}

.block form input[type=text], input[type=password] {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}

.block form input[type=text].medium, input[type=password].medium { width: 600px; }
.block form input[type=text].big, input[type=password].big { width: 98%; }

.block form input[type=text].date_picker {
	width: 100px;
	padding-right: 36px;
	cursor: pointer;
	background: url(/static/images/cal.jpg) center right no-repeat;
	}

.block form textarea {
	width: 98%;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	}

.block form textarea.wysiwyg { width: 98%; padding: 0; }

.block form input[type=radio],
.block form input[type=checkbox] {
	vertical-align: middle;
	}
*/

/* Custom form select element */

.block form select.styled {
	width: 245px;
	height: 18px;
	margin-right: 20px;
	cursor: pointer;
	}

/* custom radio button style */
.select-wrap {
  background:#fff;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0;
}

.answers {
  position: relative;
  border-top: 5px solid #ddd;
  margin-bottom:10px;
  background:#eee;
  padding:10px;
}

.label-wrap {
    position: relative;
    margin-left:25px;
}

.radio-wrap {
    float:left;
}


form .cmf-skinned-select {
	padding: 7px;
	display: block;
	margin-right: 20px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('/static/images/sdd.jpg') center right no-repeat;
	}

form .cmf-skinned-select:hover {
	background: url('/static/images/sdd_.jpg') center right no-repeat;
	}

form div.cmf-skinned-text {
	padding: 5px 7px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	}


/* Custom file input */

form .fileupload {
	position: relative;
	}

form .fileupload #uploadmsg {
	display: block;
	position: absolute;
	top: 20px;
	left: 350px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	font-size: 11px;
	}

form .fileupload #uploadmsg.loading {
	background: url(/static/images/ajax-loader.gif) center left no-repeat;
	width: 30px;
	padding-left: 20px;
	}

form input.file {
	width: 250px;
	height: 20px;
	background: #fefefe;
	border: 1px solid #bbb;
	border-right: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 4px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	}

form .note {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	vertical-align: middle;
	}

form .note.error { color: #e3302c; }

form input.submit {
	width: 85px;
	height: 30px;
	line-height: 30px;
	background: url(/static/images/btns.gif) top center no-repeat;
	border: 0;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	}

form input.submit:hover {
	background: url(/static/images/btns_.gif) top center no-repeat;
	text-shadow: 1px 1px 0 #b55f10;
	}

form input.submit.tiny {
	width: 105px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	background: url(/static/images/tiny.gif) top center no-repeat;
	}

form input.submit.tiny:hover { background: url(/static/images/tiny_.gif) top center no-repeat; }

form input.submit.mid { width: 115px; background: url(/static/images/btnm.gif) top center no-repeat; }
form input.submit.mid:hover { background: url(/static/images/btnm_.gif) top center no-repeat; }

form input.submit.long { width: 165px; background: url(/static/images/btnb.gif) top center no-repeat; }
form input.submit.long:hover { background: url(/static/images/btnb_.gif) top center no-repeat; }

form input.submit.long[disabled]
{
    color: #fff;
    text-shadow: 1px 1px 0 #555;
    background: url(/static/images/btnbd.gif) top center no-repeat;
}

form input.submit.long[disabled]:hover {
    color: #fff;
    text-shadow: 1px 1px 0 #555;
}

/* Small blocks */

.block.small {
	width: 49%;
	background: #fff url(/static/images/bnd.gif) bottom center repeat-x;
	padding-bottom: 0;
	}

.block.small.left { float: left; clear: none; }
.block.small.right { float: right; clear: none; }

.block.small .block_head { background: url(/static/images/bhead.gif) 0 0 repeat-x; }
.block.small .block_content { background: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }

.block.small .block_content input.text,
.block.small .block_content textarea { width: 96%; padding: 7px; }

.block.small.center {
	float: none;
	margin: 0 auto;
	}


/* Login block */

.block.small.center.login {
	width: 470px;
	background: #fff url(/static/images/bnd.gif) bottom center repeat-x;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-bottom: 5px;
	}


.block.small.center.upload {
	width: 670px;
	background: #fff url(/static/images/bnd.gif) bottom center repeat-x;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-bottom: 5px;
	}

/* Block sidebar */

.block.withsidebar .bendl {
	width: 191px;
	background: url(/static/images/bendsb.gif) bottom left no-repeat;
	}

.block.withsidebar .block_content {
	overflow: hidden;
	padding: 0;
	background: url(/static/images/sidebar.gif) 0 0 repeat-y;
	}

.block.withsidebar .block_content .sidebar {
	width: 190px;
	float: left;
	font-size: 11px;
	}

.block.withsidebar .block_content .sidebar p {
	padding: 0 13px 15px;
	line-height: 18px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu {
	padding: 0;
	margin-bottom: 10px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li {
	padding: 0;
	margin: 0;
	background: 0;
	border-bottom: 1px solid #ccc;
	}

/*active task*/
li.current a {
    color:#006400;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a {
	display: block;
	padding: 10px 13px;
	font-weight: bold;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a:hover {
	background: #fdfdfd;
	border-right: 1px solid #ccc;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li.active a,
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a:hover {
	background: #fff;
	border: 0;
	}

.block.withsidebar .block_content .sidebar_content {
	padding: 15px 20px 15px 210px;
	}

/* Image list */

.block .block_content .imglist {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

.block .block_content .imglist ul {
	padding: 0;
	}

.block .block_content .imglist li {
	padding: 0;
	margin: 0;
	background: 0;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	margin: 13px 17px 10px 10px;
	border: 1px solid #ccc;
	padding: 1px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	}

.block .block_content .imglist li img {
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	}

.block .block_content .imglist li ul {
	position: absolute;
	z-index: 10;
	background: url(/static/images/imgo.gif) center no-repeat;
	width: 62px;
	height: 58px;
	left: 20px;
	top: 22px;
	display: none;
	}

.block .block_content .imglist li:hover ul { display: block; }

.block .block_content .imglist li ul li {
	display: block;
	width: 62px;
	height: 29px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}

.block .block_content .imglist li ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-shadow: 0 0 2px #000;
	outline: none;
	}

.block .block_content .imglist li ul li.view a:hover { background: url(/static/images/imgt.gif) bottom center no-repeat; }
.block .block_content .imglist li ul li.delete a:hover { background: url(/static/images/imgb.gif) top center no-repeat; }


/* Footer */

#footer {
	background: url(/static/images/ft.gif) 0 0 repeat-x;
	padding: 10px 0 50px;
	font-size: 10px;
	color: #757575;
	clear: both;
	overflow: hidden;
	}

#footer a {
	color: #757575;
	text-decoration: underline;
	}

#footer a:hover {
	color: #666;
	text-decoration: none;
	}

#footer .left {
	float: left;
	}

#footer .right {
	float: right;
	text-align: right;
	}



.grade_value {
    font-size:24px;
    color:gray;
}


.highlight {
    background:#aadd44;
    color:#000;
}

#cross-wrap.highlight {
    background:#ff6060;
}

.highlight strong {
  color:#000;
}

.radio {


}
.block {
  margin: 20px 0;
}

.hint {
    color:#888;
	font-size: 84%;
}

.thumbnails {
  width: 50px;

}
.links {
  width: 100%;
  display: block;

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

.job-reader {
  position: relative;
  display: block;
  min-height: 30px;
  margin: 0 0 0 0;
}

.blank {
  height: 10px;
}

.screen-img {
  width: 100%;
  display: block;
}
.preview-img {
  width: 100%;
  display: block;
  margin-bottom: 2px;
}
.preview-img.active {
  width: 100%;
  display: block;
  margin-bottom: 2px;
  border: 2px solid red;
  margin: -2px;
}
.navigation {
  position: absolute;
  z-index: 2;
  left: 2px;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.navigation:hover {
  opacity: 1;
}
.navigation-top {
  top: 12px;
  left: 12px;
}
.navigation-bottom {
  bottom: 2px;
}
.preview {
  z-index: 2;
  position: absolute;
  width: 80px;
  padding: 0 2px;
  background: #dcdcdc;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 9px;
  top: -2px;
  bottom: -2px;
  right: 0;
}
.preview-content {
  overflow: auto;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 5px;
  right: 2px;
}
.corner {
  position: absolute;
  background: #dcdcdc;
  width: 20px;
  height: 20px;
  left: 0px;
  margin-left: -20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.form-inline__btn {
  display: inline-block;
}
.print-img {
  width: 100%;
}
.wrapper-answer {
  position: relative;
  display: block;
  overflow: hidden;
  height: 500px;
}
.answer {
  position: absolute;
}

.btn-full {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1000;
}
label.label-criterion {
  margin: 0;
  padding: 10px;
  cursor: pointer;
}

.highlight > {
    background:#aadd44;
    color:#000;
}


.dropdown {
  display: inline-block;
}

.boxsizing-border {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.frame {
  margin-top: 30px;
}
.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
    width: 11px;
}

.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.frame::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}
.fa-hover:hover {
  color: #333;
  cursor: pointer;
}

.expert-item {
  padding-bottom: 10px;
  display: block;
  position: relative;
}
.expert-item:last-child {
  padding-bottom: 0px;
}
.section {
  margin-bottom: 10px;
}

.section-top {
  margin-top: 10px;
}

.panel-heading a {

}
.panel-heading h4.panel-title {
  font-weight: normal;
  font-size: 18px;
}
.panel-group .alert{
  display: none;
}
.panel-warning .alert-warning{
  display: block;
}
.panel-saved .alert-info{
  display: block;
}
.panel-danger .alert-danger{
  display: block;
}
.panel-load {
  opacity: 0.5;
}
.load {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

.panel-load  .load {
  display: block;
}
.panel {
  position: relative;
}
.btn-remove-select {

}
.btn-remove-select .fa{
    font-size: 15px;
}
.panel-body + .panel-body {
  padding-top: 0;
}
.panel-body {
  position: relative;
}
input.form-control {
  -webkit-box-sizing : border-box;‌
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}
.form-control_box {
  -webkit-box-sizing : border-box;‌
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}
.form-control_box {
  position: relative;
  width: 100%;
}
.form-control__comment {
  width: 100%;
  min-height: 100px;
  resize:vertical;
}
.label-form-control {
  position: relative;
  width: 100%;
}
.navbar {
    margin-top: 10px;
}
.col,
.column {
  position:relative;
  float:left;
  margin-right:-100%
}
.col1 {
  left: 0;
  width: 68%;
}
.col2 {
  left: 70%;
  width: 30%;
}

.mg-description {
	font-size: 8px;
}

.ifarame-info {
  width: 100%;
  height: 700px;
}

.dialog800 .modal-dialog{
  width: 800px;
}

.dialog600 .modal-dialog{
  width: 600px;
}

.dialog1000 .modal-dialog{
  width: 1000px;
}


svg {
  cursor: crosshair;
}

.text-misstep {
  cursor: pointer;
}

#grammar-list {
    /*display: none;*/
}
.disable-form {
  position: absolute;
  z-index: 100000;
  background: #fff;
  opacity: 0.3;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}


#assert-auto-alert li {
	list-style: circle;
}