/*<---------------------------- Personal Styles---------------------------->*/
.header-orange{
    background-color: #ff3700;
    color: #ffffff;

}
.header-blue{
    background-color: #01539F;
    color: #ffffff;
}

.header-gray{
    background-color: #666666;
    color: #ffffff;
}

.header-green{
    background-color: #5aac0c;
    color: #ffffff;
}

.gray{
    background-color: rgba(204, 204, 204, 1);
}
.gray2{ background:#e1dfdf;}
.size-400{
    max-width: 400px;
}
.size-500{
    max-width: 500px;
}
.size-600{
    max-width: 600px;
}
.size-700{
    max-width: 700px;
}
.size-900{
    width: 900px;
}
.margen_login{ margin:5px;}
.green_font{ color:green;}
.font-12{ font-size:12px;}
.font-13{ font-size:13px;}

.padding_panel{
    padding: 0 2px 0 4px;
}

.pt15{
    padding-top: 15px;
}
.pt10{
    padding-top: 10px;
}
hr{
    border-top: 2px solid #dad8d8;
}
.mt15{
margin-top: 15px;
}
.wordB{ font-size:18px; color:#ff3700; font-weight:bold }


input[type="search"] {    
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.selected-green{
                background-color: rgba(60, 216, 9, 0.19) !important;
}
.table>td {
                font-size:11px
}

.table>tr {
                font-size:12px
}
.gray-title{
color:#d0d0d0
}
.bg-gray{
background-color:rgb(90, 90, 90)
}
.float_left
{
float:left;
margin-left:60px;
}

.table-periodo
{
width:315px;
height:50px;
}

.table-periodo td{ padding:2px 2px 2px 10px;}


/*
  <------------------------ bootstrap datatimepicker ---------------------------->
*/

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background-color: #ff3600 !important;
}
.bootstrap-datetimepicker-widget table td span.active{
    background-color: #ff3600 !important;
}
.green .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background-color: #5aac0c !important;
}
.green .bootstrap-datetimepicker-widget table td span.active{
    background-color: #5aac0c !important;
}

/*
  <---------------------------- BOOTSTRAP ------------------------------------>
*/
.table>thead {
    background-color: #ff3700;
    color: white;
}
.table thead.green {
    background-color: #5aac0c;
    color: white;
}
.table thead.blue {
    background-color: #01539F;
    color: white;
}
label.orange-color{
    color: #ff3600 !important;
}
label.green-color{
    color: #5aac0c !important;
}
label.gray-color{
    color: dimgrey;
}
h4.orange{
    color:#ff3600;
}
.container{
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    border-radius: 0 0 45px 0;
}
.container-fluid{
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    border-radius: 0 0 45px 0;
}
.bs-docs-section{
    padding-left: 20px;
    padding-right: 20px;
}
.page-header{
    margin-top: 0px;
	padding-top: 13px;

}
.white-logotype{
    content:url("http://imas/logoo.gif");
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.well{
    background-color: white;
}

.selected-orange{
                background-color: rgba(255, 162, 127, 0.3) !important;
}

/* <---------------------------- Jquery Validate ------------------------> */
label.error{
    color: darkred;
}
