
#main {
    padding-bottom: 60px;
}

textarea { resize: none; }


.table-dark th{
  background-color: #B7C9F9;
  color:#000000;
  padding: 10px;
  border: 1px solid #cccccc;
}
.dark{
  background-color: #B7C9F9 !important;
  border: 1px solid #cccccc !important;
}

.form-group input, .form-group optgroup, .form-group textarea {
  color: #000000;
}

input[readonly], textarea[readonly], select[disabled] {
  background-color: #EFF1F0 !important;
  background-image: none;
  color: #000000;
}

textarea{
  border: 1px solid #cccccc !important;
}

.form-group.has-error .help-block {
  color: #b71d0a;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}


.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: auto !important;
}

.it-footer-main .it-brand-wrapper a .icon {
    width: auto !important;
}


.bg-red, .callout.callout-success, .alert-success, .alert-error, .label-success, .modal-success .modal-body {
   background-color: #fff !important;
   color : #000 !important;
}


.tooltip-inner {
  font-size: 16px;
}

.tooltip-mio {
  font-size: 18px;
  text-align: left;
}


.colbody{
    background-color: #D2F0F0
}

.scheduler-border{
    border: 3px solid #88BBD9 !important;
    padding: 1.4em !important;
    margin: 0 0 1.5em 0 !important;
}

.scheduler-info{
   display:inline-block;
   background-color: #3C91DD;
   color:#ffffff;
   padding:5px;

    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.clr{
    display: block;
    clear: both;
    width: 100%;
    height:1px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer{
    background-color: #88BBD9;
}

.richiesto{
    color : #c40000;
}

label.ric::after{
    color: #e32;
    content: " *";
}

.pull-right{
    float: right !important;
}

a{
    color: #06c;
    text-decoration: none;
    background-color: transparent;
}

.nohid{
    white-space: normal !important;
    overflow: visible !important;
    line-height: 16px !important;
    z-index: 999;
    padding-bottom: 10px !important;
}

.form-group label.active{
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    font-size: 0.9rem;
}

.cardbord{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

table.dataTable thead tr{
    background-color: #B7C9F9;
}
table.dataTable thead th:focus {
        /*border: 2px solid #ac1212 !important;*/
        outline: 3px solid #ac1212 !important;
        border-radius:4px;
        background-color: #D0DCFB !important;
}


.table-controls{
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_processing{
    background-color: #E1FFC4;
}

.content-wrapper, .right-side{
    background-color: #fff;
}

.nomargb{
    margin-bottom:auto
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
    border: 1px solid #cccccc;
    height: 45px;
    padding: 5px 5px;
    /*border-bottom: 1px solid #000;*/
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #737373 !important;
}

.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered{
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.miaselect{
    border: 1px solid #ccc;
}
.bootbox-input-select{
    border: 1px solid #ccc;
}

@media only screen and (max-width: 480px){
    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: normal;
    }
}

/* colori template  */
.it-header-slim-wrapper{
    background: #2B649E;
}

.it-header-center-wrapper{
    background: #3478bd;;
}

#dropdown-user{
    background: #3478bd;;
}
#dropdown-user:hover{
    background: #2B649E;;
}


@media (min-width: 992px) {
  .it-header-navbar-wrapper {
    background: #3478bd;
  }
}

.it-footer-main{
    background-color: #FFFFFF;
    border-top: 1px solid #F1820E;
}

.it-footer-small-prints{
    background-color: #F9C185;
}

 .it-footer-small-prints a, .it-footer-small-prints a:hover:not(.disabled){
   color:#000000;
 }

/*
.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #FFCC00;
    border-color: #FFCC00;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #FF99FF;
    border-color: #FF99FF;
}
*/

#generate_framew{
  max-height: 800px;
}
#generate_framew2{
  max-height: 800px;

}

.it-header-wrapper{
  padding-bottom: 15px;
}


@media (min-width: 992px) {
  .it-header-center-wrapper {
    height: 100px;
  }
}



.custom-file-button {
	input[type="file"] {
		&::-webkit-file-upload-button {
			display: none;
		}
		&::file-selector-button {
			display: none;
		}
	}
}

input[type="file"] {
      border: 1px solid #C0C0C0;
}



@media (max-width: 1115px) and (min-width:992px) {
  .dropdown-toggle {
    white-space: normal;
    /*font-size: 16px;*/
  }

  .navbar .navbar-collapsable .navbar-nav li a.nav-link {
   padding: 13px 12px !important;
  }
}


.nav-tabs.nav-tabs-cards .nav-link.active {
  border: 1px solid #c5c7c9;
    border-bottom-width: 1px;
    border-bottom-color: rgb(197, 199, 201);
  border-bottom-color: rgba(0,0,0,0);
  border-bottom-width: 1px;
  background-color: #FFFF99;
}

.form-check [type="radio"]:disabled:checked + label::before {
  border-color: #B4BDD8;
}
.form-check [type="radio"]:disabled:not(:checked) + label::before {
  border-color: #B4BDD8;
}

.form-check [type="checkbox"]:disabled:checked + label::after {
  background-color: #B4BDD8;
  border-color: #B4BDD8;
}
.form-check [type="checkbox"]:disabled:not(:checked) + label::after {
  border-color: #B4BDD8;
}
.form-check [type="radio"]:disabled:checked + label::after {
  border-color: #566AA5;
  background-color: #B4BDD8;
}


@media (min-width: 992px) {

  .it-header-navbar-wrapper .navbar-nav {
      flex-wrap: wrap;
  }

}
