.width-140{
	width: 140px !important;
}
.width-200{
	width: 200px !important;
}
textarea{
	resize: vertical;
	min-height: 100px;
}
input[type="file"]{
	height: auto;
}
.bootstrap-tags .tags-input{
	min-height: 33px !important;
}
.bootstrap-tags .tag{
	line-height: 22px;
	margin-top: 2px;
	border-radius: 0px;
}
.bootstrap-tags .tag .remove{
	line-height: 22px;
}
.top-link{
	float: right;
	padding-right: 10px;
	padding-top: 3px;
	position: relative;
	z-index: 1;
}
.note{
  color: #999999;
  font-size: 11px;
  line-height: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.chat-content{
	height: 300px;
}

.col-sm-4-important{
	width: 33.3333% !important;
}
.col-sm-8-important{
	width: 66.6667% !important;
}
.mt0,
.invoice-block .logo-block.mt0{
	margin-top: 0px;
}
.mb0{
	margin-bottom: 0px;
}
.mt15{
	margin-top: 15px;
}
.mtb15{
	margin: 15px 0px;
}
.mb25{
	margin-bottom: 25px;
}
.mr5{
	margin-right: 5px;
}
.ml5{
	margin-left:5px;
}
.p0{
	padding: 0px;
}
.pb10{
	padding-bottom: 10px;
}
.pl0{
	padding-left: 0px !important;
}
.pl10{
	padding-left: 10px !important;
}
.pt0{
	padding-top: 0px;
}
.pt6{
	padding-top: 6px;
}
.navbar-brand{
	width: 150px;
}
.powerwidget > header{
	padding: 0px 10px;
}
.responsive-admin-menu #menu li a:hover,
.responsive-admin-menu #menu li.opened,
.responsive-admin-menu #menu li.opened ul li,
.responsive-admin-menu #menu li.opened + ul{
	width: 270px;
}
.breadcrumb{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	min-height: 44px;
	height: auto;
}
.breadcrumb li{
	float: none;
	margin-bottom: 8px;
	margin-left: 0px;
}
.breadcrumb li a{
	float: none;
	display: inline-block;
}
.breadcrumb li:first-child a{
	margin-left: 0px;
}
.tabs-offcanvas .main-info h1{
	line-height: 1.1em;
	font-size: 13px;
}
.login-block header{
	background: #454B52;
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}
.login-block header > h2{
	font-size: 24px;
	font-weight: normal;
	color: #f3f3f3;
	padding: 10px 0px;
}
.login-block p {
	display: block;
	padding: 10px;
}
.responsive-admin-menu{
	min-width: 270px;
}
.sidebar-toggle.responsive-admin-menu{
	min-width: inherit;
	max-width: 210px;

}
.content-wrapper:after{
	content: '';
}
.table > thead > tr > th .caret{
	display: none;
}
.table > thead > tr > th > a{
	background: #858689;
	color: #fff;
	font-size: .87em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 10px;
	text-decoration: none;
}
table.table thead .sort-link:after {
	margin-left: 5px;
	content: "\f0dc";
	font-family: 'FontAwesome';
}

table.table thead .sort-link.asc:after {
	margin-left: 5px;
	content: "\f0dd";
	font-family: 'FontAwesome';
}
table.table thead .sort-link.desc:after {
	margin-left: 5px;
	content: "\f0de";
	font-family: 'FontAwesome';
}
.table > thead > tr > th{
	line-height: 20px;
}
.summary{
	margin: 0px 0px 10px;
}
.items{
	clear: both;
}
.button-column{
	width: 80px;
	text-align: center;
}
.button-column a{
	color: #000;
}
.button-column .glyphicon,.button-column .entypo-list-add,
.button-column .entypo-paper-plane{
	height: 13px;
	overflow: hidden;
	width: 13px;

	display: inline-block;
	line-height: 1;
	position: relative;
	top: 1px;
	text-decoration: none;
}

.powerwidget > header .navbar {
	background: transparent;
	margin: 0px;
}
.powerwidget > header .navbar-nav.navbar-right:last-child{
	margin-right: 0px;
}
.powerwidget > header .dropdown a,.powerwidget > header .dropdown a:hover{
	color: #fff;
}
.form-group .variant-item{
	padding: 5px 0px;
	margin-left: -15px;
}
.form-group .variant-item input[type=checkbox]{
	margin-right: 5px;
}
.form-actions{
	border-top: 5px solid rgba(0, 0, 0, 0.1);
	display: block;
	margin: 0 -10px;
	padding: 10px;
	padding-left: 10%;
	padding-bottom: 0px;
}
.form-actions .btn{
	margin-bottom: 10px;

}
.top-button{
	float: right;
	margin-top: -85px;
}
.variant-row{
	padding: 5px 0px 5px;
}
.variant-row select{
	padding: 2px 10px;
	height: 30px;
}
.variant-row input[type=checkbox]{
	margin-right: 5px;
}
.variant-row .variant-params{
	display: none;
	border-bottom: 1px solid #F0F0ED;
	padding-bottom: 10px;
}
.model-variant-row{
	padding: 5px 0px;
	margin-left: 0px;
}
.model-variant-row input[type=checkbox]{
	margin-right: 5px;
}
.model-variant-row .variant-mounts{
	display: none;
	padding-top: 15px;
}

.variant-cast{
	display: none;
}
.variant-cast .model-cast-row{
	margin: 5px 0px;
}
.variant-cast .model-cast-row .append-cast-param{
	display: none;
}
.variant-cast .model-cast-row:last-child .append-cast-param{
	display: inline-block;
}



.client-block{
	border-top: 1px solid #F0F0ED;
	border-bottom: 1px solid #F0F0ED;
	margin: 15px 0px;
	padding-top:15px;
}
.invoice-block .left-buttons{
	margin-top: -12px;
	float: left;
}
.invoice-block .logo-block{
	max-width: inherit;
	display: block;
	float: right;
	margin-top: -15px;
	padding: 10px;
}
.invoice-block .from-to{
	position: inherit;
	padding-bottom: 10px;
}
.invoice-block .well .row{
	padding-bottom: 10px;
}
.invoice-block .well{
	padding-bottom: 0px;
}
.modal{
	z-index: 9999;
	overflow-y: scroll;
}
.modal-xs{
	width: auto;
	max-width: 500px;
}
.modal-sm{
	width: auto;
	max-width: 700px;
}
.modal-content hr{
	margin: 0px 20px;
}
.modal-body .form-group:last-child{
	margin-bottom: 0px;
}
.modal-content .modal-footer{
	border-top: 1px solid #F2F2F2;
	padding-top: 20px;
	margin-top: 0px;
	background: #f9f9f9;
}
.tabs-modal .modal-header{
	border-bottom: 2px solid #ddd;
}
.tabs-modal .nav-tabs > li{
	width: 50%;
	text-align: center;
}
.tabs-modal .nav-tabs > li > a{
	border-radius: 0;
	margin-right: 0px;
}
.tabs-modal .nav-tabs > li > a:hover,
.tabs-modal .nav-tabs > li > a:focus{
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
}
.tabs-modal .nav-tabs > li.active > a,
.tabs-modal .nav-tabs > li.active > a:hover,
.tabs-modal .nav-tabs > li.active > a:focus{
	border-left-color: #ddd;
	border-right-color: #ddd;

}
.tabs-modal .nav-tabs > li > a:hover,
.tabs-modal .nav-tabs > li > a:focus,
.tabs-modal .nav-tabs > li.active > a,
.tabs-modal .nav-tabs > li.active > a:hover,
.tabs-modal .nav-tabs > li.active > a:focus{
	border-top: none;
	padding-top: 12px;
}
.tabs-modal .form-group{
	margin: 20px 0px 25px;
}
.tabs-modal .pay-form{
	margin: 25px 0px 35px;
	text-align:center;

}
.tabs-modal .modal-footer{
	padding: 15px 0px 0px;
	border-top: 1px solid #ddd;
}


.bid-summary{
	float: right;
	font-size: 1.2em;
	font-weight: 700;
	border-bottom: 1px solid #e2eae9;
	margin-bottom: 15px;
	margin-top: -15px;
	padding: 10px 15px;
}
#Sets_issue{
	background: #fff;
	cursor: pointer;
}
#sets-grid .label,
#payment-grid .label{
	font-size: 13px;
	text-transform: lowercase;
	font-weight: normal;
}
.content-wrapper.main-content-toggle-left{
	margin-left: 10px;
}
.thumbnails-block .thumbnails li{
	display: inline-block;
	float: none;
	width: 33%;
}
.thumbnails-block .hover-fader i{
	background: none;
	opacity: 0.7;
	font-weight: normal;
}
.thumbnails-block .caption{
	padding: 0px;
}
.thumbnails-block .caption .btn{
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
input[type=file].form-control{
	border: none;
	padding: 0px;
}
input[type=file].form-control:hover{
	background: none;
}
.col-sm-3.form-control{
	width: 25%;
}
.well{
	line-height: 21px;
}
.tmtimeline > li .tmlabel h2 > a{
	color: #888;
	text-decoration: underline;;
}
.tmtimeline > li .tmlabel h2 > a:hover{
	text-decoration: none;
}
.blog-row .blog-img{
	max-width: 100%;
	margin: auto;
	margin-bottom: 20px;
	display: block;
}
.show-calendar .ranges{
	display: none !important;
}
.show-calendar,
.daterangepicker.dropdown-menu.show-calendar{
	border: 1px solid #C0C2C7;
	z-index: 999999;
	padding: 10px;
}
.form-control .select2-choices{
	border:2px solid #c0c2c7;
}
.form-control .select2-choices input[type=text]{
	padding: 8px 10px;
	height: 34px;
}
.select2-drop-active{
	z-index: 999999;
}
.col-sm-5.col-sm-9{
	width: 75%;
}
#issue-date{
	background: #fff;
	cursor: pointer;
}
.help-block.error{
	clear: both;
}
.flotchart-container{
	height: 350px;
}

.editable{
	border-bottom: 1px dashed #0088cc;
}
.editable:hover{
	border:none;
	text-decoration:none;

}
.popover .editable-input,
.popover .editable-buttons{
	display: inline-block;
}
.popover .editable-buttons{
	margin-left: 5px;
}
.popover .editable-buttons .btn{
	margin-left: 5px;
	display: inline-block !important;
	width: auto !important;
}
.popover{
	max-width: 400px;
}
.phrase-value{
	font-weight: bold;
	font-style: italic;
	padding-top: 7px;
}
.cloned-line{
	margin-bottom: 10px;
}
.cloned-line .append-clone-line{
  display: none;
}
.cloned-line:last-child .append-clone-line{
  display: inline-block;
}
.bill-widget{
	float: right;
	margin-right: 15px;
}
.bill-widget > .icon{
	float: left;
  background: #969fa1;
  color: #fff;
  border-radius: 20px;
  font-size: 17px;
  line-height: 32px;
  padding: 0 9px 2px;
}
.bill-widget > .text{
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding-left: 7px;
	padding-top:3px;
}
.bill-widget > .text .btn-xs{
  border-radius: 4px;
  font-size: 11px;
  margin-top: 2px;
  padding: 1px 16px;
}
.price-tariff{
	font-size: 38px;
}
.price-blocks .form-group{
	padding: 50px 25px 0px;
	margin-bottom: 10px;
}
.price-blocks .error > input[type=text]{
  background: #f0c6bd none repeat scroll 0 0;
  border-color: #e9a89a;
}
.price-blocks .error .errorMessage{
	display: none !important;
}

.price-blocks .another-text{
  height: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 15px 20px;
  text-align: center;
}

.ui-pnotify-title{
	font-size: 22px;
}
.ui-pnotify-text{
	font-size: 18px;
}
.pnotify-class{
	right: 25% !important;
}

.label-teal-500, .btn-teal-500{
	background: #56bfb5;
}
.btn-teal-500{
	color: #fff;
}
.btn-teal-500:hover{
	background: #3aa99e;
	color: #fff;
}
.label-purple-400, .btn-purple-400{
	background: #bba7e4;
}
.btn-purple-400{
	color: #fff;
}
.btn-purple-400:hover{
	background: #a58add;
	color: #fff;
}

#accordion .page-header:first-child{
	margin-top: 5px;
}
#accordion .page-header{
	margin-top: 25px;
}

.full-width{
	width: 100% !important;
	text-align: left !important;
	margin-bottom: 5px !important;
}

.search-results ol {
	margin-top: 40px;
}
#defectbid-grid .summary, #defects-grid .summary, #models-grid .summary, #variants-grid .summary {
	padding-top: 30px;
	float: left!important;
}
#defectbid-grid .items.table.table-striped, #defects-grid .items.table.table-striped, #models-grid .items.table.table-striped,#variants-grid .items.table.table-striped{
	margin-bottom: 0px;
}
tr.info > * {
	color: #4c4c4c!important;
}
@media only screen and (max-width : 1150px){
	.top-link{
		float: none;
    margin-bottom: 20px;
    padding: 0;
    text-align: right;
	}
}
@media only screen and (max-width : 767px){
	.top-link > a{
		display: block;
	}
}
