
.expand_all_bt {
    background: none repeat scroll 0 0 #3769ad;
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
}
.collapse_all_bt {
    background: none repeat scroll 0 0 #3769ad;
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
}
.tbox {
	position:absolute;
	display:none;
	padding:14px 17px;
	z-index:1000;
	top: 0px !important; 
	width: 1200px;
}





span.block-field {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 100%;
}

.content-box-titles h2 {
	margin:0px !important;
	box-sizing:border-box;
    float: left;
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 54px;
    color: #204654;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}
.content-box-titles {
	font-family: Arial, Helvetica, sans-serif;
    position: relative;
    width: 610px;
    background-color: #e1e9ef;
    border-bottom: 4px solid #2e6680;
    border-top: 1px solid #bdd1da;
	float:left;
}
.add-new-item {
    position: absolute;
    top: -1px;
    right: -45px;
    width: 45px;
    height: 50px;
    background-color: #2e6680;
    border-top: 1px solid #2e6680;
    border-bottom: 4px solid #2e6680;
    overflow: hidden;
    text-indent: -9999px;
}
/*img {
    display: block;
    border: 0;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}*/
.block-field:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -12px;
    background-position: 0 -148px;
    width: 24px;
    height: 8px;
}
.collapse-all {background-image: url(http://telemark.carpetscleaners.us/includes/images/arrow_down_alt1.png) !important;
		  background-size: 43px auto;
		   }
          .section-toggler {
			  background-image: url(http://telemark.carpetscleaners.us/includes/images/arrow_right_alt1.png);
		  		background-size: 43px auto;
				position: absolute;
    			right: 0;
    			top: 0;
    			width: 43px;
    			height: 100%;
    			border-right: 1px solid #bdd1da;
    			border-left: 1px solid #bdd1da;

}​
.section-toggler:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    background-position: -36px -44px;
    width: 8px;
    height: 8px;
}
.content-half {
    position: relative;
    width: 575px;
    padding: 10px 20px;
    margin: 20px 0 55px 35px;
    background-color: #fafbfc;
    border: 1px solid #e6e6e6;
}
.btn-delete-mini:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    background-position: -24px -148px;
    width: 16px;
    height: 16px;
}
.btn-delete-mini {
    line-height: 1em;
    border: 1px solid #2e6680;
    background-color: white;
    transition: background-color 150ms;
    margin: 0;
    cursor: pointer;
    color: #204654;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin-left: -5px;
    width: 32px;
    height: 32px;
    line-height: 30px;
}
.btn-edit-mini, .btn-delete-mini, .btn-download-mini, .k-grid-edit, .k-grid-update, .k-grid-cancel {
    position: relative;
    width: 31px;
    overflow: hidden;
    text-indent: 9999px;
}
/*a {
    color: #f9f3f7;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}*/
/*.tinner {
	padding: 30px 30px 20px 30px;
	width: 550px !important;
	-moz-border-radius:5px;
	border-radius:0px;
	background:#fff url(../images/preload.gif) no-repeat 50% 50%;
	border-right:1px solid #333;
	border-bottom:1px solid #333
}*/
.tinner {
    background: none repeat scroll 0 0 #f7f7f7;    
    border-radius: 0;
padding: 15px;
width: 100% !important;
height: 100% !important;
}
.tmask {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#000;
	z-index:999
}
/*
.tclose {
	position:absolute;
	right: 24px;
	top: 20px;
	width:35px;
	height:34px;
	cursor:pointer;
	background:url(../images/close-icon.png) 0 0 no-repeat;
}*/
.tclose {
background: url("../images/close-icon.png") no-repeat scroll 0 0 #fff;
border-radius: 100px;
cursor: pointer;
height: 34px;
position: absolute;
right: 0px;
top: 0px;
width: 34px;
}
.tclose:hover {
	background:url(../images/close-icon.png) -40px 0 no-repeat  #fff;
}
/*.tclose:hover {background-position:0 -30px}*/

#error {
	background:#ff6969;
	color:#fff;
	text-shadow:1px 1px #cf5454;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0
}
#error .tcontent {
	padding:10px 14px 11px;
	border:1px solid #ffb8b8;
	-moz-border-radius:5px;
	border-radius:5px
}
#success {
	background:#2ea125;
	color:#fff;
	text-shadow:1px 1px #1b6116;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:10;
	-moz-border-radius:0;
	border-radius:0
}
#bluemask {
	background:#4195aa
}
#frameless {
	padding:0
}
#frameless .tclose {
	left:6px
}
.pop_content_sub {
	margin:0px;
	padding:0px;
}
/*.pop_content_sub h1 {
	border-bottom: 1px solid #cccccc;
	color: #3365a9;
	font-size: 26px;
	margin: -15px -15px 30px;
	padding: 10px 0;
	text-align:center;
}*/
.pop_content_sub h1 {
color: #fff;
font-size: 24px;
margin: 0px;
padding: 10px;
text-align: center;
font-weight: 300;
display: table;
width: 100%;
background: #0B2A55 !important;
font-family: "Roboto", sans-serif;
}
.distrubutor_pop {
box-sizing: border-box;
margin: 0;
padding:20px 0px 10px;
}
.distrubutor_pop li {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px;
	display:table;
	width:100%;
}
.distrubutor_pop li:last-child {
	margin-bottom:0px;
}
.distrubutor_pop li p {
	
color: #0B2A55;
float: left !important;
font-size: 18px !important;
margin: 0px !important;
overflow: hidden;
padding: 9px 10px 0px 0px;
text-align: right;
text-overflow: ellipsis;
vertical-align: middle !important;
white-space: nowrap !important;
width: 12% !important;
}
.distrubutor_pop li input {
background: none repeat scroll 0 0 #fff !important;
border: 1px solid #dedddd !important;
color: #000;
display: table-cell;
float: right;
font-size: 16px !important;
margin:0px !important;
padding: 8px 5px !important;
width: 79% !important;
}
.distrubutor_pop li select {
border: 1px solid #ccc !important;
color: #000;
float: left;
font-size: 14px !important;
line-height: 20px !important;
margin: 0px !important;
padding: 10px;
width: 38% !important;
}
.distrubutor_pop li select option {
	padding:0px 5px;
	margin:0px;
}

.distrubutor_pop li input[type="checkbox"], input[type="radio"] {
	width:auto !important;
}
.distrubutor_pop li textarea {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #dedddd;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 8px 5px;
    /*width: 190px;*/
	width:90%  display:table-cell;
	height: 100px;
}
.submit_cancel_bt {
display: table;
margin: 10px 0px 0px;
padding: 0;
float: right;
}

.update_bt {
background: #4DA30B;
border: 0 none !important;
border-radius: 2px !important;
color: #ffffff !important;
cursor: pointer !important;
float: left !important;
font: 13px/23px Arial, Helvetica, sans-serif !important;
margin: 0px 0 0 15px !important;
padding: 6px 26px !important;
text-decoration: none;
width: auto !important;
font-weight: 600 !important;
}

.close_bt
{
background: #FF000B;
border: 0 none !important;
border-radius: 2px !important;
color: #ffffff !important;
cursor: pointer !important;
float: left !important;
font: 13px/23px Arial, Helvetica, sans-serif !important;
margin: 0px auto 0 !important;
padding: 6px 22px !important;
text-decoration: none;
width: auto !important;
font-weight: 600 !important;
}
