@import 'overrides.css';

@media (min-width: 768px){
	.form-horizontal .control-label {
	    padding-bottom: 0px !important;
	}

}


/*** New Class ***/
.form-control:not([type='password']) {
	text-transform: uppercase;
}

.modal-open-noscroll {
    padding-right: 0px !important;
}

.row .row-margin{
    margin-right: -15px;
    margin-left: -15px;
}
.btn-flat{
	border-radius: 0px;
}
.small-caps{
	font-variant: small-caps;
}

input.search, input.search:focus{
	background-image: url(i/search.png);
	background-repeat: no-repeat;
	background-position: 5px center;
    padding-left: 35px;
}

.img-responsive-height {
    width: 100% !important;
    height: auto !important;
}

.table{
	table-layout: fixed;
}

.table td, .table th{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.table td.actions, .table th.actions{overflow: visible;}

.form-group label.control-label:before {
    content: '';
    padding-left: 10px;
}

.form-group.required label.control-label:before{
	content: '* ';
	color: #b64645;
    /*padding-left: 0px;*/
}

div.bootstrap-select button.btn.dropdown-toggle {
    border: 1px solid #D5D5D5;
    background: #F9F9F9;
    color: #555;
}

div.bootstrap-select.open button.btn.dropdown-toggle {
    border-color: #C1C1C1;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group.bootstrap-select.disabled.form-control.select button{
    color: #848484 !important;
    background-color: #eee !important;
    border-color: #D5D5D5 !important;
    opacity: 1 !important;
}

.form-control.error, .bootstrap-select.error > button {
    border-color: #b64645 !important;
}

.form-control[disabled], .form-control[readonly] {
    color: #848484 !important;
}

.page-content-wrap > div.mpb {
    position: absolute !important;
    top: 80px !important;
    background: rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

@media (max-width: 1024px){
	.page-content-wrap > div.mpb {
	    top: 130px !important;
	}
}

div.user_image{
	max-width: 200px;
	width: 100%;
	height: 200px;
}

.refreshing{
	position:relative;
}

.refreshing:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.3) url(../atlant/img/loaders/default.gif) center no-repeat;
}

@media (min-width: 768px){
	.form-horizontal .control-label {
	    text-align: left;
	}
}


/** Select2 **/
span.select2{
	width: 100% !important;
    border: 1px solid #D5D5D5;
    background: #F9F9F9;
	padding: 0px 6px !important;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

span.select2 span.select2-selection{
	border: none !important;
	background: #F9F9F9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
}

.select2.select2-container--open{
	background-color: #FFF;
}

.select2.select2-container--open .select2-selection{
	background-color: #FFF !important;
}

.select2-dropdown{
	border: 1px solid #D5D5D5 !important;
    -webkit-border-radius: 4px !important;
       -moz-border-radius: 4px !important;
            border-radius: 4px !important;
}

.select2-dropdown--below{
    top: 8px !important;
}

.select2-dropdown--above{
	top: -8px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5 !important;
    color: #262626 !important;
}

.select2-results__option {
    padding: 8px 15px !important;
    border-bottom: 1px solid #E9E9E9 !important;
    line-height: 20px !important;
}

.select2-search--dropdown {
    padding: 10px 10px 4px 10px !important;;
}

.select2-search--dropdown input{
	border-color: #d5d5d5 !important;
	background-color: #F9F9F9 !important;
}

.select2-search--dropdown input:focus{
	background-color: #FFF !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #444 !important;
}

span.select2.select2-container.select2-container--default.select2-container--disabled.select2-container--focus{
    /*color: #848484 !important;
    background-color: #eee !important;
    border-color: #D5D5D5 !important;
    opacity: 1 !important;*/
}

/*************/

/*.nav-tabs, .nav-tabs.nav-justified{
	padding: 0px !important;
	/*border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
            border-radius: 0px !important;
}

.nav-tabs.nav-justified li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #434a54;
}

.panel.tabs{
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
            border-radius: 0px !important;
}

.nav-tabs.nav-justified > li > a:hover {
    background: #FFF !important;
}

.nav-tabs.nav-justified>li>a{
	margin-bottom: 0px !important;
}*/

/************/

.dropzone-image{
	cursor: pointer;
    border: 2px dashed #BAD7FD;
    min-height: 360px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(135, 171, 239, 0.03);
    padding: 10px 5px;

    -webkit-transition : border 500ms ease-out;
       -moz-transition : border 500ms ease-out;
         -o-transition : border 500ms ease-out;
            transition : border 500ms ease-out;

}

.dropzone-image:hover{
	border-color: #6E9FE0;
}

.dropzone-image.no-files:after{
	content: 'Solte as imagens aqui ou clique para selecioná-las';
    font-size: 18px;
    color: #46AFEF;
    display: block;
    text-align: center;
    padding: 30px 0;

    -webkit-transition : color 500ms ease-out;
       -moz-transition : color 500ms ease-out;
         -o-transition : color 500ms ease-out;
            transition : color 500ms ease-out;
}

.dropzone-image.no-files:hover:after{
	color: #119CF1;
}

/*****************/

.jcarousel img {
    max-width: auto !important;
    height: 150px !important;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;
}

.btn-group.bootstrap-select.disabled.select {
	cursor: not-allowed;
}

button.btn.dropdown-toggle.disabled.btn-default {
    color: #848484 !important;
    background-color: #eee;
    opacity: 1;
}

span.select2-selection__clear {
    width: 15px;
    text-align: center;
    font-size: 13px;
    color: #777;
}

/****/

th.break, td.break {
    text-align: center;
    vertical-align: middle !important;
    word-wrap: break-word;
    word-break: break-word;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal !important;
}

ul.legenda {
    margin: 10px 0px;
    list-style: none;
    border: 1px solid #efefef;
    width: 100%;
    float: left;
    position: relative;
    padding: 35px 15px 15px 15px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

ul.legenda:after {
    content: attr(legend);
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.legenda li {
    float: left;
    line-height: 25px;
    padding-right: 15px;
}

.page-content.bg {
	background: url(i/background.png) no-repeat center;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.draggable .handle {
	padding: 5px;
    cursor: move;
	color: #CCD0D9 !important;
}

.tr-draggable-placeholder {
	background-color: rgba(100,149,237,0.05);
	border: 2px dashed rgba(100,149,237, 0.5);
}
