
.img-area{
    width: 250px;
    height: 250px;
}

table.table tr.selected{
    background-color: #dae3f0;
}

.loading-table-data{
    text-align: center;
    color: #959595;
}
table tr.selected:hover,
table tr.selected:active,
table tr.selected:focus {
    background-color: #adbdd5;
}

/*Budget - Tab 3 - Tables  */
.table-fixed{
    background-color: #f3f3f3
}
.table-fixed tbody{
    height:300px;
    display:block;
    overflow:auto;
}
.table-fixed thead,
.table-fixed tbody tr{
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.table-fixed thead{
    width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}

.table-fixed thead tr th {
    background-color: #605ca8;
    border-color:#605ca8;
}

table#table_articles{
    width: 100%;
}

.dataTables_scrollHeadInner{
    width: 100%;
}

.fa-warning::before, .fa-exclamation-triangle::before {
    content: "\f071" !important;
}
.fa-check::before {
    content: "\f00c" !important;
}
/*Set "pointer" cursor to the rows that are selectable */
#tableRelatedArticles tr {
    cursor: pointer;
}

.total-calculated td{
    border-top: 1pt solid black !important;
}

.btn.btn-flat{
    border-radius: 0 !important;
}

.main-header .logo .logo-lg img {
max-height: 50px;
}
.main-header .logo .logo-lg {
    text-align: left;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
    height: auto;
}
.ui.input{
    width: 100%;
}
.blockUI::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
.login-logo img{
	width: 60%;
    min-height: 100%;
}

.ui.search .result .content {
    min-height: 30px;
    padding: 5px;
    margin: 0 auto;
}
.content-wrapper,.main-footer{
     margin-left: 0;
}
.dataTable .img-circle{
    width: 50px;
    height: 50px;
}
.dataTable .img-circle.closed {
    border: 5px solid #dd4b39;
    width: 45px;
    height: 45px;
}
.dataTable .img-circle.ongoing {
    border: 5px solid #34ac75 ;
    width: 45px;
    height: 45px;
}
.dataTable .img-circle.onhold {
    border: 5px solid #f39120 ;
    width: 45px;
    height: 45px;
}
.dataTable .img-circle.archived {
    border: 5px solid #e0e0e0 ;
    width: 45px;
    height: 45px;
}
.dataTable thead{
   
}
.dataTable tbody{
    color: #315c7c;
    font-weight: bold;
    font-size: 15px;
}
.table>tbody>tr>td {
    vertical-align: middle;
}

.menu {
    background: #ecf0f5;
    padding: 10px 15px 15px 15px;
    margin-right: auto;
    margin-left: auto;
}
.menu ul {
    text-align: center;
    padding-left: 0;
}

.menu li {
    padding: 0px 10px;
    display: inline-block;
}
.menu .info-box {
    border: 1px solid #315c7c;
    min-height: 60px;
    width: 150px;
}
.menu .info-box:hover, .menu .menu-active {

    border: 1px solid #f39120;
}
.menu .info-box .info-box-icon {
    background: #315c7c;
    color: #ffffff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 38px;
}

.menu .info-box:hover .info-box-icon, .menu .menu-active .info-box-icon {
    background: #f39120;
}

.menu .info-box-content {
    padding: 20px 5px;
    margin-left: 60px;
}
.info-box-text {
    font-weight: bold;
    letter-spacing: -0.5px;
    color: rgba(0,0,0,.87);
}
.menu .info-box:hover .info-box-text, .menu .menu-active .info-box-text{
    color: #f39120;
}
.main-header .logo {
    background: #061e3c;
    height: auto;
}
.main-header .navbar{
    background: #061e3c;
}
.user-header {
    background: #f39120;
}
a:hover{
color: #f39120;
}
.nav>li>a {
    color: #ffffff;
}
.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: #fff;
    background: #f39120;
}
.content-header {
    position: relative;
    padding: 25px 15px 15PX 15px;
}
.btn-add,.btn-primary {
    background-color: #315c7c;
    border-color: #315c7c;
    color: #ffffff;
}
.btn-add{
   float: right;
   margin-top: 10px;
}
.btn-add i {
    padding-right: 10px;
    font-size: 18px;
 }
.btn-add:hover, .btn-add:active, .btn-add.hover,.btn-add.focus, .btn-add:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.hover,.btn-primary.focus, .btn-primary:focus {
    background-color: #f39120;
     border-color: #f39120;
      color: #ffffff;
}
.profile-user-img {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}
.profile-user-img.border-green {
    border: 3px solid #00a65a;
}
.profile-user-img.border-red {
    border: 3px solid #dd4b39;
}

.dataTable .btn-edit, .dataTable  .btn-delete, .dataTable  .btn-password{
    margin: 6px 10px;
    padding: 0;
    font-size: 23px;
    color: #315c7c;
}
.dataTable .btn-edit:active, .dataTable  .btn-delete:active,.dataTable  .btn-password:active,.dataTable .btn-edit:hover, .dataTable  .btn-delete:hover, .dataTable  .btn-password:hover, .{
    box-shadow: none;
    color: #f39120;
}
.breadcrumb {
    font-size: 12px;
}
.content-header .breadcrumb .ion{
    margin-right: 5px;
    font-size: 13px 
}
.content-header h1{
    margin-left: 10px;
    font-size: 19px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #061e3c;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #315c7c;
    border-color: #315c7c;
}

.main-footer{
    background: #061e3c;
    color: #ffffff;
}
@media (max-width: 991px) {
    .main-header .navbar-custom-menu a, .main-header .navbar-right a {
        color: #fff;
    }
}
.main-header .logo {
    width: 60%;
    float: left;
}
.main-header .navbar {
    width: 40%;
    margin-left: 60%;
    float: none;
}
@media (max-width: 767px) {
.main-header .logo {
    width: 60%;
    float: left;
}
.main-header .navbar {
    width: 40%;
    margin-left: 60%;
    float: none;

}
}

.table-journey>tbody>tr:hover {
    background-color: #e3e3e3;
}
.table-journey>tbody {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.table-journey>thead>tr>th{
    font-size: 14px;
    text-align: center;
}
.table-journey thead th:first-child:after {
display: none !important;
}
.table-journey thead select {
    background-color: #f7f9f9;
    color: #444;
    border-color: #ddd;
    height: auto;
    font-size: 13px;
    border-radius: 4px;
}
.table-journey .label {
    display: inline;
    padding: 5px 10px;
    font-size: 90%;
    font-weight: 400;
    background: #f39120;
}
#form_edit_mansueto_tab1 .profile-user-img {
    width: 100px;
    height: 100px;
}
#form_edit_mansueto_tab1 .search-section .ui.search {
    font-size: 1.1em;
    padding-top: 25px;
}
#form_edit_mansueto_tab1  .search-section {
    max-width: 800px;
    margin: auto;
}
#form_edit_mansueto_tab1  .search-section .form-control{
    margin: 15px auto;
    width: 98%;
    font-size: 1.1em;
}

#form_edit_mansueto_tab1 .ui.label {
    background-color :#f39120;
    color:#fff;
}
.nav-tabs>li>a {
    background: #e6e6e6;
    color: #a0a0a0;

}
.tab-content {
        padding: 40px 20px;
}
.search-section .ui.fluid.dropdown {
    margin-top: 20px; 
}
#notification-section {
    display: none;
    padding: 15px 25px;
    background-color: #f39120;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.delete-notification {
    float: right;
    color: #fff !important;
    cursor: pointer;
}

.dataTables_filter .ui.selection.dropdown{
    padding: .5em;    
    vertical-align: middle;
    margin: 5px;
}
.dataTables_filter input {
    height: 38px;
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    padding: .5em;
    font-size: 14PX;
    border-radius: .28571429rem;
    margin-left: 0 !important;
}
#daterangepicker {
    margin: 6px 0px;
}
#daterangepicker .form-control {
    height: 38px;
}
.dataTables_filter{
    margin-bottom: 30px;
}
.dataTables_length,#tabla_paginate {
    margin-top: 30px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:first-child:before{
    top: 37%;
    background-color: #061e3c;
}
.table_documents {
  padding-top: 40px;
}
.table_documents .input-file-name{
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #d2d6de;
    margin-bottom: 5px;
    display: none;
}
.table_documents .input-file-name input{
    width: 100%;
    display: inline-block;
    border: 0;
    padding-right: 0px;
    height: 39px;

}
.table_documents .input-file-name .btn-save{
    text-align: right;
}

.table_documents .input-file-name .btn-save a{
    padding: 11px 10px;
    background-color: #315c7c;
    color: #ffffff;
    font-size: 14px;
    line-height: 39px;
    cursor: pointer;
}
.table_documents .input-file-name .btn-save a:hover{
    background-color: #f39120;
}


.table_documents .thumbnail {
    line-height: 138px;
    height: 150px;
    text-align: center;
    margin-bottom: 0px;
}
.table_documents .thumbnail img{
    max-height: 138px;
    display: inline-block;
}

.table_documents p {
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
    color: #315c7c;
    font-weight: bold;
    font-size: 15px;
}
.table_documents .thumb-title{
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table_documents .btn-delete {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 10px;
    font-size: 15px;
    color: #dd4b39
}
.table_documents .btn-edit {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 10px;
    font-size: 15px;
    color: #315c7c !important;
}
.timeline-journey{
    padding: 10px 15px;
}
.timeline-journey select.ui.dropdown{ 
    height: auto;
}
#notifications_form {
    display: none;
    max-width: 400px;
    margin: auto;
}
#notifications_form .row{
   margin: auto;
   padding: 20px 0px
}
#notifications_form div{
   padding: 0;
}

.table-journey .sec-worker{
    font-size: 12px;
    font-weight: lighter;
    line-height: 14px;
}
.table-journey .badge{
    border: 1px solid #f39120;
    background: #f39120;
    color: #ffffff;    
    padding: 3px 5px 3px 3px;
    margin-left: 5px;
}
.secondary-workers{
    margin-top: 20px;
}
.secondary-workers .alert-danger{
    margin: 15px auto;
    border:0px;
    color: #dd4b39 !important;
    background-color: transparent !important;
}
.secondary-workers .btn:active{
    box-shadow: none;
}
.secondary-workers label{
    margin-left: 5px;
    margin-bottom: 0;
}
.secondary-workers_1 {
    display: none;
}
.secondary-workers_2 {
    display: none;
}
.secondary-workers_3 {
    display: none;
}
.secondary-workers_4 {
    display: none;
}
.secondary-workers_5 {
    display: none;
}
.secondary-workers_6 {
    display: none;
}
.secondary-workers_7 {
    display: none;
}
.secondary-workers_8 {
    display: none;
}
.secondary-workers_9 {
    display: none;
}
.secondary-workers_10 {
    display: none;
}

.traffic-light {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 15px;
  padding: 0 9px;
  float: right;
}
.timeline-journey .traffic-light {
background: #f9f9f9;
    height: 50px;
     float: none;

}
@media only screen and (max-width: 763px) {
.timeline-journey {
    text-align: center;
}
}

@media only screen and (max-width: 600px) {
.traffic-light {
float: none;
padding: 10px 9px;
}
.timeline-journey .traffic-light {
float: none;
padding: 0px 9px;
}
}
.traffic {
    text-align: center;
}
.traffic-light div {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 5px;
  border-radius: 100%;
}
.timeline-journey  .traffic-light div{
    margin: 9px 4px;
}
.traffic-light div.red {
  background-color: #9a0000;
}
.traffic-light div.red:hover,.traffic-light div.red.active{
  background-color: #dd4b39 ;
}
.traffic-light div.yellow {
  background-color: #a26d02;
}
.traffic-light div.yellow:hover,.traffic-light div.yellow.active{
  background-color: #f39c12 ;
}
.traffic-light div.green {
  background-color: #15511e;
}
.traffic-light div.green:hover,.traffic-light div.green.active{
  background-color: #00a65a ;
}
.traffic-light div.grey {
  background-color: #6b6b6b;
}
.traffic-light div.grey:hover,.traffic-light div.grey.active{
  background-color: #a0a0b0 ;
}

.stadistics {
    padding: 30px 0px 100px 0px;
}
.results {
    padding: 30px 10px;
    padding-top: 0px;
}

.stadistics label{
    color: #315c7c;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.stadistics .btn-primary{
    padding: 8px 40px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
}

.results .title-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}
.results  p {
    padding-top: 5px;
    letter-spacing: 0.5px;
    font-size: 15   px;
    line-height: 30px;
    font-style: italic;
    color: #315c7c;
    width: 80%;
    margin: auto;
}
.results  p span{
    padding: 0 10px 30px 10px;
}
.results h2 span{
    font-size: 23px;
    font-weight: bold;
    padding: 0px 30px;
}
.results h2 {
    display: inline-block;
    font-size: 18px; 
    vertical-align: sub;   
}
.results .ion{
font-size: 40px;    
vertical-align: middle;
margin-right: 15px;
}

.results .box-header {
    color: #315c7c;
    display: block;
    padding: 20px 10px;
    position: relative;
    width: 80%;
    margin: auto;
    border-bottom: 1px solid #d2d6de;
} 
.results .charts-div  {
    margin: 20px 30px
}
.highcharts-credits, .highcharts-legend {
    display: none;
}
#form_edit_mansueto_tab1  .credit_card {
    margin-top: 20px;
}
#form_edit_mansueto_tab1 #id_vehicle,#form_edit_mansueto_tab1 #id_worker {
    display: none
}
#form_edit_mansueto_tab1 .credit_card  .form-control{
    margin: 0px;
}
#form_edit_mansueto_tab1 .credit_card  #id_credit_card{
    margin-top: 15px;
}
.form-validate .has-error  li{
    list-style: none;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 30px;
    font-size: 15px;
    color: #dd4b39;
}

.social-icons {
    display: block;
    text-align: right;
    margin: 15px;
    margin-bottom: 0;
}
.social-icons{
    display: inline-block;
    width: 100%;
    height: 50px;
    float: right;

}
.social-icons a {
    padding: 5px 13px;
    font-size: 32px;
    border-radius: 50%;
    color: #fff;
    background: #315c7c;
    margin: 0px 5px;
}
.social-icons a:hover, .social-icons a:active  {
    color: #fff;
    background: #f39120;
}
.status-dropdown.ui.dropdown .menu>.item[data-value="0"],
.vehicle.ui.dropdown .menu>.item[data-status="0"],
.worker.ui.dropdown .menu>.item[data-status="0"],
.stadistics-dropdown.ui.dropdown .menu>.item[data-status="0"],
.worker-dropdown.ui.dropdown .menu>.item[data-status="0"]{
    color: #00a65a;
}

.status-dropdown.ui.dropdown .menu>.item[data-value="0"]:before,
.vehicle.ui.dropdown .menu>.item[data-status="0"]:before,
.worker.ui.dropdown .menu>.item[data-status="0"]:before,
.stadistics-dropdown.ui.dropdown .menu>.item[data-status="0"]:before,
.worker-dropdown.ui.dropdown .menu>.item[data-status="0"]:before{
   font-family: "FontAwesome";
   content: "\f00c";
   display: inline-block;
   padding-right: 7px;
   font-weight: 900;
}
.status-dropdown.ui.dropdown .menu>.item[data-value="1"],
.vehicle.ui.dropdown .menu>.item[data-status="1"],
.worker.ui.dropdown .menu>.item[data-status="1"],
.stadistics-dropdown.ui.dropdown .menu>.item[data-status="3"],
.worker-dropdown.ui.dropdown .menu>.item[data-status="3"]{
    color: #dd4b39;
}
.status-dropdown.ui.dropdown .menu>.item[data-value="1"]:before,
.status-dropdown.ui.dropdown .menu>.item[data-value="2"]:before,
.vehicle.ui.dropdown .menu>.item[data-status="1"]:before,
.worker.ui.dropdown .menu>.item[data-status="1"]:before,
.stadistics-dropdown.ui.dropdown .menu>.item[data-status="3"]:before,
.stadistics-dropdown.ui.dropdown .menu>.item[data-status="2"]:before,
.worker-dropdown.ui.dropdown .menu>.item[data-status="3"]:before,
.worker-dropdown.ui.dropdown .menu>.item[data-status="2"]:before{
   font-family: "FontAwesome";
   content: "\f05e";
   display: inline-block;
   padding-right: 7px;
   font-weight: 900;
}
.status-dropdown.ui.dropdown .menu>.item[data-value="2"],
.stadistics-dropdown.ui.dropdown .menu>.item[data-status="2"],
.worker-dropdown.ui.dropdown .menu>.item[data-status="2"]{
    color: #aeaeae;
}

.vehicle.ui.dropdown .menu>.item[data-status="2"] {
    color: #f39120;
}
.vehicle.ui.dropdown .menu>.item[data-status="2"]:before{
   font-family: "FontAwesome";
   content: "\f018";
   display: inline-block;
   padding-right: 7px;
   font-weight: 900;
}
.stadistics #id_vehicle, .stadistics #id_worker{
    display: none;
}
.results img[data-status="0"] {
    border: 2px solid #00a65a;
    padding: 2px;
    width: 43px;
}
.results img[data-status="2"] {
    border: 2px solid #aeaeae;
    padding: 2px;
    width: 43px;
}
.results img[data-status="1"] {
    border: 2px solid #dd4b39;
    padding: 2px;
    width: 43px;
}
.dataTable  .icon-contact {
    font-size: 20px;
    color: #315c7c;
    padding: 4px 7px;
    border: 1px solid;
    border-radius: 50%;
    margin: 0 3px;
}
.dataTable  .icon-contact:hover {
    background-color: #f39120;
    color: #fff;
    border-color: #f39120;
}