@charset "utf-8";
/*------------------------------------------------------------------------------------------ Reset default
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; outline: 0 !important; font-size: 100%; vertical-align: baseline; background: transparent; }

/*------------------------------------------------------------------------------------------ General
*/
body {
	color: #373737;
	background-color:#fff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight:100;
	 overflow-x: hidden;
}


/*------------------------------------------------------------------------------------------ Login
*/

.login_page, .register_page {
	background-image:url(../img/vjbg.jpg);
	background-position:center;
	background-size:cover;
	position: fixed;
	top: 0;
	left: 0;
	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;
}

.login_page.rhino, .register_page {
	background-image:url(../img/rhbg.jpg);
}

.login_page.rhino h1 {
	font-size: 23px;
}

.login_page.maintanance, .register_page {
	background-image:url(../img/maintanance.jpg);
}

.login_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width:450px; height: 250px;
	padding:50px 25px;
	margin-top:-210px;
	margin-left:-245px;
	color: #fff;
/*	color:rgba(69, 69, 69, 0.9); */
/*	background-color:rgba(242, 242, 242, 0.8);
	border:double #dfdfdf 2px;
*/
background-image:url(../img/login_bg.png);
background-position:top right;
background-repeat:no-repeat;

	display:block;

}

.login_box a{
	color:#dfdfdf !important;
}

.login_page.rhino .login_box {
	background-image: none;
	color: #454545;
}

.login_page.rhino .login_box a{
	color:#1b9bff !important;
}

.login_box table {
	width:100%;
}
.login_box table td{
	padding:10px;
}

.login_box th {
	text-align:center;
	font-size:16px;
	font-weight: normal;
	color:#f2f2f2;
	border-bottom: 2px solid #1b9bff;
	padding-bottom:20px;
}

.login_box input.input{
	padding:7px 10px;
	width:300px;
}

.login_page.light, .register_page {
	background-image:url(../img/vjbg_l.jpg);
	background-color: #fff;
}

.login_page.light .login_box {
	background-image:url(../img/login_bg_l.jpg);
	border: 2px solid #1b9bff;
}
.login_page.light .login_box *{
	
	color: #111 !important;
}
.login_page.light #btnSubmit {
	background: #1b9bff;
	color: #fff !important;
	padding: 4px 7px;
	border-radius: 5px;
}

.webLink {
	position: fixed;
	top: 15px;
	left: 15px;
	background: #1b9bff;
	color: #fff;
	padding: 7px 14px;
	border-radius: 5px;
	text-decoration: none;
	animation:blinkingText 1s infinite;
}

@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color: transparent;  }
    100%{   color: #fff;    }
}

.advert_info {
	padding:30px;
	background-color: #dfdfdf;
	border: 1px solid #ccc;
	color: #888;
	text-align:center;
	width:300px;
}
.advert_total {
	font-family: Lato, Verdana, sans-serif;
	font-weight: 100;
	font-size: 25px;
}



.register_page .register_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width:800px; height: 400px;
	padding:20px;
	margin-top:-200px;
	margin-left:-400px;
	color: #454545;
/*	color:rgba(69, 69, 69, 0.9); */
	background-color:rgba(255, 255, 255, 0.9);


	display:block;

}

.register_page input.input,
.register_page select
{
	padding:4px 8px;
	width:220px;
	border: 1px solid #ccc;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
.register_page td {
	min-width: 100px;
	padding: 5px 10px;
}






/*------------------------------------------------------------------------------------------ Pages
*/
/*
img {
	image-orientation: from-image !important;
}
*/
.wrongver {
	color: #A40002;
	font-weight: 600;
}

.wrapper {
	min-width: 1200px;
	width: 1280px;
	margin:0 auto;
}
.wrapper.pr {
	width: 1206px;
}
.wrapper.navifix {
	width: 100%;
	max-width: 1420px;
}
.page_error_wrapper {
	position: fixed;
	z-index: 999999;
	background: rgba(255, 255,255, 0.8);
	width: 100%;
	height: 100%;
}
.page_error_wrapper .page_message_container {
	position: absolute;
	top:50%;
	left: 50%;
	width: 640px;
	height: 320px;
	margin-top: -190px;
	margin-left: -350px;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #454545;
}
.page_error_wrapper p {
	width: 640px;
	overflow: hidden;
	white-space: pre-line;
}
#close_error_wrapper {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	text-align: center;
	color: #888;
	cursor: pointer;
}

.page100 {
	width:100%;
	padding:30px 0;
}

h1 {
	font-weight:100;
	font-size:17px;
	line-height:20px;
	padding:20px 0;
}
/*
#custom_user {
	display: none;
}
*/
#custom_user .row .ui-button {
	min-width: 150px;
	margin:0 10px 10px 0;
}
.row.days .ui-button {
	min-width: 120px;
	margin-right:15px;
}
.dashboard_instruction {
	width: 400px;
	height: 430px;
	display: block;
	margin-left: 30px;
	float: left;
}
.dashboard_instruction div {
	display: none;
}
.dashboard_instruction h2 {
	font-weight: normal;
	font-size: 15px;
	color: #007fae;
}
.dashboard_instruction a {
	color: #007fae;
}
.dashboard_instruction a:hover {
	color: #3b9ecd;
}
.dashboard_steps {
	width: 770px;
	height: 430px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.dashboard_steps .step {
	width: 220px;
	height: 175px;
	position: absolute;
	display: block;
	overflow: hidden;
	background-size: 100%;
	cursor: pointer;
}
.dashboard_steps .step.single {
	background-image: url(../img/dashs_d.png)
}
.dashboard_steps .step.single:hover,
.dashboard_steps .step.single.selected {
	background-image: url(../img/dashs_l.png)
}
.dashboard_steps .step.double {
	background-image: url(../img/dashd_d.png)
}
.dashboard_steps .step.double:hover,
.dashboard_steps .step.double.selected {
	background-image: url(../img/dashd_l.png)
}
.dashboard_steps .step span {
	color: #fff;
	text-align: center;
	position: relative;
	width: 185px;
	display: block;
	font-size: 15px;
	text-shadow: 2px 2px 2px #000;
}
.dashboard_steps .step.upload {
	top: 125px;
	left: 0;
	z-index: 10;
}
.dashboard_steps .step.create {
	top: 125px;
	left: 185px;
	z-index: 9;
}
.dashboard_steps .step.time {
	top: 20px;
	left: 350px;
	z-index: 8;
}
.dashboard_steps .step.convert {
	top: 225px;
	left: 350px;
	z-index: 7;
}
.dashboard_steps .step.deploy {
	top: 15px;
	left: 535px;
	z-index: 6;
}
.dashboard_steps .step.advert {
	top: 235px;
	left: 535px;
	z-index: 5;
}
.dashboard_steps .step span{
	margin-top: 65px;
}


.dash_box .head {
	background-color: #1b9bff;
	color: #ffffff;
	text-align:center;
	display:block;
	overflow:hidden;
	font-size:15px;
	padding:7px;
	border-bottom:3px solid #127acb;
}

.dash_box.green .head {
	background-color: #b8ffc9;
	border-color: #30cb12;
	color: #00763d;
}
.dash_box.amber .head {
	background-color: #f2ffb8;
	border-color: #f8ea0b;
	color: #7b7400;
}
.dash_box.red .head {
	background-color: #ffb8b8;
	border-color: #e30000;
	color: #7b0000;
}
.dash_box h1 {
	font-size: 66px;
	line-height: 66px;
}

.dash_files {
	float:left;
	width:170px;
	margin-right:30px;
	margin-top:20px;
}
.dash_files p {
	margin-bottom: 7px;
}
.gauge {
	padding-left: 40px;
	width:270px;
	height: 270px;
}

.sch_run{
	margin-top:10px;
	width:75px;
	padding:15px 9px;
	float:left;
	font-size: 25px;
	text-align:center;
	color: #a2a2a2;
}
.sch_run.brdr {
	border-right: 1px solid #dfdfdf;
}
.sch_run p{
	margin-top:15px;
	font-size:10px;
	color: #666666;
}

.dash_box table {
	width: 100%;
	border-collapse: collapse;
}
.dash_box table th {
	text-align:left;
	border-bottom:1px solid #dfdfdf;
	padding:5px;
	font-weight: normal;
	color: #000000;
}
table.item th {
	border-bottom: none;
}

.dash_box table td {
	padding: 5px;
	color:#666666;
}

.budget {
	margin-top:10px;
	width:230px;
	padding:20px 30px;
	float:left;
	font-size: 25px;
	text-align:center;
	color: #a2a2a2;
}
.budget.brdr {
	border-right: 1px solid #dfdfdf;
}
.budget p{
	margin-top:15px;
	font-size:13px;
	color: #666666;
}

.dash_box .adv_budget{
	clear:left;
	margin-top:10px;
	border-top: 1px solid #dfdfdf;
	padding:15px 0;
}

.details-entry{
    display:block;
}

.details-entry .entry-header
{
    display:block;
    height: 80px;
    width: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

.entry-header.who
{
    background-image:url("../img/bubbles/bubble-who.png");
}

.entry-header.what
{
    background-image:url("../img/bubbles/bubble-what.png");
}

.entry-header.when
{
    background-image:url("../img/bubbles/bubble-when.png");
}

.entry-header.where
{
    background-image:url("../img/bubbles/bubble-where.png");
}

/*------------------------------------------------------------------------------------------ Popup Pages
*/
.popup_wrapper {
	width:870px;
	height:560px;
	display:block;
	overflow:hidden;
}
.popup_wrapper .media_table_box {
	width:400px;
	margin:20px;
	float:left;
}
.popup_new_content .preview #player  {
	display: block;
	overflow: hidden;
	clear: both;
}
.popup_wrapper .preview {
	width: 382px;
	height: 320px;

/*	background-color:#f0f0f0;*/
	margin:20px;

	display: block;
	overflow: hidden;
}
.popup_wrapper .preview #view_selected {
	width:382px;
	height:240px;
	overflow:hidden;
}
.popup_wrapper table th {
	font-weight: normal;
	text-align:left;
	padding:7px 0;
	border-bottom: 1px solid #ccc;
}
.popup_wrapper table td {
	font-weight: normal;
	text-align:left;
	padding:4px 0;
}
.popup_wrapper table td:hover {
	background-color: #EDEDED;
	cursor: pointer;
}
.popup_wrapper input {
	padding:4px 12px;
	margin-left:10px;
	width: 335px;
	border:1px solid #ccc;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
.popup_wrapper #confirm_presentation {
	padding:4px 7px;
	display:block;
	width:120px;
	text-align:center;
	border:1px solid #ccc;
	margin-top: 15px;
}
.popup_wrapper #confirm_presentation:hover {
	background-color:#1b9bff;
	color:#fff;
	cursor: pointer;
}

.popup_wrapper .dataTables_paginate {
	margin-top: 15px;
	padding-top: 15px;
	border-top:1px solid #ccc;
}
.popup_wrapper .paginate_button {
	padding:4px 7px;
	border:1px solid #ccc;
	margin-right: 3px;
}
.popup_wrapper .paginate_button:hover {
	background-color:#1b9bff;
	color:#fff;
	cursor: pointer;
}
.popup_wrapper .ui-progressbar {
	margin-top: 10px;
	height:7px;
	width: 380px;
}

.popup_topbar {
	width: 100%;
	background-color: #1b9bff;
	height: 10px;
	padding: 10px;
	display:block;
}
.popup_topbar.large {
	height: auto;
}
.popup_new_content {
	padding: 30px;
}
.popup_new_content.schedule {
	padding: 0 30px !important;
    margin-bottom: 20px;
}

.treeview_h {
	float: left;
	margin-right: 35px;
}
.treeview {
	width: 350px;
	overflow: hidden;
	display: none;
}
.treeview > div > h3,
.treeview > div > div {
	border: none !important;
}
.treeview p {
	cursor: pointer;
	display: block;
	width: 290px;
	padding: 7px 15px;
}
.treeview p:hover {
	text-decoration: underline;
	z-index: 99;
}
.treeview h3.ui-accordion-header {
	padding: 15px 10px;
	font-size: 15px;
	border-radius: 0 ;
}
.treeview span.ui-icon {
	margin-right: 10px;
}
.treeview h3.ui-droppable-hover {
	background-color: #ccc;
}
.ofh {
	overflow: hidden !important;

}
#treeview input{
	border: 1px solid #ccc;
}

.presentation_folders {
	width: 365px;
/*	border-right: 1px solid #ccc;*/
	float: left;
	overflow: hidden;
	height: 660px;
}
p.folder_back{
	padding: 15px 10px;
	font-size: 15px;
	width: 335px;
	overflow: hidden;
	background-color: #111;
	color: #fff;
	margin-bottom: 3px;
	cursor: pointer;
}
p.folder_back:hover{
	text-decoration: none;
}

.presentation_companies {
	width: 365px;
/*	border-right: 1px solid #ccc;*/
	float: left;
	overflow: hidden;
}
.presentation_companies > div {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 660px;
}
.presentation_companies p {
	padding: 5px 10px;
	font-size: 14px;
	width: 315px;
	overflow: hidden;
	margin-bottom: 4px;
	cursor: pointer;
}
i.yellow-icon {
	color: #ffe897;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #efcd4b;
	margin-right: 5px;
}
.folders_topbar i {
	cursor: pointer;
}
.folders_topbar i:hover {
	color: #007fff;
}
i.grey-icon {
	color: #dfdfdf;
	cursor: default;
}
i.grey-icon:hover {
	color: #dfdfdf;
	cursor: not-allowed;
}
#prs_folders p.active {
	background-color: #eaeaea;
}
#prs_folders p.active:hover,
.presentation_companies p:hover {
	background-color: #007fff;
	color: #fff;
}

.presentation_files {
	width: 810px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
}

.folders_topbar {
	width: 100%;
	display: block;
	box-sizing: content-box;
	padding: 15px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
}
.pr_address {
	background: #fcfcfc;
	color: #007fff;
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 10px;
}
.pr_address a {
	text-decoration: none;
	color: #007fff;
}
.pr_address a:hover {
	text-decoration: underline;
}

#prs_folders .sub1 {
	padding-left: 35px;
	width: 290px;
}


#pr_files thead tr *{
	background-color: #fff;
	color: #454545;
	border: none;
}
#pr_all_files_wrapper tr:hover{
	background-color: #007fff;
	color: #fff;
	cursor: pointer;
}
#pr_all_files_paginate *{
	border: none;
	background-color: #fff;
}
#pr_all_files_paginate a {
	padding: 3px 4px;
}
#pr_all_files_paginate a:hover {
	background: none;
	background-color: #007fff;
}
#pr_all_files thead * {
	background-color: #fff;
	color: #454545;
}
#pr_all_files.dataTable thead th {
	border-bottom: 0;
}
#pr_all_files_wrapper {
	margin-top: 0;
}
#pr_all_files_wrapper div.dataTables_filter {
	display: none;
}

#prs_folders {
	display: none;
}
#file_search {
	padding: 7px 15px;
	float: right;
	border: 1px solid #ccc;
	width: 450px;
	background-image: url('../img/search200.png');
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: center right;
}
.pr_overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top:0;
	left:0;
	z-index: 9999998;
}
.folder_view_msg {
	width: 460px;
	height: 200px;
	padding: 40px 50px;
	background-color: #fff;
	border: 1px solid #454545;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -270px;
	z-index: 9999999;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.2),0 10px 10px 0 rgba(0,0,0,.14),0 20px 10px -1px rgba(0,0,0,.12);
	overflow: hidden;
}
.folder_view_msg img.ctrl {
	margin: 0 auto;
	width: 300px;
	height: auto;
	display: block;
}

.pr_overlay .unitMsg {
	width: 460px;
	height: 200px;
	padding: 40px 50px;
	background-color: #fff;
	border: 1px solid #454545;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -270px;
	z-index: 9999999;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.2),0 10px 10px 0 rgba(0,0,0,.14),0 20px 10px -1px rgba(0,0,0,.12);
	overflow: hidden;
}

.select_media_wrapper {
	width: 1130px;
	height: 650px;
	z-index: 999999991;
	padding: 30px 10px;
	overflow: hidden;
	box-sizing: border-box;
	overflow: hidden;;
}
.media_categories {
	width: 260px;
	height: 560px;
	padding: 15px;
	box-sizing: border-box;
    overflow-y: auto;
	border-right: 1px solid #ccc;
	display: inline-block;
}
.media_categories p.active {
	background-color: #eaeaea;
}
.media_categories p:hover,
.presentation_companies p:hover {
	background-color: #007fff;
	color: #fff;
}

.media_categories p.all {
	padding: 2px 0 2px 5px;
}
.media_categories p {
	padding: 2px 0 2px 20px;
	cursor: pointer;
}
.media_select_table {
	width: 450px;
	height: 560px;
	display: inline-block;
	overflow: hidden;;
	margin-left: 20px;
}

.media_select_table .dataTables_wrapper {
	margin-top: 0;
}
#md_select_tb_filter {
	margin-bottom: 0;
}
.select_media_wrapper thead tr *{
	background-color: #fff;
	color: #454545;
	border: none;
}
#md_select_tb_wrapper tr:hover{
	background-color: #007fff;
	color: #fff;
	cursor: pointer;
}
.select_media_wrapper table.dataTable tbody td {
	padding: 2px 5px;
}
/*
.select_media_wrapper *{
	border: none;
}
*/
#md_select_tb_paginate {
	margin-top: 0;
}
#md_select_tb_paginate *{
	border: none;
	background-color: #fff;
}
#md_select_tb_paginate a {
	padding: 3px 4px;
}
#md_select_tb_paginate a:hover {
	background: none;
	background-color: #007fff;
}
#md_select_tb_paginate .paginate_button.current{
	color: #000 !important;
}
.select_media_wrapper .dataTable thead th {
	color: #454545;
	border-bottom: 1px solid #ccc;
}
.select_media_wrapper {
	margin-top: 0;
}
.mini_image_tb {
	overflow: hidden;
	max-width: 60px;
}
#media_select_preview {
	width: 340px;
	height: 560px;
	padding: 20px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	margin-left: 20px;
	display: inline-block;
	overflow: hidden;
}

/*------------------------------------------------------------------------------------------ Custom popup boxes
*/
#session_exp_box {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	background: rgba(255,255,255,0.95);
	z-index:900;
}
#session_exp_box .message{
	width:350px;
	height:150px;
	padding:50px;
	border: 1px solid #888;
	text-align:center;
	position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:30%; /* centers the loading animation vertically one the screen */
    margin:-33px 0 0 -200px; /* is width and height divided by two */
	z-index:901;
	background: rgba(255,255,255,1);
	-moz-box-shadow: 0 0 25px #888;
	-webkit-box-shadow: 0 0 25px#888;
	box-shadow: 0 0 25px #888;
}

#cm_loader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	background: rgba(255,255,255,0.95);
	z-index:999999900;
}
#cm_loader div{
	width:350px;
	height:150px;
	padding:50px;
	text-align:center;
	position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:30%; /* centers the loading animation vertically one the screen */
    background-image:url('../img/preloader.gif'); /* path to your loading animation */
	background-size: 96px 96px;
    background-repeat:no-repeat;
    background-position:center;
    margin:-33px 0 0 -200px; /* is width and height divided by two */
	z-index:901;
}

#edit_loader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	background: rgba(255,255,255,0.9);
	z-index:900;
}
#edit_loader div{
	background-color: #fff;
	width:350px;
	height:15px;
	padding:50px;
	border: solid 1px #888888;
	text-align:center;
	position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:30%; /* centers the loading animation vertically one the screen */
    background-image:url('../img/fancybox/preloader.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-33px 0 0 -200px; /* is width and height divided by two */
	-moz-box-shadow: 0 0 25px #888;
	-webkit-box-shadow: 0 0 25px#888;
	box-shadow: 0 0 25px #888;
	z-index:901;
}


#pres_msg_overlay{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	background: rgba(255,255,255,0.9);
	z-index:90000000;
}
#pres_msg_overlay .policy_wrapper {
	display: block;
	position: absolute;
	width: 800px;
	height: 600px;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-top: -410px;
	margin-left: -310px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.policy_wrapper table {
	width: 100%;
	padding: 20px 0;
}
#pres_msg #pres_msg_child {
	background-color: #fff;
	width:450px;
	height:15px;
	padding:80px 50px;
	border: solid 1px #888888;
	text-align:center;
	position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:30%; /* centers the loading animation vertically one the screen */
    background-image:url('../img/fancybox/preloader.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-33px 0 0 -250px; /* is width and height divided by two */
	-moz-box-shadow: 0 0 25px #888;
	-webkit-box-shadow: 0 0 25px#888;
	box-shadow: 0 0 25px #888;
	z-index:901;
}
#pres_msg #pres_msg_child.eh {
	height:75px;
	padding:30px 50px;
}
#pres_msg #pres_msg_form {
	background-color: #fff;
	width:350px;
	padding:25px 50px;
	border: solid 1px #888888;
	text-align:center;
	position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:30%; /* centers the loading animation vertically one the screen */
    background-image:url('../img/fancybox/preloader.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-33px 0 0 -200px; /* is width and height divided by two */
	-moz-box-shadow: 0 0 25px #888;
	-webkit-box-shadow: 0 0 25px#888;
	box-shadow: 0 0 25px #888;
	z-index:901;
}
#pres_msg_form #close_msg {
	display:block;
	margin:10px auto 0;
	max-width:120px;
	padding:7px 10px;
	background-color:#dfdfdf;
	border: 1px solid #888888;
	cursor: pointer;
}
#pres_msg_form #close_msg:hover {
	background-color:#cdcdcd;
}










/*------------------------------------------------------------------------------------------ Boxes
*/

.row .box {
	line-height:25px;
	margin-bottom:25px;
}

.row .box h3 {
	font-size: 17px;
	font-weight:100;
	margin-bottom:10px;
}

.row .box.silver {
	border:1px solid #ccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 25px;
}










/*------------------------------------------------------------------------------------------ Grids
*/
.row .readonly {
	cursor:not-allowed;
	color: #888 !important;
}
	.row .readonly:hover {
		box-shadow: none !important;
	}
.row .col_gap {
	margin-right: 30px;
}
.row .big_gap {
	margin-right: 60px;
}

.row .tv{
	background-color:#000;
}

.row .tv .p1{
	background-color:#000;
}

#tv.p1 {
	margin-left:514px;
}
#tv.p2 {
	margin-left:514px;
	margin-top:289px;
}
#tv.p3 {
	margin-top:289px;
}

.container {
	width: 1200px;
	overflow:hidden;
}

.container .row {
	overflow:hidden;
	width:1200px;
}

.container .row .pres_left{
	width:370px;
	display:inline-block;
	float: left;
	overflow:hidden;
	margin-right:20px;
}
.container .row .pres_left .row {
	width: 370px;
	overflow:hidden;
	padding: 0 !important;
	margin: 0 !important;
}
.sl{
	display:inline-block !important;
	width:60px;
	margin-right:12px;
}

.sl_name{
	width:188px;
	display:inline-block !important;
	margin:0 !important;
}
.sl.label {
	font-size:11px;
}
.row .pres_left .row input{
	display:inline-block !important;
}

.container .row .pres_right{
	width:800px;
	float:left;
	overflow:hidden;
}

.row.hg150 {
	height: 150px;
	overflow-y: scroll;
}

.container .row .pres_right button {
	margin-bottom: 12px;
}

.container .row .pres_tv{
	width:768px;
	height:432px;
	padding: 15px;
	display:block;
	float:left;
	overflow:hidden;
	background-color:#000000;
}
.container .row .pres_tv.blank {
	background-image:url(../img/tv_blank.jpg);
	background-position: center inherit;
	background-repeat:no-repeat;
}
.container .row .pres_tv.advert {
	background-image:url(../img/tv_advert.jpg);
	background-position: center inherit;
	background-repeat:no-repeat;
}

/* for schedule to fit into screen only */
.container.line5 .row {
	margin:2px 0 !important;
	padding:3px 0 !important;
}


.container.line15 .row {
	margin:2px 0;
	padding:5px 0;
}

.container .label {
	padding: 8px 0 4px 0;
}

.rb {
	border-right: 1px solid #ccc;
}

/* 1-1 */
.container .row .col1-1{
	width: 100%;
}
/* 1-2 */
.container .row .col1-2{
	width: 585px;
	float:left;
}
/* 1-3*/
.container .row .col1-3{
	width: 380px;
	float:left;
}
.container .row .col2-3{
	width: 760px;
	float:left;
}
/* 1-4 */
.container .row .col1-4{
	width: 277px;
	float:left;
}
.container .row .col1-4.last{
	width: 279px;
}
/* 1-5 */
.container .row .col1-5{
	width: 216px;
	float:left;
	display: block;
}
.container .row .col2-5{
	width: 432px;
	float:left;
}
.container .row .col4-5{
	width: 914px;
	float:left;
	display: block;
}
/* 1-6 */
.container .row .col1-6{
	width: 175px;
	float:left;
}
.container .row .col2-6{
	width: 380px;
	float:left;

}
.container .row .col3-6{
	width: 585px;
	float:left;

}
/* 1-7 */
.container .row .col1-7{
	width: 145px;
	float:left;

}
.container .row .col1-7.last{
	width: 150px;
}
.col1-7 input {
	width: 100px;
}
.container .row .col6-7{
	width: 1020px;
	float:left;

}
.container .row .col6-7.last{
	width: 970px;
}
/* 1-12 */
.container .row .col1-12{
	width: 97px;
	float:left;

}
/* 1-15 */
.container .row .col1-15{
	width: 78px;
	float:left;

}
/* 2-15 */
.container .row .col2-15{
	width: 178px;
	float:left;

}

/* 1-18 */
.container .row .col1-18{
	width: 62px;
	float:left;

}
/* 1-20 */
.container .row .col1-20{
	width: 58px;
	float:left;

}
.container .row .col2-7{
	width: 320px;
	float:left;
}
.container .row .col4-7{
	width: 670px;
	float:left;
}





/*------------------------------------------------------------------------------------------ Tables
*/
.view_all_tb {
  border-collapse: collapse !important;
  border-spacing: 0px;
  width:1155px;
  margin:10px 0;
}

.view_all_tb td, .view_all_tb th {
	width:auto;
	padding:8px 10px;
	font-weight:100;
}
.view_all_tb th {
	background:#333;
	color:#fff;
	padding:10px 0;
}










/*------------------------------------------------------------------------------------------ Buttons
*/

.login_box .button {
	float:right;
	border:0;
	font-size: 14px;
	padding:4px 12px;
	min-width:120px;
	cursor: pointer;
	color: #fff;
	background: #333;
	border-bottom: 2px solid #1b9bff;
}

.login_box .button:hover {
	background: #585858;

}

.cm_button.shortdiv {
	width: 150px;
	text-align: center;
	display: block;
}

.cm_button {
	border:0;
	font-size: 14px;
/*
	border-radius: 5px 5px 0 0;
	text-shadow: rgb(255, 255, 255) 1px 1px 0;
*/
	padding:4px 12px;
	min-width:120px;
	cursor: pointer;
	text-decoration:none;
}
.cm_button.expiry {
	display: block;
	padding: 10px 15px;
	width: 350px;
}

.cm_button.disabled {
	color: #ccc;
	background: #f5f5f5;
	border-bottom: 2px solid #dfdfdf;
	cursor: not-allowed;
}
.cm_button.disabled.dark {
	background: #dfdfdf;
	color: #bbbbbb;
	border: none;
}


.cm_button.green {
	color: #fff;
	background: #398235;
	border-bottom: 2px solid #044b00;
}

.cm_button.green:hover {
	background: #066b00;
}

span.cm_button.upload {
	width: 100px;
	text-align: center;
	display: block;
	padding: 4px 0 4px 0;
}

.pres_app {
	display: block;
	width: 100%;

}
.pres_app .cm_button {

}

.cm_button.blue {
	color: #fff;
	background: #358EEC;
	border-bottom: 2px solid #04529B;
}

.cm_button.blue:hover {
	background: #2A61B5;
}

.cm_button.red {
	color: #fff;
	background: #b70000;
	border-bottom: 2px solid #740000;
}

.cm_button.red:hover {
	background: #c60000;
}

.cm_button.vsmall {
	width: 100px;
	text-align:center;
}
.cm_button.wksmall {
	font-size: 12px;
	text-align: center;
	width: 135px;
}

.textal {
	color:#454545;
	text-align:center;
	background-color:#dfdfdf;
	border:1px solid #ccc;
	width:44px;
	font-size:14px;
	font-weight:100;
	padding:3px;
	margin-left:3px;
	cursor: pointer;
	display:inline-block;
}
.textal:hover {
	background-color:#ccc;
}
.textal.active {
	background-color:#1b9bff;
	color:#fff;
}

li.vojo-group{
	border: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
	width: 340px;
}

.step-button-container{
    display:block;
    position:relative;
    overflow: hidden;
    width: 428px;
    height: 220px;
    left: 50%;
}

.step-button-container.main-page{
    left: 60%;
    bottom: 40px;
}

.step-button-container.constructor{
    left: 72%;
    bottom: 50px;
    float:right;
    position:absolute;
}

.step-button-container .next-button{
    position: absolute;
    display: inline;
    left: 228px;
    cursor:pointer;
}

.step-button-container .next-button img{
    width:200px;
    height:120px;
}

.step-button-container .pointer{
	position: absolute;
	display: inline;
    width: 300px;
    height: 100px;
    bottom:0px;
}
.schedule_button_wrapper {
	width: 100%;
	height: 290px;
	display: block;
	position: absolute;
	top: 620px;
	left: 0;

}
.schedule_button_wrapper .step-button-container{
	position: relative !important;
	left: 0;
	float: right;
}


/*------------------------------------------------------------------------------------------ Messages
*/

ul.error{
	line-height: 21px;
	padding:15px 15px 15px 75px;
	margin-bottom: 30px;
	list-style:none;
	background-position: 20px 50%;
	background-size: 30px;
	background-repeat:no-repeat;
	background-color: #FFA3A4;
	background-image:url(../img/error.png);
	color: #900002;
	border:1px solid #900002;

}

ul.confirm{
	line-height: 21px;
	padding:15px 15px 15px 75px;
	margin-bottom: 30px;
	list-style:none;
	background-position: 20px 50%;
	background-size: 30px;
	background-repeat:no-repeat;
	background-color: #8ffd99;
	background-image:url(../img/confirm.png);
	color: #004d07;
	border:1px solid #004d07;
}

ul.info{
	line-height: 21px;
	padding:15px 15px 15px 75px;
	margin-bottom: 30px;
	list-style:none;
	background-position: 20px 50%;
	background-size: 30px;
	background-repeat:no-repeat;
	background-color: #8fe7fd;
	background-image:url(../img/info.png);
	color: #003c4d;
	border:1px solid #003c4d;
}

ul.small {
	display: block;
	width: 460px;
}

ol.letter-list>li{
    margin-left: 3em;
    list-style-type:lower-alpha;
    list-style-position: outside;
}

ol.letter-list>ul>li{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 6em;
}

body.software_update {
	background-color: #62b6aa;
}
.software_update .spin_gif {
	width: 400px;
	height: 400px;
	margin: 250px auto;
	text-align: center;
	color: #fff;
}
.spin_gif img{
	width: 250px; 
	height: auto;
	display: block;
	margin: 0 auto;
}
.spin_gif h1 {
	padding: 5px;
	font-size: 19px;
	font-weight: 100;
}

/*------------------------------------------------------------------------------------------ Helpers
*/
.pd10 {
	padding: 10px;
}
.mtn10 {
	margin-top: -10px;
}
.mtn20 {
	margin-top: -20px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt40 {
	margin-top:40px;
}

.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml40 {
	margin-left: 40px;
}

.ml80 {
	margin-left: 80px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.go_left {
	float:left;
}
.go_right {
	float: right;
}

.cleaner {
	clear:both;
}

.cl_left {
	clear:left;
}

.txtc {
	text-align:center;
}

i.c-pointer {
	cursor: pointer;
}

.p4 {
	padding: 4px;
}







/*------------------------------------------------------------------------------------------ Forms
*/

.hl_error {
	background-color:#FFDADA;
	border-color: #900002 ;
}


.hl_error ul {
	background-color:#FFDADA;
	border-color: #900002 ;
}
.hl_error .custom-file-upload {
	background-color:#FFAAAC !important;
	border-left-color: #900002 !important;
	color: #900002 !important;
}
.cm_form{
	width: 100%;
}

.cm_form .mand {
	color: red;
	font-weight:600;
}

.cm_form textarea {
	resize:none;
}

.cm_form input[type=text], .cm_form input[type=password], .cm_form input[type=number], .cm_form textarea, .cm_form select, .cm_form textarea {
	padding:4px 12px;
	border:1px solid #ccc;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

select.sl {
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	padding:3px 12px;
	outline: none !important;
}

.cm_form input[type=text]:focus, .cm_form input[type=password]:focus, .cm_form select:focus, .cm_form textarea:focus,
.cm_form input[type=text]:hover, .cm_form input[type=password]:hover, .cm_form select:hover, .cm_form textarea:hover
{
	border:1px solid #ccc !important;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
.cm_form input[type=text]:focus, .cm_form input[type=password]:focus, .cm_form select:focus, .cm_form textarea:focus {
	background-color:#fff;
}

.cm_form input mr20 {
	margin-right: 20px;
}

.cm_form input.super_wide{
	width: 1080px;
	padding: 20px;
}

.cm_form input.wide, .cm_form select.wide, .cm_form textarea.wide {
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	width:330px;
}
.cm_form select.swide {
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	width:377px;
}
.cm_form .wide.extra{
	width: 720px!important;
}
.cm_form select.time {
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	width:125px;
}
.cm_form .timegap {
	width:45px;
	text-align:center;
	display: inline-block;
}

.cm_form select.time.right {
	float: right;
}

.cm_form input.superwide {
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	width:680px;
}

.remove_field {
	display:inline-block;
	width: 63px; height:20px;
	text-align:center;
	padding:3px;
	overflow:hidden;
	margin-left:20px;
	float:right;
	text-decoration:none;
	color: #fff;
	background: #8f0222;
}
.remove_field:hover {
	background: #a90329;
}

#file_up_name {
	width:260px;
	overflow:hidden;
	display:inline-block;
	white-space: nowrap;
}
.cm_form .file_up {
	width:369px;
	height:17px;
	overflow:hidden;
	padding: 4px 17px;
	display:inline-block;
	border: 1px solid #ccc;
}

.cm_form .file_up:hover {
	background-color:#fff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}


input[type="file"] {
    display: none;
}
input[type="file"].show_upload {
    display: block;
}
.custom-file-upload {
    border-left: 1px solid #ccc;
    display: inline-block;
    padding: 8px 12px;
	margin:-8px -17px 0 0 !important;
    cursor: pointer;
	float:right;
	background-color:#cdcdcd;
}
.custom-file-upload:hover {
	background-color:#dfdfdf;
}










/*
.bgimage_row {
	display:none;
}
*/
/*------------------------------------------------------------------------------------------ Media Gallery
*/
.media_select {
	width: 165px;
	height:90px;
	margin:5px;
	padding:5px;
	overflow:hidden;
	display:inline-block;
	cursor: pointer;
	background-image:url(../img/transp_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.media_select:hover {
	background-color:#f3f3f3;
}

.media_select p{
	margin-top:10px;
	text-align:center;
	font-size:11px;
}

.media_select .img {
	width: 175px;
}
.media_select img {
	max-width: 165px;
	height:90px;
	display:block;
	margin:0 auto;
	vertical-align:middle;
}
.no_media {
	width:250px;
	display:block;
	text-align:center;
	background-color:#dfdfdf;
	border:1px solid #ccc;
	color:#888;
	padding:30px 50px;
	margin:140px auto;
}

select.wide_media {
	padding: 5px 10px;
	border: 1px solid #ccc;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	width:330px;
}







/*------------------------------------------------------------------------------------------ Adverts
*/
.hidden {
	display: none;
}
.line-across-text{
   width: 100%;
   text-align: center;
	 border-bottom: 1px solid #1b9bff;
	 color: #1b9bff;
   line-height: 0.1em;
	 margin: 10px 0 20px;
	 font-size: 15px;
}
.line-across-text span{
    background:#fff;
    padding:0 10px;
}
#cat_loader {
	display: none;
}

.ui-datepicker {
	width: 355px !important;
	height: 300px;
	padding: 0 !important;
}
.ui-datepicker-header {
	padding: 5px 0 !important;
	background-color: #111 !important;
	color: #fff !important;
}
.ui-datepicker td, .ui-datepicker td a, .ui-datepicker td .ui-state-default  {
	width:37px !important;
	height:30px !important;
	overflow: hidden !important;
	text-align:center !important;
}
.ui-datepicker td .ui-state-default{
	border: 1px solid #ccc !important;
}

table.pay_details_table {
	width: 300px;
}

.payhd {
	width: 150px; /*Rod: widened this so that can fit in title of the associate discount */
	padding: 0 10px;
	text-align: center;
}
.vprice {

}
.pay_response {
	margin: 30px auto;
	width:760px;
	padding: 40px 20px;
	border: 1px solid #454545;
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
	box-shadow: 0 0 8px #aaa;
}
.pay_response {
	margin-left: 0;
	width:130px;
	margin-bottom:30px;
}

.pay_response .success{
	text-align:center;
	margin-left: -20px;
	width: 740px;
	padding: 30px;
	background-color: #8ffd99;
	color: #004d07;
	border-top:1px solid #004d07;
	border-bottom:1px solid #004d07;
}

.pay_response .fail{
	text-align:center;
	margin-left: -20px;
	width: 740px;
	padding: 30px;
	background-color: #FFA3A4;
	color: #900002;
	border-top:1px solid #900002;
	border-bottom:1px solid #900002;
}



.cat_button {
	height: 25px;
	font-size: 9px !important;
	margin: 5px 5px 0 0 !important;
}

.cat_button.ui-state-active{
	color: #fff !important;
}
form#cat_form .cat_button{
	height: 30px;
}

/*
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}
*/
.vojo_footer{
	margin-top: 20px;
	width: 100%;
}

.vojo_policy {
	text-align: justify;
	margin-bottom: 20px;
}
.vojo_policy h3{
	padding: 25px 0 10px;
	font-size: 17px;
	font-weight: normal;
	color: #006DC3;
}
.vojo_policy h4{
	padding: 10px 0;
	font-size: 14px;
	font-weight: normal;
	color: #006DC3;
}
.vojo_policy h5{
	padding-top: 10px;
	display: inline;
	color: #006DC3;
	font-weight: normal;
}

.vojo_policy b {
	font-weight: bold;
}

.vojo_footer .wrapper{
	border-top: 1px solid #CCCCCC;
	padding: 10px 0;
	font-size: 12px;
	color: #7F7F7F;
}
.vojo_footer .wrapper a{
	float: right;
	padding: 5px;
	display: inline-block;
	color: #7F7F7F;
	text-decoration: none;
}
.vojo_footer .wrapper a:hover{
	color: #111;
}

span.hlblue{
	color: #358EEC;
}






.pay_wrapper {
	width: 100%;
	display: block;
	background-color: #fff;
	overflow: hidden;
	-moz-box-shadow: 0 0 7px #dfdfdf;
	-webkit-box-shadow: 0 0 7px#dfdfdf;
	box-shadow: 0 0 7px #dfdfdf;
	margin-bottom: 30px;
}
.pay_wrapper .btn {
	width: 170px;
	padding: 8px 10px;
}
.pay_wrapper .pay_cont{
	width: calc(100% - 60px);
	margin: 15px;
	padding: 15px;
	background-color: #f5f5f5;
	display: block;
	overflow: hidden;
}
.pay_wrapper .pay_title {
	font-size: 16px;
	margin-bottom: 15px;
}
.pay_wrapper table {
	width: 100%;
}
.pay_wrapper td.btns {
	width: 190px;
}





.dicount_wrapper{
	width: 1280px;
	padding: 10px;
	overflow: hidden;
}

#dicount_creator,
#dicount_data
{
	display: block;
	float: left;
	background-color: #fff;
	overflow: hidden;
	-moz-box-shadow: 0 0 7px #dfdfdf;
	-webkit-box-shadow: 0 0 7px#dfdfdf;
	box-shadow: 0 0 7px #dfdfdf;
	margin-bottom: 30px;
	padding: 15px;
}
#dicount_creator {
	width: 720px;
	margin-right: 30px;
}
#dicount_data {
	width: 380px;
}
.dicount_wrapper label{
	display: block;
	margin-bottom: 5px;
	color: #006DC3;
}
.dicount_wrapper input[type="text"].dater {
	width: 160px;
	display: inline-block;
}
.dicount_wrapper input[type="text"].dater.f {
	margin-right: 15px;
}
.dicount_wrapper input[type="text"],
.dicount_wrapper select {
	padding: 8px 10px;
	width: 355px;
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	outline: none !important;
}
.dicount_wrapper input[type="text"]:disabled {
	cursor: not-allowed;
	background-color: #fff;
	color: #999;
}

.dicount_wrapper input[type="text"].hid {
	display: none;
}


.disc_value {
	background-image: url(../img/money-128.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-size: 20px;
	padding-left: 35px!important;
	width: 330px!important;
}

.dicount_wrapper .custom-combobox {
	border: 1px solid #ccc;

	width: 375px;
	display: block;
	margin-bottom: 15px;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	outline: none !important;
}
.dicount_wrapper .custom-combobox input {
	border: none;
	background-color: #fff;
	width: 323px;
	padding: 8px 10px;
}
.dicount_wrapper .custom-combobox a {
/*
	background-color: #fff;
	border: none;
	border-left: 1px solid #ccc;
	padding: 16px;
*/
	border: none;
	padding: 14px;
	background-color:#fff;
}

#dis_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 9999999;
}
#dis_wrapper .content{
	display: block;
	width: 640px;
	height: 280px;
	padding: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -165px;
	margin-left: -345px;
	background-color: #fff;
	border: 1px solid #454545;
	-moz-box-shadow: 0 0 12px #888;
	-webkit-box-shadow: 0 0 12px #888;
	box-shadow: 0 0 12px #888;
}
#dis_wrapper .content input{
	width: 323px;
	padding: 8px 10px;
	border: 1px solid #ccc;
}

#dis_wrapper .content label{
	display: block;
	margin-bottom: 5px;
	color: #006DC3;
}
/*
.dicount_wrapper .custom-combobox input,
.dicount_wrapper .custom-combobox a{
	background-color: #fff;
	padding: 8px 10px;
	border-radius: 0;
	display: inline-block;
}
.dicount_wrapper .custom-combobox a{
	padding: 16px 5px;
	height: 16px;
	margin-top: -1px;
}
*/


#dis_close {
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	padding: 7px;
	color: #ccc;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#dis_close:hover {
	color: #454545;
}
.dis_left {
	float: left;
	display: block;
	width: 260px;
}
.dis_left .voucher{
	display: block;
	border: 1px solid #006DC3;
	padding: 5px;
	height: 45px;
	font-size: 11px;
	color: #454545;
	margin-bottom: 4px;
	width: 245px;
	overflow: hidden;
	cursor: pointer;
}
.dis_left .voucher:hover {
	background-color:#F0F8FF;
}
.dis_left .voucher .code {
	display: block;
	overflow: hidden;
	color: #454545;
	font-size: 10px;
	text-align: center;
}
.dis_left .voucher .value {
	display: block;
	height: 35px; width: 80px;
	text-align: center;
	font-size: 17px;
	float: left;
	color: #006DC3;
}
.voucher .info {
	display: block;
	height: 35px; width: 160px;
	color: #999;
	float: left;
	padding-top: 4px;
	text-align: right;
}

.dis_left .voucher.none{
	border: 1px solid #dfdfdf;
	color: #8C8C8C;
	text-align: center;
	height: 15px;
}

.dis_right {
	float: right;
	display: block;
	width: 350px;
}

.unit_special.row {
	margin-top:5px;
	padding: 0 !important;
}
.unit_special .cm_button {
	width: 15px !important;
	padding: 5px 10px !important;
	display: inline-block !important;
	min-width: 0;
}

.not_advertiser {
	width: 440px;
	height: 95px;
	padding: 30px;
	background-color: #fff;
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: -250px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 0 25px #888;
	-webkit-box-shadow: 0 0 25px#888;
	box-shadow: 0 0 25px #888;
}

#pay_frame {
	width: 820px;
	height: 700px;
	display: block;;
	overflow: hidden;
	margin: 0 auto;
	display: none;
}

#agent_pay_frame {
	width: 820px;
	height: 700px;
	overflow: hidden;
	display: block;;
	margin: 0 auto;
	display: none;
}


.watermark {
	position: absolute;
	z-index: 999999;
	color: #ccc;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../img/watermark.png);
	background-size: 35% auto;
	background-position: center center;

	opacity: 0.2;
}
.action_btn {
	display: inline-block !important;
}

.action_btn.grey {
	color: #dfdfdf !important;
}
.action_btn.green {
	color: #398235 !important;
	/*
		background: #398235;
	border-bottom: 2px solid #044b00;
	*/
}

.new_action_btn {
	display: inline-block !important;
	padding: 5px;
	height: 12px;	
	width: 12px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	cursor: pointer;
}
.new_action_btn.green {
	color: #fff;
	border: 1px solid #044b00;
	background: #398235;
}
.new_action_btn.green:hover {
	background:#044b00;
}

.new_action_btn.w150 {
	width:150px;
}

#packages tr,
#folders tr,
#preschedule tr {
	cursor: pointer;
}


.question_overlay {
    width: 100%; 
    height: 100%; 
    background-color: rgba(255,255,255,.6); 
    position: absolute;	
    top:0; 
    left:0; 
    z-index: 998;
}
.question_overlay > div {
    width: 460px; 
    height: 140px;	
    padding: 20px; 
    background-color: #fff; 
    border: 1px solid #454545; 
    position: relative;
    top: 20%; 
    left: 50%; 
    margin-left: -270px; 
    z-index: 999; 
    text-align: center;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.2),0 10px 10px 0 rgba(0,0,0,.14),0 20px 10px -1px rgba(0,0,0,.12);
}


button.nomeg {
	margin: 0 !important;
}


.check_mark {
	width: 80px;
	height: 130px;
	margin: 0 auto;
  }
  
  button {
	cursor: pointer;
	margin-left: 15px;
  }
  
  .hide{
	display:none;
  }
  
  .sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
  }
  
  .sa-icon.sa-success {
	border-color: #4CAF50;
  }
  
  .sa-icon.sa-success::before, .sa-icon.sa-success::after {
	content: '';
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  .sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
  }
  
  .sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px;
  }
  
  .sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(76, 175, 80, .5);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
  }
  
  .sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  .sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
  }
  
  .sa-icon.sa-success {
	border-color: transparent\9;
  }
  .sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg) \9;
  }
  .sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg) \9;
  }
  
  .animateSuccessTip {
	-webkit-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
  }
  
  .animateSuccessLong {
	-webkit-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
  }
  
  @-webkit-keyframes animateSuccessLong {
	0% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	65% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	84% {
	  width: 55px;
	  right: 0px;
	  top: 35px;
	}
	100% {
	  width: 47px;
	  right: 8px;
	  top: 38px;
	}
  }
  @-webkit-keyframes animateSuccessTip {
	0% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	54% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	70% {
	  width: 50px;
	  left: -8px;
	  top: 37px;
	}
	84% {
	  width: 17px;
	  left: 21px;
	  top: 48px;
	}
	100% {
	  width: 25px;
	  left: 14px;
	  top: 45px;
	}
  }
  @keyframes animateSuccessTip {
	0% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	54% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	70% {
	  width: 50px;
	  left: -8px;
	  top: 37px;
	}
	84% {
	  width: 17px;
	  left: 21px;
	  top: 48px;
	}
	100% {
	  width: 25px;
	  left: 14px;
	  top: 45px;
	}
  }
  
  @keyframes animateSuccessLong {
	0% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	65% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	84% {
	  width: 55px;
	  right: 0px;
	  top: 35px;
	}
	100% {
	  width: 47px;
	  right: 8px;
	  top: 38px;
	}
  }
  
  .sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #4CAF50;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
  }
  
  .sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  .sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
	
	#red_check td {
		font-size: 11px;
		padding: 3px;
	}
  @-webkit-keyframes rotatePlaceholder {
	0% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	5% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	12% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
	100% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
  }
  @keyframes rotatePlaceholder {
	0% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	5% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	12% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
	100% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
  }
	
	

table.ads_table {
		border: 1px solid #111;
		border-collapse: collapse;
		text-align: left;
}

table.ads_table th,
table.ads_table td {
	border: 1px solid #111;
	padding: 5px;
}

textarea.install_notes {
	width : 1170px;
	height: 95px;
}


td.agent_td.amber {
	background-color: #6c757d!important;
	color: #fff;
}
td.agent_td.red {
	background-color: #dc3545!important;
	color: #fff;
}
td.agent_td.blue {
	background-color: #17a2b8!important;
	color: #fff;
}
td.agent_td.green {
	background-color: #28a745!important;
	color: #fff;
}

#payout_monthly {
	color: #454545;
	width: 100%;
}

table.mothlyPayOut {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	font-size: 10px;
}

table.mothlyPayOut th {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #3792e5;
	color: #fff;
	padding: 5px;
	font-weight: 100;
	width: 10%;
}
table.mothlyPayOut td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
	width: 10%;
}

.payout {
	width: 100%;
	height: 100%;
	display: block;
	background: #015c7e;
	color: #fff;
}

.payout > div {
	min-height: 650px;
	display: block;
	float: left;
	width: 50%;
}

.payout h1 {
	padding: 20px;
}

.payout .left_site{
	background: #3792e5;
	color: #fff;
}

.payout .right_site{
	background: #fff;
	color: #111;
}

.payout .payout_data {
	padding: 20px;
}
.payout_data h3 {
	font-size: 29px;
	font-weight: 300;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin-bottom: 15px;
}
.right_site .payout_data h3 {
	border-color: rgba(0,0,0,.5)
}
.litte_text {
	padding-left: 25px;
	font-size: 12px;
}



.adPayPage {
	background: #ccc;
}
.adPayHeader {
	font-size: 23px;
	font-family: sans-serif;
	font-weight: 100;
}

.adPaySite {
	height: 840px;
	display: block;
	overflow: hidden;
}

.text-vojo-blue {
	color: #3792e5;
}
.bg-vojo-blue {
	background: #3792e5;
}

.vj-shadow {
	-webkit-box-shadow: 0 16px 12px -12px #888;
	-moz-box-shadow: 0 16px 12px -12px  #888;
		 box-shadow: 0 16px 12px -12px  #888;
}

.unitsWrapper {
	padding: 0 20px;
}

.totheright {
	float:right;
}

.totheleft {
	float:left;
}



.errorOverlay {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100px;
    z-index: 9999999;
}

.closeError {
    position: fixed;
    top:10px;
    right:20px;
    z-index: 9999999;
    cursor: pointer;
}

#distr_results {
	margin-top: 20px;
}

#niceTable {
	table-layout: fixed;
	width:100%;
	background:#fff;
	padding:5px;
	border-collapse: collapse;
}
/*
.niceTable tbody,
.niceTable tr {
	width:1100px;
}
*/
#niceTable td,
#niceTable th {
	border: 1px solid #ccc;
	
}
#niceTable th {
	background: #dfdfdf;
	color: #111;
	padding: 10px 0;
}
#niceTable td {
	padding: 5px;
}

.cm_button[data-action] {
	padding: 1px 4px;
	text-align: center;
}
.actionVal {
	width: 66px;
	display: inline-block;
}

.txt-red {
	color: #dc3545!important;
}

.txt-green {
	color: #28a745!important;
}
.txt-center {
	text-align: center;
}


#payOptions {
	display: none;
}





.unitDetails {
	width: 800px;
	height: 480px;
	display: block;
	/*background: #ccc;*/
}

.unitDetails h1 {
	font-size: 15px;
	padding: 0 0 15px 0;
	margin: 0;
}

.unitLeft {
	width: 300px;
	height: 600px;
	display: block;
	float: left;
}
.unitLeft img {
	width: 300px;
	height: auto;
	border: 1px solid #ccc;
}

.unitRight {
	width: 480px;
	height: 300px;
	padding-left: 20px;
	display: block;
	float: left;
}
.unitRight table{
	width: 360px;
}
.unitRight table.short{
	width: 185px;
}
.unitRight table.full{
	width: 480px;
}
.unitRight table th {
	text-align: left;
}


.brandIcon {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

/*******************************************
        Unit Image Upload
*******************************************/

.grid-wrapper{
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.img-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
}

.icon-container {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: none;
    align-items: center;
    justify-content:center;
}

.master-picture-selector input[type='radio']{
    display: none;
}

.master-picture-selector label{
    display:  inline-block;
    position: absolute;
    top: 0%;
    padding: 12px 12px;
    margin-left: 3px;
    cursor: pointer;
    background-color: #f6f6f6;
}

.master-picture-selector input[type='radio']:checked+label{
    background-color: #398235;
    color: white
}

.master-picture-selector input[type='radio']:disabled+label{
    background-color: #ddd;
    color: grey;
    cursor: default;
}

.remove_cu {
    height: 25px;
    width: 25px;
    padding: 7px;
    background: #900002;
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.edit_cu {
    height: 25px;
    width: 25px;
    padding: 7px;
    background: #358EEC;
    color: #fff;
    margin-left: 3px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}


/*******************************************
                DASHBOARD
*******************************************/
.dashboard h2 {
	padding: 0;
	margin-bottom: 10px;
	color: #2A61B5;
	font-weight: 100;
	font-size: 15px;
}
.dashboard .box {
	border: 1px solid #ccc;
	padding: 15px;
	float: left;
}
.sch_chart {
	width: 500px;
	height: 380px;
	padding: 20px;
}
#sch_chart {
	width: 500px;
	height: 380px;
}
.dashboard .box.sch_details {
	width: 380px;
	/*height: 210px;*/
}
.dashboard .box.score {
	width: 220px;
	height: 380px;
	margin-left: 20px;
}

.dashboard .box.sch_details span {
	width: 120px;
	display: inline-block;
}
.dashboard .box.sch_details p {
	padding: 7px 0;
	border-bottom: 1px solid #dfdfdf;
	width: 380;
}

.dashboard .box.selected {
	background: #afdcff;
	border-color:  #1b9bff;
}
.dashboard .box.acc_type {
	width: 500px;
	height: 140px;
}
.dashboard .box.dd_status {
	width: 350px;
	height: 140px;
}
.dashboard .box.bill_status {
	width: 290px;
	height: 140px;
}

.dashboard .box.bolton {
	width: 140px;
	height: 200px;
}

.dashboard .box.analysis {
	width: 190px;
	height: 200px;
}

.dashboard .btn {
	border-radius:12px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding: 4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.dashboard .btn.green {
	background: #398235;
	border: 1px solid #044b00;
}
.dashboard .btn.green:hover {
	background: #066b00;
}
.dashboard .btn:active {
	position:relative;
	top:1px;
}

.dashboard .box.change_password {
	width: 500px;
	min-height: 200px;
}
.change_password label {
	width: 170px;
	display: inline-block;
}
.dashboard .box.change_password input[type=password] {
	width: 300px;
	padding: 5px 12px;
	border: 1px solid #ccc;
}

.dashboard .box.wifi_password {
	width: 690px;
	min-height: 200px;
}
.wifi_password label {
	width: 300px;
	font-size: 11px;
	display: inline-block;
}
.dashboard .box.wifi_password input[type=text],
.dashboard .box.wifi_password input[type=password] {
	width: 160px;
	padding: 5px 12px;
	border: 1px solid #ccc;
}
.bg-highlight {
	background: #dfdfdf;
}

.dashboard .box.remove_account {
	width: 320px;
	height: 200px;
}

.circleBase {
	margin: 0 auto;
    border-radius: 50%;
	width: 45px;
	height: 25px;
	text-align: center;
	display: block;
	line-height: 20px;
	font-size: 19px;
	padding: 35px 25px;
    background: #1b9bff;
	border: 2px solid #0082e7;
	color: #fff;
}

.dashboard .btn.btnDisabled,
.dashboard .btn:hover.btnDisabled {
	color: #ccc;
	background: #f5f5f5;
	border-color: #ccc;
	cursor: not-allowed;
}

p.error{
	line-height: 15px;
	padding: 5px 12px;
	list-style:none;
	background-color: #FFA3A4;
	color: #900002;
	border:1px solid #900002;

}

p.error-italic{
	color: #900002;
    font-style: italic;
}

.dashboard .box .header {
	display: inline-block;
	font-weight: 700;
}

.box .header.unit {
	width: 300px;
}
.box .header.ssid,
.box .header.pass {
	width: 180px;
}
.mh780 {
	min-height: 780px;
}

.unitWrapper {
	border: 1px solid #aaa;
	padding: 5px 10px;
	display: block;
	width: 355px;
	height: 65px;
	color: #aaa;
	margin-bottom: 10px;
}
.unitWrapper.online {
	color: #111;
}
.unitWrapper.online:hover {
	background: #fff;
	cursor: pointer;
}
.unitWrapper.selected,
.unitWrapper.selected:hover {
	border: 1px solid #007fff;
	background-color: #afdcff;
}

.unitWrapper .icon{
	width: 50px;
	height: 65px;
	padding: 5px;
	margin-right: 10px;
	display: block;
	float: left;
}
.unitWrapper .data{
	height: 65px;
	padding: 10px;
	display: block;
}
.unitWrapper .data p {
	font-size: 10px;
}

.box100 {
	width: 1392px;
	padding: 15px;
	border: 1px solid #ccc;	
	position: relative;
}

.box50 {
	width: 670px;
	padding: 15px;
	border: 1px solid #ccc;
	position: relative;
}
.box33 {
	width: 430px;
	padding: 15px;
	border: 1px solid #ccc;
	position: relative;
}

#chart0, #chart1, #chart2, #chart3, #chart4, #chart5 {
	height: 240px;
	position: relative;
}

.loader {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.7);
}
.chartLoader {
	position: relative;
	display: block;;
	width: 50px;
	height: 50px;
	top: 33%;
	left: 50%;
	margin-left: -25px;
}
.analysisWrapper {
	min-width: 1900px  !important;
}
.analysisWrapper .adInfo{
	min-width: 1400px  !important;
}
.analysisWrapper .adFilters{
	min-width: 406px !important;
}

.newNewPopup {

}

.newNewPopup button{
	margin: 0;
	min-width: 100px;
	padding: 5px 10px;
}

#unit_search {
	background: #1b9bff;
	color: #fff !important;
	padding: 7px 20px;
	margin-left: 14px;
	border-radius: 5px;
	cursor: pointer;
}

.excel_spreadsheet_wrapper {
	width: 15940px;
	height: auto;
}
.excel_spreadsheet_wrapper_scroll {
	width: 1115px;
	height: 650px;
	overflow: scroll !important;
}
.excel_spreadsheet_wrapper button {
	width: 50px;
	height: 20px;
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #ccc;
	margin: 0 !important;
	padding: 2px;
}

.excel_spreadsheet_wrapper button:hover {
	background-color: #006DC3;
	color: #fff;
}

.excel_spreadsheet_wrapper span {
	display: inline-block;
	width: 120px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #aaa;
	border-left: none !important;
	border-bottom: none !important;
	margin: 0 !important;
	padding: 5px;
}

.excel_spreadsheet_wrapper span.header {
	background-color: #ccc;
	text-align: center;
}
.excel_spreadsheet_wrapper span.header.small {
	width: 30px;
}
.excel_spreadsheet_wrapper_navbar {
	display: block;
	width:1000px;
	height: 30px;
	padding: 5px;
}

input.xls_input[type='text'] {
	width: 110px !important;
	height: 12px !important;
	line-height: 12px;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
input.xls_input[type='text']:focus{
    outline: none;
}

.main-dashboard-icon{
    display: block;
    height:30px;
    left: 50%;
    margin: auto; 
}

.admin_line {
	background-color: #8f0222;
	color: #fff;
	width: 100%;
	display: block;
	padding: 5px;
}

.dashboard-dt-align {
    vertical-align:middle;
    text-align: center;
}

.dashboard-dt-align-active-schedules{
    vertical-align:middle;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

div.spacer{
    height:100px;
}

.green_msg {
	width: 500px;
	display: inline-block;
	padding: 3px;
	background-color: #b8ffc9;
	border-color: #30cb12;
	color: #00763d;
	border: 1px solid #00763d;
	text-align: center;
}

.adminClass {
	background-color: #fff !important;
	color: #bbb !important;
}
.adminClass i {
	width: 30px;
	text-align: center !important;
}
.adminClass i.plus {
	width: 45px;
}
span.small_test {
	font-size: 9px;
	color: #aaa;
}

.cssProgress {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	display: none;
  }
  .cssProgress .progress1 {
	position: relative;
	overflow: hidden;
	width: 100%;
 }
  .cssProgress .cssProgress-bar {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background: #3798d9;
	box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: width 0.8s ease-in-out;
			transition: width 0.8s ease-in-out;
  }

.cssProgress .cssProgress-active {
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
}
.cssProgress .cssProgress-active {
  -webkit-animation: cssProgressActive 2s linear infinite;
  -ms-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}
@-webkit-keyframes cssProgressActive {
	0% {
	  background-position: 0 0;
	}
	100% {
	  background-position: 35px 35px;
	}
  }
  @-ms-keyframes cssProgressActive {
	0% {
	  background-position: 0 0;
	}
	100% {
	  background-position: 35px 35px;
	}
  }
  @keyframes cssProgressActive {
	0% {
	  background-position: 0 0;
	}
	100% {
	  background-position: 35px 35px;
	}
  }
.progress1 {
	background-color: #EEE;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  }
  .progress1 .cssProgress-bar {
	height: 18px;
  }
  .progress1 .cssProgress-label {
	line-height: 18px;
  }

table.dataTable.cell-border tbody td .fail_btn {
	color: #a00000;
	display:block;
	width:30px;
	text-decoration:none;
	text-align:center;
	margin:0 auto;
	cursor: not-allowed;
}
