

.dz-download {
    display: block;
    margin: 8px -10px -10px;
    padding: 8px 0;
    color: #444;
    font-size: 10px;
    font-weight: 600;
}
.dz-download, .dz-thumbnail {
    border-top: 1px solid rgba(0,0,0,.05);
    text-align: center;
}

.dz-download:focus, .dz-download:hover {
    text-decoration: none;
    color: #fff;
    border-top-color: transparent;
    background: #51bf99;

}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: inline-block;
}

.inputfile + label {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 12px;
    font-size: 13px;
    line-height: 1.61539;
    margin-top: 5px;
    border-radius: 2px;
}

.inputfile-info + label {
    color: #4cbfe2;
    border: 1px solid currentColor;
}

.inputfile-info:focus + label,
.inputfile-info + label:hover {
    color: #fff;
    background-color: rgb(89, 176, 203);
    border-top-color: rgb(81, 173, 200);
    border-right-color: rgb(81, 173, 200);
    border-bottom-color: rgb(45, 121, 144);
    border-left-color: rgb(81, 173, 200);
}

.pace-progress {
    background:#066EAE
}
.select2-selection {
    min-height: 31px;
}

.widget-messages-alt-item + .widget-messages-alt-item{
    border-top: none !important;
}
.widget-messages-alt-item{
    border-top: none !important;
    border-bottom: 1px solid #e4e8ea !important;
    padding-left: 15px;
}
.widget-messages-alt-item:hover{
    background-color: #E8E8E8 !important;
}

.widget-messages-alt-item.widget-messages-alt-item-notread{
    background-color:#51BF99!important;

}
.widget-messages-alt-description{
    color:white;
}

.widget-messages-alt-item.widget-messages-alt-item-notread:hover{

}
.widget-messages-alt-item:hover {
    background-color:#4C5F79!important;
    color: #2c333e;

}
.widget-messages-alt-item.moonMessage:hover {
    background-color:#E8E8E8!important;
    color: #2c333e;

}

.widget-more-link{
    border-top: 1px solid #e4e8ea !important;
}


.table th.right.sorting{
    padding-right: 16px;
}

.panel .widget-messages-alt-item {
    padding-right: 20px;
    padding-left: 20px;
}

a.widget-messages-alt-subject.text-truncate:focus{
    color: rgb(32, 110, 155);
    text-decoration: none;
}

div.widget-messages-alt-item > a{
    text-decoration: none;
}

.pagination > li.active > a, .pagination > li.active > a:active, .pagination > li.active > a:focus, .pagination > li.active > a:hover, .pagination > li.active > span {

    color: #fff;
    border-color: #1C628A;
    background: #1C628A;

}

div.moonMessage .media-heading{
    color: rgb(0, 91, 191);
    color:#3d4a5d;
}

div.moonMessage .messaggio{
    color: #000;
    font-size: 14px;
}

div.moonMessage .data{
    font-size: 10px;
    margin-top: 10px;
}

ul.dropdown-menu.media-list.menu-notifiche li.media a div.media-left i{
    padding-top:6px;
}

.widget-messages-alt-item:nth-child(odd):not(.widget-messages-alt-item-notread){
    /*background-color: #F7F6F6;*/
}

div.panel.panel-primary div.panel-heading a.otherMessages{
    color: white;
    text-decoration: underline;
}

div.panel-heading a:focus{
    text-decoration: none !important;
}

.loader.loading_centered{
    position: fixed;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -100px;
}
.input_error{
    border-color: red;

}
.centered{
    text-align:center;
}
.right{
    text-align:right;
}
.left{
    text-align:left;
}

.dropdown-header, .dropdown-menu > li > input[type="submit"].submitAnchor{
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 18px;
    width: 100%;
    text-align: left;
}
.dropdown-menu > li > input[type="submit"].submitAnchor:hover{
    background: #f2f2f2;
}

.dropdown-menu > li > input[type="submit"].submitAnchor:focus{
    text-decoration: none;
    color: #333;
    background-color: #f2f2f2;
}

.widget-support-tickets-title{
    text-decoration: underline;
    cursor: pointer;
}
.select2-container--open {
    z-index: 9999999
}
input{
    /*font-weight: bold!important;*/
    font-size:1.2em!important;
    height: 35px!important;

}
.form-control {

}
textArea{
    /*font-weight: bold!important;*/
    font-size:1.2em!important;
}
.select2 {
    /*font-weight: bold!important;*/
    font-size:1.2em!important;
}
.select2-selection--single {
    height: 35px!important;
}
.table tbody tr {
    /*font-weight: bold!important;*/
    font-size:1.0em!important;
}

.select2-selection__placeholder{
    font-weight: normal;
}
.select2-container *:focus {
    background-color: lightgoldenrodyellow!important;
}
input:focus {
    background-color: lightgoldenrodyellow!important;
    color:black!important;
}
.page-signin-header{
    background-color: #3d4a5d;
    color: #fff;
}


/*Toggle Switch*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.loader-background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    opacity: 0.5;
    background-color: #000;
    z-index: 90000;
    text-align: center;
}