body{
    background-color: #F5F5F5;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    letter-spacing:1px;
}

.text1{
    color: #549fe7;
}

#login{
    margin-left: auto;
    margin-right: auto;
    /*
    background-image: url('../img/bgpas2018.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    */
    
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border:2px solid #DDDDDD;
    background-image: url(../img/ecce_saas_logo_alfa.png);
    background-position-x: 360px;
    background-position-y: -50px;
    background-size: 70%;
    background-repeat: no-repeat;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#descECCEtitle{
    font-size: 1.1em;
}
@media screen and (max-width: 1000px) {
    #descECCEtitle{
      font-size: 1em;
    }
}
@media screen and (max-width: 800px) {
    #descECCEtitle{
      font-size: 0.9em;
    }
}
@media screen and (max-width: 600px) {
  #login{
    background-position-x: 110px;
    background-position-y: -40px;
    background-size: 120%;
  }
  #descECCEtitle{
      font-size: 0.8em;
  }
}

#login form{
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #F5F5F5;
    border:1px solid #DDDDDD;
    border-radius:5px;
    padding:15px;
    opacity: 1;
    box-shadow: 10px 8px 8px rgba(38, 90, 136, 0.4) !important;
}

#login input.field{
    padding:3px;
    margin:2px;
    width: 250px;
    border: 0;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background-color: white;
    color: blue;
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
}

#login input.field:focus{
    border: 1px solid #a9a9a9; 
}

#login input.ui-button {
    margin-top: 10px;
    margin-left: -2px;
    padding: 0.1em 0.9em;
}

#log2{
    display: none;
    height: 100%;
}

#loginCultore{
    width: 800px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../img/bgpasC.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    border-radius: 15px;
    border:2px solid #DDDDDD;    
}

#loginCultore form{
    margin-top: 230px;
    margin-left: 150px;
    margin-right: 150px;
    background-color: #F5F5F5;
    border:1px solid #DDDDDD;
    border-radius:15px;
    padding:15px;
}

#loginCultore input.field{
    padding:3px;
    margin:2px;
    width: 250px;
    border: 0;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background-color: white;
    color: blue;
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
}

#loginCultore input.field:focus{
    border: 1px solid #a9a9a9; 
}

#loginCultore input.ui-button {
    margin-top: 10px;
    margin-left: -2px;
    padding: 0.1em 0.9em;
}

#pagina{
    margin-left: 15px;
    margin-right: 15px;
}

.table{
    
}

.navbar-default {
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-color: #549fe7;
}

.messaggio{
    padding: 1em;    
}

.inputFocus{
    border:1px solid #FF0000;
}

.tronca {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #549fe7;
  }
}

#errore{
    display: inline-block;
    padding: 5px;
    margin-top: 1px;
    background-color: #dca7a7;
    color: #a94442;
}
.container{
    padding-left: 0px;
    padding-right: 0px;
}

small{
    font-size: 0.5em !important;
}

.input-group .panel{
    margin-bottom: 0px;
}

.navbar-nav > li > a{
    line-height: 25px;
}

.separatore{
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #265a88;
}

#error-login{
    color:red;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}

.breadcrumb{
    margin-bottom: 5px;
}

.navbar{
    margin-bottom: 5px;
}

.txtDoma{
    overflow: hidden;
    max-height: 200px;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif !important;
}

#boxSchema{
    border:2px dashed #A9A9A9;
    min-height: 500px;
    background: url('../img/sfondo_drag.png');
    background-color: #e1e1e1;
    background-repeat: no-repeat;
    background-position: center;
    border-radius:3px;
    overflow: auto;
}

.hoverBOX{
    background-color: #000;    
}

#boxDomande{
    border:2px dashed #A9A9A9;
    background-color: #e1e1e1;
    min-height: 500px;
    border-radius:3px;
    overflow: auto;    
}

.singolaDomanda{
    margin:5px;
    border: 2px solid #549fe7;
    border-radius: 3px;
    background-color: #CCC;
    z-index: 9999;
    cursor: pointer;
}

.testoSingolaDomanda{
    overflow: hidden;
    height: 100px;
}

.datiSingolaDomanda{
    text-align: right;
    background-color: #337ab7;
    color: white;
}

.hoverBOX{
    background-color: #ddd;
}

.sortDomanda{
    margin:3px;
    border: 1px solid #549fe7;
    background-color: #CCC;
    z-index: 9999;
    cursor: n-resize;
}

.seleziona{
    border:1px solid #FF0000;
}

.pagina{
    border:1px solid #a9a9a9;
    background-color: #fff;
    margin:5px;
    padding:5px;
    font-family: Calibri;
}

.risposta{
    height: 400px;
    /*border:1px solid #000;*/
}

.infoPoint{
    display: inline-block;
    background-image: url('https://test.uniecampus.it/assets/img/infoPoint.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:15px;
    height:15px;
    margin-top: 3px;
    cursor:help;
}

.square{
    display:inline-block;
    border:1px solid #000;
    width: 11px;
    height: 11px;
}

.badge a{
    color: white;
    text-decoration: none;
}

#tab_appe tbody tr{
    cursor: pointer;
}

#tbDomande thead th{
    padding-left: 2px;
    padding-right: 40px;
}

table.fixedHeader-floating th{
    padding-left: 2px;
    padding-right: 40px;    
}

#tbDomande tbody td{
    padding: 3px;
}

.list-group-item{
    padding: 10px;
    font-size: 0.9em;
}

.hiddenDom{
    
}

.modal-body{
    padding: 8px;
}

#settore{
    padding-left: 0px;
}

.cultdownload{
    width: 65px;
    height: 22px;
}

#tablePlannerPolo th{
    vertical-align: top;
}

#tablePlannerPolo td{
    vertical-align: middle;
}

.noRecord{
    display: none;
}

.bg-gray {
  /*background-color: #F0F0F0 !important;*/
  opacity: 0.5;
}

.font-weight-bold{
    font-weight: bold;
}

.badgePolo{
    border-radius: 3px;
    font-size: 14px;
}

.navbar-brand{
    padding: 7px 7px !important;    
}

.navbar-text{
    margin-right: 0px;
}

.nav > li > a {
    padding-right: 10px;
    padding-left: 10px;    
}

hr{
    margin-bottom: 8px;
    margin-top: 8px;
}

#boxNotifiche{
    display: none;
    position: fixed;
    top: 40px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    border: 1px solid #A9A9A9;
    border-radius: 3px;
    background-color: #C0FFFF;
    padding-top: 8px;
    padding-bottom: 8px; 
}

#boxNotificheClose{
    text-align: right;
    font-size: 0.85em;
    padding-right: 5px;
}

#boxNotificheTesto{
    text-align: center;
    margin-top: 5px;
    border-top: 1px solid #A9A9A9;
    padding-top: 5px;
}

.tooltip-inner {
    text-align:justify;
}

.file-caption{
    height: 22px;
    padding-top: 1px;
}

.canvasjs-chart-credit{
    display: none;
}

.table-nonfluid {
   width: auto !important;
}

.tabGrafico{
    
}

.tabGrafico .chartBox{
    margin-right: 35px;
    margin-bottom: 35px;
}

.bodyNoScroll{
    overflow-y: hidden !important;
}

.note-editor{position:relative;border-radius:0px;}

.bloccoUploadCaricato{
    padding: 3px;
}

.panel{
    box-shadow: 5px 5px 15px rgba(176, 176, 176, 0.77) !important;
}
.list-group{
    box-shadow: 5px 5px 15px rgba(176, 176, 176, 0.77) !important;
}
.panel .list-group{
    box-shadow: none !important;    
}
.panel-title{
    font-size: 14px;
}
.btn-vai{
    line-height: 1.2;
}

.back-to-top {
    position: fixed;
    bottom: 6px;
    right: 15px;
    display: none;
    background-color: white;
    z-index:9999;
    border: 1px solid #a9a9a9;
}
.bar_proctor{
    float:right;
    width:100px;
    height: 16px;
    background-color: #7fff00;
    border: 1px solid #a9a9a9;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
.bar_valutazione_proctor{
    position: absolute;
    width: 100px;
    z-index: 9999;
    font-size: 0.9em;
    border-radius: 5px;
}
.bar_punteggio_proctor{
    background-color: #dc143c;
    height: 100%;
    width: 0px;
    border-radius: 5px 5px 5px 5px;
    opacity:0.8;
}
.bar_punteggio_proctor_null{
    background-color: #dedede;
    height: 100%;
    width: 98px;
    border-radius: 5px 5px 5px 5px;
    opacity:1;
}
.alert-info hr {
    border-top-color: #fff;
    margin-bottom: 6px;
    margin-top: 6px;
}
.label_orale_O{
    background-color: #FFFFC0;
}
.label_orale_S{
    background-color: #C0FFC0;
}
.label_orale_I{
    background-color: #C0FFFF;
}
.label_orale_L{
    background-color: #FFC0C0;
}

.well-txt{
    height: 380px;
}
.well-txt .originalTxt{
    background-color: white;
    overflow: auto;
    font-size: 0.9em;
    height: 300px;
    border: 1px solid black;
    padding: 4px;
}
.well textarea{
    font-size: 0.9em;
    height: 300px;
    padding: 4px;
    border: 1px solid black;
}
.bootbox-close-button{
    margin-top: -5px !important;
}
#bloccoNoteDocente{
    position: fixed;
    width: 350px;
    top: 65px;
    right: -315px;
    z-index: 999999999;
    display: none;
}
#bloccoNoteDocente .txtBloccoNoteDocente{
    height: 0px;
    background-color: #F2C558;
    border-bottom-left-radius: 10px;
    box-shadow: 5px 3px 10px rgba(192, 192, 192, 1);
}
#bloccoNoteDocente img{
    width: 120px;
    height: 47px;
    opacity: 0.9;
}
#bloccoNoteDocente textarea{
    background-color: #FFD96C;
    padding: 4px;
    height: 500px;
    width: 100%;
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; /*remove the resize handle on the bottom right*/
    
    border-bottom-left-radius: 10px;
}

.browserEcampusLogo{
    width: 100px;
    height: 56px;
}
#browserEcampus{
    position: fixed;
    right: -515px;
    top: 125px;
    z-index: 99999999;
    display: none;
}
.txtBrowserEcampus{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #2c3e50;
    padding-left: 15px;
    padding-right: 15px;
    height: 500px;
    float:right;
    width: 500px;    
}


.linkSettingsUser{
    font-size: 12px;
    text-decoration: none;
}
.linkSettingsUser:link { text-decoration: none; }
.linkSettingsUser:visited { text-decoration: none; }
.linkSettingsUser:hover { text-decoration: none; }
.linkSettingsUser:active { text-decoration: none; }