@charset "utf-8";
@font-face {
    font-family: 'ArsenalRegular';
    src: url('/fonts/Arsenal-Regular-webfont.eot');
    src: url('/fonts/Arsenal-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Arsenal-Regular-webfont.woff') format('woff'),
         url('/fonts/Arsenal-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Arsenal-Regular-webfont.svg#ArsenalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArsenalBold';
    src: url('/fonts/Arsenal-Bold-webfont.eot');
    src: url('/fonts/Arsenal-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Arsenal-Bold-webfont.woff') format('woff'),
         url('/fonts/Arsenal-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Arsenal-Bold-webfont.svg#ArsenalRegular') format('svg');
    font-weight: bold;
}
body, html {
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image: url(/images/sidebar_bg_v2.png);
	background-repeat: repeat-y;
	background-color: #ededed;
	/*background-color:#e7eaf0;*/
	min-width:1097px;
	font-family:ArsenalRegular;
}
.clearer {
	clear: both;
}
#sidebar {
	min-height: 100%; /* real browsers */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	width: 46px;
	float:left;
	/*background:#2e3a4d;*/
	position:fixed;
	left:0;
	top:0;
	bottom:0;
}
#sidebar_navwrap {
	height: 100px;
	width: 46px;
	margin-top: 205px;
}
/*#sidebar_navwrap .link_wrap{
	height: 46px;
	width: 46px;
	position: relative;	
}
#sidebar_navwrap .link_wrap:not(.noline):before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:2px;
	bottom:0;
	background:#529fee;	
}
#sidebar_navwrap .link_wrap.orange:before{
	background:#fc7e22;
}
*/
#cnction .connection_checker{
	height:34px;
	width:34px;
	display:none;
	position:relative;
	border-radius:34px;
}
#cnction .connection_checker:after{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:26px auto;
}
#cnction .connection_good:after{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_status.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size:26px auto;		
}
#cnction .connection_medium:after{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_status.png);
	background-repeat: no-repeat;
	background-position: center -26px;
	background-size:26px auto;			
}
#cnction .connection_bad:after{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_status.png);
	background-repeat: no-repeat;
	background-position: center -52px;
	background-size:26px auto;		
}
#cnction .connection_lost:after{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_status.png);
	background-repeat: no-repeat;
	background-position: center -80px;
	background-size:26px auto;	
}
#sidebar_navwrap .selected .triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #ededed transparent transparent;	
	position:absolute;
	right:0px;
	top:17px;	
}
/*#sidebar_navwrap .pages{
	background-image: url(/images/sidebar_ico_pages.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 46px;
	display:block;
	margin-bottom:10px;
}
#sidebar_navwrap .login{
	background-image: url(/images/sidebar_ico_login.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 46px;
	position: relative;	
	display:block;
}*/
#sidebar_navwrap .lnk_wrap,
#cnction{
	height: 34px;
	width: 34px;
	position: relative;	
	text-align:center;
	line-height:34px;
	border-radius:34px;
	background:#529fee;
	margin:12px 6px;
}
#cnction{
	background:#3f4f68;	
}
#sidebar_navwrap .lnk_wrap.orange{
	background:#fc7e22;	
}
#sidebar_navwrap .lnk_wrap.selected{
	border-radius:17px 3px 17px 17px;	
}
#sidebar_navwrap .lnk_wrap:not(.selected){
	background:#3f4f68;	
}
#sidebar_navwrap .lnk_wrap i{
	color:white;
	vertical-align:middle;
	height:inherit;
	line-height:inherit;	
}
#sidebar_navwrap a.menu{
	height:40px;
	width:40px;
	background:url(../images/sidebar_ico_menu.png) no-repeat center center;
	display:none;
	cursor:pointer;
}
#sidebar_navwrap a.phone{
	display:none;
	vertical-align:top;	
	height:40px;
	line-height:40px;
	color:white;
	background:#52a0ee;
	text-decoration:none;
	float:right;
	clear:both;
	padding-right:15px;
	padding-left:15px;
}
#sidebar_navwrap a:hover{
	opacity:0.6;
}
#container{
	width:1050px;
	float:left;
	border-right:1px solid #CCC;
	margin-bottom:0px;
	position:relative;
	margin-left:46px;
}
#admin_welcome {
	/*color: #FFF;
	background-color: #888;*/
	height: 34px;
	font-family:ArsenalRegular;
	font-size:14px;
	padding-right:20px;
	text-align:right;
	/*border-bottom:1px solid #FEFEFE;*/
	/*float:right;*/
	padding-left:20px;
	line-height:34px;
}
#admin_welcome strong{
	color:#222;	
	font-weight:normal;
	font-family:arsenalbold;
}
#admin_welcome a{
	text-decoration:none;
	color:#222;
	background:#fc7e22;
	display:inline-block;
	height:20px;
	line-height:22px;
	padding:0 15px;
	border-radius:10px;
	font-size:10px;
	text-transform:uppercase;
	font-family:arsenalbold;
	margin-left:10px;
}
#admin_welcome a:hover{
	background:#222;
	color:white;
}
#header {
	/*height: 205px;*/
	width: 1050px;
	display:block;
	position:relative;
	padding-top:5px;
	background:white url(/iqpanel/images/bg_header.png) no-repeat 260px center;
}
#header:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:5px;
	background: rgb(245,90,43);
	background: -moz-linear-gradient(left,  rgba(245,90,43,1) 0%, rgba(252,124,34,1) 50%, rgba(82,159,238,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(245,90,43,1) 0%,rgba(252,124,34,1) 50%,rgba(82,159,238,1) 100%);
	background: linear-gradient(to right,  rgba(245,90,43,1) 0%,rgba(252,124,34,1) 50%,rgba(82,159,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55a2b', endColorstr='#529fee',GradientType=1 );
}
/*//////////////////////////////////////////////////TICKER CSS/////////////////////////////*/
#header #ticker{
	position:absolute;
	bottom:0px;
	left:0px;
	height:4px;
	width:100%;
	background-image: url(/images/header_line_ext.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow:hidden;
}
#header #ticker .tickercontainer { /* the outer div with the black border */ 
	width: 100%; 
	height: 30px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
#header #ticker .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 0px;
	width: 99%;
	overflow: hidden;
}
#header #ticker ul.newsticker { /* that's your list */
	position: relative;
	left: 99%;
	font-family: ArsenalRegular;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#header #ticker ul.newsticker ul{
	font-size:0px;	
}
#header #ticker ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 5px;
	padding: 0px;
	height:20px;
	line-height:20px;
	color:#ccc;
	font-size:13px;
	background:#2e3a4d;
	padding:0 15px;
	border-radius:15px;
} 
#header #ticker ul.newsticker li .date{
	padding-right:15px;	
	color:white;
}
#header #ticker ul.newsticker li .hightlight{
	color:#529fee;
	font-family:ArsenalBold;
	padding-right:15px;	
}
#header #ticker ul.newsticker li:not(:first-child):before{
	/*content:'---';
	padding:0px 15px;*/	
}
/*//////////////////////////////////////////////////END OF TICKER CSS/////////////////////////////*/
#logowrap{
	float:left;
	width:244px;
	text-align:center;	
	min-height:176px;
	line-height:176px;
	vertical-align:middle;
}
#header.public{
	text-align:center;	
	background:#eee;
}
#header.public #logowrap{
	float:none;	
	display:inline-block;
}
#logowrap.shifted{
	margin-top:-30px;	
}
#logowrap .helper{
	display:inline-block;
	height:100%;
	vertical-align:middle;	
}
#iq_logo{
	max-height:110px;
	max-width:120px;
	vertical-align:middle;
}
#topnav{
	float:right;
	height:90px;
	line-height:90px;	
	font-size:0;
	margin-right:40px;
	margin-top:20px;
}
#topnav a{
	display:inline-block;
	vertical-align:top;
	padding-top:54px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#222;
	text-decoration:none;
	width:150px;
	position:relative;
}
#topnav a:not(:last-child):before{
	content:'';
	position:absolute;
	right:0;
	height:64px;
	width:1px;
	background:#eee;
	top:13px;	
}
#topnav a:after{
	content:'';
	position:absolute;
	height:44px;
	width:44px;
	background:url(/iqpanel/images/ico_topnav.png) no-repeat 0 0;	
	top:0;
	left:53px;
}
#topnav a.order:after{
	background-position:0 -44px;
}
#topnav a.reports:after{
	background-position:0 -88px;
}
#topnav a.account:after{
	background-position:0 -132px;
}
#topnav a:hover{
	color:#529fee;
}
#navigation_sidebar {
	width: 244px;
	/*border-right:solid 1px #d8d8d8;*/
	min-height:415px;
	float:left;
	min-height:500px;
}
#main_body {
	float: left;
	width: 724px;
	min-height:415px;
	padding-right: 40px;
	padding-left: 40px;
	font-family:ArsenalRegular;
	position:relative;
	min-height:calc(100vh - 316px);
}
#main_body p{
	padding:20px;
}
#main_body .headline {
	font-family: ArsenalRegular;
	font-size: 25px;
	line-height: 30px;
	color: #111;
	background-color: #e8e6e6;
	min-height: 30px;
	height:auto;
	padding:10px 15px;
	border-radius:5px;
	margin-top:25px;
	position:relative;
	/*new code*/
	background:none;
	font-size:22px;
}
#main_body .headline > i,
#main_body .headline > a:not(.back) > i{
	font-size:20px;
	margin-right:14px;	
	color:#464646;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	background:#3c4c64;
	color:white;
	border-radius:30px;
	font-size:16px;
}
#main_body .headline a:not(.back){
	text-decoration:none;
	color:#529fee;
}
#main_body .headline a:not(.back):hover{
	text-decoration:none;
	color:#4087cf;
}
#main_body .headline .dark_link{
	color:#333;	
}
#main_body .headline a.back{
	display:table;	
	font-size:12px;
	background:#d5dbe5;
	height:20px;
	line-height:20px;
	padding-right:8px;
	border-radius:3px;
	color:#111;
	margin-left:40px;
	margin-top:8px;
}
#main_body .headline a.back > i{
	width:20px;
	height:20px;
	border-right:1px solid #c5cdd9;	
	text-align:center;
	vertical-align:middle;
	line-height:20px;
	margin-right:8px;
}
#main_body .headline a.back:hover{
	background:#529fee;	
	color:white;
	text-decoration:none;
}
#main_body .dynamic_body{
	margin-top:20px;
	padding:10px;
	font-size:16px;
	line-height:20px;
	font-family:ArsenalRegular;
}
#main_body .dynamic_body p{
	margin:5px;
	padding:5px;
}
#main_body .dynamic_body ._button{
	display:block;
	width:172px;
	min-height:26px;
	padding:10px;
	background:#529fee;
	line-height:26px;
	text-align:center;
	color:white;
	margin:auto;
	font-size:20px;
	text-decoration:none;
	-webkit-transition: background-color 0.2s linear; 
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear; 
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
	cursor:pointer;
}
#main_body .dynamic_body ._button a{
	color:white;	
}
#main_body .dynamic_body ._button:hover{
	background:#343434;	
	text-decoration:none;
}
#main_body .dynamic_body ._button a:hover{
	text-decoration:none;	
}
#main_body .dynamic_body ._obutton{
	display:block;
	width:172px;
	min-height:26px;
	padding:10px;
	background:#fc7e22;
	line-height:26px;
	text-align:center;
	color:white;
	margin:auto;
	font-size:20px;
	text-decoration:none;
	-webkit-transition: background-color 0.2s linear; 
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear; 
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
	cursor:pointer;
}
#main_body .dynamic_body ._obutton a{
	color:white;	
}
#main_body .dynamic_body ._obutton:hover{
	background:#529fee;
	text-decoration:none;
}
#main_body .dynamic_body ._obutton a:hover{
	text-decoration:none;	
}
#main_body .dynamic_body ._main_label{
	min-height:20px;
	line-height:28px;	
	background:#343434;
	padding:10px;
	color:white;
	font-family:arsenalbold;
}
#main_body img{	
	border:1px solid #CCC;
	margin:10px;
}
#main_body h1{
	font-size:18px;
	color:#4d4834;
	font-weight:bold;
	font-family:ArsenalBold;
}
#main_body h2{
	font-size:16px;
	color:#4d4834;
	font-weight:bold;
	font-family:ArsenalBold;
	display:block;
}
#main_body h3{
	font-size:14px;
	color:#4d4834;
	font-weight:bold;
	font-family:ArsenalBold;
}
#main_body li{
	margin-bottom:15px;	
}
#main_body a{
	text-decoration:none;
	color:#529fee;
}
#main_body a:hover{
	text-decoration:underline;
}
#main_body .input_group_wrap{
	width:272px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#main_body .input_extra_short{
	height:42px;
	line-height:42px;
	font-family:ArsenalRegular;
	width:173px;
	border:2px solid #dce2e5;
	background-color:white;
	padding-left:10px;
	font-size:15px;
	float:left;
	border-radius:5px;
}
#main_body .input_short{
	height:42px;
	line-height:42px;
	font-family:ArsenalRegular;
	width:210px;
	border:2px solid #dce2e5;
	background-color:white;
	padding-left:10px;
	font-size:15px;
	border-radius:5px;
}
#main_body .input_extrashort{
	height:42px;
	line-height:42px;
	font-family:ArsenalRegular;
	width:45%;
	border:2px solid #dce2e5;
	background-color:white;
	padding:0 2%;
	font-size:15px;
	border-radius:5px;
}
#main_body .input_textarea_extrashort{
	line-height:32px;
	font-family:ArsenalRegular;
	width:94%;
	border:2px solid #dce2e5;
	background-color:white;
	border-radius:5px;
	font-size:15px;
	line-height:18px;
	padding:10px 2%;
}
#main_body .input_medium{
	height:42px;
	line-height:42px;
	font-family:ArsenalRegular;
	width:90%;
	border:2px solid #dce2e5;
	background-color:white;
	padding:0 2%;
	font-size:15px;
	border-radius:5px;
}
#main_body .input_full{
	height:42px;
	line-height:42px;
	font-family:ArsenalRegular;
	width:90%;
	border:2px solid #dce2e5;
	background-color:white;
	padding:0 2%;
	font-size:15px;
	border-radius:5px;
}
#main_body .input_medium_select{
	padding:0 0 0 2%;
	width:96%;
	height:44px;
	line-height:44px;
	border:2px solid #dce2e5;
	background-color:white;
	border-radius:5px;
}
#main_body .input_long_select{
	padding:0 0 0 2%;
	width:95%;
	height:44px;
	line-height:44px;
	border:2px solid #dce2e5;
	background-color:white;
	border-radius:5px;
}
#main_body .input_extralong_select{
	width:100%;
	height:36px;
	line-height:36px;
	padding-right:0px;
}
#main_body .input_short_select{
	width:45%;
	padding-right:0;
}
#main_body .input_extra_short_select{
	height:42px;
	line-height:42px;
	font-family:ArsenalRegular;
	width:30%;
	border:2px solid #dce2e5;
	background-color:white;
	padding:0 0 0 2%;
	font-size:15px;
	border-radius:5px;
}
#main_body .selected_item{
	color:#CCC;	
}
#main_body .input_long{	
	height:42px;
	line-height:42px;
	font-family:ArsenalRegular;
	width:90%;
	border:2px solid #dce2e5;
	background-color:white;
	padding:0 2%;
	font-size:15px;
	border-radius:5px;
}
#main_body .input_textarea{
	line-height:20px;
}
#main_body .input_textarea_long{
	line-height:32px;
	font-family:ArsenalRegular;
	width:96%;
	border:2px solid #dce2e5;
	background-color:white;
	border-radius:5px;
	font-size:15px;
	line-height:18px;
	padding:10px 2%;
}
#main_body .select_long{
	width:95%;
	padding-right:0px;
}
#main_body .input_break{
	margin-bottom:10px;	
}
#main_body .inputwrap{
	position:relative;	
}
#main_body .inputwrap i{
	position:absolute;
	top:14px;
	right:5%;	
	color:#3f4f68;
}
#main_body .input_submit{
	height:30px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #EEFEEF;
	outline: 1px solid #CCC;
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
	background-color:#DDDDDD;
	font-weight:bold;
	font-family:ArsenalBold;
	color:#555;
	display:block;
}
#main_body .input_submit_blue,
#blanket-wrap .input_submit_blue{
	height:30px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	border-radius:4px;
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
	background-color:#529fee;
	font-weight:bold;
	color:#fff;
	display:block;
	font-family:ArsenalBold;
	margin:auto;
}
#main_body .input_submit_blue.red,
#blanket-wrap .input_submit_blue.red{
	background-color:#cf4a4a;
}
#main_body .input_submit_blue:hover{
	background:#222;
	text-decoration:none;
}
#main_body .input_alignleft{
	float:left;	
}
#main_body .alignleft{
	text-align:left;	
}
#main_body .input_aligncenter{
	margin:auto;
	margin-top:10px;
}
#main_body .input_check{
	height:34px;
	line-height:34px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #EEFEEF;
	outline: 1px solid #CCC;
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
	background-color:#DDDDDD;
	font-weight:bold;
	font-family:ArsenalBold;
	color:#555;
	float:right;
}
#main_body input[type=checkbox]{
	height:20px;
	width:20px;	
	vertical-align:middle;
	margin:0 14px;
	border-radius:4px;
	border:transparent !important;
	outline:3px solid #dce2e5;
	float:left;
}
#main_body .submit_alignright{
	float:right;	
}
#main_body .submit_alignleft{
	float:left;
	margin:5px 12px;
}
/*#main_body .submit_alignleft:nth-child(3n+3){
	margin-right:0px;	
}*/
#main_body .submit_aligncenter{
	margin-left:auto;
	margin-right:auto;
}
#main_body .input_submit:hover{
	background-color:#EEEEEE;
	text-decoration:none;
}
#main_body .incorrect,
#blanket-wrap .incorrect{
	border: 1px solid #900;
	background-color:#fff3f3;
}
#main_body #error_list,
#suberror_list{
	padding:10px;
	font-family:ArsenalRegular;
	display:none;
	background:#cf4a4a;
	color:white;
	float:left;
	margin-bottom:15px;
	border-radius:5px;
}
#main_body #msg_list,
#submsg_list{
	padding:10px;
	padding-top:20px;
	font-family:ArsenalRegular;
	display:none;
}
#main_body .commercial_table{
	margin:10px auto 20px auto;	
	font-family:ArsenalRegular;
	font-size:14px;
	padding:20px;
	text-align:left;
}
#main_body .new_group_wrap,
#main_body .new_group_doc_wrap{
	margin-top: 30px;
	margin-bottom:30px;
	height: 40px;
	width: 200px;
	position: relative;
	overflow:hidden;
}
#main_body .input_doc{
	height:38px;
	line-height:38px;
	font-family:ArsenalRegular;
	width:170px;
	border:1px solid #999;
	background-color:#fefefe;
	border-radius:4px;
	padding:0 15px;
}
#main_body .input_doc:focus{
	outline:0;	
}
#main_body .file_doc{
	height:30px;
	line-height:30px;
	font-family:ArsenalRegular;
	width:212px;
}
#main_body #new_doc{
	position:absolute;
	top:0;
	right:0;
	width:160px;
	margin-top:0;
	background:#3f4f68;
}
#main_body #new_doc:hover{
	background:#111;	
}
#main_body .docgroup_label{
	font-family:ArsenalRegular;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	position:relative;
}
#main_body .docgroup_label span{
	font-weight:bold;
	font-family:ArsenalBold;
}
#main_body .docgroup_label .remove_doc_group,
#main_body .docgroup_label .lock_doc_group
{
	color:#CCC;
	font-size:12px;
	position:absolute;
	text-transform:none;
	right:0px;
	bottom:0px;
	cursor:pointer;
}
#main_body .docgroup_label .lock_doc_group{
	color:#900;
	font-size:14px;
}
#main_body .docgroup_label .remove_doc_group:hover{
	text-decoration:none;
	color:#333;	
}
#main_body .docgroup_label .edit_doc_group,
#main_body .docgroup_label .hide_edit_doc_group{
	color:#CCC;
	font-size:12px;
	position:absolute;
	text-transform:none;
	right:50px;
	bottom:0px;
	cursor:pointer;
}
#main_body .docgroup_label .edit_doc_group:hover,
#main_body .docgroup_label .hide_edit_doc_group:hover{
	text-decoration:none;
	color:#333;	
}
#main_body .docgroup_label .hide_edit_doc_group{
	display:none;	
}
#main_body .incorrect{
	border: 2px solid #cf4a4a;
	background-color:#fff3f3;
}
#main_body .doc_file_upload{
	position:absolute;
	top:0px;
	right:0px;
}
#main_body .filelist_wrap{
	margin-bottom:40px;
	font-family:ArsenalRegular;
	font-size:14px;
}
#main_body .filelist_wrap a{
	font-size: 14px;
	line-height: 15px;
	background-image: url(/images/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 20px;
	padding-top:10px;
	padding-left: 30px;	
	color:#333;
	margin-bottom:10px;
	cursor:pointer;
	float:left;
	max-width:100%;
	word-break:break-all;
}
#main_body .filelist_wrap .remove_doc_file{
	background-image: url("");
	color:#CCC;
}
#main_body .filelist_wrap .remove_doc_file:hover{
	color:#333;	
}
#main_body .input_groupname{
	height:18px;
	font-size:18px;
	font-weight:normal;
	font-family:ArsenalRegular;
	text-transform:uppercase;
}
#main_body .groupname_update_wrap,
#main_body .update_password_wrap{
	margin-bottom:30px;
	height: 30px;
	display:none;
}
#main_body .update_doc_password_wrap{
	position:absolute;
	right:0px;
	bottom:0px;
	font-size:14px;
	color:#999;
	text-transform:none;
}
#main_body .update_doc_password_wrap a{
	cursor:pointer;	
}
#main_body .update_doc_password_wrap a:hover{
	text-decoration:none;
	opacity:0.5;
}
#main_body .update_doc_password_wrap .hide_update_password{
	display:none;	
}
#main_body #locations_map{
	height:460px;
	width:700px;
	margin-left:5px;
	border:1px solid #EEFEEF;
	outline: 1px solid #CCC;
	position:relative;
}
#main_body #locations_map .loader_wrap{
	height:460px;
	width:700px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
}
#main_body #locations_map .loader_wrap .cover{
	height:460px;
	width:700px;
	background-color:#FFF;
	opacity:0.7;
	position:absolute;
	top:0px;
	left:0px;
}
#main_body #locations_map .loader_wrap .loader_info{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-70px;
	margin-top:-20px;
	height:40px;
	width:140px;
	background-color:#fff;
	border:1px solid #eee;
	text-align:center;
	font-size:14px;
	line-height:40px;
}
#main_body #locations_map .map_cart{
	width:400px;  
	height:auto;
	border:1px solid #ccc; 
	background-color:#eee;
	position:relative;
	font-family:ArsenalRegular;
	cursor:default;
}
#main_body #locations_map .map_cart .pointer{
	position:absolute;
	bottom:-10px;
	left:190px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eeeeee transparent transparent transparent;
	line-height: 0px;
	_border-color: #eeeeee #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}
#main_body #locations_map .map_cart .map_img{
	width:150px;
	border:1px #fff solid; 
	margin:5px;
	float:left;
}
#main_body #locations_map .map_cart .cart_info{
	float:right;
	width:210px;
	margin:5px;
}
#main_body #locations_map .map_cart .cart_info .name{
	font-size:18px;
	color:#529fee;
	font-weight:bold;
	font-family:ArsenalBold;
	margin-top:5px;
}
#main_body #locations_map .map_cart .cart_info .address{
	font-size:12px;
	color:#555;
	line-height:16px;
}
#main_body #locations_map .map_cart .cart_info .map_register{
	height:30px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #EEFEEF;
	outline: 1px solid #CCC;
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
	background-color:#DDDDDD;
	font-weight:bold;
	font-family:ArsenalBold;
	color:#555;
	width:166px;
	text-align:center;
	display:block;
	text-decoration:none;
	margin-top:5px;
}
#main_body #locations_map .map_cart .cart_info .map_register:hover{
	background-color:#EEEEEE;
}
#main_body #locations_map .map_cart .map_clearer{
	clear:both;	
}
.map_cart .close{
	position:absolute;
	top:5px;
	right:5px;
	height:20px;
	width:20px;
	cursor:pointer;
	text-align:center;
	line-height:20px;
	font-size:12px;
	background-color:#fff;
	color:#444;
	text-transform:uppercase;
	display:block;
}
.close:hover{
	background-color:#bbb;
}
#main_body .user_infocart{
	width:705px;  
	height:auto;
	border:1px solid #EEFEEF;
	outline: 1px solid #CCC;
	background-color:#eee;
	position:relative;
	font-family:ArsenalRegular;
	margin-bottom:20px;
}
#main_body .user_infocart .user_img{
	width:150px;
	border:1px #fff solid; 
	margin:5px;
	float:left;
}
#main_body .user_infocart .user_info{
	float:right;
	width:500px;
	margin:5px;
}
#main_body .user_infocart .user_info .name{
	font-size:24px;
	color:#529fee;
	font-weight:bold;
	font-family:ArsenalBold;
	margin-top:5px;
}
#main_body .user_infocart .user_info .address{
	font-size:18px;
	color:#555;
	line-height:20px;
	margin-top:10px;
}
#main_body .user_infocart .user_info .address .label{
	color:#BBB;	
}
#main_body .terms_statement{
	width:80%;
	text-align:center;
	margin:0 auto 50px;
}
#main_body .mini_agreement{
	height:160px;
	overflow:auto;
	margin:0px 10px 20px;
	background:white;
	text-align:left;
	display:none;
	background:#f3f3f3;
	border:1px solid #eee;
}
#main_body .mini_agreement.show{
	display:block;	
}
span.agreement_345{
	display:none;
}
#main_body .mini_agreement p{
	margin:0px;	
}
#main_body .margin_top20{
	margin-top:20px;	
}
#main_body .margin_0{
	margin:0px !important;	
}
#pf_submit{
	border:0 !important;	
	outline:0 !important;
	display:table !important;
	float:none !important;
}
#main_body .fullwidthselect{
	width:100%;	
	padding:0 0 0 2%;
	height:40px;
	line-height:40px;
	margin-bottom:20px;
	border:2px solid #dce2e5;
	background-color:white;
	border-radius:5px;
}
#main_body a.rembutton{
	display:inline-block;
	margin-top:25px;
	cursor:pointer;
	color:#aaa;
	font-size:14px;
}
#main_body a.rembutton:hover{
	color:#529fee;	
}
#attr_rep_val,
#esign_val,
#subscription_val{
	padding:10px 0;
	width:96%;
	text-align:left;
	margin:auto;	
}
#attr_rep_val > .price,
#esign_val > .price,
#subscription_val > .price{
	display:inline-block;
	font-size:18px;
	height:30px;
	line-height:30px;
}
#attr_rep_val > .tick,
#esign_val > .tick,
#subscription_val > .tick{
	display:inline-block;
	margin-left:20px;
	vertical-align:middle;
}
#attr_rep_val > .tick span.tickbox,
#esign_val > .tick span.tickbox,
#subscription_val > .tick span.tickbox{
	display:inline-block;
	height:20px;
	width:20px;
	border-radius:20px;
	vertical-align:top;
	margin-right:10px;
	background:#eee url(/iqpanel/images/tick.png) no-repeat center center;
}
#attr_rep_val > .tick label,
#esign_val > .tick label,
#subscription_val > .tick label{
	heigth:22px;
	line-height:22px;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
}
#subscription_val > .tick.main label{
	font-size:16px;
	font-family:arsenalbold;
	white-space:nowrap;
}
#subscription_val > .tick.main label i{
	vertical-align:middle;	
}
#order_total{
	padding:10px 0;
	width:96%;
	text-align:left;
	margin:0 auto 20px;
	border:1px white dashed;	
	border-width:1px 0;
	font-weight:bold;
}
#order_total > .text{
	float:left;	
}
#order_total > .total{
	float:right;	
}
#order_future{
	font-size:14px;
	padding:5px 1%;
	border-radius:15px;
	display:table;
	width:84%;
	margin:0 auto 20px;
	text-align:center;
}
#ccao_calendar p{
	padding:0px !important;	
}
#ccao_calendar table{
	border:1px solid #529fee;
	border-collapse:collapse;
}
#ccao_calendar table th{
	background:white;
	border:1px solid #529fee;
	padding:5px;	
}
#ccao_calendar table td{
	padding:10px 5px;	
	text-align:center;
	border:1px solid #fff;
}
#ccao_calendar .hide{
	display:none;	
}
#navigation_sidebar .nav_wrapper {
	margin-top: 25px;
	margin-left: 10px;
	margin-right:10px;
}
/*#navigation_sidebar .nav_wrapper > .label{
	font-family:ArsenalRegular;
	font-size:14px;
	padding:0px 10px;
	height:10px;
	line-height:14px;
	border-bottom:2px solid #529fee;	
	margin-bottom:20px;
	margin-right:20px;
	color:#529fee;
	position:relative;
}
#navigation_sidebar .nav_wrapper > .label span{
	background:#eee;
	position:absolute;
	height:30px;
	line-height:30px;
	top:-3px;
	text-align:left;
	left:25px;
	padding:0px 10px;
}
#navigation_sidebar .nav_wrapper > .label:after{
	content:'';
	position:absolute;
	left:-1px;
	bottom:-9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #52a0ee;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #52a0ee;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}*/
#navigation_sidebar .nav_wrapper > .label{
	background:#fc7e22;
	background: -moz-linear-gradient(-45deg,  #fc7e22 0%, #f4572c 100%);
	background: -webkit-linear-gradient(-45deg,  #fc7e22 0%,#f4572c 100%);
	background: linear-gradient(135deg,  #fc7e22 0%,#f4572c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7e22', endColorstr='#f4572c',GradientType=1 );
	height:30px;
	line-height:30px;
	padding:0 10px;
	font-size:12px;
	font-family:arsenalbold;
	color:white;
	border-radius:3px 3px 0 0;
}
#navigation_sidebar .navlistwrap{
	/*background:#e3e3e3;*/
	background:white;
	padding:10px;	
	border-radius:0 0 3px 3px;
	margin-bottom:10px;
	position:relative;
}
#navigation_sidebar .navlistwrap.whole{
	border-radius:3px;	
}
#navigation_sidebar .nav_wrapper a {
	font-family:ArsenalRegular;
	height: 34px;
	/*border-right:3px solid #529fee;*/
	margin-bottom:15px;
	position:relative;
	cursor:pointer;
	display:block;
	text-decoration:none !important;
	overflow:hidden;
}
#navigation_sidebar .navlistwrap a:last-child{
	margin-bottom:0;	
}
#navigation_sidebar .navlistwrap > .sub{
	position:absolute;
	width:224px;
	padding:10px;
	background:#e6ebf3;	
	left:224px;
	z-index:1;
	top:0;
	bottom:0;
	display:none;
	overflow:hidden;
	border-radius:0 5px 5px 0;
	counter-reset: my-awesome-counter;
}
#navigation_sidebar .navlistwrap > .sub a{
	width:224px;	
	position:relative;
	counter-increment: my-awesome-counter;
}
#navigation_sidebar .navlistwrap > .sub a:after{
	content: counter(my-awesome-counter);
	position:absolute;
	right:7px;
	top:7px;
	font-size:12px;
	font-family:arsenalbold;
	height:18px;
	width:18px;
	border-radius:13px;
	border:1px solid #75b3f1;
	text-align:center;
	line-height:18px;
	color:#75b3f1;
	-webkit-transition: all 0.2s linear; 
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear; 
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#navigation_sidebar .nav_wrapper a i{
	margin-right:15px;
	font-size:16px;	
}
#navigation_sidebar .navlistwrap > .sub a:hover:after{
	color:white;	
	border-color:white;
}
#navigation_sidebar .nav_wrapper a .link_wrap {
	float: none;
	font-size: 15px;
	line-height: 36px;
	height: 34px;
	padding-left: 5px;
	color:#5c6c78;
	text-decoration:none;
	position:relative;
	-webkit-transition: color 0.2s linear; 
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear; 
    -o-transition: color 0.2s linear;
    transition: color 0.4s linear;
}
#navigation_sidebar .nav_wrapper a:before{
	content:'';
	position:absolute;
	left:50%;
	height:inherit;
	width:0;
	background:#566578;	
	opacity:0;
	z-index:0;
	border-radius:3px;
	-webkit-transition: all 0.15s linear; 
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear; 
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#navigation_sidebar .nav_wrapper a .link_wrap.double{
	line-height:14px;
	font-size:17px;	
	padding-top:4px;
	height:30px;
}
#navigation_sidebar .nav_wrapper a .link_wrap > i.button{
	position:absolute;
	right:4px;
	top:4px;
	height:22px;
	width:22px;
	text-align:center;
	line-height:22px;
	margin-right:0;
	border:2px solid #75b3f1;
	color:#75b3f1;
	border-radius:5px;
	font-size:12px;
}
#navigation_sidebar .nav_wrapper a.ext.open{
	margin-right:-10px;	
}
#navigation_sidebar .nav_wrapper a.ext.open .link_wrap > i.button{
	right:-0px;
	border-radius:0 5px 5px 0;
	background:#75b3f1;
	color:white;
	transform:rotate(180deg);
}
#navigation_sidebar .nav_wrapper a .selected{
	/*background-color:#529fee;
	color:#FFF;*/
	color:#529fee;
}
/*#navigation_sidebar .nav_wrapper a:hover .link_wrap{
	background-color:#529fee;
	color:#FFF;
}*/
#navigation_sidebar .nav_wrapper a:hover .link_wrap{
	color:white;	
}
#navigation_sidebar .nav_wrapper a:hover:before{
	width:100%;
	left:0;
	opacity:1;
	border-radius:3px;
}
#navigation_sidebar .nav_wrapper a .link_wrap .triangle{
	/*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #ededed transparent transparent;	
	position:absolute;
	right:0px;
	top:11px;*/
	display:none;
}
#navigation_sidebar .nav_wrapper a.dimmed .link_wrap{
	/*color:#aaa;*/	
}
#navigation_sidebar .splitter{
	height:12px;
	line-height:14px;
	background:#3f4f68;
	color:white;
	font-size:9px;
	letter-spacing:2px;
	margin-bottom:5px;
	padding-left:10px;	
	text-transform:uppercase;
	text-shadow:1px 1px 1px rgba(0,0,0,.3);
	border-radius:3px;
}
#navigation_sidebar #satisfaction_sticker {
	background-image: url(/images/satisfaction_sticker.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 95px;
	margin-top: 60px;
	margin-bottom:30px;
}
#prefooter{
	height:230px;
	background:url(/iqpanel/images/bg_prefooter2.jpg) no-repeat center center fixed;
	background-size:cover;
	position:relative;
}
#prefooter:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(40,46,54,.7);
}
#prefooter:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url(/iqpanel/images/bg_prefooter_text.png) no-repeat center center, url(/iqpanel/images/bg_prefooter_corner.png) no-repeat right center;	
}
#footer {
	background-color: #dedede;
	height: 130px;
	width: 1050px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#footer #footer_logo {
	width: 224px;
	background-image: url(/images/iqtaxappeals_logo_blank.png);
	background-position: 70px center;
	height: 130px;
	background-repeat: no-repeat;
	float: left;
}
#footer .footer_block {
	float: left;
	height: 115px;
	width: 330px;
	margin-top: 15px;
}
#footer #siteinfo_block{
	float:right;
	width:280px;
}
#footer #siteinfo_block #siteinfo_textblock{
	width:240px;	
}
#footer .footer_block .footer_label {
	height: 115px;
	width: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #529fee;
	float: left;
}
#footer .footer_block #contact_label {
	background-image: url(/images/contact_label.png);
	background-position: center 38px;
	background-repeat: no-repeat;
}
#footer .footer_block #siteinfo_label {
	background-image: url(/images/siteinfo_label.png);
	background-position: center 56px;
	background-repeat: no-repeat;
}
#footer .footer_block .footer_textblock {
	font-family: ArsenalRegular;
	font-size: 14px;
	color: #2c2c2c;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	line-height:18px;
	width:250px;
}
#footer .footer_block .footer_textblock a{
	text-decoration:none;
	color:#529fee;
}
#footer .footer_block .footer_textblock a:hover{
	text-decoration:underline;	
}
#footer #siteinfo_block .footer_textblock .owner {
	font-family: ArsenalRegular;
	font-size: 16px;
	color: #2c2c2c;
}
#footer #siteinfo_block .footer_textblock .creator {
	margin-top: 42px;
	font-size:12px;
}
.scroll_top {
	cursor: pointer;
	display:block;
	float:right;
	margin-right:50px;
	margin-top:20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 20px 15px;
	border-color: transparent transparent #52a0ee transparent;
	margin-bottom:20px;
}
.scroll_top:hover {
	opacity:0.7;
}
.msg_err{
	padding:15px;
	color:#900;
	font-family:ArsenalRegular;
	font-size:14px;
	background-color:#FFE6E6;
	margin-top:10px;
	border-radius:3px;
	box-shadow:0 2px 0 #c56e6e;
}
.msg_scc{
	padding:15px;
	color:#090;
	font-family:ArsenalRegular;
	font-size:14px;
	background-color:#DDFFE3;
	margin-top:10px;
	border-radius:3px;
	box-shadow:0 2px 0 #8ac78a;
}
.msg_ntr{
	padding:15px;
	color:#333;
	font-family:ArsenalBold;
	font-size:14px;
	background-color:#CCC;
	margin-top:10px;
	border-radius:3px;
	border:2px dashed white;
}
.msg_err > i,
.msg_scc > i,
.msg_ntr > i{
	margin-right:10px;	
	font-size:20px;
	vertical-align:middle;
}
.notification{
	padding:15px;
	color:#333;
	font-family:ArsenalRegular;
	font-size:14px;
	background-color:#CCC;
	display:table;
	margin:10px auto;	
}
.notification_blue{
	padding:15px;
	padding-left:50px;
	color:#333;
	font-family:ArsenalRegular;
	font-size:14px;
	display:table;
	margin:10px auto;
	position:relative;	
}
.notification_blue:before{
	content:'i';
	position:absolute;
	left:5px;
	top:13px;
	height:30px;
	width:30px;
	border-radius:30px;
	background:#52a0ee;
	line-height:34px;
	text-align:center;
	color:white;
	font-size:20px;	
	font-family:ArsenalBold;
}
.hidden{
	display:none;	
}
#console table{
	width:100%;
	border-collapse:collapse;
	text-align:left;
	background:none;
}
#console table tr{
	height:30px;
	border:0;	
}
#console table tr:nth-child(odd){
	background:#d5dbe5;	
}
#console table td{
	border:0;	
	padding:5px;
	font-size:13px;
	background:transparent;
}
#console table td.struct{
	border-right:1px dashed white;	
}
#console table th{
	background:#3c4c64;	
}
/************************************************************MODULAR WINDOW***********************************************/
#blanket-wrap > .holder .modular,
#overlay-wrap > .holder .modular,
#superlay-wrap > .holder .modular{
	padding:0;
	width:344px;
	position:absolute;
	border-radius:4px;
	top:50%;
	left:50%;
	transform:translateY(-50%);
	margin-left:-172px;
	min-height:100px;
	background:white;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.33);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.33);
	box-shadow: 0 2px 8px rgba(0,0,0,.33);
}
#blanket-wrap > .holder .modular.subscribe{
	top:20%;	
}
#blanket-wrap > .holder .modular.hidden,
#overlay-wrap > .holder .modular.hidden,
#superlay-wrap > .holder .modular.hidden{
	display:none;	
}
#blanket-wrap > .holder .modular.show,
#overlay-wrap > .holder .modular.show,
#superlay-wrap > .holder .modular.show{
	animation: revealmodular 0.6s ease-in-out;	
}
#blanket-wrap > .holder .modular .ico,
#overlay-wrap > .holder .modular .ico,
#superlay-wrap > .holder .modular .ico{
	height:110px;
	width:110px;
	margin:25px auto;
}
#blanket-wrap > .holder .modular .ico.message,
#overlay-wrap > .holder .modular .ico.message,
#superlay-wrap > .holder .modular .ico.message{
	background:url(/images/ico_ntfs.png) no-repeat center -220px;	
}
#blanket-wrap > .holder .modular .ico.wink,
#overlay-wrap > .holder .modular .ico.wink,
#superlay-wrap > .holder .modular .ico.wink{
	background:url(/images/ico_ntfs.png) no-repeat center -330px;	
}
#blanket-wrap > .holder .modular .ico.warning,
#overlay-wrap > .holder .modular .ico.warning,
#superlay-wrap > .holder .modular .ico.warning{
	background:url(/images/ico_ntfs.png) no-repeat center 0;	
}
#blanket-wrap > .holder .modular .ico.success,
#overlay-wrap > .holder .modular .ico.success,
#superlay-wrap > .holder .modular .ico.success{
	background:url(/images/ico_ntfs.png) no-repeat center -110px;	
}
#blanket-wrap > .holder .modular .ico.text,
#overlay-wrap > .holder .modular .ico.text,
#superlay-wrap > .holder .modular .ico.text{
	background:url(/images/ico_ntfs.png) no-repeat center -440px;	
}
#blanket-wrap > .holder .modular .msg,
#overlay-wrap > .holder .modular .msg,
#superlay-wrap > .holder .modular .msg{
	width:90%;
	margin:0 auto 30px;
	text-align:center;
	font-weight:400;
	font-size:15px;	
}
#blanket-wrap > .holder .modular .msg .msgbutton,
#overlay-wrap > .holder .modular .msg .msgbutton,
#superlay-wrap > .holder .modular .msg .msgbutton{
	display:table;
	margin:10px auto;
	border:0;
	background:var(--sub-color);
	padding:0 10px;
	border-radius:4px;
	line-height:40px;
	font-size:14px;
	-webkit-transition: background-color 0.2s linear; 
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear; 
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
#blanket-wrap > .holder .modular .msg .msgbutton.maxi,
#overlay-wrap > .holder .modular .msg .msgbutton.maxi,
#superlay-wrap > .holder .modular .msg .msgbutton.maxi{
	line-height:60px;
	padding:0 20px;
	font-size:16px;
	margin:20px auto;
}
#blanket-wrap > .holder .modular .msg .msgbutton:hover,
#overlay-wrap > .holder .modular .msg .msgbutton:hover,
#superlay-wrap > .holder .modular .msg .msgbutton:hover{
	background:var(--main-color);
	color:var(--font-color);	
}
#blanket-wrap > .holder .modular .msg a.button,
#overlay-wrap > .holder .modular .msg a.button,
#superlay-wrap > .holder .modular .msg a.button{
	background:var(--warning-color);
	height:50px;
	line-height:50px;
	display:table;
	margin:10px auto 0;
	border-radius:4px;
	padding:0 20px;
	color:white;
	cursor:pointer;
	border:0;
}
#blanket-wrap > .holder .modular .msg a.button.yellow,
#overlay-wrap > .holder .modular .msg a.button.yellow,
#superlay-wrap > .holder .modular .msg a.button.yellow{
	background:#ebc040;
	color:var(--dark-bg);
}
#blanket-wrap > .holder .modular .msg a.button:hover,
#overlay-wrap > .holder .modular .msg a.button:hover,
#superlay-wrap > .holder .modular .msg a.button:hover{
	background:var(--dark-bg);	
	color:white;
}
#blanket-wrap > .holder .modular ._foot,
#overlay-wrap > .holder .modular ._foot,
#superlay-wrap > .holder .modular ._foot{
	min-height:40px;
	text-align:center;	
	padding-bottom:20px;
}
#blanket-wrap > .holder .modular ._foot a,
#overlay-wrap > .holder .modular ._foot a,
#superlay-wrap > .holder .modular ._foot a{
	display:inline-block;
	vertical-align:top;
	height:40px;
	line-height:40px;
	border-radius:3px;
	background:#eee;
	margin:0 10px;
	padding:0 30px;	
	min-width:60px;
	cursor:pointer;
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	border:0;
	-webkit-transition: background-color 0.2s linear; 
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear; 
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
#blanket-wrap > .holder .modular ._foot a.save,
#overlay-wrap > .holder .modular ._foot a.save,
#superlay-wrap > .holder .modular ._foot a.save{
	background:var(--sub-color);	
	color:white;
}
#blanket-wrap > .holder .modular ._foot a.warning,
#overlay-wrap > .holder .modular ._foot a.warning,
#superlay-wrap > .holder .modular ._foot a.warning{
	background:#f9706c;	
	color:white;
}
#blanket-wrap > .holder .modular ._foot a.save:hover,
#blanket-wrap > .holder .modular ._foot a.proceed:hover,
#overlay-wrap > .holder .modular ._foot a.save:hover,
#overlay-wrap > .holder .modular ._foot a.proceed:hover,
#superlay-wrap > .holder .modular ._foot a.save:hover,
#superlay-wrap > .holder .modular ._foot a.proceed:hover{
	background:var(--dark-bg);	
	color:white;
}
#blanket-wrap > .holder .modular ._foot a.save.loading,
#overlay-wrap > .holder .modular ._foot a.save.loading,
#superlay-wrap > .holder .modular ._foot a.save.loading{
	background:url(/img/loader_green.gif) no-repeat center center !important;
	font-size:0;
	-webkit-transition: none !important;	 
    -moz-transition: none !important;	
    -ms-transition: none !important;	
    -o-transition: none !important;	
    transition:none !important;	
	cursor:default;
}
#blanket-wrap > .holder .modular ._foot a.cancel,
#overlay-wrap > .holder .modular ._foot a.cancel,
#superlay-wrap > .holder .modular ._foot a.cancel{
	background:none;
	color:#343434;
}
#blanket-wrap > .holder .modular ._foot a.cancel:hover,
#overlay-wrap > .holder .modular ._foot a.cancel:hover,
#superlay-wrap > .holder .modular ._foot a.cancel:hover{
	color:#fa706d;	
}
#blanket-wrap > .holder .modular ._foot a.cancel.invisible,
#overlay-wrap > .holder .modular ._foot a.cancel.invisible,
#superlay-wrap > .holder .modular ._foot a.cancel.invisible{
	visibility:hidden;	
}
/*************************************************************FULL SCREEN MODULAR*****************************************/
#overlay-wrap > .holder .fsmodular{
	padding:0;
	position:absolute;
	top:20px;
	left:16px;
	bottom:0;
	right:16px;
	overflow:auto;
	background:#526e84;
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
#overlay-wrap > .holder .fsmodular.hidden{
	display:none;	
}
#overlay-wrap > .holder .fsmodular.show{
	animation: revealmodular 0.6s ease-in-out;	
}
@keyframes revealmodular {
  0% {
    margin-top:50px;
    opacity: 0;
  }
  100%{
	margin-top:0;
    opacity: 1;	  
  }
}
#overlay-wrap > .holder .fsmodular .header{
	height:66px;
	background:var(--dark-bg);
}
#overlay-wrap > .holder .fsmodular .header > .title{
	height:66px;
	line-height:66px;
	font-size:20px;
	color:white;
	margin:auto;
	text-align:center;
	float:left;
	font-weight:300;
}
#overlay-wrap > .holder .fsmodular .header > .title i{
	line-height:66px;
	width:66px;
	text-align:center;
	color:#526e84;
	font-size:24px;
}
#overlay-wrap > .holder .fsmodular .header > .title span.dimmed{
	color:#dcc2a0;	
}
#overlay-wrap > .holder .fsmodular .header > .title span.cl{
	color:#6ad6c7;	
}
#overlay-wrap > .holder .fsmodular .header > .title .name {
   	
}
#overlay-wrap > .holder .fsmodular .header > a.close{
	position:absolute;
	right:0;
	height:66px;
	width:66px;
	top:0;
	background:#526e84;	
	cursor:pointer;
	border:0;
}
#overlay-wrap > .holder .fsmodular .header > a.close:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(/images/ico_close.png) no-repeat center center;		
	-webkit-transition: opacity 0.2s linear; 
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear; 
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
#overlay-wrap > .holder .fsmodular .header > a.close:hover:after{
	opacity:.5;	
}
#overlay-wrap > .holder .fsmodular .container{
	position:absolute;
	top:66px;
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
}
#overlay-wrap > .holder .fsmodular .container::-webkit-scrollbar {
  width: 5px;
}
#overlay-wrap > .holder .fsmodular .container::-webkit-scrollbar-track {
  background: #ddd;
}
#overlay-wrap > .holder .fsmodular .container::-webkit-scrollbar-thumb {
  background: var(--dark-bg); 
}