html {
	overflow-y:scroll !important;
}

.grid-view {
	padding-top:0px !important;
}

.grid-view .summary {
	float:right !important;
	margin:0px !important;
	line-height:40px !important;
}

#page {
	margin-top:42px;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

.select2-container {
	margin-left:0px !important;
}
.dinamic_field {
    display: block;
    margin-top: 5px;
}
.inline-box {}
.inline-box label {
    display: inline-block;
    margin-right: 5px;
}
.popover {
    max-width: 600px;
}

.radio-list,
#radio-list,
.check-list{
    overflow:hidden;
    padding:5px 0 0;
}
.radio-list input[type="radio"],
#radio-list input[type="radio"],
.check-list input[type="checkbox"]{
    float:left;
}
.radio-list label,
#radio-list label,
.check-list label{
    float:left;
    padding:0 15px 0 5px;
}

div.email-template {
    border: 1px solid black;
    margin:0px 0 4% 0;
    background-color: white;
    padding: 5px;
}

._subject {
    min-height: 15px;
    width: 98%;
}

._body {
    min-height: 295px;
	width: 98%;
}
.form-horizontal .custom-form .control-label{
    text-align: left;
    width: 120px;
}
.form-horizontal .custom-form .controls{
    margin-left: 140px;
}

.errorMessage{
    color: #b94a48;
}

.errorSummary ul li{
    color: #b94a48;
}

form#email-template div.email-template {
    font-family: Arial;
    font-size: 13px;
    cursor: pointer;
    line-height: 1;
}
.table-scroll{
	max-width: 100%;
	overflow-x: auto;
}
.activity-table-wrap{
	border: solid #ddd;
	border-width: 1px 1px 1px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
}
.activity-table table{
	border: none;
	margin: 0;
}
.activity-table>tbody>tr>td,
.td-days>table>tbody>tr>td{
	padding: 0;
}
.activity-table .table-bordered thead:first-child tr:first-child th:last-child,
.activity-table .table-bordered tbody:first-child tr:first-child td:last-child,
.activity-table .table-bordered thead:last-child tr:last-child th:first-child,
.activity-table .table-bordered tbody:last-child tr:last-child td:first-child,
.activity-table .table-bordered tfoot:last-child tr:last-child td:first-child{
	-webkit-border-radius: 0;
	border-radius: 0;
}
.td-days{
	/*-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);*/
	/*box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);*/
}
.getStatistic:hover{
	cursor: pointer;
}

.contractor-blue{
    background: #CCFFFF;
}
.activity-table>tbody>tr>td:nth-child(2n){
	background: #f3f3f3;
}
.td-days>table>tbody>tr>td:nth-child(2n){
	background: #f9f9f9;
}
.td-days>table>tbody>tr>td:first-child{
	-moz-box-shadow: inset 6px 0 8px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 6px 0 8px -6px rgba(0, 0, 0, 0.5);
}
.td-days>table>tbody>tr>td:last-child{
	-moz-box-shadow: inset -6px 0 8px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset -6px 0 8px -6px rgba(0, 0, 0, 0.5);
}
.td-days>table>tbody>tr>td th{
	-moz-box-shadow: inset 0 6px 8px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 6px 8px -6px rgba(0, 0, 0, 0.5);
}
.td-days>table>tbody>tr>td tr:last-child td{
	-moz-box-shadow: inset 0 -6px 8px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 -6px 8px -6px rgba(0, 0, 0, 0.5);
}
.activity-table .table-bordered,
.activity-table *{
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.activity-table-wrap th{
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
}
.td-days{
	background: none !important;
}
#spinner{
    position: absolute;
    top: 50%;
    left: 40px;
}
.col-url{
    width: auto !important;
    word-break: break-all;
}
table#target-analysis-report tr.total td {
    font-weight: bold !important;
    font-size: 16px;
}
.well-user{
	padding: 5px 20px;
	margin: 0 0 5px;
}
.well-user select{
	margin: 0 0 0 10px;
}
.loading{
	position: relative;
}
.loading:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	margin: -21px 0 0 -21px;
	padding: 10px;
	width: 42px;
	height: 42px;
	background:#fff url('/img/jquery-preloader1.gif') 50% 50% no-repeat;
}
.loading:before{
	content: '';
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	background:rgba(255,255,255,0.7);
}