/* CSS Document */
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff2') format('woff2'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
* {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}*/
body {
	margin:0;
	padding:0;
	font-family: 'latoregular';
	font-size:12px;
	color:#2C2C3A;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
strong { font-weight:normal; font-family:'latobold'; }
form {
	margin:0;
	padding:0;
}
.main_footer {
	width:100%;
	height:60px;
	background:#FFF ;
	border-top:1px solid #36AF9D;
}

.main_footer a {
	color:#000000;
	text-decoration:none;
}
.main_footer a:hover {
	color:#000000;
	text-decoration:none;
}
.msg {
	color:#FF0000;
}
.main_title {
	text-align:center;
	font-family: 'latobold';
	font-size:18px;
	/*font-weight:bold;*/
}

.main_title_1{
	text-align:right;
	font-family: 'latobold';
	font-size:18px;
	/*font-weight:bold;*/
}

.popup_main_title {
	text-align:center;
	font-family: 'latobold';
	font-size:18px;
	color:#000000;
	/*font-weight:bold;*/
}
.box01_area {
	/*border:1px solid #999;*/
	background:#FFFFFF;
}
.box01_bg {
	background:#FFF;
}
.box02_area {
	/*border:1px solid #917B4A;*/
	background:#FFFFFF;
}
.table_bg {
	/*background:#999;*/
	border-collapse:collapse;
	border:1px solid #DDDDDD;
}
.table_bg td {
	border-bottom:1px solid #DDDDDD;
}
.table_title {
	background:#E9E9E9;
	font-weight:normal;
	color:#000000;
	font-family: 'latobold';
	/*line-height:25px;
	padding-left:5px;
	padding-right:5px;*/
	padding:5px;
}
.table_title1 {
	line-height:15px;
	background:#E9E9E9;
	font-weight:normal;
	font-family: 'latobold';
	padding-left:5px;
	padding-right:5px;
	height:40px;
}
.table_text {
	/*line-height:25px;
	padding-left:5px;
	padding-right:5px;
	background:#FFFFFF;*/
	padding:5px;
	font-weight:normal;
}
.table_text1 {
	/*line-height:25px;
	background:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	*/
	font-weight:normal;
	padding:5px;
}
/*.table_text1 a {
	color:#000000;
	text-decoration:underline;
}
.table_text1 a:hover {
	color:#000000;
	text-decoration:none;
}*/
.table_bg tr, .table_tr_01, .table_tr_02 { background:#FFF; color:#333; }
.table_bg tr:hover, .table_tr_01:hover, .table_tr_02:hover { background:#F5F5F5; color:#333; }
/*---KBD-336 (CRM) ----*/
.bg-teal { background:#edfaf9 !important; }
/*---KBD-336 (CRM) ----*/
.table_bg tr:hover a, .table_tr_01:hover td a, .table_tr_02:hover td a { color:#000; text-decoration:underline !important; }





.rights_title {
	background:#e0e0e0;
	font-weight:normal;
	font-family: 'latobold';
	padding-left:5px;
	padding-right:5px;
}
/*.table_text a {
	color:#000000;
	text-decoration:underline;
}
.table_text a:hover {
	color:#000000;
	text-decoration:none;
}*/
.box02_bg {
	/*border:1px solid #999;*/
	background:#FFFFFF;
}
/*.box02_bg a {
	color:#000000;
	text-decoration:underline;
}
.box02_bg a:hover {
	color:#000000;
	text-decoration:none;
}*/
.bg_color {
	background:#FFFFFF;
}
a.cust_name {
	color:#000000;
	text-decoration:underline;
	/*font-weight:bold;*/
	font-family: 'latobold';
}
a.cust_name:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.mandatory{
	color:#FF0000;
	vertical-align:top;
}
.errorMsg{
	color:#FF0000;
}
.successMsg{
	color:#339900;
}
/*----login_page----*/
.login_box_area {
	/*border:1px solid #999;*/
	background:#FFFFFF;
}
.login_bg {
	height:250px;
	background:#FFF;
}
.login_title_bg {
	height:50px;
	background:#359D97;
	text-align:center;
	font-family: 'latobold';
	font-size:20px;
	/*font-weight:bold;*/
	line-height:50px;
	color:#FFF;
}

/*----login_page----*/


/*----all_buttons----*/
.btn_login {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_login.jpg) no-repeat;
}
.btn_reset{
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_reset.jpg) no-repeat;
}
.btn_submit {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_submit.jpg) no-repeat;
}
.btn_move {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_move.jpg) no-repeat;
}
.btn_upload {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_upload.jpg) no-repeat;
}
.btn_browse {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_browse.jpg) no-repeat;
}
.btn_back {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_back.jpg) no-repeat;
}
.btn_view {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_view.jpg) no-repeat;
}
.btn_filter {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_filter.jpg) no-repeat;
}
.btn_close {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_close.jpg) no-repeat;
}
.btn_save {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_save.jpg) no-repeat;
}
.btn_walk_save {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_saved.jpg) no-repeat;
}
.btn_delete {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_delete.jpg) no-repeat;
}
.btn_revert {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_revert.jpg) no-repeat;
}
.btn_print {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_print.jpg) no-repeat;
}
.btn_generateinvoice {
	height:27px;
	width:120px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_generateinvoice.jpg) no-repeat;
}
.btn_pending {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_pending.jpg) no-repeat;
}
.btn_accept {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_accept.jpg) no-repeat;
}
.btn_send_invoice {
	height:27px;
	width:96px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_send_invoice.png) no-repeat;
}
.btn_reject {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_reject.jpg) no-repeat;
}
.btn_edit {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_edit.jpg) no-repeat;
}
.btn_manageDeposits {
	height:27px;
	width:140px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_manageDeposits.jpg) no-repeat;
}
.btn_downloadOffer {
	height:27px;
	width:140px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_downloadOffer.jpg) no-repeat;
}
.btn_downloadContract {
	height:27px;
	width:140px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_downloadContract.jpg) no-repeat;
}
.btn_cancelShow {
	height:27px;
	width:100px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_cancelshow.jpg) no-repeat;
}
.btn_viewMemo {
	height:27px;
	width:100px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_viewMemo.jpg) no-repeat;
}
.btn_cancel {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_cancel.jpg) no-repeat;
}
.btn_add_dates {
	height:27px;
	width:100px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_add_dates.jpg) no-repeat;
}
.btn_add {
	height:27px;
	width:62px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_add.jpg) no-repeat;
}
.btn_cancel_dates {
	height:27px;
	width:110px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_cancel_dates.jpg) no-repeat;
}
.btn_send_mail {
	height:27px;
	width:100px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_send_mail.jpg) no-repeat;
}
.btn_cross_delete {
	height:20px;
	width:20px;
	cursor:pointer;
	border:none;
	background:url(../images/delete.png) no-repeat;
}
.btn_saveAsNewOffer {
	height:27px;
	width:150px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_saveAsNewOffer.jpg) no-repeat;
}
.btn_saveAsPending {
	height:27px;
	width:140px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_saveAsPending.jpg) no-repeat;
}
.btn_saveAsAccepted {
	height:27px;
	width:140px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_saveAsAccepted.jpg) no-repeat;
}
.btn_downloadServiceAgreement {
	height:27px;
	width:205px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_downloadServiceAgreement.jpg) no-repeat;
}
.btn_downloadWorkOrder {
	height:27px;
	width:156px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_DownloadWorkOrder.jpg) no-repeat;
}
.btn_addnew {
	height:27px;
	width:72px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_addnew.jpg) no-repeat;
}
.btn_hide {
	height:27px;
	width:72px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_addnew.jpg) no-repeat;
}
.btn_download_rider {
	height:22px;
	width:102px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_download_rider.jpg) no-repeat;
}
.btn_download_artist_data {
	height:27px;
	width:150px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_download_artist_data.jpg) no-repeat;
}
.btn_download_contact_data {
	height:27px;
	width:170px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_download_contact_data.jpg) no-repeat;
}
.btn_download_union_data {
	height:27px;
	width:150px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_download_union_data.jpg) no-repeat;
}
.btn_download_offer_data {
	height:27px;
	width:150px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_download_offer_data.jpg) no-repeat;
}
.btn_import_contracts {
	height:27px;
	width:150px;
	cursor:pointer;
	border:none;
	background:url(../images/Import-Contracts.jpg) no-repeat;
}
.btn_download {
	height:27px;
	width:105px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_download.jpg) no-repeat;
}
.btn_download_buyer_data {
	height:27px;
	width:150px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_download_buyer_data.jpg) no-repeat;
}
.btn_download_venue_data {
	height:27px;
	width:150px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_download_venue_data.jpg) no-repeat;
}
.btn_upload_buyer_data {
	height:27px;
	width:142px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_upload_buyer_data.jpg) no-repeat;
}
.btn_upload_venue_data {
	height:27px;
	width:142px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_upload_venue_data.jpg) no-repeat;
}
.btn_attach_email {
	height:22px;
	width:102px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_attach_email.jpg) no-repeat;
}
.btn_reset_pw {
	height:27px;
	width:130px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_reset_pw.jpg) no-repeat;
}
.btn_sync {
	height:27px;
	width:72px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_sync.jpg) no-repeat;
}
.btn_send_offer {
	height:27px;
	width:110px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_send_offer.jpg) no-repeat;
}
.btn_send_contract {
	height:27px;
	width:110px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_send_contract.jpg) no-repeat;
}
.btn_copy_offer {
	height:27px;
	width:90px;
	cursor:pointer;
	border:none;
	background:url(../images/btn_copy_offer.jpg) no-repeat;
}
.btn_download_union_data {d
    background: url("../images/btn_download_union_data.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 27px;
    width: 170px;
}
.bnt_searchlocations {
	background: url("../images/btn_search_locations.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 27px;
    width: 130px;
}

/*----all_buttons----*/
/*----KBD-336 (Roll out CRM) ----*/ 
.btn_tab { background:#343341; color:#FFF; text-align:center; display:inline-block; font-size:13px; padding:7px 15px; margin-left:-3px;  }
.btn_tab:hover { color:#FFF; text-decoration:none; }
.btn_tab_active { background:#6c6a88 !important;  }
/*----KBD-336 (Roll out CRM) ----*/
/*----main navigation----*/
.navnew { background:#359D97; color:#FFF; font-family: 'latobold'; font-size:18px; margin-bottom:10px; text-align:center; height:50px;  }
.navnew a { color:#FFF; text-decoration:none; }
.navnew ul { display:inline-block; width:; list-style-type:none; margin:0; padding:0 }
.navnew ul li { display:inline-block; width:160px; text-align:center; padding:14px 0; text-align:center; cursor:pointer; position:relative; margin:0;  }
.navnew ul li:hover, .navnew ul li:hover a { color:#CCC; }

.navnew ul li ul { display:none; border:1px solid #CCCCCC; font-family:'latoregular'; position:absolute; top:50px; z-index:999  }
.navnew ul li:hover ul { display:block; }
.navnew ul li ul li { display:block; color:#2C2C39; padding:0; font-size:12px; width:160px; }
.navnew ul li ul li a { display:block; background:#FFF; color:#2C2C39 !important; border-bottom:1px solid #CCCCCC; padding:7px 5px; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; }
.navnew ul li ul li a:hover { background:#F0F0F0; color:#2C2C39; }
.navnew ul li ul li:last-child a { border-bottom:none; }






.nagication_area {
	/*border:1px solid #999;	*/
	background:#359D97;
}
.navi_bg {
	height:40px;
	/*border-bottom:1px solid #000000;
	background:#005DC8;*/
}
.navi_text {
	line-height:30px;
	font-size:12px;
	/*font-weight:bold;*/
	font-family: 'latobold';
	text-align:center;
	text-decoration:none;
	color:#FFF;
}
.navi_text a {
	color:#FFF;
	text-decoration:none;
}
.navi_text a:hover {
	color:#FFF;
	text-decoration:none;
}

/*-----drop down menu-----*/
 a.sample_attach, a.sample_attach:visited, div.sample_attach {
            display: block;
            width: 120px;
            border: 1px solid #CCCCCC;
            padding: 3px 3px;
            /*background:#151515;*/
			background:#F0F0F0;
            text-decoration: none;
            font-family: 'latoregular';
            font-size: 11px;
            color:#000;
            line-height:20px !important;
        }

    a.sample_attach:hover {
        background:#CCCCCC;
		/*background:#222222;*/
        color:#000;
        text-decoration:none;
        font-size:11px;
		line-height:20px !important;
        }

    a.sample_attach, a.sample_attach:visited {
        border-bottom: none;
        }

    div#sample_attach_menu_Offers, 
	div#sample_attach_menu_grossNum, 
	div#sample_attach_Tools_child, 
	div#sample_attach_Search_child, 
	div#sample_attach_System_child,
	div#sample_attach_reports_child,
	div#sample_attach_manage_child, 
	div#sample_attach_menu_child, 
	div#sample_attach_menu_child1, 
	div#sample_attach_menu_artists, 
	div#sample_attach_menu_child2, 
	div#sample_attach_menu_child3, 
	div#sample_attach_first_name1,
	/*--tables ascending and descending---*/
	div#sample_attach_manage_child_fn,
	div#sample_attach_manage_child_ln,
	div#sample_attach_manage_child_ac,
	div#sample_attach_manage_child_vs,
	div#sample_attach_manage_child_vn,
	div#sample_attach_manage_child_va,
	div#sample_attach_manage_child_vc,
	div#sample_attach_manage_child_vce,
	div#sample_attach_manage_child_bn,
	div#sample_attach_manage_child_bc,
	div#sample_attach_manage_child_bs,
	div#sample_attach_manage_child_be,
	div#sample_attach_manage_child_ccn,
	div#sample_attach_manage_child_cn,
	div#sample_attach_manage_child_cc,
	div#sample_attach_manage_child_cs,
	div#sample_attach_manage_child_an,
	div#sample_attach_manage_child_sd,
	div#sample_attach_manage_child_os,
	div#sample_attach_manage_child_od,
	div#sample_attach_manage_child_stb,
	div#sample_attach_manage_child_r,
	div#sample_attach_manage_child_a,
	div#sample_attach_manage_child_t,
	div#sample_attach_manage_child_aun,
	div#sample_attach_manage_child_email,
	div#sample_attach_manage_child_role,
	div#sample_attach_manage_child_contact,
	div#sample_attach_manage_child_name,
	div#sample_attach_manage_child_offer_mails,
	div#sample_attach_manage_child_deposit_mails,
	div#sample_attach_manage_child_cotnact_mails,
	div#sample_attach_manage_child_cotnact_name,
	div#sample_attach_manage_child_cd,
	div#sample_attach_manage_child_c,
	div#sample_attach_manage_child_s,
	div#sample_attach_manage_child_stm,
	div#sample_attach_manage_child_rfm,
	div#sample_attach_manage_child_p,
	div#sample_attach_manage_child_ed,
	div#sample_attach_manage_child_rd,
	div#sample_attach_manage_child_g,
	div#sample_attach_manage_child_aw,
	div#sample_attach_manage_child_ac1,
	div#sample_attach_manage_child_ac2
	/*--tables ascending and descending---*/
		{
			border-bottom:1px solid #CCCCCC;
			z-index:100000;
		}
/*----main navigation----*/
/*----offer navigation----*/
.offer_navi_bg {
	height:40px;
	background:url(../images/navi_bg.jpg) repeat-x;
}
.offer_navi_text {
	line-height:30px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}
.offer_navi_text a {
	color:#000000;
	text-decoration:none;
}
.offer_navi_text a:hover {
	color:#000000;
	text-decoration:underline;
}
/*----offer navigation----*/


/*----All Inputs Start----*/
.login_input, .common_input, .common_input_small, .common_input_mini, .common_small_input, .mandatory_input, .common_input2, .upload_input, .ticket_input, .cost_fixed_input, .total_input, .common1_input, .ac_input, .date_peaker_input, .date_peaker_mandatory_input, .terms_input  { background:#FFF !important; font-size:14px; line-height:25px; padding:5px; border:1px solid #666; color:#000000; border-radius:4px; box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; -o-box-sizing:border-box; height:27px !important; }
.login_input:focus, .common_input:focus, .common_input_small:focus, .common_input_mini:focus, .common_small_input:focus, .mandatory_input:focus, .common_input2:focus, .upload_input:focus, .ticket_input:focus, .cost_fixed_input:focus, .total_input:focus, .common1_input:focus, .ac_input:focus, .date_peaker_input:focus, .date_peaker_mandatory_input:focus, .terms_input:focus { background:#FFF !important; border:1px solid #359D97; box-shadow:0 0px 5px #359D97; outline:none; }

.login_input {width:200px;}
.common_input {width:250px;}
.common_input_small {width:220px;}
.common_input_mini {width:130px;}
.common_small_input {width:200px;}
.mandatory_input { width:250px; border:1px solid #DF0000 !important;}
.mandatory_input:focus {border:1px solid #DF0000 !important; box-shadow:0 0px 5px #DF0000 !important;}
.common_input2 {width:75px;}
.upload_input {width:265px;}
.ticket_input {	width:80px; text-align:right; }
.cost_fixed_input { width:75px; text-align:right;}
.total_input { width:110px; text-align:right; }
.common1_input { width:200px; }
.terms_input { width:150px; }

.date_peaker_input { float:left; width:90px; }
.date_peaker_mandatory_input { float:left; width:90px; border:1px solid #DF0000 !important; }
.date_peaker_mandatory_input:focus {border:1px solid #DF0000 !important; box-shadow:0 0px 5px #DF0000 !important;}
/*----All Inputs End----*/
/*----All Select Start----*/
select { padding:0 !important }
.common_select, .mandatory_select, .month_select { font-size:14px; line-height:21px; /*padding:5px;*/ border:1px solid #666; color:#000000; border-radius:4px; box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; -o-box-sizing:border-box; height:27px;  }
.common_select:focus, .mandatory_select:focus, .month_select:focus {border:1px solid #359D97; box-shadow:0 0px 5px #359D97; outline:none;}
.mandatory_select { width:250px; border:1px solid #DF0000 !important;}
.mandatory_select:focus {border:1px solid #DF0000 !important; box-shadow:0 0px 5px #DF0000 !important;}
/*----All Select End----*/
/*----All Textarea Start----*/
.textarea_1, .textarea_1_mandatory, .textarea_1s, .textarea_2, .textarea_3, .textarea_3_mandatory {  font-size:14px; padding:5px; border:1px solid #666; color:#000000; border-radius:4px; box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; -o-box-sizing:border-box; height:27px; }
.textarea_1:focus, .textarea_1_mandatory:focus, .textarea_1s:focus, .textarea_2:focus, .textarea_3:focus, .textarea_3_mandatory:focus { border:1px solid #359D97; box-shadow:0 0px 5px #359D97; outline:none;}

.textarea_1 { width:720px; height:100px; }
.textarea_1_mandatory { width:720px; height:100px; border:1px solid #DF0000 !important; }
.textarea_1_mandatory:focus { border:1px solid #DF0000 !important; box-shadow:0 0px 5px #DF0000 !important; }
.textarea_1s { width:720px; height:50px; }
.textarea_2 { width:200px; height:100px; }
.textarea_3 { width:250px; height:100px; }
.textarea_3_mandatory { width:250px; height:100px; border:1px solid #DF0000 !important; }
.textarea_3_mandatory:focus { border:1px solid #DF0000 !important; box-shadow:0 0px 5px #DF0000 !important; }
/*----All Textarea End----*/
.mandatory_tinymcs + span table, .mandatory_tinymcs + span table tbody tr td { border-color:#FF0000 !important; }

/*----inputs----*/
/*----footer_links----*/
.footer_menu {
	color:#000000;
	text-decoration:none;
	line-height:30px;
	font-size:13px;
}
.footer_menu a {
	color:#000000;
	text-decoration:none;
	line-height:30px;
}
.footer_menu a:hover {
	color:#000000;
	text-decoration:underline;
	line-height:30px;
}
/*----footer_links----*/
/*----paging----*/
.paging {
	color:#000000;
	text-decoration:none;
	line-height:20px;
}
.paging a {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:20px;
}
.paging a:hover {
	color:#000000;
	/*font-weight:bold;*/
	font-family: 'latobold';
	text-decoration:underline;
	line-height:20px;
}
/*----paging----*/
a.contact_link {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
	line-height:20px;
}
a.contact_link:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:20px;
}
.artist_disabled {
	color:#000000;
}

.artist_disabled span {
	color:#000000;
}
.artist_del {
	color:#FF0000;
}
.artist_del span {
	color:#000000;
}
.view_text {
	line-height:25px;
	color:#000000;
	/*font-weight:bold;*/
	font-family: 'latoregular';
}
/*----calendar----*/
.calendar_table { border-collapse:collapse; border:1px solid #DDDDDD; }
.calendar_table > tbody > tr > td { border:1px solid #DDDDDD; }


.month_text {
	font-size:18px;
	/*font-weight:bold;*/
	font-family: 'latobold';
	color:#000000;
}
.month_text a {
	color:#000000;
	text-decoration:none;
}
.month_text a:hover {
	color:#359d97;
	text-decoration:none;
}
/*.month_select {
	border:1px solid #000000;
	background:#FFFFFF;
}
.month_select:focus {
	border:1px solid #000000;
	background:#EEEEEE;
}*/
.cal_title {
	text-align:center;
	font-size:14px;
	line-height:25px;
	/*font-weight:bold;*/
	font-family: 'latobold';
	background:#E9E9E9;
}
.date {
	text-align:left;
	font-size:17px;
	line-height:25px;
	/*font-weight:bold;*/
	font-family: 'latobold';
}
.date_box {
	background:#fff;
}
.date_box:hover {
	background:#CFEFEE;
	box-shadow:0 0 5px #206260;
}
.date_box a {
	color:#000000;
	text-decoration:underline;
}
.date_box a:hover {
	color:#000000;
	text-decoration:none;
}
.blank_box {
	background:#f1f1f1;
}
.day_content {
	width:100%;
	padding:0px;
	float:left;
	height:80px;
	overflow:auto;
}
.pending_offer_text {
	color:#0000FF;
}
a.pending_offer_text {
	color:#0000FF;
	text-decoration:none;
}
a.pending_offer_text:hover {
	color:#0000FF;
	text-decoration:underline;
}
.accepted_offer_text {
	color:#009900;
}
a.accepted_offer_text {
	color:#009900;
	text-decoration:none;
}
a.accepted_offer_text:hover {
	color:#009900;
	text-decoration:underline;
}

.rejected_offer_text {
	color:#F90;
}
a.rejected_offer_text {
	color:#F90;
	text-decoration:none;
}
a.rejected_offer_text:hover {
	color:#F90;
	text-decoration:underline;
}


.block_date_text {
	color:#FF0000;
}
a.block_date_text {
	color:#FF0000;
	text-decoration:none;
}
a.block_date_text:hover {
	color:#FF0000;
	text-decoration:underline;
}
.cancel_show_text {
	color:#993300;
}
a.cancel_show_text {
	color:#993300;
	text-decoration:none;
}
a.cancel_show_text:hover {
	color:#993300;
	text-decoration:underline;
}
.p_print_table {
	background:#FFFFFF;
}
.day_content_print {
	padding:0px;
	float:left;
	min-height:80px;
	_height:80px;
}
.cal_bw_title {
	text-align:center;
	font-size:14px;
	line-height:25px;
	/*font-weight:bold;*/
	font-family: 'latobold';
	background:#ffffff;
	color:#000000;
}
.printout_main_title {
	text-align:center;
	font-family: 'latobold';
	font-size:18px;
	/*font-weight:bold;*/
	color:#000000;
}
.print_blank_box {
	background:#FFFFFF;
	color:#000000;
	border:1px solid #000000;
}
.calendar_footer {
	background:none;
	color:#000000;
}
/*----calendar----*/


a.invoice_view {
	font-size:14px;
	line-height:20px;
	/*font-weight:bold;*/
	font-family: 'latobold';
	color:#000000;
	text-align:center;
	text-decoration:underline;
}
a.invoice_view:hover {
	text-decoration:none;
}
/*----calendar----*/
/*----offerform----*/
.subtitle {
	height:40px;
	background:#FFFFFF;
}
.h_line_bg {
	background:#e9e9e9;
}
/*----offerform----*/

/*----dashboard----*/
.dbrd_title {
	line-height:50px;
	background:#359D97;
	font-size:18px;
	/*font-weight:bold;*/
	font-family: 'latobold';
	text-align:center;
	color:#FFF;
}
.dbrd_title a {
	text-decoration:none;
	color:#FFF;
}
.dbrd_title a:hover {
	text-decoration:underline;
	color:#FFF;
}
.dbrd_text {
	line-height:30px;
	font-size:14px;
	text-align:center;
}
.dbrd_text a {
	line-height:30px;
	font-size:14px !important;
	color:#000000;
	text-decoration:none;
	text-align:center;
}
.dbrd_text a:hover {
	line-height:30px;
	font-size:14px !important; 
	color:#000000;
	text-decoration:underline;
	text-align:center;
}
.dbrd_box_bg {
	background:#FFF;
}

/*----dashboard----*/
/*----CLIENT----*/
.artist_list {
	color:#000000;
	line-height:30px;
	text-align:left;
	/*font-weight:bold;*/
	font-family: 'latobold';	
}
.artist_list a {
	color:#000000;
	line-height:30px;
	text-align:left;
	font-weight:bold;
	/*font-family: 'latobold';*/
	text-decoration:none;
}
.artist_list a:hover {
	color:#000000;
	line-height:30px;
	text-align:left;
	/*font-weight:bold;*/
	font-family: 'latobold';	
	text-decoration:underline;
}
.artist_name {
	background:#FFFFFF;
	line-height:40px;
	text-align:center;
	font-size:16px;
	/*font-weight:bold;*/
	font-family: 'latobold';
}
.table_border {
	border:1px solid #999;
	background:#FFFFFF;
}
.client_calendar_border {
	background:#999;
}
.client_calendar_month {
	background:#CCCCCC;
	text-align:center;
	line-height:30px;
	/*font-weight:bold;*/
	font-family: 'latobold';
	font-size:14px;
}
.client_calendar_text {
	background:#FFFFFF;
	text-align:left;
	line-height:20px;
	font-weight:normal;
	font-size:12px;
	padding:5px;
}
.client_calendar_text a {
	background:#FFFFFF;
	text-align:left;
	line-height:20px;
	font-weight:normal;
	font-size:12px;
	padding:5px;
	color:#000000;
	text-decoration:underline;
}
.client_calendar_text a:hover {
	background:#FFFFFF;
	text-align:left;
	line-height:20px;
	font-weight:normal;
	font-size:12px;
	padding:5px;
	color:#000000;
	text-decoration:none;
}
.client_calendar_amount {
	background:#FFFFFF;
	text-align:right;
	line-height:20px;
	font-weight:normal;
	font-size:12px;
	padding:5px;
}
.contractEvent_input {
	border:1px solid #000000;
	background:#F3F3F3;
	font-size:11px;
	color:#000000;
}
.client_title{
	background-color:#CCCCCC;
	text-align:center;
	font-family: 'latobold';
	font-size:14px;
	/*font-weight:bold;*/
	line-height:30px;
}
.routing_sheet_month {
	overflow:auto;
	height:50px;
}
.routing_sheet_date {
	/*float:left;*/
	margin:0;
}
.routing_sheet_date a {
	float:left; 
	width:150px; 
	margin-right:5px; 
	line-height:15px;
}
.routing_sheet_date a:hover {
	float:left; 
	width:150px; 
	margin-right:5px; 
	line-height:15px;
}
.routing_sheet_amount {
	/*float:right;*/
	margin-right:5px;
	text-align:right;
	/*line-height:15px;*/
}
.routing_totle_border {
	border-left:1px solid #999;
}

/*----CLIENT----*/
/*----shared_doc----*/
.tree_area {
	background:#FFFFFF;
	color:#000000;
}
.btm_fieldset {
	border:1px solid #999;
	margin:0;
	padding:5px;
}
.shared_titles {
	color:#000000;
	font-weight:normal;
	font-family:'latobold';
}
.dir_info {
	font-size:14px;
}
/*-end_shared_doc---*/
/*-help page---*/
.help_download_area {
	float:right; 
	width:200px; 
	margin:20px 0 0 0;  
	text-align:right;
}
.help_download_area a {
	text-align:right; 
	text-decoration:none; 
	color:#000000; 
	font-size:16px;
}
.help_download_area a:hover {
	text-align:right; 
	text-decoration:underline; 
	color:#000000; 
	font-size:16px;
}
.help_download_icon {
	float:right;
}

/*-end help page---*/

.general_text1{
	color:#000000;
}
.general_text2{
	font-size:16px;
	color:#000000;
}
.general_text3{
	font-size:18px;
	color:#000000;
}
.general_text1_bold{
	color:#000000;
	/*font-weight:bold;*/
	font-family: 'latobold';
}
.general_text2_bold{
	font-size:16px;
	color:#000000;
	/*font-weight:bold;*/
	font-family: 'latobold';
}
.general_text2_bold a{
	color:#000000;
}
.general_text3_bold{
	font-size:18px;
	color:#000000;
	/*font-weight:bold;*/
	font-family: 'latobold';
}
.testing_tag {
	background:#CCCCCC;
	padding:5px 10px;
	/*font-weight:bold;*/
	font-family: 'latobold';
	color:#FFFFFF;
	position:absolute;
	right:0;
	z-index:2;
}
.testing_tag a {
	text-decoration:none;
	color:#000000;
}
.testing_tag a:hover {
	text-decoration:none;
	color:#000000;
}
.testing_tag2 {
	background:#CCCCCC;
	padding:5px 10px;
	/*font-weight:bold;*/
	color:#FFFFFF;
	position:absolute;
	left:0;
	z-index:2;
}
.testing_tag2 a {
	text-decoration:none;
	color:#000000;
}
.testing_tag2 a:hover {
	text-decoration:none;
	color:#000000;
}
.underlinehover:hover{
text-decoration:underline;
}
.artist_label {
	color:#000000;
}

@media print {
.hideInPrint{
	display:none;
}
}


/*Accordion Css Start*/


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background:url(../images/icon-plus.png) no-repeat #F0F0F0;
margin:1px 0;
font-weight:normal;
font-family:'latobold'
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:url(../images/icon-minus.png) no-repeat #CCC;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font-size:14px;
/*font-weight:bold;*/
font-family: 'latobold';
margin: 10px 0;

}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

.btn_edit_icon {
	height:24px;
	width:24px;
	cursor:pointer;
	border:none;
	background:url(../images/edit.png) no-repeat;
}

.btn_edit_plus {
	height:24px;
	width:24px;
	cursor:pointer;
	border:none;
	background:url(../images/add_date.png) no-repeat;
}
.btn_edit_plus:disabled { opacity:0.2; }

/*Accordion Css End */
.ui-datepicker-trigger{ margin-left:5px !important;	display: inline-block; float:left; cursor:pointer; }
.table_h { float:left; width:98%; background:#CCC }
.new_table { width:100%; border-collapse:collapse; }
.new_table table.tablescroll_head th { border:1px solid #000; border-collapse:collapse; }
/*.new_table td, .new_table th { border:1px solid #999; border-bottom:0 !important; }*/
.new_table tr:first-child td { border-top:none !important }

/*-10-16-2013-*/
.head_address { color:#2C2C3A; padding:5px; font-size:14px; /*font-weight:bold;*/ text-align:center; }
.inputs{ width:250px; border:1px solid #666; height:25px}

.artist_box{ padding:0px; border:#CCC solid 1px;}
.artist_title{line-height:30px;background:#359D97;font-size:15px;font-weight:normal;text-align:center;color:#FFF;}
.artist_title-gray{line-height:30px;background:#EAEAEA;font-size:15px;font-weight:normal;text-align:center;color:#333;}
.artist_txt{ font-size:13px; line-height:18px; padding:10px; color:#333;}
.artist_subtitle{font-family: 'latobold';font-size:18px; /*font-weight:bold;*/ width:100%; float:left; padding:10px; text-align:center;}
a.artistbox-link { text-decoration:none;}
a.artistbox-link:hover{ text-decoration:none;  }

.agentbox:hover .artist_box { box-shadow:0 0 5px #1C5350; }

a.artistbox-link:hover .artist_box { box-shadow:0 0 5px #1C5350; }

.agentbox{position:relative; width:100%;}
.agentbox01{position:absolute; z-index:2; right:0;}
.agentbox01 a{ color:#FFF; background:#1C5350; font-size:20px; line-height:30px; margin-top:1px; text-decoration:none; width:30px; height:30px; text-align:center; display:inline-block;}
.agentbox01 a:hover{ background:#333}




/*--02-09-2015 client dashboard css start--*/

.logout-link {float:right; margin:10px; font-family: 'latobold';text-decoration: none}
.brd-right { border-right:1px solid #CCC; }

.brdcolor {border-color:#E4E4E4 !important;}

.newClientDashboard { margin:0 auto; display:table; width:1024px; }
.newClientDashboard .crow { display:block;  }


.newClientDashboard .ccell { display:inline-block; width:300px; margin:10px; text-decoration:none; }

.newClientDashboard .ccell .dashbox { display:block; width:300px; height:170px; background:#FFF; border:1px solid #E4E4E4; }

.dashSelector {  display:block; margin-top:15px; height:36px;  }

.dashicon { display:block; text-align:center; margin-top:15px; }
.dashicon > .iconh { display:inline-block; background-image:url(../images/dashboard-icons.png); background-repeat:no-repeat;  }

.dashicon > .icon-calendar { background-position:0 0; width:89px; height:89px;  }
.dashicon > .icon-routing { background-position:-100px 0; width:128px; height:80px;  }
.dashicon > .icon-offers { background-position:-240px 0; width:92px; height:94px;  }
.dashicon > .icon-blockdate { background-position:0 -109px; width:89px; height:89px;  }
.dashicon > .icon-Itinerary { background-position:-99px -109px; width:62px; height:90px;  }
.dashicon > .ticket-counts { background-position:-347px -109px; width:90px; height:90px}

.dashboxtitle { display:block; text-align:center; font-size:20px; margin-top:5px; font-family: 'latobold'; color:#359D97; }

/*-custom select Start-*/
.customSelect::-ms-expand {
    display: none;
}
.customSelect {
	border:#DDDDDD solid 1px;
	background:#F6F6F6 url(../images/select-arrow.jpg) no-repeat right;
	-webkit-appearance: none; -o-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance:none;
	/*min-width: 110px;*/
	text-indent: 0.01px;
	text-overflow:"";
	color:#333333;
	height:34px;
	border-radius:3px;
	font-size:16px;
	font-family: 'latobold';
	color:#333333;
	text-indent:5px;
	padding:5px;
	

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	
}

.selectMonth, .selectYear { width:118px; }
.selectArtist { width:320px;text-align:center; /*text-indent : -2px;*/ }


/*.customSelect option { text-align:center; }*/
/*-custom select End-*/


.calendarholder { display:inline-block; position:relative; }
.newDatepicker { border-radius:4px; border:1px solid #DDDDDD; width:115px; height:36px; padding:5px; color:#333333; box-shadow:inset 2px 2px 2px #dddddd;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
 }
.newDatepicker + .icon-calendar1 { position:absolute; top:7px; right:7px; width:19px; height:21px; background:url(../images/icon-calendar.png) no-repeat; z-index:1; }
.newDatepicker  + .ui-datepicker-trigger { position:absolute; top:7px; right:7px; width:19px; height:21px;  z-index:1; }
 
 
 
.clientfootLinks { color:#333333; font-size:17px; }
.clientfootLinks a.bookingpro { color:#2EA991; }
.clientfootLinks a.publishingpro { color:#BA0839; }
.clientfootLinks a.tourpro { color:#E58617; }

.artistlistHolder { display:table; width:100%; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; }

.artistlistHolder .artistNamebox { display:table-cell; padding:10px; width:25%; box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; vertical-align:top; float:left;  }

.artistlistHolder .artistNamebox a.artisth { border:1px solid #ccc; background:#f1f1f1; display:table; text-align:center; font-size:16px; font-family: 'latobold'; text-decoration:none; height:200px; vertical-align:middle; width:100%;  }
.artistlistHolder .artistNamebox a.artisth span { display:table-cell; vertical-align:middle; }




/*--02-09-2015 client dashboard css end--*/
.login_bg a strong { font-weight:normal; }

/* Currency On/Off Toggle :Start */
input.ace-switch[type="checkbox"] {
	height: 30px;
    width: 90px !important;
	margin-top:0 !important;
	position:absolute;
	left:0;
	z-index:1;
	opacity:0;
	}
input.ace-switch-2[type="checkbox"] + .lbl:before {
	content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
	}	
input.ace-switch[type="checkbox"] + .lbl:before {
	background-color: ;
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
    color: #999999;
    content: "On\a0\a0\a0\a0\a0\a0\a0\a0Off";
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -5px;
    transition: text-indent 0.4s ease 0s;
    width: 80px;
	}
input.ace-switch[type="checkbox"]:checked + .lbl:before {
	background-color: #359d97;
    border-color: #359d97;
    color: #FFFFFF;
    text-indent: 5px;
	}
input.ace-switch[type="checkbox"]:checked + .lbl:after {
	background-color: #FFFFFF;
    color: #8AB2C9;
    left:38px;
	}
input.ace-switch[type="checkbox"] + .lbl:after {
	background-color: #359d97;
    border-radius: 50px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
    color: #E5E5E5;
    content: "||||";
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: lighter;
    height: 22px;
    left:4px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
    top: 4px;
    transition: left 0.4s ease 0s;
    width: 40px;
	}
input.ace-switch[type="checkbox"] + .lbl {
	/*margin: 0 4px;*/
    min-height: 25px;
	}
/* End */
/*-06-11-2015 custome checkbox start-*/
.ccheckholder { display:inline-block; position:relative; }
input[type="checkbox"]{ margin:0 5px 0 0; vertical-align:middle; height:20px; width:20px; text-align:center; position:absolute; z-index:1; opacity:0;  }
input[type="checkbox"] + .ccheck { /*position:relative;*/  }
input[type="checkbox"] + .ccheck:before { content:""; display:inline-block; width:18px; height:18px; border:2px solid #B1B1B1; box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; vertical-align:middle; margin-right:5px; border-radius:3px; }
input[type="checkbox"]:checked + .ccheck:before { border:2px solid #36af9d; }

input[type="checkbox"]:checked + .ccheck:after { content:""; background:url(../images/icon_check.png) no-repeat; font-size:15px; color:#333; font-weight:bold; left:3px; top:0; position:absolute; width:18px; height:18px;  }
/*-06-11-2015 custome checkbox end-*/
/*-07-20-2015 header user dropdown css start-*/
.userdd {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 14px;
}.userdd ul { list-style-type:none; margin:0; padding:0; }
.userdd ul li { text-align:center; position:relative; padding:7px 10px; cursor:pointer; border-radius:3px; display:inline-block;  }
.userdd ul li.user:hover { text-align:center; position:relative; background:#f1f1f1;  }
.userdd ul li a { text-align:center; display:block; padding:7px 10px; }

.userdd ul li ul { display:none; border:1px solid #333333; background:#FFF; border-radius:5px; overflow:hidden; right:0; position:absolute; z-index:1; margin-top:5px; }
.userdd ul li:hover ul { display:block; }

.userdd ul li ul li { padding:0; display:block; }
.userdd ul li li a { text-align:left !important; border-bottom:1px solid #333; white-space:nowrap; color:#333; }
.userdd ul li li a:hover { background:#f1f1f1; text-decoration:none; text-align:left !important; color:#000; }

.userdd ul li li:last-child a { border-bottom:0; }
/*-07-20-2015 header user dropdown css end-*/
.btn_help { font-size:14px;text-align:center;padding:7px 10px; cursor:pointer; /*position:absolute; right:120px; top:10px;*/ background:#f1f1f1; border:1px solid #f1f1f1; border-radius:3px; color:#333}
.btn_help.schedule_demo {
    font-size: 18px;
    background: #21807a;
    color: #ffffff;
    border: none;
    font-weight: 600;
}
.btn_help.schedule_demo:hover {
    background: #14645f;
    color: #ffffff;
}
.btn_help:hover { background:#FFF; color:#333; text-decoration:none}
/*-07-22-2015 setting page vertical tab-*/
.ui-tabs-vertical { width:100%; border: 0 !important; font-family:"latoregular" !important; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width:20%;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;
min-height:500px; background:#f1f1f1 !important; padding:5px 0 0 5px !important; border: none !important
}
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; border:0 !important; background:none !important }
.ui-tabs-vertical .ui-tabs-nav li a { display:block !important; float:none !important; font-family:"latobold" !important; padding:10px 15px !important; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; background:#FFF !important }
.ui-state-active a {color:#359d97 !important; }

.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width:80%;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;
}

[id*="tabs-"] h2 { font-size:18px; font-family:"latobold"; text-align:center; }
/*-07-22-2015 setting page vertical end-*/
/*-new dashboard css 08/01/2015 start-*/
.mt15 { margin-top:15px; }
.aLoginHeader { height:60px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; padding:9px; position:relative; font-size:12px; }
.header_logo {float:left; margin-right:20px; } 
.header_address { left: 0; padding-top: 12px; position: absolute; right: 0; text-align: center; z-index: -1; }

footer { color:#999999; font-size:12px; text-align:center; }
footer p { margin-bottom:5px; }
footer a { color:#999999; }
footer a:hover { color:#000; }

.dash_reportH { padding:15px; border:1px solid #CCC; }
.dash_reportH .row { margin-bottom:15px; }
.dash_reportH .row:last-child { margin-bottom:0; }
.dash_reportH a { border-color:#CCC; border-style:solid; border-width:1px 3px 3px 1px; display:block; padding:7px 10px; color:#333; font-size:13px }
.dash_reportH a i { margin-right:5px; font-size:14px; }
.dash_reportH a:hover { border-color:#359d97; color:#359d97; text-decoration:none;  }


.dash_othLink { margin-bottom:15px; }
 .dash_othLink * {-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out; }
.dash_othLink a { border-color:#CCC; border-style:solid; border-width:1px 3px 3px 1px; display:block; padding:7px 10px; color:#333; font-size:16px; margin-bottom:10px; vertical-align:middle;
 }
 

.dash_othLink a i { margin-right:5px; font-size:24px; color:#359d97; }
.dash_othLink a:hover { border-color:#359d97; background:#359d97; color:#FFF; text-decoration:none;  }

.dash_othLink .icon_oth { background-image:url(../images/icons_othLink.png); background-repeat:no-repeat; display:inline-block; width:30px; height:30px; margin-right:10px; vertical-align:middle; }
.dash_othLink .icon_ent_offer { background-position:0 0; }
.dash_othLink .icon_offer { background-position:-30px 0; }
.dash_othLink .icon_deposits { background-position:-60px 0; }
.dash_othLink .icon_contract { background-position:-90px 0; }
.dash_othLink .icon_block { background-position:-120px 0; }

.dash_othLink a:hover .icon_ent_offer { background-position:0 -30px; }
.dash_othLink a:hover .icon_offer { background-position:-30px -30px; }
.dash_othLink a:hover .icon_deposits { background-position:-60px -30px; }
.dash_othLink a:hover .icon_contract { background-position:-90px -30px; }
.dash_othLink a:hover .icon_block { background-position:-120px -30px; }

.dash_calendar .calendar_header { border:1px solid #CCC; background:#F2F2F2; padding:5px; vertical-align:middle; position:relative; }
.dash_calendar .calendar_header input, .dash_calendar .calendar_header select { display:inline-block !important; border-color:#CCCCCC; }
.dash_calendar .calendar_header a { color:#2B8D85; }
.dash_calendar .calendar_header a.month-arrow { font-size:16px; }


.dash_calendar .calendar_body { border-width:0 1px 1px 1px; border-style: solid; border-color:#CCC; padding:10px; }
.dash_calendar .calendar_body table { width:100%; border:1px solid #CCC; border-collapse:collapse; }
.dash_calendar .calendar_body table th, .dash_calendar .calendar_body table td { border:1px solid #CCC; font-weight:normal; }

.dash_calendar .calendar_body table th { text-align:center; font-family: 'latobold'; color:#333333; font-size:16px; padding:5px; }
.dash_calendar .calendar_body table td { height:72px; width:14.2857%; vertical-align:top; text-align: right; }
.dash_calendar .calendar_body table td.blank_day { background:#f1f1f1; }
.dash_calendar .calendar_body table td.blank_day:hover { background:#f1f1f1; box-shadow:none !important }

.dash_calendar .calendar_body table td.day_holder { background:#FFF; }
.dash_calendar .calendar_body table td.day_holder .day_div { position:relative; height:72px; }
.dash_calendar .calendar_body table td.day_holder .day_div .date { font-size:16px; color:#333333; position:absolute; top:7px; left:10px; line-height:16px; }


.dash_calendar .calendar_body table td.active_day { /*background:#E0F9FE;*/ }
.dash_calendar .calendar_body table td.active_day .day_div .date { color:#0066CC; }
.dash_calendar .calendar_body table td:hover , .dash_calendar .calendar_body table td.selected{ background:#88DBD5; box-shadow:0 0 5px #666; }
.dash_calendar .calendar_body table td:hover .day_div .date , .dash_calendar .calendar_body table td.selected .day_div .date { color:#0066CC; }


.dash_calendar .calendar_body table td.active_day span.pendingOffer { /*background:#0000FF;*/ color:#0000FF; padding:2px 5px; border-radius:5px; margin:2px; font-weight:bold; }
.dash_calendar .calendar_body table td.active_day span.acceptedOffer {/*background:#009900;*/ color:#009900; padding:2px 5px; border-radius:5px; margin:2px; font-weight:bold;}
.dash_calendar .calendar_body table td.active_day span.blockDates {/*background:#FF0000;*/ color:#FF0000; padding:2px 5px; border-radius:5px; margin:2px; font-weight:bold;}
.dash_calendar .calendar_body table td.active_day span.canceledShow {/*background:#993300;*/ color:#993300; padding:2px 5px; border-radius:5px; margin:2px; font-weight:bold;}

.monthDetail { padding:20px; font-size:16px; overflow:auto; height:356px; }
.monthDetail a { margin-bottom:5px; display:block; }
.monthDetail a.pendingOffer { color:#0000FF; }
.monthDetail a.acceptedOffer { color:#009900; }
.monthDetail a.blockDates { color:#FF0000; }
.monthDetail a.canceledShow { color:#993300; text-decoration:line-through; }


.calendar_legend  { margin:0; padding:0; display:inline-block; font-size:12px; }
.calendar_legend li  { display:inline-block; margin:0 5px;  }
.calendar_legend li.pendingOffer  { color:#0000FF; }
.calendar_legend li.acceptedOffer {color:#009900; }
.calendar_legend li.blockDates { color:#FF0000; }
.calendar_legend li.canceledShow { color:#993300; }

/*-new dashboard css 08/01/2015 end-*/
.document-upload div, img{ display:inline-block; vertical-align:middle;}
.document-upload img{position:relative; top:-9px;}

/*-SETTING PAGE TABL LINK CSS-*/
.tab-text {padding:10px 15px !important; font-family:'latoregular' !important; font-weight:normal; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; }

.icon_bandsintown { display:inline-block; vertical-align:top; margin:1px 0 0 5px; }


.walk_table td { border:0;  }
/*---KBD-336 (CRM) ----*/
.viewbur .ui-widget-content{ border:none;}
.viewbur .ui-corner-all, .viewbur .ui-corner-top, .viewbur .ui-corner-left, .viewbur .ui-corner-tl{ border-radius:0}
.viewbur .ui-widget-header{ background:none; border:none}
.viewbur .dsptble{display:table; margin:auto}
.viewbur .ui-state-active, .viewbur .ui-widget-content .ui-state-active, .viewbur .ui-widget-header .ui-state-active{ background:#6C6A88 !important; border:none}
.viewbur .ui-state-default, .viewbur .ui-widget-content .ui-state-default, .viewbur .ui-widget-header .ui-state-default{background:#343341; border:none}
.viewbur .ui-state-active a, .viewbur .ui-state-default a, .viewbur .ui-state-default a:link, .viewbur .ui-state-default a:visited{ color:#fff !important}
.viewbur .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:0; margin-right:0; padding-bottom:0}
.viewbur .ui-tabs .ui-tabs-nav li{margin:0}
.viewbur .tdbrd{ padding:20px; border:1px solid #ddd}
.viewbur .buyrboxtxt{border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd}
.viewbur .buyrboxtxtcor{ background:#EDFAF9 !important;}
.viewbur .comnten{ color:#000}
.viewbur .comnten span{color:#333}
.viewbur .comnten span a{color:#333; text-decoration:underline}
.viewbur .comnten span a:hover{color:#333; text-decoration:none}
.noticouter{background:#359D97;border-radius:25px;box-sizing: border-box;color:#fff;font-size:12px;height:17px;margin: 0 0 0 20px;position: absolute;text-align: center;vertical-align: middle;width: 17px; z-index:1;}
/*Notification toggle start*/
.onclick-menu img:hover, .onclick-menu img:focus{ cursor:pointer}
.onclick-menu {position: relative;display: inline-block;}
.onclick-menu-content{position: absolute;z-index: 1;display: none;}
.onclick-menu-content {position: absolute;z-index: 1;transition: visibility 0.5s;}
.onclick-menu:before {content:""}
.onclick-menu-content {position: absolute;z-index: 1;transition: visibility 0.5s;
border:1px solid #333333; background:#FFF; border-radius:5px; overflow:hidden; right:0; position:absolute; z-index:1; margin-top:5px;}
.onclick-menu-content li a { text-align:left !important; border-bottom:1px solid #333; white-space:nowrap; color:#333; }
.onclick-menu-content li a:hover{background:#f1f1f1; text-decoration:none; text-align:left !important; color:#000;}
.onclick-menu-content li{padding:0 !important; display:block !important}
.onclick-menu-content li:last-child a{ border-bottom:none !important }

.btn-cda { display: inline-block; padding:10px 15px; color: #FFFFFF; background: #359D97;font-family: 'latobold'; }
.btn-cda:hover { text-decoration: none; color: #FFFFFF; }

/* Added by Vidhi */
.add_remove_agency{
	margin-left: 4px !important;
}
.cust-extra-padd .table_title, .cust-extra-padd .table_text1{ padding:9px 5px;}
.date_peaker_input {
	width:80px; font-size: 12px;
	height:32px; padding:5px; border:2px solid #dddddd; background:#FFFFFF; color:#000000; border-radius: 3px;
}
.date_peaker_input:focus {
	border-color:#b3b2cb; outline: inherit;
}
.date_peaker_mandatory_input {
	width:80px; font-size: 12px;
	height:32px; padding:5px; border:2px solid rgba(255,0,0,0.4); background:#FFFFFF; color:#000000; border-radius: 3px;
}
.date_peaker_mandatory_input:focus {
	border-color:#b3b2cb; outline: inherit;
}
.box03_area {
	border:1px solid #d1d0e0;
	background:#FFFFFF;
}