
body , html{
	width:100%;
	min-height: 100%;
	height: 100%;
}

body > section { height: 100%; }

body.color-scheme-classic { background-color: #1d2939; }

body.color-scheme-light { background-color: white; }
body.color-scheme-light .nav-bracket > li.nav-parent > a:hover,
body.color-scheme-light .nav-bracket > li.nav-parent > a:active { background-color: whitesmoke; }
body.color-scheme-light .nav-bracket > li.active > a,
body.color-scheme-light .nav-bracket > li.active > a:hover,
body.color-scheme-light .nav-bracket > li.active > a:focus { color: #3f3f3f; }

body.color-scheme-dark { background-color: #3f3f3f; }

small{
	font-size:85%;
}

#main_navigation {
	float:left;
	position:fixed;
	left:0px;
	top:0px;
	width:130px;
	height:100%;
	background:url(../../../assets/core/main_nav_bg.jpg);
}
#main_navigation .button{
	height:30px;
}
#main_navigation .button a{
	font-size:15px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
	display:block;
	padding-left:10px;
	font-size: 12px;
}
#main_navigation .button a:hover{
	background:url(../../../images/vendor_design/main_nav_bg_active.jpg);
}
#main_navigation .button.active a{
	background:url(../../../images/vendor_design/main_nav_btn_active.jpg) repeat-x;
	border-right:1px solid #c6c9ce;
	color:#000;
}
#main_navigation .button.active .main_nav_btn_arrow{
	background:url(../../../images/vendor_design/main_nav_btn_active_arrow.png) no-repeat;
	position:relative;
	top:-29px;
	left:112px;
}
#main_navigation img {
	max-width: 130px;
}
#sub_navigation {
	float:left;
	position:fixed;
	left:130px;
	top:0px;
	width:160px;
	height:100%;
	/* background:url(../../../images/vendor_design/sub_nav_bg.jpg); */
	background: #eeeff3;
	border-right: 1px solid #dadbdf;
}
#sub_navigation .button a{
	font-size:13px;
	color:#aaa;
	line-height:44px;
	display:block;
	padding-left:8px;
	border-bottom:1px solid #dfe0e4;
}
#sub_navigation .button.active a{
	/*font-weight:bold;
	background:url(../../../images/vendor_design/sub_nav_btn_active.jpg) no-repeat;*/
	color:#a9c356;
}
#sub_sub_navigation{
	margin-top:0px !important;
	background:url(../../../images/vendor_design/sub_sub_nav_bg.jpg) #fff;
	font-size:12px;
	padding:10px;
	border-bottom:1px solid #dfe0e4;
}
#sub_navigation .button a:hover{
	background-color: white;
	color:#a9c356;
}
#sub_sub_navigation .sub_button{
	height:20px;
}
#sub_sub_navigation .sub_button a{
	line-height:20px;
	color:#999;
	margin:0px;
	display:block;
}
#sub_sub_navigation .sub_button.active a{
	background:none;
	font-weight:bold;
	margin-bottom:-11px;
	color:#a9c356;
}

/*header bar (non system pages) */
.headerbar { min-height: 46px; background-color: white; }
.headerbar .header-right { float: right; }
.headerbar .header-right .headermenu { list-style: none; margin: 0; padding: 0; }
.headerbar .header-right .headermenu > li { display: inline-block; float: left; border-left: 1px solid #eee; position: relative; height: 46px; }
.headerbar .header-right .headermenu .dropdown-toggle { padding: 12px 10px; border-color: #fff; background: #fff; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 0; }
.headerbar .header-right .headermenu .dropdown-menu { border: 0; margin-top: 0px; margin-right: -1px; -moz-border-radius: 2px 0 2px 2px; -webkit-border-radius: 2px 0 2px 2px; border-radius: 2px 0 2px 2px; -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); box-shadow: 3px 3px 0 rgba(12,12,12,0.05); padding: 5px; }
.headerbar .header-right .headermenu .dropdown-menu:after { border-bottom: 6px solid #1d2939; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; right: 17px; position: absolute; top: -6px; }
.headerbar .header-right .headermenu .dropdown-menu li { display: block; margin: 0; float: none; background: none; padding: 15px 5px; }
.headerbar .header-right .headermenu .dropdown-menu-usermenu li { padding: 0; }
.headerbar .header-right .headermenu .dropdown-menu-usermenu:after { right: 95px; }
.headerbar .header-right .headermenu .dropdown-menu li a { color: #94989d; font-size: 13px; padding: 7px 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.headerbar .header-right .headermenu .dropdown-menu li a:hover { background: #1caf9a; color: #fff; }
.headerbar .header-right .headermenu .dropdown-menu li i { font-size: 11px; margin-right: 5px; }
.headerbar .header-right .headermenu .dropdown-menu-head { padding: 0; min-width: 300px; }
.headerbar .header-right .headermenu .tp-icon { padding: 12px 15px; height: 50px; font-size: 16px; background: #fff; color: #333; border-color: #fff; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.headerbar .header-right .headermenu .tp-icon + .dropdown-menu:after { right: 17px; }
.headerbar .header-right .headermenu .chat-icon { border-right: 0; }
.headerbar .header-right .headermenu .dropdown-menu-usermenu { background: #1d2939; min-width: 200px; }
.headerbar .header-right .headermenu .dropdown-menu-head ul { border: 1px solid #ddd; border-top: 0; padding: 0 10px; }
.headerbar .header-right .headermenu .dropdown-menu-head li a { color: #333; padding: 0; opacity: 1; }
.headerbar .header-right .headermenu .dropdown-menu-head li a:hover { background: none; color: #428BCA; text-decoration: none; }
.headerbar .header-right .headermenu .btn-group { margin-bottom: 0; }

.icon_minus{
	background:url(../../../images/vendor_design/icon_minus_green.png);
	height:11px;
	width:11px;
	position:relative;
	left:145px;
	top:-27px;
}
.icon_plus{
	background:url(../../../assets/core/icon_plus.png);
	height:11px;
	width:11px;
	position:relative;
	left:-10px;
	top:18px;
	float:right;
}
.icon_arrow_right{
	background:url(../../../images/vendor_design/icon_arrow_right.png);
	height:11px;
	width:11px;
	position:relative;
	left:-10px;
	top:18px;
	float:right;
}
.icon_arrow_down{
	background:url(../../../images/vendor_design/icon_arrow_down_green.png);
	height:11px;
	width:11px;
	position:relative;
	left:-10px;
	top:18px;
	float:right;
}
.icon_minus_green{
	background:url(../../../images/vendor_design/icon_minus_green.png);
	height:11px;
	width:11px;
	position:relative;
	top:5px;
	float:right;
}
.icon_plus_green{
	background:url(../../../assets/core/icon_plus_green.png);
	height:11px;
	width:11px;
	position:relative;
	top:5px;
	float:right;
}
.icon_arrow_right_green{
	background:url(../../../images/vendor_design/icon_arrow_right_green.png);
	height:11px !important;
	width:11px !important;
	position:relative;
	top:5px;
	float:right;
}
.icon_arrow_down_green{
	background:url(../../../images/vendor_design/icon_arrow_down_green.png);
	height:11px !important;
	width:11px !important;
	position:relative;
	top:5px;
	float:right;
}
a{
	text-decoration:none;
	color:#3a66cc;
}
a:visited{
	color:#3a66cc;
}
a:hover{
	color:#3356a7;
}
.dashboard_order_link {
	text-decoration:none;
	color:#fff;
	text-decoration:underline;
}
.dashboard_order_link:visited{
	color:#fff;
	text-decoration:underline;
}
.dashboard_order_link:hover{
	color:#eee;
	text-decoration:none;
}
#inner_page{
	width:auto;
	height:100%;
	margin-left:290px;
	padding:10px;
	background-color: transparent;
}
#inner_page .title{
	background-color: #eee;
	height: 37px;
	margin-left:-10px;
	width:auto;
	margin-top:-20px;
	margin-bottom:10px;
	margin-right:-10px;
	box-shadow: inset 10px 0px 14px -15px;
}
#inner_page .title h1{
	line-height: 36px;
	font-size:17px;
	text-shadow:0px 1px #fff;
	margin-left:10px;
	text-transform:uppercase;
	color:#000;
}
#inner_page .title h1 a{
	color:#666;
}
#inner_page .title h1 a:hover{
	color:#000;
}
p{
	width:auto;
	font-size:12px;
	line-height:20px;
	padding-bottom:10px;
}
#inner_page h1{
	line-height:45px;
	font-size:15px;
	width:auto;
	color:#999;
}
.alert_holder{
	background-color:#f6f2d9;
	padding:10px;
	margin-top:10px;
}
.alert_holder_inner{
	padding:20px;
	background:url(../../../images/vendor_design/icons/alert_icon.png) 15px center no-repeat #f3eec8;
}
.alert_holder_inner p{
	padding-left:30px;
	font-size:14px;
	line-height:18px;
	padding-bottom:0px;
}

#outer_page {
	min-height:100%;
	background:url(../../../assets/core/main_nav_bg_290px.jpg);
	background-repeat: repeat-y;
}

#alerts_indicator{
	background:url(../../../images/vendor_design/icons/alerts_indicator_bg.png);
	width:21px;
	height:21px;
	position:relative;
	top:-32px;
	left:100px;
	line-height:21px;
	text-align:center;
	display:block;
	font-weight:bold;
	color:#fff;
	text-shadow:0px 1px 2px #000;
}

img{
	border:none;
}

h1,h2,h3,h4,h5,h6{
	margin-top:10px;
	margin-bottom:5px;
	color:#888;
}

/* TABLES */
table{
	width:100%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size:13px;
}
table tr th {
	padding:5px;
	color:#fff;
	background:#5b5b5b;
	border-right:1px solid #ccc;
	text-align:left;
	vertical-align:bottom;
}
table td p{
	margin:0px;
	padding:0px;
}
table .cell2{
	background-color:#e8ecf9;
}
table .cell1{
	background-color:#fff;
}
.fieldNamesCol{
	width:250px;
}
.ctr{
	text-align:center;
}
.norecords {
	text-transform:capitalize;
	text-align:center;
	color:#aaa;
	font-weight:bold;
	background:#eee;
}

.noborder , .noborder tr td{
	border:none;
}

.stats-table { border: 1px solid #ccc; }
.stats-table tr th.divider,
.stats-table tr td.divider { border-right: 2px solid #ccc; }
.stats-table tr td { text-align: center; vertical-align: central; }
.stats-table tr td.italic { font-style: italic; }
.stats-table tr td.country-chooser { text-align: left; font-size: 14px; }
.stats-table tr.bold td { font-weight: bold; }
.stats-table tr td.frequency { text-align: left; }

/* FORMS */
optgroup option {
	padding-left:20px;
}
select{
	padding:3px;
}
.input_text_100 {
	width:100px;
	padding:3px;
}
.input_text, #registration_form .input_password{
	padding:3px;
	width:200px;
}
.input_select{
	width:205px;
}
.input_select option{
	padding-left:3px;
}
.input_list{
	padding:3px;
	width:205px;
}
.input_wider {
	width: 250px;
}
.submit_button_blue, .input_submit, .input_submit:hover  {
	font-size:13px;
	background:#45a4c4;
	border:1px solid #3490a9;
	color:#fff;
	margin-left:0px;
	height:24px;
	text-shadow:0px 1px 1px #000;
	min-width:127px;
	margin:6px;
}
.submit_button_red {
	background:#c64a48;
	border:1px solid #a62432;
	color:#fff;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
}


.submit_button_disabled, .submit_button_disabled:hover  {
	font-size:13px;
	background:#CCC;
	border:1px solid #3490a9;
	color:#000;
	margin-left:0px;
	height:24px;
	min-width:127px;
	margin:6px;
}

td .submit_button_blue, td .input_submit, td .input_submit:hover  {
	margin:0px !important;
}
.submit_button_red:hover{
	background:#f00;
}

/* Portlets */
.column {
	width:350px !important;
	margin-top:10px;
}
.column {
	float: left;
	margin-right:12px;
	width:365px !important;
	margin-top:10px;
}
.column_2 {
	float: left;
	margin-right:12px;
	width:660px !important;
	margin-top:10px;
}

.portlet_holder{
	border:1px solid #ccc;
	background:#eee;
	padding:10px;
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.sm_dash .portlet_holder{
	height:350px !important;
}
.sm_dash .portlet_holder .portlet_bg{
	height:310px !important;
}
.sm_dash .portlet_holder .portlet_bg{
	background-color:#fff !important;
}
.sm_dash .portlet_holder .portlet_bg table .norecords{
	height:267px;
	font-size:24px;
	color:#ddd;
	font-weight:normal;
}
.portlet_holder .portlet_bg table td , .portlet_holder .portlet_bg table th{

}
.portlet_graph_holder{
	border:1px solid #ccc;
	background:#eee;
	padding:10px;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:10px;
}
.portlet_holder h2{
	text-shadow:0px 1px #fff;
}
.portlet_menu{
	float:right;
	margin-top:-3px;
}
.portlet_menu_button{
	width:18px;
	height:18px;
	float:right;
	margin-left:3px;
}
.portlet_menu .close{
	background:url(../../../images/vendor_design/dashboard_menu_icons/close.jpg);
}
.portlet_menu .close:hover{
	background:url(../../../images/vendor_design/dashboard_menu_icons/close.jpg) 0px -18px;
}
.portlet_menu .minimize{
	background:url(../../../images/vendor_design/dashboard_menu_icons/minimize.jpg);
}
.portlet_menu .minimize:hover{
	background:url(../../../images/vendor_design/dashboard_menu_icons/minimize.jpg) 0px -18px;
}
.portlet_menu .download{
	background:url(../../../images/vendor_design/dashboard_menu_icons/download.jpg);
}
.portlet_menu .download:hover{
	background:url(../../../images/vendor_design/dashboard_menu_icons/download.jpg) 0px -18px;
}
.portlet_menu a{
	display:block;
	line-height:18px;
}
/*Portlets drop down menu*/
.portlet_drop_menu{
	list-style:none;
}
.portlet_drop_menu ul{
	display:none;
	list-style:none;
	width:150px;
	background:#fff;
	border:1px solid #ccc;
	position:relative;
	left:-144px;
	top:-1px;
	padding:5px;
}
.portlet_drop_menu:hover ul{
	display:block;
}

/* PAGINATION */
.pagination_link{
	float:left;
	margin-left:2px;
	height:20px;
	border:1px solid #ccc;
	background:#eee;
	line-height:20px;
	text-align:center;
}

.pagination_link span{
	padding-left:5px;
	padding-right:5px;
}

.pagination_link a{
	line-height:20px;
	text-align:center;
	display:block;
	padding-left:5px;
	padding-right:5px;
}
#start_datepicker , #end_datepicker{
	width:70px;
}

label , input[type="radio"] ,  input[type="checkbox"] {
	cursor:pointer;
}

.button_example{
	border:1px solid #15aeec; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #3490a9; background-image: -webkit-gradient(linear, left top, left bottom, from(#3490a9), to(#45a4c4));
	background-image: -webkit-linear-gradient(top, #3490a9, #45a4c4);
	background-image: -moz-linear-gradient(top, #3490a9, #45a4c4);
	background-image: -ms-linear-gradient(top, #3490a9, #45a4c4);
	background-image: -o-linear-gradient(top, #3490a9, #45a4c4);
	background-image: linear-gradient(to bottom, #3490a9, #45a4c4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3490a9, endColorstr=#45a4c4);
}

.button_example:hover{
	border:1px solid #1090c3;
	background-color: #45a4c4; background-image: -webkit-gradient(linear, left top, left bottom, from(#45a4c4), to(#3490a9));
	background-image: -webkit-linear-gradient(top, #45a4c4, #3490a9);
	background-image: -moz-linear-gradient(top, #45a4c4, #3490a9);
	background-image: -ms-linear-gradient(top, #45a4c4, #3490a9);
	background-image: -o-linear-gradient(top, #45a4c4, #3490a9);
	background-image: linear-gradient(to bottom, #45a4c4, #3490a9);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45a4c4, endColorstr=#3490a9);
}

._devUl{
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFeeee;
}
._devUl li{
	padding:3px;
	margin-left:20px;
	line-height:14px;
}
._devDiv{
	position:absolute;
	top:10px;
	right:10px;
	width:200px;
	border:2px solid #f00;
	background-color:#FFD9D9;
	padding:4px;
	font-size:12px;
}

/* Notices */


.notice_holder{
	background-color:#f6f2d9;
	background: #eeeff3 none repeat scroll 0 0;
	padding:10px;
	border:1px solid #FFFFD9;
	border-top:0;
	padding:10px;
        position:relative;
}

.notice-holder:first-of-type() {
	border-top:1px solid #FFFFD9;
}

.notice_holder > button.close {
        position: absolute;
        bottom:0px;
        right:0px;
}


.notice_holder button.close {
        color: #000;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        opacity: 0.2;
        text-shadow: 0 1px 0 #fff;
}

.notice {
        margin:5px;
        border:1px solid #f00;
        background: #f2dede url("../../images/error/alert.png") no-repeat scroll 10px 8px;
        padding:7px;
        padding-left: 40px;
        border-radius: 5px;
}

.notice-alert {
	background-color:#FFD9D9;
}
.notice-error {
	background-color:#fc2828;
        border-color:#000;
}
.notice-sitealert {
        background-color:#c1eeff;
}
.notice-success {
        background-color: #dff0d8;
        border-color: #d6e9c6;
}
.notice-info {
        background-color: #d9edf7;
        border-color: #bce8f1;
}
.notice_holder {
	background: #eeeff3 none repeat scroll 0 0;
}
.notice_holder .sr-only {
	display:none;
}
.notice_holder button.close {
	background-color:transparent;
	border:0;
	opacity:0.5;
}

/* R and A modal */
input.country_timezones {
	width:292px;
	padding:4px;
	color:silver;
}

#tab_container .ui-state-active {
	background:#45a4c4;
}
#tab_container .ui-state-active .ui-tabs-anchor {
	color:#fff;
}

table.striped_table tbody tr:nth-of-type(even) {
	background: #e8ecf9;
}
table.striped_table tbody tr:nth-of-type(odd) {
	background: #fff;
}

/* Fixing overlap on FontAwesome and TinyMCE */
i.mce-ico.fa { font-family: FontAwesome; }

/* Fixing TinyMCE shenanigans */
div.mce-container[aria-label="Insert/edit video"] .mce-container.mce-panel.mce-abs-layout-item.mce-first.mce-last {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	margin-bottom: -20px;
}

div.mce-container[aria-label="Insert/edit video"] .mce-tabs {
	margin-right: -40px;
}

table td.valign-top {
	vertical-align: top;
}

.bootstrap-datetimepicker-widget table {
	border: 0;
}
.bootstrap-datetimepicker-widget table tr th {
	border: 0;
	color: #000;
	background-color: transparent;
}

input.country_dates {
	padding: 4px;
	width: 85px;
}


.vertical_text{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size:30px;
	color:#999;
}
.nav-pills > li {
    position: relative;
    display: block;
    background-color: #EEEEEE;
}

.sm_dash .portlet_holder#latest_posts{
	height:450px !important;
}
.sm_dash .portlet_holder#top_posts{
	height:450px !important;
}
.input_text_box, .input_password_box, .input_select_box, .text_area_box {
	width:350px;
        padding:5px;
        border: 1px solid #CCCCCC;
}
.left_side_td_label {
	vertical-align:middle !important;
	font-weight:bold;
}
.input_checkbox {
	vertical-align:middle !important;
        margin-right:5px !important;
        margin-bottom:2px !important;
}
.zero-records {
	text-align: center;
	color: #AAAAAA;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 16px;
	margin-top: 10px;
}

#training {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

#training .compliance-type, #training .training-records {
	padding-left: 5px;
}

@media (max-width: 1200px) {
	#training .application-column {
		padding-right: 0px;
	}
}
@media (min-width: 1200px) {
	#training .application-column-dates {
		padding-right: 0px;
	}
}
.queue_input_select_box {
	width:242px;
	padding:5px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
.no-records-red {
	text-align: left !important;
	background-color:#EEEEEE;
	color: #FF0000;
	font-weight:bold;
	font-size:16px;
}
.deleted-records, .deleted-records a {
	font-style:italic;
	color: #FF0000;
}
.nod_input_box,
.nod_input_box_small {
	width:410px !important;
	padding:5px;
	border: 1px solid #CCCCCC;
}
.nod_input_box_small {
    width:380px !important;
}
.nod_padding_left_td {
	padding-left:26px !important;
}
.nod_title {
	width:755px;
	padding:5px;
	border:1px solid #CCCCCC;
}

.nod_seed_list_input_box {
	width:275px !important;
	padding:5px;
	border: 1px solid #CCCCCC;
}

.nav-bracket > li {
	background-color: transparent;
}

.pageheader:before,
.pageheader:after {
    content: '';
    display: table;
}

.pageheader * {
	font-size: 28px;
}

.powered-by {
	padding: 20px;
}

.leftpanel-collapsed .powered-by {
	padding: 12px;
}

.nod-schedule-initial,
.nod-expire-initial {
	width:145px;
	float:left;
	line-height:24px;
}

.nod-schedule-future,
.nod-expire-future {
	width:110px;
	float:left;
	line-height:24px;
}

table td.align-middle {
	vertical-align:middle !important;
}

table.translated-changes td del {
	background-color: #990000;
	color: #FFFFFF;
}

table.translated-changes td ins {
	background-color: #FFFF00;
	text-decoration: none;
}

.nod-comment-field-label {
	color: #FF0000;
}

.nod-comment-field {
	width:410px;
	height:100px;
	border:1px solid #CCCCCC;
	padding:3px;
}

.group-listing-h2 {
	margin: 10px 0;
}

.group-listing-group-name {
	color:#FF0000;
	font-size: 14px;
}

.ml-1 {
    margin-left: 10px !important;
}