
.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%;
}
.table .sm-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;     
}
.table .sm-circle span{
   display: none;   
}

.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;
    color: #fff;
    font-size: 17px;
        line-height: 52px;
}
.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;
}
.table-hover>tbody>tr:hover {
    cursor: pointer;
    background-color: #e2e5e8;
}
.dataTable .img-circle{
    width: 50px;
    height: auto;
    max-height: 50px;
    border: 0;
    border-radius: 0;
}
.dataTable thead{
   
}
.dataTable tbody{
    color: #315c7c;
    font-weight: bold;
    font-size: 15px;
}
.table>tbody>tr>td {
    vertical-align: middle;
}

.menu {
    background: #ecf0f5;
    padding: 30px 15px 15px 15px;
    margin-right: auto;
    margin-left: auto;
}
.menu .btn-app, .cantieri-header .btn-app{
    min-height: 70px;
    color: #444;
    float: right;
}
.menu .info-box {
    border: 1px solid #315c7c;
    min-height: 70px;
    min-width: 158px;
}
.menu .info-box:hover, .menu .menu-active {

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

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

.menu .info-box-content {
    padding: 25px 10px;
    margin-left: 70px;
}
.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 25px 15px;
}
.btn-add,.btn-primary {
    background-color: #315c7c;
    border-color: #315c7c;
    color: #ffffff;
}
.btn-add{
   float: right;
   margin-bottom: 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: 300px;
    height: auto;
    max-height: 400px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
}
.social-icons {
    display: block;
    text-align: right;
    margin: 15px;
    margin-bottom: 0;
}
.social-icons .traffic-light{
    background-color: #ffffff;
}
.social-icons.show-view{
    display: inline-block;
    width: 124px;
    height: 50px;
    float: right;

}
.traffic-light-show-view{
    background-color: #ffffff;
    display: inline-block;
    float: right;
    margin-top: 8px;
}


.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;
}

.dataTable .btn-edit, .dataTable  .btn-delete, .dataTable  .btn-password, .dataTable .btn-show{
    margin: 6px 10px;
    padding: 0;
    font-size: 23px;
    color: #315c7c;
}
.dataTable .btn-edit:active, .dataTable  .btn-delete:active,.dataTable  .btn-password:active,.dataTable .btn-show:active, .dataTable .btn-edit:hover, .dataTable  .btn-delete:hover, .dataTable  .btn-password:hover, .dataTable  .btn-show: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;

}
}
@media (max-width: 400px) {
#myTab>li {
    width: 100%;
}
}
.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;
}
.tab-content.profile{
        padding-top: 10px;
}
.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: 23%;
    line-height: 16px;
    background-color: #061e3c;
}
table.dataTable>tbody>tr.child span.dtr-title {
    color: #061e3c
}
table.dataTable>tbody>tr.child span.dtr-data {
    font-weight: lighter;
}
.table_documents {
  padding-top: 26px;
}
.input-file-name{
    margin-right: 0;
    margin-left: 0;
    margin-top: 40px;
    display: none
}
.input-file-name input{
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    height: 39px;
    border-radius: 0px;

}
.input-file-name .btn-save{
   text-align: right;
    margin-top: 10px;
}

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


.input-file-name.news{
    margin-top: 0px;
    margin-bottom: 8px;
    height: 39px;
}
.input-file-name.news div{
    height: 39px;
}
.input-file-name .btn-save.news{
   text-align: left;
    margin-top: 0px;

}

.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 div {
    height: 330px
}
.table_documents .thumb-title{
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table_documents  .thumb-date{
    padding-bottom: 0;
    font-size: 13px;
    color: #fff;
    padding: 3px;
    font-weight: lighter;
}
.table_documents .btn-edit,.table_documents .btn-delete {
    cursor: pointer;
    font-weight: 700;
    float: right;
    font-size: 20px;
}
.table_documents .bg-green .btn-edit i,.table_documents .bg-green .btn-delete i,.table_documents .bg-yellow .btn-edit i,.table_documents .bg-yellow .btn-delete i,.table_documents .bg-red .btn-edit i,.table_documents .bg-red .btn-delete i{
    color: #fff !important;
}
.table_documents .btn-delete {
   margin-left: 15px;
}

.datos-perfil .form-group{
   padding: 20px 0px;
}
.datos-perfil {
    margin-bottom: 30px;
    width: 100%;
    background-color: #315c7c;
    color: #ffffff;
}
.tab-content p {
    font-size: 16px;
}

.traffic-light div ,.traffic-light-show-view div{
    cursor: pointer;
    display: inline-block;
    width: 45px;
    font-size: 12px;
    color: #fff;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;
    margin: 0px 5px;
    font-weight: bold;
}
.traffic-light div.red, .traffic-light-show-view div.red{
  background-color: #9a0000;
}
.traffic-light div.red:hover,.traffic-light div.red.active,.traffic-light-show-view div.red:hover,.traffic-light-show-view div.red.active{
  background-color: #dd4b39 ;
}
.traffic-light div.green, .traffic-light-show-view div.green{
  background-color: #15511e;
}
.traffic-light div.green:hover,.traffic-light div.green.active,.traffic-light-show-view  div.green:hover,.traffic-light-show-view  div.green.active{
  background-color: #00a65a ;
 
}
.traffic-light div.green.active, .traffic-light-show-view div.green.active{
  -webkit-box-shadow: 0px 0px 12px 1px rgb(0, 255, 38);
  -moz-box-shadow: 0px 0px 12px 1px rgb(0, 255, 38);
   box-shadow: 0px 0px 12px 1px rgb(0, 255, 38);
}
.traffic-light div.red.active, .traffic-light-show-view div.red.active{
  -webkit-box-shadow: 0px 0px 12px 1px rgb(203, 22, 0);
  -moz-box-shadow: 0px 0px 12px 1px rgb(203, 22, 0);
   box-shadow: 0px 0px 12px 1px rgb(203, 22, 0);
}
.tabletf div {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 11px 5px;
}
.traffic-light {
    display: inline-block;
    background-color: #f9f9f9;
    width: auto;
    height: 53px;
    border-radius: 15px;
    padding: 0 9px;
}
.toggle-check-input {
  width: 1px;
  height: 1px;
  position: absolute;
}
.toggle-check {
    margin-bottom: 0px;
}

.toggle-check-text {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  background: #315c7c;
  padding:2px 8px 2px 22px;
  border-radius: 1em;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.15s;
  font-size: 13px;
}

.toggle-check-text:after {
  content: ' ';
  display: block;
  background: #FFF;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1em;
  position: absolute;
  left: 0.3em;
  top: 0.25em;
  transition: left 0.15s, margin-left 0.15s;
}

.toggle-check-text:before {
  content: 'Yes';
}
.toggle-check-input:checked ~ .toggle-check-text {
  background: #f39120;
  padding-left: 9px;
  padding-right: 24px;
}

.toggle-check-input:checked ~ .toggle-check-text:before {
  content: 'no';
}

.toggle-check-input:checked ~ .toggle-check-text:after {
  left: 100%;
  margin-left: -1.4em;
}
 
.cantieri-header {
    margin-bottom: 20px;
}
.cantieri-header img {
    width: 70px;
    height: 70px;
    border: 2px solid #cdcdcd;
    padding: 5px;
    margin: 0px 14px;
    border-radius: 50%;
}
.cantieri-header h1 {
    display:inline-block;
}
.table_documents.cantieri {
    margin: 0px 20px 10px 20px;
}
.table_documents.cantieri .column-cantieri {
    height: 250px;
}
.table_documents.cantieri .thumb-date{
    color: #061e3c;
    font-weight: bold;
    font-size: 15px;
}
.add-cantieri {
    padding: 40px 20px;
}
.add-cantieri .button-form {
text-align: center;
}
.edit-cantieri img{
    max-height: 200px;
    width: 200px;
}
.edit-cantieri textarea{
    max-height: 100px 
}
.edit-cantieri #id_logo{
    margin: auto;
}
.edit-cantieri .button-form {
    text-align: center;
    margin: 20px 0 60px 0;
}
.edit-cantieri .btn-primary {
    width: 150px;
    margin: auto;
}
.edit-cantieri h2{
    font-size: 19px;
    margin-left: 50px;
    margin-bottom: 50px;
    line-height: 35px;
    padding-left: 5px;
    border-bottom: 1px solid #0251b5;
    max-width: 50%;
    font-weight: bold;
    color: #061e3c;
}
.show-view .box-title {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #061e3c;
}
.show-view hr {
    width: 50%;
    min-width: 250px;
}
.show-view .box-description  {
    font-size: 18px;
    width: 80%;
    margin: auto;
    min-width: 250px;
    color: #777;
    margin-bottom: 30px;
}

.show-view .author{
    text-align: right;
    max-width: 80%;
    font-size: 15px;
    margin-bottom: 0;
    color: #061e3c;
    font-weight: bold;
    font-style: italic;
    min-width: 250px;
}
.show-view .date-metting .label{
    background: #315c7c;
    font-style: normal;
    font-size: 13px;
}
.show-view .date-metting{
    margin-top: 20px;
}
#gallery {
    max-width: 900px;
    margin-top: 20px;
}

#gallery input {
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid #d2d6de;
    border-radius: 0;
    height: 35px;
    padding-left: 10px;
}
#gallery input[disabled] {
    border: 1px solid white;
}
#gallery .icons-td{
    max-width: 35px
}
#gallery .btn-edit i, #gallery .btn-delete i, 
#gallery .input-save i {
    cursor: pointer;
    margin-left: 5px;
    font-size: 22px;
    float: right;
    color: #315c7c;
}
#gallery .input-save i  {
    font-size: 19px;
}
#gallery .btn-edit:hover i, #gallery .btn-delete:hover i, 
#gallery .input-save:hover i {
    color: #f39120;
}
 #gallery .btn-delete i, #gallery .input-save i{
    margin-left: 15px;
}
#gallery .input-save, #gallery {
    display: none;

 }
