/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-dic-2016, 16:34:57
    Author     : jordi.casas
*/

th.dt-center, td.dt-center { text-align: center; }
th.dt-right, td.dt-right { text-align: right; }

.dataTables_processing {
	background-color: white;
	z-index: 9;
	line-height: 15px;
	margin-top: -20px;
	background-image: url('../img/btn-ajax-loader-small.gif');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px; 
}

table.dataTable tbody td {
	vertical-align: middle;
}

.tr-enabled {
	background-color: #f7f7de;
}

.warning-red {
	color: red; 
	border: 1px solid red;
}

.selectedCampaign{
	border: 5px solid black;
}

.selectedImage{
	border: 5px solid black;
}

.bg-color-mccloud {
	background-color: #6DA8D2;
}

.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show {
    background-image: none;
    background-color: #79c9ef;
}

.missing-translation {
	background-color: yellow;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
	z-index: 999 !important;
}

.dt-toolbar {
    display: block;
    position: relative;
    padding: 6px 7px 1px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    background: #fafafa
}

.dt-toolbar-footer {
    background: #fafafa;
    font-size: 11px;
    overflow: hidden;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px #fff;
    -moz-box-shadow: inset 0 1px #fff;
    -ms-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff
}

.dt-toolbar-footer>:first-child,
.dt-toolbar>:first-child {
    padding-left: 0!important
}

.dt-toolbar-footer>:last-child,
.dt-toolbar>:last-child {
    padding-right: 0!important
}

table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
	background-color:white
}

div.DTFC_LeftBodyWrapper {
	background-color:white;
	top: 6px !important;
}

div.DTFC_RightBodyWrapper {
	background-color:white;
	top: 6px !important;
}

div.DTFC_Blocker {
	background-color:white
}

div.DTFC_LeftWrapper
div.DTFC_RightWrapper {
	margin-bottom:0;z-index:2
}

div.DTFC_LeftWrapper,
div.DTFC_RightWrapper {
	border-bottom:none
}

div.DTFC_LeftHeadWrapper {
	top: -6px !important;
}

div.DTFC_RightHeadWrapper {
	top: -6px !important;
}

div.DTFC_LeftBodyLiner {
}

div.DTFC_RightBodyLiner {
}

.artecworking-transparent {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.artechrtitle {
	float: left;
    position: relative;
    margin-top: -28px;
    margin-left: 20px;
    background-color: #6da8d2;
    color: white;
    padding: 0px 12px;
}

.tooltip {
    position: fixed;
}

select.form-control {
	padding: 6px 8px;
}

select.ui-autocomplete-loading {
    background-image: url(../img/select2-spinner.gif)!important;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding-right: 27px;
}

.style_status_incidence {
	background-color: #f8bebe;
}

.style_status_corrected {
	background-color: #bef8cc;
}


table.photoreview td, table.photoreview th {
	padding: 5px;
}

.selectize-control.contacts .selectize-input [data-value] .selectize-name {
    font-size: 12px;
    opacity: 1;
}
.selectize-control.contacts .selectize-input [data-value] .selectize-name:before {
    content: "<";
}
.selectize-control.contacts .selectize-input [data-value] .selectize-name:after {
    content: ">";
}
.selectize-control.contacts .selectize-input [data-value] .selectize-name + .selectize-address {
    margin-left: 5px;
}
.selectize-control.contacts .selectize-dropdown .selectize-address {
    display: block;
    font-size: 10px;
    opacity: 0.5;
    font-weight: bold;
}
