﻿@charset "utf-8";
/* CSS Document */
/*@import url(http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Roboto+Slab);
.font-special {
	font-family: 'Roboto', sans-serif !important;
}
*/



.blue_note_box {
	position: relative;
	border: 1px solid #428bca;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	background-color: #428bca;
}
.blue_note_box:after, .blue_note_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.blue_note_box:after {
	border-color: rgba(42, 57, 66, 0);
	border-left-color: #428bca;
	border-width: 5px;
	margin-top: -5px;
}
.blue_note_box:before {
	border-color: rgba(42, 57, 66, 0);
	border-left-color: #428bca;
	border-width: 8px;
	margin-top: -8px;
}
.note_info {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 11px !important;
	padding-right: 5px;
}
/*.note_info:before {
	content: "\f15c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	padding-right: 0.5em;
	position: absolute;
	top: 18px;
	left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	font-size: 1.6em;
}*/
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 7px solid #d9d0da;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(217, 208, 218, 0);
	border-top-color: #d9d0da;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_steps_note_left {
	position: relative;
	background: #2a3942;
}
.arrow_steps_note_left:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(42, 57, 66, 0);
	border-right-color: #2a3942;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_steps_note_right {
	position: relative;
	background: #2a3942;
}
.arrow_steps_note_right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(42, 57, 66, 0);
	border-left-color: #2a3942;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_steps_note_bottom {
	position: relative;
	background: #2a3942;
}
.arrow_steps_note_bottom:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(42, 57, 66, 0);
	border-top-color: #2a3942;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_steps_note_top {
	position: relative;
	background: #2a3942;
}
.arrow_steps_note_top:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(42, 57, 66, 0);
	border-bottom-color: #2a3942;
	border-width: 5px;
	margin-left: -5px;
}
/*Arrow Holders Start*/

.arrow_box_blue_left {
	position: relative;
	/*	background: #fff;
	background-color: transparent;*/
	border: 1px solid #ddd;
	background-image: url(../img/whitealpha.png);
	background-repeat: repeat;
}
.arrow_box_blue_left:after, .arrow_box_blue_left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_blue_left:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box_blue_left:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #cecece;
	border-width: 8px;
	margin-top: -8px;
}
.arrow_box_blue_down {
	position: relative;
	/*	background: #fff;
	background-color: transparent;*/
	border: 1px solid #ddd;
	background-image: url(../img/whitealpha.png);
	background-repeat: repeat;
}
.arrow_box_blue_down:after, .arrow_box_blue_down:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_blue_down:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_blue_down:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #cecece;
	border-width: 8px;
	margin-left: -8px;
}
.arrow_box_blue_right {
	position: relative;
	/*	background: #fff;
	background-color: transparent;*/
	border: 1px solid #ddd;
	background-image: url(../img/whitealpha.png);
	background-repeat: repeat;
}
.arrow_box_blue_right:after, .arrow_box_blue_right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_blue_right:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box_blue_right:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #cecece;
	border-width: 8px;
	margin-top: -8px;
}
.arrow_box_blue_up {
	position: relative;
	/*	background: #fff;
	background-color: transparent;*/
	border: 1px solid #ddd;
	background-image: url(../img/whitealpha.png);
	background-repeat: repeat;
}
.arrow_box_blue_up:after, .arrow_box_blue_up:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_blue_up:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_blue_up:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #cecece;
	border-width: 8px;
	margin-left: -8px;
}
/*Arrow Holders End*/


.box-green {
	padding: 7px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #53846f;
	background-color: #93bab9;
	min-height: 70px;
}
.box-blue {
	padding: 7px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #608ce2;
	background-color: #8cb0e3;
	min-height: 70px;
}
.box-pink {
	padding: 7px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9384b6;
	background-color: #adb4d2;
	min-height: 70px;
}
.flags {
	margin-top: -10px;
}
.flags img {
	height: 35px;
	width: auto;
	-webkit-border-radius: 45px !important;
	-moz-border-radius: 45px !important;
	border-radius: 45px !important;
	border: 3px solid #FFFFFF;
	padding: 1px;
}
.flags ul {
	list-style-type: none;
}
.flags li {
	display: inline;
	margin-bottom: 10px;
}
.course-bkg {
	background-color: #fff;
	padding: 2px;
}
.margin-left-100 {
	margin-left: 100px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.module-title {
}
.fadeblues-back {
	background-image: url(../img/fadeblues.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.green-gradient {
	background-image: url(../img/green-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.back-judge {
	background-image: url(../img/back-judge.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-building01 {
	background-image: url(../img/building01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-building02 {
	background-image: url(../img/building02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-incoterms-top-left {
	background-image: url(../img/incoterms-top-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;/* background-size:auto 120px;
/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-incoterms-base-people {
	background-image: url(../img/incoterms-base-people.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.back-incoterms-base-people-fit {
	background-image: url(../img/incoterms-base-people-fit.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.back-documents-multiple {
	background-image: url(../img/doc-multiple-back.png);
	background-repeat: no-repeat;
	background-position: center top;/* background-size:auto 120px;
/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-documents-torn {
	background-image: url(../img/back-documents-torn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-documents-currency {
	background-image: url(../img/doc-currency-back.png);
	background-repeat: no-repeat;
	background-position: center top;/* background-size:auto 120px;
/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-currency-ico {
	background-image: url(../img/currency-ico-back.png);
	background-repeat: no-repeat;
	background-position: center top;/* background-size:auto 120px;
/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-exporter-importer {
	background-image: url(../img/peopleback.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.arrow_box_white_left {
	/* font-family: verdana, "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Trebuchet MS",  'Roboto', 'OswaldBold', sans-serif !important;*/
	position: relative;
	background: #fff;
	border: 2px solid #c2e1f5;
	filter: alpha(opacity=95);
	filter: "alpha(opacity=95)";
	-khtml-opacity: 0.95;
	-moz-opacity: 0.95;
	opacity: 0.95;/**/
}
.arrow_box_white_left:after, .arrow_box_white_left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_white_left:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box_white_left:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_white_left2 {
	position: relative;
	background: #fff;
	border: 5px solid #c2e1f5;
	filter: alpha(opacity=90);
	filter: "alpha(opacity=90)";
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.arrow_box_white_left2:after, .arrow_box_white_left2:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_white_left2:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box_white_left2:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_yellow_left {
	position: relative;
	background: #fff8c0;
	border: 2px solid #FADE9C;
	filter: alpha(opacity=90);
	filter: "alpha(opacity=90)";
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.arrow_box_yellow_left:after, .arrow_box_yellow_left:before {
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_yellow_left:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FADE9C;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box_yellow_left:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #FADE9C;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_yd {
	position: relative;
	background: #ffe452;
	border: 10px solid #f5c116;
}
.arrow_box_yd:after, .arrow_box_yd:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_yd:after {
	border-color: rgba(245, 193, 22, 0);
	border-top-color: #f5c116;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_yd:before {
	border-color: rgba(245, 193, 22, 0);
	border-top-color: #f5c116;
	border-width: 19px;
	margin-left: -19px;
}
.delay-2 {
animation-delay: -2s /* W3C and Opera */
-moz-animation-delay: -2s /* Firefox */
-webkit-animation-delay: -2s /* Safari and Chrome */
}
.scematic_docs {
}
.scematic_docs ul {
	margin: 0px !important;
	list-style-type: none !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.scematic_docs ol {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: lower-roman !important;
}
.scematic_docs ol li { /*list-style-type: decimal !important;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.scematic_docs li {
	/* padding: 3px !important;*/
	list-style-type: none !important;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.scematic_docs li:before {
	font-family: 'FontAwesome';
	content: '\f016';
	font-size: 100%;
	margin: 0px 10px 0px 0px;
	color: #333;
	list-style-type: none;
}
.scematic_docs li ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
.scematic_docs li ul li {
	list-style-type: none !important;
	margin: 0px;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #000000;
}
.scematic_docs_inline {
}
.scematic_docs_inline ul {
	margin: 0px !important;
	list-style-type: none !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.scematic_docs_inline ol {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: lower-roman !important;
}
.scematic_docs_inline ol li { /*list-style-type: decimal !important;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.scematic_docs_inline li {
	/* padding: 3px !important;*/
	list-style-type: none !important;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
}
.scematic_docs_inline li:before {
	font-family: 'FontAwesome';
	content: '\f016';
	font-size: 100%;
	margin: 0px 10px 0px 0px;
	color: #333;
	list-style-type: none;
}
.scematic_docs_inline li ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
.scematic_docs_inline li ul li {
	list-style-type: none !important;
	margin: 0px;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #000000;
}
do-list ul {
}
.do-list ul li {
    margin-left: 10px;
    padding-bottom: 3px;
    list-style-type: none !important;
    text-align: left;
}
.do-list ul li:before {
    font-family: 'FontAwesome';
    content: "\f0c8";
    font-size: 7px;
    line-height: 15px;
    margin: 1px 10px 0px -10px;
    position: absolute;
}
.do-list li p {
	margin: 5px 0px 5px 0px;
	padding-left: 0px;
	color: #000 !important;
}
.do-list li p:before {
	font-family: 'FontAwesome';
	content: "\f068";
	color: #333;
	margin: 0px 10px 0px -20px;
	position: relative;
}
.do-list ol {
	padding: 0px !important;
	/*	list-style-type: decimal !important;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.do-list ol li {
	margin-left: 20px;
	padding-bottom: 3px;
}

.do-list li ul li {
	margin-left:  0px;
}


.do-steps {
}
.do-steps li {
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	border-radius: 1em;
	background: dodgerblue;
	margin: 0 1em;
	display: inline-block;
	color: white;
	position: relative;
}
.do-steps li::before {
	content: '';
	position: absolute;
	top: .9em;
	left: -4em;
	width: 4em;
	height: .2em;
	background: dodgerblue;
	z-index: -1;
}
.do-steps li:first-child::before {
	display: none;
}
.do-steps .active {
	background: dodgerblue;
}
.do-steps .active ~ li {
	background: lightblue;
}
.do-steps .active ~ li::before {
	background: lightblue;
}
.scematic {
}
.scematic ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
.scematic ol {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: lower-roman !important;
}
.scematic ol li { /*list-style-type: decimal !important;*/
}
.scematic li {
	/* padding: 3px !important;*/
	list-style-type: none !important;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	padding: 2px;
}
.scematic li div {
	vertical-align: middle !important;
}
.scematic li ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
.scematic li ul li {
	list-style-type: none !important;
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #D6D6D6;
	color: #000000;
	font-size: 1em;/* line-height: 14px;display: inline;
 width: 25%; */
}
/*.scematic li ul li:before {

 font-family: 'FontAwesome';
 content: '\f105';
 font-size: 100%;
 margin: 0 5px 0 -10px;
 color: #333;
 list-style-type: none;
 
 }*/


.scematic_neat {
}
.scematic_neat ul {
	margin: 0px !important;
	padding: 0px !important;/* list-style-type: none !important;*/
	list-style-position: inside;
	list-style-type: disc;
}
.scematic_neat ol {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: lower-roman !important;
}
.scematic_neat ol li { /*list-style-type: decimal !important;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: decimal !important;
}
.scematic_neat li {
	list-style-type: disc !important;
	margin-top: 2px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 75px;
	border: none;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	padding-top: 2px;
	padding-bottom: 2px;/* min-height:40px;*/
	list-style-position: outside !important;
}
/*
.scematic_neat li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	clear: right;
}
.scematic_neat li ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
.scematic_neat li ul li {
	list-style-type: disc !important;
	margin: 0px;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #000000;
}
.scematic_ls {
}
.scematic_ls ul {
	margin: 0px !important;
	list-style-type: none !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.scematic_ls ol {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: lower-roman !important;
}
.scematic_ls ol li { 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.scematic_ls li {
	
	list-style-type: circle !important;
	margin-top: 1px;
	margin-right: -30px;
	margin-bottom: 1px;
	margin-left: 75px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
/*.scematic_ls li:before {
 
 font-family: 'FontAwesome';
 content: '\f105';
 font-size: 100%;
 margin: 0 0px 0 0px;
 color: #333;
 list-style-type: none;
 
}*/

.scematic_ls li ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
.scematic_ls li ul li {
	list-style-type: none !important;
	margin: 0px;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #000000;
}
.risks-lists {
}
.risks-lists ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}
.risks-lists ol {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: lower-roman !important;
}
.risks-lists ol li { /*list-style-type: decimal !important;*/
}
.risks-lists li {
	padding: 3px !important;
	list-style-type: none !important;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin: 0px;/* width: 40%;
 display: inline-block;
 float: left;*/
}
.risks-lists li ul {
	margin: 0px !important;
	padding: 2px !important;
	list-style-type: none !important;
}
.risks-lists li ul li {
	padding: 1px !important;
	list-style-type: none !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
.arrowdown {
	position: relative;
}
.arrowdown:before {
	font-family: FontAwesome;
	content: "\f063";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
}
.arrowdown-multi {
	position: relative;
}
.arrowdown-multi:before {
	font-family: FontAwesome;
	content: "\f065";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
}
.arrow-v {
	position: relative;
}
.arrow-v:before {
	font-family: FontAwesome;
	content: "\f07d";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
}
.arrow-h {
	position: relative;
}
.arrow-h:before {
	font-family: FontAwesome;
	content: "\f07e";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
}
.arrowdown-left {
	position: relative;
}
.arrowdown-left:before {
	font-family: FontAwesome;
	content: "\f063";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5%;
}
.arrowup {
	position: relative;
}
.arrowup:before {
	font-family: FontAwesome;
	content: "\f062";
	font-size: 100%;
	margin: 0 5px 0 -10px;
	color: #333;
	list-style-type: none;
}
.arrowleft {
	position: relative;
}
.arrowleft:before {
	font-family: FontAwesome;
	content: "\f060";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -10px;
}
.arrowleft-lo {
	position: relative;
}
.arrowleft-lo:before {
	font-family: FontAwesome;
	content: "\f177";
	font-size: 100%;
	color: #bbb;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -10px;
}
.arrowright-lo {
	position: relative;
}
.arrowright-lo:before {
	font-family: FontAwesome;
	content: "\f178";
	font-size: 100%;
	color: #bbb;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -10px;
}
.arrowright {
	position: relative;
}
.arrowright:before {
	font-family: FontAwesome;
	content: "\f061";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -10%;
}
.arrowdown-corner {
	position: relative;
}
.arrowdown-corner:before {
	font-family: FontAwesome;
	/* content: "\f149";*/ content: "\f122";
	font-size: 200%;
	color: #000;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
}
.arrowup-corner {
	position: relative;
}
.arrowup-corner:before {
	font-family: FontAwesome;
	content: "\f148";
	font-size: 200%;
	color: #000;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
}
.arrowdown-chevron {
	position: relative;
}
.arrowdown-chevron:before {
	font-family: FontAwesome;
	content: "\f078";
	font-size: 100%;
	color: #444;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
	height: 30px;
}
.connect-circle {
	position: relative;
}
.connect-circle:before {
	font-family: FontAwesome;
	content: "\f111";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: -30px;
	margin-left: 50%;
}
.emptyline {
	position: relative;
}
.emptyline:before {
	font-family: FontAwesome;
	/* content: "\f149";*/
	font-size: 100%;
	color: #C8C8C8;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
}
.paper-bottom {
	background-image: url(../img/paper_bottom.png);
	height: 5px;
	background-repeat: repeat-x;
	background-repeat: repeat-x;
	background-position: center bottom;
}
.paper-top {
	background-image: url(../img/paper_top.png);
	height: 5px;
	background-repeat: repeat-x;
	background-position: center top;
}
.paper-edges-top-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.paper-edges-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.paper-edges-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.grad00 {
	margin-top: -5px !important;
}
.grad01 {
	background-color: #FF0000 !important;
	margin-top: 5px;
}
.grad02 {
	background-color: #FF2000 !important;
	color: #FFFFFF;
	margin-top: 5px;
}
.grad03 {
	background-color: #FF5000 !important;
	margin-top: 5px;
}
.grad04 {
	background-color: #FF8000 !important;
	margin-top: 5px;
}
.grad05 {
	background-color: #FFB000 !important;
	margin-top: 5px;
}
.grad06 {
	background-color: #FFE000 !important;
	margin-top: 5px;
}
.grad07 {
	background-color: #F0FF00 !important;
	margin-top: 5px;
}
.grad08 {
	background-color: #C0FF00 !important;
	margin-top: 5px;
}
.grad09 {
	background-color: #90FF00 !important;
	margin-top: 5px;
}
.grad10 {
	background-color: #70FF00 !important;
	margin-top: 5px;
}
.grad11 {
	background-color: #40FF00 !important;
	margin-top: 5px;
}
.grad12 {
	background-color: #20FF00 !important;
	margin-top: 5px;
}
.grad-left {
	background-color: #CCCCCC !important;
	margin-top: 5px;
}
.grad-right {
	background-color: #999999 !important;
	margin-top: 5px;
}
.img-center {
	margin-right: auto !important;
	margin-left: auto !important;
	display: block;
}
.gray-back-playlist .popover-content {
	font-size: 0.8em !important;
}
h4.block {
	font-size: 1.1em !important;
}
.inco {
}
.inco img {
	padding: 5px;
	height: auto;
	width: 40px;
}
.documentdemo {
}
.documentdemo td {
	border: 1px solid #ccc;
	padding: 5px;
}
.documentdemo th {
	border: 1px solid #ccc;
	padding: 5px;
}
.documentdemo-blue {
}
.documentdemo-blue td {
	border: 1px solid #A8A8A8;
	padding: 5px;
}
.documentdemo-blue th {
	border: 1px solid #A8A8A8;
	padding: 5px;
}
.documentdemo-doubleborder {
	border: 2px solid #ccc !important;
}
.stamp {
}
.stamp td {
	border: 4px outset #D90000;
	padding: 5px;
}
.img-fit-100 {
	width: 100px;
	height: auto;
}
.img-fit-125 {
	width: 125px;
	height: auto;
}
.img-fit-150 {
	width: 150px;
	height: auto;
}
.img-fit-175 {
	width: 175px;
	height: auto;
}
.img-fit-200 {
	width: 200px;
	height: auto;
}
h4.modal-title {
	margin-top: 3px;
}
.img-200 {
	width: 200px;
	height: auto;
	padding-right: 20px;
}
.img-150 {
	width: 150px !important;
	height: auto;
	padding-right: 20px;
}
.img-100 {
	width: 100px !important;
	height: auto;
	padding-right: 20px;
}
.img-75 {
	width: 75px !important;
	height: auto;
	padding-right: 20px;
}
.a-nopadding {
	margin-left: -10px;
}
.nav .caret {
	border-top-color: #000000;
	border-bottom-color: #000000;
	/* float: right !important;*/
	text-align: right !important;
	float: right;
	padding-top: 10px;
	display: none;
}
.proj {
	width: 100% !important;
	min-height: 250px !important;
}
.li-bton {
}
.li-bton ul {
	margin: 0px;
}
.li-bton li {
	/* list-style-type: circle !important;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.blue-back-light {
	background: #DFDFDF !important;
}
/*.screen-title .badge {
 font-size: 1em !important;
 background: #DFDFDF !important;
 padding: 5px !important;
 color: #000000;
}*/


.box-gray-inf {
	position: relative;
	border: 2px solid #D3D3D3;
	filter: alpha(opacity=90);
	filter: "alpha(opacity=90)";
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Trebuchet MS", 'Exo', 'Roboto', sans-serif, verdana, 'Coustard', !important;
	line-height: normal !important;
	background-color: #E2E2E2;
}
.box-gray-inf:after, .box-gray-inf:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.box-gray-inf:after {
	border-color: rgba(255, 248, 192, 0);
	border-top-color: #E2E2E2;
	border-width: 5px;
	margin-left: -5px;
}
.box-gray-inf:before {
	border-color: rgba(250, 222, 156, 0);
	border-top-color: #D3D3D3;
	border-width: 8px;
	margin-left: -8px;
}
/*td {
	font-size: 14px !important;
}*/
.back-pagefit {
	background-image: url(../img/pagefit.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.page-highlite {
	font-family: 'Roboto', "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif, !important;
	filter: alpha(opacity=80);
	filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 10%;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center !important;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	z-index: 2
}
.dropdown-header {
	line-height: 14px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px;
	font-size: 14px;
	min-width: 200px;
}
.back-handshake {
	background-image: url(../img/back-handshake.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-handshake-small {
	background-image: url(../img/back-handshake-small.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.images-titles-pad-bottom {
	font-family: 'Roboto', "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif, !important;
	filter: alpha(opacity=80);
	filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 10%;
	font-size: 0.9em !important;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center !important;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	/* background-color: #DFF4FF !important;*/
/*	background-color: #fff !important;*/
	color: #000000;
}
.images-titles-pad-bottom-white {
	font-family: 'Roboto', "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif, !important;
	filter: alpha(opacity=80);
	filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 10%;
	font-size: 0.9em !important;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center !important;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	background-color: #fff !important;
	color: #000000;
}
/*.back-arbitrator-cleanthree {
 background-image: url(../img/back-arbitrator-cleanthree.png);
 background-repeat: no-repeat;	background-position: center bottom; background-size:auto 120px;
/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
*/ .related-docs {
 padding-top: 0px !important;
 font-family: 'Roboto', 'OswaldBold', sans-serif, verdana, "Trebuchet MS";
 padding-left: 0px !important;
 padding-right: 0px !important;
 margin-left: 0px !important;
}
.related-docs .dropdown-header {
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.related-docs .dropdown-menu li a {
	font-size: 12px !important;
	padding-top: 5px !important;
}
.related-docs li a:before {
	font-family: 'FontAwesome';
	content: '\f15c';
	font-size: 100%;
	margin: 0px 10px 0px 0px;
	color: #333;
	list-style-type: none;
}
.table {
	width: 100%;
	margin-bottom: 0px !important;
}
.jumbotron {
	font-size: 1.2em;
}
.menu-min .nav-list > li > .submenu li > a > [class*="icon-"]:first-child {
	left: 1px;
	top: 14px;
	margin-top: -1px;
	margin-bottom: 0;
	padding-bottom: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;/*	display:none !important*/
}
.nav-list > li > .submenu li > a > [class*="icon-"]:first-child {
	left: 2px;
	top: 15px;
	margin-top: -4px !important;
	margin-bottom: 0;
	padding-bottom: 5px;/*	display:none !important*/
}
.nav-list>li>a {
	display: block;
	min-height: 45px !important;
	padding-top: 15px !important;
	line-height: normal;
	background-color: #f9f9f9;
	color: #585858;
	text-shadow: none!important;
	font-size: 12px;
	text-decoration: none;
	padding-top: 8;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 14px;
	vertical-align: middle !important;
}
.menu-min .nav-list>li>a.dropdown-toggle>.menu-text {
	-webkit-box-shadow: none;
	box-shadow: none;
	top: -1px;
	left: 43px;
	width: 224px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 15px !important;
	padding-right: 10px;
	padding-left: 25px;
	vertical-align: middle !important;
	height: 47px !important;
	font-weight: bold;
}
.menu-text {
	height: 34px !important;
	text-align: left;
	/* display: inline-block; */
	width: 190px;
}
.firstitem {
	min-height: 35px !important;
*/ 	background-color: #ffffff;
}
.nav-list>li {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	vertical-align: middle !important;
}
.nav-list>li .submenu>li a>[class*="icon-"]:first-child {
	display: none;
	font-size: 14px;
	font-weight: normal;
	width: 20px;
	height: auto;
	line-height: 13px;
	text-align: center;
	position: absolute;
	left: 3px;
	top: 16px;
	z-index: 1;
	background-color: #FFF;
	vertical-align: middle !important;
	height: 17px;
	margin-top: -1px !important;
}
.nav-list>li .submenu>li>a {
	display: block;
	position: relative;
	color: #616161;
	margin: 0;
	border-top: 1px dotted #e4e4e4;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 37px;
	font-size: 12px;
	vertical-align: middle !important;
}
/*.nav-list>li .submenu>li>a:before {
	font-family: FontAwesome;
	content: "\f10c";
	font-size: 140%;
	color: #999;
	list-style-type: none;
	margin-top: -4px;
	margin-right: 3%;
	margin-bottom: auto;
	margin-left: 1%;
	float: left;
	z-index: 100;
	background-color: #fff;
}*/
.nav-list>li a>.arrow {
	display: inline-block;
	width: 2px!important;
	height: 14px;
	line-height: 5px;
	text-shadow: none;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 11px;
	color: #666;
	float: right;
	padding-top: 10px !important;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	margin-left: 25px;
	vertical-align: middle !important;
}
.menu-min .nav-list>li>.submenu li>a {
	margin-left: 0;
	padding-left: 26px;
}
.badge-visited {
	background-color: #999!important;
}
.screen-visited {
	color: #444 !important;
}
.screen-visited-dropdowns .badge {
	background-color: #B1B1B1!important;
}
/*
.screen-visited-dropdowns:after {
font-family: FontAwesome;
	content:"\f05d";
	font-size: 110%;
	color: #999;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 2%;

}*/

/*.nav-list>li .submenu>li a.screen-visited:before {
	font-family: FontAwesome;
	content: "\f058";
	font-size: 18px;
	color: #999;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 3%;
	margin-bottom: auto;
	margin-left: 1%;
	background-color: #fff;
}
.nav-list>li .submenu>li.active a.screen-visited:before {
	font-family: FontAwesome;
	content: "\f058";
	font-size: 18px;
	color: #999;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 3%;
	margin-bottom: auto;
	margin-left: 1%;
	background-color: #fff;
}
.menu-min .nav-list>li>.submenu li.active> a.screen-visited:before {
	font-family: FontAwesome;
	content: "\f058";
	font-size: 18px;
	color: #1963aa;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 3%;
	margin-bottom: auto;
	margin-left: 1%;
	background-color: #fff;
}*/
.menu-min .nav-list>li>.submenu li.active> a.screen-visited {
	color: #1963aa !important;
}
.menu-min .nav-list>li>.submenu li> a.screen-visited:hover {
	color: #1963aa !important;
}
.nav-list>li>.submenu li.active> a.screen-visited {
	color: #1963aa !important;
}
.nav-list>li>.submenu li> a.screen-visited {
	color: #ccc !important;
}
.nav-list>li>.submenu li> a.screen-visited:hover {
	color: #1963aa !important;
}
.screen-visited .badge {
	background-color: #999!important;
}
.border-hearing-dotted {
	padding-bottom: 10px;
	border: 2px dotted #688B9F;
}
.do-list-underline {
}
.do-list-underline li {
	list-style-type: none !important;
	margin: 0px;
	padding-top: 7px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #D6D6D6;
	color: #000000;
	font-size: 1em;
}
.do-list-underline li ul {
	padding-left: 10px !important;
	padding-top: 15px;
	margin-left: 10px;
}
.do-list-underline li ul li {
	list-style-type: disc !important;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-left: 1px !important;
	color: #000000;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px !important;
	list-style-position: outside;
	border: 1px none #D6D6D6;
}
/*new images Carol*/

.back-rules {
	background-image: url(../img/back-rules.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-rules-es {
	background-image: url(../img/back-rules-es.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-calendar15 {
	background-image: url(../img/back-calendar15.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-adminexpense2 {
	background-image: url(../img/back-adminexpense2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-adminexpense {
	background-image: url(../img/back-adminexpense.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-Accelerate.png {
	background-image: url(../img/back-Accelerate.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-x {
	background-image: url(../img/back-x.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-thumb {
	background-image: url(../img/back-thumb.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-doc-right {
	background-image: url(../img/back-doc-rightarr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-doc-left {
	background-image: url(../img/back-doc-leftarr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-document-small {
	background-image: url(../img/back-smalldoc.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-documents-small {
	background-image: url(../img/back-documentsmall.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-documents-plain {
	background-image: url(../img/back-documents.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-arbitrator-cleanthree {
	background-image: url(../img/back-arbitrator-cleanthree.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-arbitrator-clean {
	background-image: url(../img/back-arbitrator-clean.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.darkred-back {
	background-color: #990000 !important;
	color: #fff;
}
.back-ICC-Secretariat {
	background-image: url(../img/back-ICC-Secretariat.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-dollar {
	background-image: url(../img/back-dollar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.back-calendar30 {
	background-image: url(../img/back-calendar30.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
.badge {
	text-shadow: none;
	padding-top: 8px !important;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: 15px;
	/*	background-color: #000!important;*/
	-webkit-border-radius: 45px 45px 45px 45px !important;
	border-radius: 45px 45px 45px 45px !important;
	min-height: 30px !important;
	min-width: 30px !important;
}
.panel table {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.panel table td {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	padding-top: 7px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
}
.panel table td p {
	padding-top: 3px !important;
}
.paused {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.red-border {
	border: thin solid #F00 !important;
}
.red-underline {
	padding-bottom: -3px !important;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #F00;
}
.red-surround {
	border: 2px solid #F00 !important;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.back-institutions {
	background-image: url(../img/back-institutions.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;/*  	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}
#whitearrow {
	/*	font-size: 14px !important;*/
	padding: 5 !important;
}
.blue-back {
	background-color: #D9E0F2 !important;
	color: #000 !important;
}
.blue-back:hover {
	color: #000 !important;
	text-decoration: none !important;
}
.panel-title > a {
	color: inherit;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.panel-title {
	color: inherit;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.panel-heading .accordion-toggle {
	background-color: transparent;
}
.icclogoinn {
	width: auto;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
 .[rel=popover][data-color=yellow] + .popover {
 background: yellow;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	font-size: 12px;
	line-height: normal !important;
	z-index: 999999999999999 !important;
	margin-right: 1px;
}
.padding-1 {
	padding: 1px;
}
.jp-seek-bar {
	min-width: 20px !important;
	display: inline-block;
	height: 10px !important;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0!important;
	vertical-align: text-middle;
	cursor: pointer;
}
.do-list-nobullets {
	list-style-type: none !important;
}
.do-list-nobullets ul {
}
.do-list-nobullets ul li {
	/* padding: 3px !important;*/
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	list-style-type: none !important;
}
.do-list-nobullets ol {
	padding: 0px !important;
	list-style-type: decimal !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.do-list-nobullets ol li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	list-style-type: decimal !important;
}
#double li {
	width: 50%;
}
#triple li {
	width: 33.333%;
}
#quad li {
	width: 25%;
}
#six li {
	width: 16.666%;
}
.yellow-back {
/*	border-right-style: solid !important;
	border-left-style: solid !important;
	border-right-color: #D6D6D6 !important;
	border-left-color: #D6D6D6 !important;
	-webkit-box-shadow:inset 1px 1px 2px 2px #D6D6D6;
box-shadow:inset 1px 1px 2px 2px #D6D6D6;*/
}
.popover-content {
	color: #000 !important;
	background-color: #fff;
	font-size: 1em;
}
.strong {
	font-weight: bold !important;
}
.iccrules {
}
.iccrules a {
	font-size: 10px !important;
}
.panel-body a {
	font-size: 0.9em !important;
	padding-left: 10px !important;
}
.do-border {
	border: 1px solid #D6D6D6 !important;
}
.do-table {
	border: 1px solid #D6D6D6 !important;
}
.do-table table td {
	border: 1px solid #D6D6D6 !important;
}
.do-table td {
	border: 1px solid #D6D6D6 !important;
}
#bordered {
}
#bordered td {
	border: 1px solid #D6D6D6 !important;
}
.static-popover {
	display: block !important;
	position: relative;
}






 /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
.back-ushape {
	background-image: url(../img/back-ushape-md.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
.back-ushape {
	background-image: url(../img/back-ushape-md.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
.back-ushape {
	background-image: url(../img/back-ushape-md.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
.back-ushape {
	background-image: url(../img/back-ushape-md.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
.back-ushape {
	background-image: url(../img/back-ushape-lg.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}
	
    /* Extra Large Devices, Wide Screens */
    @media only screen and (min-width : 1600px) {
.back-ushape {
	background-image: url(../img/back-ushape-xl.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}
.popover-bottom {
	min-width: 400px;
	z-index: 10000000 !important;
}
.progress {
	margin-bottom: -1px;
	background-color: #cecece;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	height: 6px;
}
.lesson-title-zone .jp-type-playlist {
	background-color: transparent;
	min-height: 40px;
	padding-top: 2px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	border: none !important;
}
.lesson-title-zone .jp-controls, .jp-playlist ul {
	margin-left: auto;
	padding-top: 2px !important;
}
.lesson-title-zone .jp-controls li [class*="icon-"] {
	margin-right: 0px;
	margin-left: 0px;
	width: 25px;
	/* height: 25px; */
	font-size: 14px !important;
	text-align: center !important;
	padding: 10px;
	vertical-align: top !important;
	display: inline-table;
	border: thin solid #999;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.lesson-title-zone .jp-controls li span {
	margin-top: 0px !important;
	padding-top: 0px !important;
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.lesson-title-zone .jp-controls .pull-right {
	margin-top: -2px !important;
	padding-top: 0px !important;
	margin-left: 5px!important;
	margin-right: 0px!important;
	padding-right: 0px !important;
	padding-top: 0 !important;
}
.lesson-title-zone .jp-controls .pull-right span {
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.lesson-title-zone .jp-controls .pull-left span {
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.lesson-title-zone .jp-controls .jp-stop {
	margin-top: -2px !important;
	padding-top: 0px !important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-right: 0px !important;
	padding-top: 0 !important;
}
.lesson-title-zone .jp-controls li tooltip-error {
	padding-bottom: 10px !important;
}
.related-docs [class*="icon-"] {
	margin-right: 0px;
	margin-left: 0px;
	width: 25px;
	/* height: 25px; */
	font-size: 14px !important;
	text-align: center !important;
	vertical-align: top !important;
	display: inline-table;
	border: thin solid #999;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
}
.related-docs span {
	padding-top: 2px !important;
	padding-left: 0px !important;
	padding-right: 0px!important;
	text-align: left !important;
	margin-right: 10px !important;
	font-size: 11px;
}
.gradient-text {
	background: -webkit-linear-gradient(#000, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.block-area {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: transparent;
}
/*.panel-title span {
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: -7px !important;
	float: left;
	display: inline-block;

}*/

.article_title {
	font-size: 1.2em;
}
.progress .progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 10px;
	font-size: 9px;
	padding-left: 20px;
}
.arb_article_table {
}
.arb_article_table td {
	font-size: 10px !important;
	text-align: left;
}
.white-back {
	background-image: url(../img/whiteback.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: transparent !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.box-shadow {
	/* -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
 -moz-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.2);
 box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);*/
	-webkit-box-shadow: 0px 0px 0px 0px #fff !important;
	box-shadow: 0px 0px 0px 0px #fff !important;
}
#webinar_video_1 {
	width: 100% !important;
	z-index: 9999999 !important;
	background-color: #FFF !important;
}
.video-js {
	background-color: transparent !important;
}
video, object {
	/* left:0;
 position:absolute;
 top:0;*/
	background-color: #FFF !important;
}
.thumbnail_legend {
	font-family: 'Roboto', "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif, !important;
	filter: alpha(opacity=80);
	filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 10%;
	font-size: 1em !important;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	/* background-color: #DFF4FF !important;*/
	background-color: #fff !important;
	color: #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.thumbnail {
	position: relative;
}
#webinar_video_1 {
	background-color: #FFF !important;
}
.popover {
	max-width: 500px !important;
	min-width: 10px;
	z-index: 99999999 !important;
}
.popover.bottom {
	margin-top: 25px;
}
.easyPieChart, .easy-pie-chart {
	position: relative;
	text-align: center;
}
.easyPieChart canvas, .easy-pie-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.responses {
	font-family: 'Roboto', sans-serif, verdana, "Trebuchet MS";
	font-size: 1.4em;
	padding-bottom: 20px;
	line-height: normal !important;
}
.responses p {
	line-height: 19px !important;
}
.correct {
	color: #1B761B;
}

/* .min-height-150px { min-height: 120px !important;} */

.menu-min .sidebar-collapse>[class*="icon-"] {
font-size: 16px;
padding: 0 4px;
line-height: 19px;
border-width: 1px;
border-color: #aeaeae;
}
 .sidebar-collapse>[class*="icon-"] {
display: inline-block;
cursor: pointer;
font-size: 18px;
color: #aaa;
border: 1px solid #bbb;
padding: 0 5px;
line-height: 18px;
border-radius: 16px;
background-color: #fff;
position: relative;
}
.sidebar-collapse {
	border-bottom: 1px solid #e0e0e0;
	background-color: #f3f3f3;
	text-align: center;
	padding: 7px 0;
	position: relative;
}
.menu-min .sidebar-collapse:before {
	left: 0px;
	right: 0px;
}
.complete ul.answers li.correct {
	background-color: #94CC4F;
}
/*
.responses .correct p {
background-color: #fff !important;
}*/

ul.answers li {
	list-style-type: none;
	padding-left: 0px;
	display: block;
	margin-bottom: 5px;
	background-color: #E1E1E1;
	padding: 5px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	text-align: left;
	vertical-align: middle;
	/* font-size: 16px !important; */
	color: #000000;
	font-weight: bold;
}
.quizResults {
	min-height: 300px;
}
/* Timeline */
	
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50% !important;
	border-top-left-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #f0ad4e !important;
}
.timeline-badge.danger {
	background-color: #d9534f !important;
}
.timeline-badge.info {
	background-color: #5bc0de !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
 @media (max-width: 767px) {
ul.timeline:before {
	left: 40px;
}
ul.timeline > li > .timeline-panel {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}
ul.timeline > li > .timeline-badge {
	left: 15px;
	margin-left: 0;
	top: 16px;
}
ul.timeline > li > .timeline-panel {
	float: right;
}
ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
}
/* End of Timeline*/



	
.tree ul {
	padding-top: 20px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.tree li {
	float: left;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 1px solid #ccc;
	width: 50%;
	height: 20px;
}
.tree li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #ccc;
}
/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: inherit;
}
/*Remove space from the top of single children*/
.tree li:only-child {
	padding-top: 0;
}
/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after {
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}
/*Time to add downward connectors from parents*/
.tree ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #ccc;
	width: 0;
	height: 20px;
}
.tree li a {
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8;
	color: #000;
	border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, .tree li a:hover+ul li::before, .tree li a:hover+ul::before, .tree li a:hover+ul ul::before {
	border-color: #94a0b4;
}
.treegrid-indent {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
}
.treegrid-expander {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.treegrid-expander-expanded {
}
.treegrid-expander-collapsed {
}
/* 20240828 mmd - commented, interferes with checkbox labels
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	width: 100%;
	font-size: 12px;
}*/
.widget-toolbar .progress {
	display: inline-block !important;
	min-width: 75px;
	margin-top: 0 !important;
}
.modal .panel-title > a .widget-toolbar .progress {
	display: inline-block !important;
	min-width: 55px;
	margin-top: 0 !important;
	line-height: normal !important
}
.modal .panel-title > a .widget-toolbar .progress .progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 21px;
	font-size: 11px;
}
.modal .panel-title > a .widget-toolbar {
	display: inline-block;
	line-height: 22px;
	float: right;
	position: relative;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.widget-header-large>.widget-toolbar {
	line-height: 60px;
}
.widget-header-large>.widget-caption, .widget-header-large>:first-child {
	line-height: 60px;
}
.widget-header-large {
	min-height: 60px;
	padding-left: 0px;
}
.widget-header-large h5 {
	padding-left: 15px !important;
}
.widget-toolbar>a {
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.widget-header {
    border: 0px !important;
}

.grid3 {
	width: 33%;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 1%;
}
.btn.btn-app {
	display: inline-block;
	width: 255px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-shadow: 0 -1px -1px rgba(0,0,0,0.2)!important;
	border: 0;
	border-radius: 12px;
	padding: 12px 0 8px;
	margin: 2px;
	line-height: 1.7;
	position: relative;
}
.btn > .badge, .btn > .label {
	position: absolute !important;
	top: -10px;
	right: -10px;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
/*.menu-min .nav-list>li>.submenu {
	background: #fff;
	position: absolute;
	z-index: 120;
	left: 42px;
 top: -2px;
	width: 226px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
	padding-top: 42px;
	padding-bottom: 2px;
	display: none!important;
} */
.menu-min .nav-list>li>.submenu {
	background: #fff;
	position: absolute;
	z-index: 120;
	left: 42px;
	top: 42px;
	width: 225px;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 0px;
	padding-bottom: 2px;
	display: none!important;
}
div.main {
	margin: auto;
	text-align: left;
	width: 720px;
}
div.clean {
	border: 1px solid #850000;
}
.clean td, .clean th {
	border: 2px solid #bbb;
	background: #ddd;
	padding: 5px 10px;
	text-align: center;
	border-radius: 2px;
}
.clean table {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.clean caption {
	font-weight: bold;
}
.gvChart, .clean {
	border: 2px solid #850000;
	border-radius: 5px;
	-moz-border-radius: 10px;
	width: 720px;
	margin: auto;
	margin-top: 20px;
}
pre {
	background: #eee;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.account-wall {
	margin-top: 80px;
	padding: 40px 0px 20px 0px;
	background-color: #ffffff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.login-title {
	color: #555;
	font-size: 22px;
	font-weight: 400;
	display: block;
}
.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.select-img {
	border-radius: 50%;
	display: block;
	height: 75px;
	margin: 0 30px 10px;
	width: 75px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.select-name {
	display: block;
	margin: 30px 10px 10px;
}
.logo-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.tab-content {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	border: 0px !important;
}
.nav-list>li>a>[class*="fa-"]:first-child {
	display: inline-block;
	vertical-align: middle;
	/* min-width: 5px; */
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 0px !important;
	padding-left: 0px !important;
}
.widget-header-large>.widget-toolbar>a {
	font-size: 12px;
	margin: 0 1px;
}
.widget-header img {
	width: auto;
	height: 60px;
	margin-top: 0px;
	padding-left: 10px !important;
}
.widget-toolbar>.btn {
	line-height: 27px;
	margin-top: -2px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;/*	min-width: 155px;
	text-align: left;*/
}
.widget-header> .btn {
	line-height: 27px;
	margin-top: -2px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#containerhighcharts {
	height: 265px;
	width: 100%;
	position: relative;
}
/*#coursesallhighcharts {
	height: 165px;
	width: 100% !important;
}

#mainstatshighchartshomepage {
	height: 165px !important;
	width: 100% !important;
}*/
.min-height-40px {
	min-height: 40px;
}
.min-height-btnlike {
	min-height: 9px;
}
.min-height-30px {
	min-height: 30px;
}
.highcharts-container {
	width: 100% !important;
	display: inline-block;
	position: inherit !important;
}
.box-shadow-logo {
	-webkit-box-shadow: 1px 1px 1px 1px #E0E0E0;
	box-shadow: 1px 1px 1px 1px #E0E0E0;
}
.text-shadow-logo {
	text-shadow: 1px 1px 1px #E0E0E0;
}
.widget-toolbar {
	display: inline-block;
	line-height: 30px;
	float: right;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.widget-header-sm {
	padding-left: 0px;
	font-size: 12px !important;
}
.widget-header-sm .courselabel {
	font-size: 14px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	width: 30px !important;
	height: 30px !important;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	line-height: 20px !important;
}
.arrow_box_logo {
	position: relative;
	margin-top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	/*	min-height: 42px;
	line-height:42px !important;*/
	padding-left: 5px !important;
	/*	background-color: #ffffff;*/
/*	background-image: url(../img/arrow_box_logo.png);*/
	-webkit-box-shadow: 2px 0px 2px 0px rgba(243,242,241,1);
	-moz-box-shadow: 2px 0px 2px 0px rgba(243,242,241,1);
	box-shadow: 2px 0px 2px 0px rgba(243,242,241,1);
	font-size: 13px;
}
/*.arrow_box_logo:after, .arrow_box_logo:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_logo:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #f3f2f1;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_logo:before {
	border-color: rgba(217, 217, 217, 0);
	border-left-color: #d9d9d9;
	border-width: 11px;
	margin-top: -11px;
}*/

.arrow_box_logo a {
	text-decoration: none;
	display: inline-block;
	color: #000;
}
.nav-list>li .submenu>li {
	margin-left: 0;
	position: relative;
	min-height: 49px;/* padding-right: 10px; */
}
.input-group {
	margin-bottom: 10px !important;
}
.profile-user-info {
	margin: 0px;
}
.well h1, .well h2, .well h3 {
	line-height: normal !important;
}
.widget-header-small {
	min-height: 15px;
	padding-left: 10px;
}
.img-circle {
	border-radius: 50% !important;
}
.img-border {
	border: 5px solid #999999 !important;
}
.home-pannels {
	font-size: 12px !important;
}
.home-pannels td {
	font-size: 12px !important;
	vertical-align: middle !important;
}
.home-pannels legend {
	font-size: 14px !important;
	display: none;
}
.fit-full-w {
	height: auto;
	font-size: 1200%;
	background-color: #CDCDCD;
}
.mycourses-logos {
}
.mycourses-logos img {
	height: auto;
	width: 210px !important;
}
.my-profile-details {
}
.my-profile-details img {
	height: 40px !important;
	width: auto;
}
/* .dataTables_wrapper .row:last-child {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #DDD;
}
 */.dataTables_wrapper .row:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 2px;
    margin-left: 2px;
    border: 0px solid #DDD;
    margin-top: 10px;
    padding: 5px;
}

/* .dataTables_wrapper .row:first-child {
    padding-top: 6px;
    padding-bottom: 1px;
    margin-right: 2px;
    margin-left: 2px;
    border: 1px solid #DDD;
} */

.dataTables_wrapper .row:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: 0px solid #DDD;
    margin-bottom: 10px;
}

.dataTables_info {
	font-size: 12px;
	padding-top: 7px;
	padding-left: 5px;
}
.dataTable th[class*=sort] {
	color: #000;
}
.dataTables_wrapper label {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 800;
}
body [class*="icon-"] {
	margin-right: 1px;
	min-width: 10px;
	/* font-size: 100%; */
	margin-left: 1px;
}
.hiddenRow {
	padding: 0px !important;
}
/*td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}*/

td button {
	float: right;
}
.dataTables_filter label {
    display: inline-block;
    font-weight: 800;
}
.dataTables_filter label input {
	display: inline-block !important;
}
.addto-width {
	min-width: 150px !important;
}
.modal-header {
	-webkit-border-top-left-radius: 3px !important;
	-webkit-border-top-right-radius: 3px !important;
	-moz-border-radius-topleft: 3px !important;
	-moz-border-radius-topright: 3px !important;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
	background-color: #6699CC;
	padding-top: 10px !important;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
	padding-left: 20px !important;
	color: #FFF !important;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.modal-header h4 {
	color: #FFF !important;
	font-size: 12px;
}
.alert {
	font-size: 12px !important;
}
.modal-header .close {
    font-size: 12px;
    color: #FFF !important;
    margin-top: 3px;
    opacity: 1 !important;
}
.modal-footer {
	background-color: #fff;
	padding: 5px;
}
.modal span {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*.modal-content { overflow:auto !important;
height:80%;}*/


.breadcrumb {
	list-style: none;
	padding-right: 1px;
	padding-left: 1px;
	line-height: normal;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 0px solid #e3e3e3;
	width: 100%;
	font-size: 12px;
	background-color: transparent !important;
	color: #FFF;
}
.breadcrumb>li, .breadcrumb>li.active {
	color: #fff;
}
.breadcrumb>li>a {
	display: inline-block;
	padding: 0 0px;
	color: #fff;
}

.breadcrumb>li+li:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "/";
    color: #fff;
    margin-right: 2px;
    padding: 0 5px 0 2px;
    position: relative;
    top: 1px;
}

.dataTables_paginate .pagination {
	float: right !important;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 12px;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
textarea, input[type="text"], input[type="password"], 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"] {
	font-size: 12px;
	padding-left: 10px;
}
.form-control {
	font-size: 12px;
	padding-left: 0px;
}
.well {
	min-height: 20px;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.widget-header-small>.widget-caption, .widget-header-small>:first-child {
	line-height: 45px;
}
.modal .panel-title > a {
	color: inherit;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-decoration: none;
}
.modal .panel-title {
	color: inherit;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.modal .panel-title b {
	padding-top: 5px;
}
.modal .panel-body {
	padding: 5px;
}
.modal .panel-group {
	margin-bottom: 1px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
	display: inline-block;
	z-index: 99999999 !important;
}
.widget-body .panel-body {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.widget-body .panel-default {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.widget-body .panel-group {
	margin-bottom: 0px;
}
.widget-main {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.widget-header h5 {
    font-size: 12px !important;
    font-weight: 700;
}
.atfcpoders label {
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
    border-top: 5px solid #215d6433;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    height: 100%;
}

.widget-body {
    border: 0px solid #CCC;
    border-top: 0;
    background-color: #FFF;
}

.adminaccountblock .widget-main {
   /*  min-height: 300px !important; */
}

.adminaccountblock .widget-main td {
    height: 45px !important;
    padding: 5px;
    vertical-align: middle;
}

.scrollable-div {
	overflow-y: scroll;
	height: 200px;
}
#tfpsmemodal {
	width: 980px;
}
#tfpsmemodal iframe {
	width: 965px;
	height: 560px;
	border: none;
}
#tfpsmemodal iframe .title {
	padding-right: 50px !important;
}
#closemodal {
	position: absolute;
	top: -15px;
	right: -12px;
	opacity: 1;
}
.blue-back {
	background-color: #0088cc !important;
	color: #FFF !important;
}
.blue-back-pale {
	background-color: #BCD6ED !important;
	color: #000 !important;
}
.blue-back-dark {
	background-color: #2a3942 !important;
	color: #FFF !important;
}
.red-back {
	background-color: #d15b47!important;
	color: #FFF !important;
}
.btn-group>.btn-sm, .btn-group+.btn-sm {
	border-width: 1px;
}
.datepicker {
	z-index: 9999999999999 !important;
	padding: 10px !important;
}
.do-list-statistics {
}
.do-list-statistics ul {
	padding: 0px;
	margin: 0px;
}
.do-list-statistics li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
.screen-visited:after {
	font-family: Glyphicons Halflings!important;
	content: "\e067"!important;
	font-size: 14px!important;
	color: #616161 !important;
	list-style-type: none !important;
	margin-top: 1px !important;
	margin-right: 3px !important;
	margin-bottom: auto !important;
	margin-left: 2% !important;
	float: right !important;
	display: inline-block !important;
	z-index: 10 !important;
}
.do-list-statistics li:after {
	font-family: Glyphicons Halflings;
	content: "\e157";
	font-size: 14px;
	color: #999999;
	list-style-type: none;
	margin-top: 1px !important;
	margin-right: 3px;
	margin-bottom: auto;
	margin-left: 2%;
	float: right;
	display: inline-block;
	z-index: 9 !important;
}
.do-list-statistics li .badge {
	text-shadow: none;
	padding-top: 5px !important;
	padding-bottom: 3px;
	font-weight: normal;
	line-height: 15px;
	background-color: #FFF!important;
	-webkit-border-radius: 45px 45px 45px 45px !important;
	border-radius: 45px 45px 45px 45px !important;
	min-height: 24px !important;
	min-width: 24px !important;
	border: 1px solid #D6D6D6;
	color: #000;
}
.widget-header>.widget-caption, .widget-header>:first-child {
	line-height: 41px;
	padding: 0;
	margin: 0;
	display: inline;/*font-size: 12px !important;*/
}
.btn-sm, .btn-group-sm > .btn {
	padding: 5px 5px;
	font-size: 11px;
	line-height: 1.5;
	-webkit-border-radius: 2px 2px 2px 2px !important;
	border-radius: 2px 2px 2px 2px !important;
}
.btn-md, .btn-group-md > .btn {
    padding: 7px 25px 7px 25px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 2px 2px 2px 2px !important;
    border-radius: 2px 2px 2px 2px !important;
}

/* .widget-box .btn i {
    padding: 0px 7px 0px 7px;
}
 */
.btn>[class*="icon-"] {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    min-width: 5px !important;
}


.btn span {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    min-width: 5px !important;
}

.page-content {
	background: #fff;
	margin: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.height-165px {
	height: 165px !important;
	width: 100% !important;
}
.height-220px {
	height: 220px !important;
	width: 100% !important;
}
.height-250px {
	height: 250px !important;
	width: 100% !important;
}
.panel-heading {
	padding: 0px 0px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.widget-body td {
	/* vertical-align: middle !important; */
}.widget-body td i{
	/* vertical-align: middle !important; */
}
/*.btn { margin:2px !important;}*/


td.details-control {
	/*    background: url('../resources/details_open.png') no-repeat center center;*/
	cursor: pointer;
}
td.details-control:before {
	font-family: FontAwesome;
	content: "\f055";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
}
tr.shown td.details-control {
/*    background: url('../resources/details_close.png') no-repeat center center;*/
}
tr.shown td.details-control:before {
	font-family: FontAwesome;
	content: "\f056";
	font-size: 100%;
	color: #333;
	list-style-type: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50%;
}
.popover td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	font-size: 12px;
	padding-right: 5px;
}
.min-width-200 {
	min-width: 200px !important;
}
.min-height-courseinfo {
	height: 20px !important;
}
.min-height-courseinfo .progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 22px !important;
	font-size: 11px;
}
.label {
	display: inline;
	padding-top: 2px !important;
	padding-right: 5px !important;
	padding-bottom: 3px !important;
	padding-left: 5px !important;
	font-size: 80%;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;/*	margin-right: 1px !important;
	margin-left:1px !important;*/
}
.label.arrowed-in {
	padding-top: 2px !important;
	padding-right: 5px !important;
	padding-bottom: 3px !important;
	padding-left: 5px !important;
	margin-right: 1px;
}
.label.arrowed-right {
	padding-top: 2px !important;
	padding-right: 5px !important;
	padding-bottom: 3px !important;
	padding-left: 5px !important;
	margin-right: 1px;
}
.label.arrowed-right:after {
	right: -9px;
	border-width: 10px 5px;
}
 .label>span, .label>[class*="icon-"] {
line-height: 1;
 vertical-align: middle;
}
.news-scroll {
	height: 180px;
	overflow: auto;
}
.news-scroll ul {
}
.news-scroll li {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	list-style-type: none;/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;*/
}
/*.news-scroll li:nth-child(even) {
	background-color: #F8F8F8;
}

.news-scroll li:nth-child(odd) {
    background-color:#fff;
}*/

.news-scroll li i {
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	margin-left: -45px;
	padding-left: 15px;
	width: 40px;
	font-size: 140% !important;
	float: left;
	clear: both;
	display: table-cell;
}
.news-scroll li .close {
	font-size: 90%;
	float: right;
	color: #900;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.gotrainingbtn {
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-transform: uppercase !important;
	font-size: 0.7em !important;
	text-align: center !important;
	height: 38px;
	vertical-align: middle !important;
	padding-top: 5px;
}
.gotrainingbtn i {
	margin-top: 0px !important;
	margin-bottom: 2px !important;
	display: block;
	clear: both;
	font-size: 1.4em !important;
}
.gotrainingbtn-small {
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-transform: uppercase !important;
	font-size: 0.8em !important;
	text-align: left !important;
	vertical-align: middle !important;
	min-height: 29px;
}
.gotrainingbtn-small i {
	margin-top: -3px !important;
	float: right;
}
.row-courses {
	margin-bottom: 5px !important;
}
.widget-header-sm {
	background: #EDF3FC; /* Old browsers */
}
.mycourses {
}
.mycourses .panel-title {
	color: inherit;
	display: block;
	padding: 0px;
	line-height: 30px;
}
.mycourses .panel-title > a {
	color: #000;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-size: 12px;
	line-height: normal !important;
}
.mycourses .panel-heading {
	color: #333;
	/* background-color: #E2ECF3; */
	background-color: #F3F4F5;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	border-top-color: #CEDEEA;
	border-left-color: #ddd;/*	background-image: url(../img/panel-head-back.png);
	background-position: left center;
	background-repeat: repeat-y;*/
}
.mycourses .panel-heading img {
	/*	height: 60px;
	width: auto;
	margin-top: -15px;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logoblock {
	width: 200px;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.mycourses .widget-toolbar {
	display: inline-block;
	line-height: 30px;
	float: right;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.mycourses .panel table {
}
#mycoursestitletable {
	margin-bottom: 0px !important;
}
#mycoursestitletable strong {
	text-transform: uppercase;
}
#mycoursestitletable td {
	border-right-width: 1px;
	border-right-style: solid !important;
	border-right-color: #FFF;
	vertical-align: middle !important;
}
.mycourses [class*="icon-"] {
	margin-top: 7px;
	min-width: 10px;
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
	height: 25px;
}
.mycourses .panel {
	margin-bottom: 10px;
}
.panel-heading .courselabel {
	font-size: 14px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	width: 30px !important;
	height: 30px !important;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	line-height: 20px !important;
}
.bordered table td {
	border-top-style: solid !important;
	border-right-style: solid !important;
	border-bottom-style: solid !important;
	border-left-style: solid !important;
	padding-top: 7px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
	vertical-align: middle !important;
}
.containerhighchartsdemo {
	height: 165px;
	width: 99%;
	padding-top: 15px;
}
.progress-bar {
	/*	background-color: #3A87AD;*/
	background-color: #8D8D8E;
}
.cal-block {
	text-transform: uppercase;
	font-size: 0.8em;
	max-width: 80px;
	display: block;
}
.cal-day {
	display: block;
	padding: 3px;
	background-color: #555555;
	text-align: center;
	font-weight: bolder;
	color: #fff;
	font-size: 1.1em;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.cal-month {
	display: block;
	padding: 3px;
	background-color: #fff;
	text-align: center;
	font-weight: 400;
	color: #555;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.cal-year {
	display: block;
	padding: 3px;
	background-color: #fff;
	text-align: center;
	color: #555;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.course-info {
	display: inherit !important;
}
.sitemapbutton {
	height: 153px !important;
	font-size: 200% !important;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.navbar {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0 margin-top: 0;
	margin-bottom: 0px;
	-webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	border: 0px solid #d4d4d4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	z-index: 9999999 !important;
	background-image: url(../img/atfcp-logo-backline.png);
    background-repeat: repeat-x;
    background-position: top;
}

/* .navbar:after {
    position: absolute;
    top: 38px !important;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #88c03d;
}
 */

.sidebar-collapse:before {

    border-top: 0px;

}


.logo-border-left {
	border-left-width: 2px !important;
	border-left-style: solid !important;
	border-left-color: #D6D6D6 !important;
	padding-left: 10px;
}
/* .navbar .navbar-header {
	margin: 0!important;
	padding: 1px !important;
	height: 50px !important;
} */
 @media only screen and (min-width : 320px) {
}
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
#mycoursestitletable strong {
	display: none !important;
}
.mycourses .panel-heading img {
	float: right !important;
	/*height: 30px;
width: auto;*/
	margin-top: -5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.course-info {
	display: none !important;
}
.cal-block {
	text-transform: uppercase;
	font-size: 0.8em;
	width: 80px;
	display: block;
}
.cal-day {
	display: inline-block !important;
	min-height: 14px !important;
	font-size: 1em !important;
}
.cal-month {
	display: inline-block !important;
	min-height: 14px !important;
}
.cal-year {
	display: inline-block !important;
	min-height: 14px !important;
}
.course-info {
	display: inline !important;
}
}




    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
#mycoursestitletable {
	margin-bottom: 0px !important;
	border-bottom-width: 2px;
	border-bottom-style: solid !important;
	border-bottom-color: #fff;
}
#mycoursestitletable td:last-child {
	border-right-width: 0px !important;
	border-right-style: solid !important;
	border-right-color: transparent;
}
#mycoursestitletable strong {
	float: right !important;
	width: 50%;
	text-align: right !important;
	padding-right: 10px;
	color: #666;
}
.gotrainingbtn {
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-transform: uppercase !important;
	font-size: 0.7em !important;
	text-align: left !important;
	line-height: 18px;
	height: 30px !important;
	vertical-align: middle !important;
	padding-top: 5px;
}
.gotrainingbtn i {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	margin-right: 4px !important;
	float: left !important;
}
.course-info {
	display: inline !important;
}
.container {
	width: 100% !important;
}

.title-icon {
  width: 45px;
  font-size: 18px;
   padding-top: 1px !important; 
   padding-bottom: 1px !important;  
}


}



    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
}



 /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		
	.col-container {
    display: block !important;
    width: 100%;
    /* display: grid; */
}	
		
.title-icon {
	width: 1px !important;
}

.title-icon {
  width: 45px;
  font-size: 18px;
   padding-top: 1px !important; 
   padding-bottom: 1px !important;  
}

.menu-min .nav-list>li>.submenu {
	background: #fff;
	position: absolute;
	z-index: 120;
	left: 42px;
	top: -2px !important;
	width: 226px;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 0px;
	padding-bottom: 2px;
	display: none!important;
}
.menu-min .nav-list>li>.submenu {
	background: #fff;
	position: absolute;
	z-index: 120;
	left: 42px;
	top: -2px;
	width: 256px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
	padding-top: 0px;
	padding-bottom: 2px;
	display: none!important;
}
.menu-min .nav-list>li>a.dropdown-toggle>.menu-text {
	-webkit-box-shadow: none;
	box-shadow: none;
	top: -1px;
	left: 43px;
	width: 254px;
	padding-top: 13px !important;
	padding-right: 10px;
	vertical-align: middle !important;
	height: 47px !important;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	-webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
}
}


    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
}
.title-icon {
	width: 45px;
	font-size: 18px;
	/*  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: #FFFFFF;
  background-color: #2a3942;*/
	padding-top: 11px;
	padding-bottom: 11px;
}
.title-icon i {
	font-size: 22px !important;
	padding-top: 1px !important;
}
.course-logo {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #E97621;
}
.logo-goes-here {
/*	width: 220px !important;
	height:40px !important;*/
}
#sticker ul li {
	list-style-type: none;
}
.no-button-case {
	min-height: 51px;
}


.btn-white {
	color: #fff;
	background-color: #fff;
	border: 1px solid #fff !important;
}

.btn-white:hover {
	background-color: #fff!important;
	border-color: #fff;
}
.progressizefix { 
  display: block;
  margin-top: 30px;
  margin-bottom: 14px;
  }  

iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.gobuttonsmall {
	color: #fff;
	 background-color: #87b87f!important;
 	border-color: #87b87f;
	padding-right: 20px;
}
.gobuttonsmall:hover,
.gobuttonsmall:focus,
.gobuttonsmall.focus,
.gobuttonsmall:active,
.gobuttonsmall.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}


.userguidebutton {
	color: #fff;
	background-color: #F1904D!important;
	border-color: #F0853E !important;
	padding-right: 20px;
}
.userguidebutton:hover,
.userguidebutton:focus,
.userguidebutton.focus,
.userguidebutton:active,
.userguidebutton.active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #EF7D32!important;
	border-color: #F0853E !important;
}

/* 20191030 mmd */
.widget-main.csCompact {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}


.profile-info-name {
    width: 25% ;
}

.profile-info-value {
    margin-left: 25%;
}


.content-column { display: table-cell;
min-height: 365px;
background-size: cover;}


.col-container {
    display: flex;
    width: 100%;
    /* display: grid; */
}
.col {
  display: table-cell;

}

#divModalEditOrder h1, h2, h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    background-color: #eff3f8;
    padding: 7px;
}

.wayssteps {
    font-size: 25px;
    font-weight: 800;
    border-right: solid 1px #93abb785;
    margin-right: 10px;
    float: left !important;
    padding-right: 7px;
}

#divCalcTool {margin-top: 10px; }

#divModalEditOrder .tab-content {
    border: 0px  !important;
}


.icon-home { }
.icon-home:before {
    content: "\f015" !important;
    font-family: 'FontAwesome';
    font-style: normal;
}

/* previous Certifications table */
#divPrevCTFCCertification>table.csDashboard td {
    vertical-align:top;
}