﻿.readonlyTxt {
    cursor: pointer;
    background-color: whitesmoke;
    border: 1px solid;
    height: 34px;
}

.allineaDestra {
    margin-left: 10px;
    margin-right: 0px;
}

#UpdatePanel1 {
    position: relative;
}

#tableVertical {
    vertical-align: middle;
}

.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.asplabel {
    font-size =12px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=checkbox], input[type=radio] {
    opacity: 1;
}

input {
    opacity: 1;
}

.chosen-container-multi .chosen-choices {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    height: 34px;
}

.chosen-container {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    height: 34px;
}

.mouse-hand {
    cursor: pointer;
}

.readonlyctrl {
    color: darkgray;
}

    .readonlyctrl:hover, .readonlyctrl:focus {
        cursor: pointer;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    cursor: none;
}

.checkOpa {
    opacity: 100;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

/* COLLAUDO */
aside.skin-6 {
    background: #008080;
}
#top-nav.skin-6 {
    background: #008080;
}
    #top-nav.skin-6 .brand {
        background: #008080;
    }
aside.skin-6 .main-menu > ul > li {
    border-top-color: #008080;
    border-bottom-color: #008080;
}
aside.skin-6 .sidebar-inner .user-block {
    border-bottom-color: #006C6C;
    box-shadow: 0 1px 0 #006C6C;
    -moz-box-shadow: 0 1px 0 #006C6C;
    -webkit-box-shadow: 0 1px 0 #006C6C;
}
aside.skin-6 .size-toggle {
    border-bottom-color: #006C6C;
    box-shadow: 0 1px 0 #006C6C;
    -moz-box-shadow: 0 1px 0 #006C6C;
    -webkit-box-shadow: 0 1px 0 #006C6C;
}

body {
    font-size: 12px;
    /*font-family: 'Roboto', 'Open Sans', sans-serif;*/
    font-family: 'Nunito', 'Open Sans', sans-serif;
}
.redfont {
    color: red;
}