

/**
 * File: style.php
 * User: Damiano Perri
 * Date: 2021
 * Time: 10:04 AM
 * Desc: System CSS Style
 */

/*************************************
*               Body                 *
*************************************/
@media print {
    body {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
@media print {
    #header,#navbar,#footer,.dontPrintMe,#showHide{
        display: none!important;
    }
}

body,html {
    padding		:	0;
    margin		:	0;
    font-family : "Roboto", serif !important;/*"Tahoma",serif;*/
    text-align	:	center;
    cursor      :   default;
    background-color: #f7f7f7;
}.MathJax {
     font-size:1.2em!important;
 }
body.noscroll {
    overflow: hidden;
}
::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 7px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: rgba(0,0,0,.5) !important;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5) !important;
}
/*************************************
*              Header                *
*************************************/
#container{
    /*width       :   99%;*/
    border	    :	0;
    margin      :   0 auto;
}
#header {
    width	            :	100%;
    margin              :	0px auto auto;
    height              :   122px;
    -webkit-box-shadow  : 0 0 10px #666;
}
/*
 background-color    :   #929292;

#logoContainer {
    float:left;
    margin: 10px 10px 10px 10px;
    height: 100px;
}
#logoContainer img {
    height: 100%;
    float: left;
}
#systemTitle {
    float: left;
    line-height: 110px;
    font-weight: bold;
    margin-left: 20px;
    font-size: 30px;
    color: rgb(137, 202, 57);
}
*/

#eolLogo {
    float: left;
    /* border-radius: 10px; */
    width: 295px;
    height: 127px;
    margin-left: 9px;
    margin-top: 0px;
    background-size: 186px 118px!important;
    background: url(images/home.png?ver=3) no-repeat;
}

#welcome {
    font-size: 12px;
    float: right;
    width: 208px;
    background-color: #feffc6;
    text-align: center;
    border-radius: 24px;
    border-color: #838383;
    border-style: solid;
    margin-right:5px;
}
/*
#welcome div {
    margin-top  :   10px;
}
*/
#welcome a {
    text-decoration :   none;

}
#welcome a.u{
    font-weight     : bold;
}
#welcome a.l{
    font-weight     : bold;
    color: #2f00bb;
}

/*************************************
*                Menu                *
*************************************/
ul.topnav {
    font-size       :   14px;
    text-align      :   left;
    list-style      :   none;
    float           :   left;
    width           :   99%; /* era 98% */
    margin-top      :   0;
    /*margin-bottom   :   0px;*/
    margin-bottom   :   4px;
    padding-left    :   1%; /* era 2% */
    /*background      :   url(images/topnav_bg.gif) repeat-x;*/
    background-color: #252525;
    height: 34px;
}
ul.topnav li {
    float           :   left;
    padding         :   0 15px 10px 10px;
    position        :   relative;
}
ul.topnav li:hover{
    text-shadow: 1px 0 0 currentColor;
    /* damiano modificato qua */
}
ul.topnav li a{
    padding         :   10px 5px;
    color           :   #fff;
    display         :   block;
    text-decoration :   none;
    cursor          :   pointer;
    float           :   left;
}
ul.topnav li ul.subnav {
    font-size                               :   12px;
    list-style                              :   none;
    position                                :   absolute;
    left                                    :   0;
    top                                     :   33px;
    background                              :   #333;
    margin                                  :   0;
    padding                                 :   0;
    display                                 :   none;
    float                                   :   left;
    /*width                                   :   170px;*/
    -moz-border-radius-bottomleft           :   5px;
    -moz-border-radius-bottomright          :   5px;
    -webkit-border-bottom-left-radius       :   5px;
    -webkit-border-bottom-right-radius      :   5px;
    border                                  :   1px solid #111;
    z-index                                 :   1000;
}
ul.topnav li ul.subnav li{
    margin          :   0;
    padding         :   0;
    border-top      :   1px solid #252525;
    border-bottom   :   1px solid #444;
    clear           :   both;
    /*width           :   170px;*/
}
html ul.topnav li ul.subnav li a {
    float           :   left;
    width           :   180px;
    background      :   #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
    padding-left    :   20px;
}
html ul.topnav li ul.subnav li a:hover {
    background      :   #222 url(images/dropdown_linkbg.gif) no-repeat 10px center;
}

/*************************************
*               Footer               *
*************************************/
#footer{
    width           :   100%;
    height          :   36px;
    border-top      : 1pt solid #292929;
    background      :   #f7f7f7;
    padding-top     :   2px;
    font-size       :   12px;
    text-align      :   center;
    color           : #000000;
    font-weight     : bold;
    position        : fixed;
    right           : 0;
    bottom          : 0;
    left            : 0;
}

/*************************************
*             Timepicker             *
*************************************/
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-timepicker-rtl{
    direction: rtl;
}
.ui-timepicker-rtl dl {
    text-align: right;
}
.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px;
}
div.ui-datepicker{
    font-size:12px;
}

/*************************************
*             Dropdowns              *
*************************************/
.dropdownSystemLanguage {
    float:right;
    width: 40px;
    margin: 6px 0 0 2px;
    padding: 0;
    cursor: pointer;
}
.dropdownSystemLanguage dd,
.dropdownSystemLanguage dt,
.dropdownSystemLanguage ul {
    margin:0;
    padding:0;
    font-size: 14px;
}
.dropdownSystemLanguage dd {
    position:relative;
}
.dropdownSystemLanguage dt{
    width: 30px;
    background: #f5f5f5;
    text-align: center;
    display:block;
    /*border:1px solid #8a8a8a;*/
}
.dropdownSystemLanguage dt span {
    display:block;
    padding: 2px 2px 2px 4px;
}
.dropdownSystemLanguage dd ul {
    background: #f5f5f5;
    border: 1px solid #8a8a8a;
    display:none;
    list-style:none;
    padding: 2px;
    position:absolute;
    top:2px;
    z-index: 1000;
    width: 120px;
    left:-93px;
    max-height: 100px;
    overflow-y: auto;
}
.dropdownSystemLanguage dd ul li{
    float: right;
}
.dropdownSystemLanguage dd ul li:hover{
    color                   :   #FFFFFF;
    background-color        :   #2492f4;
    background-size         :   100% 100%;
}
.dropdownSystemLanguage span.value {
    display:none;
}
.dropdownTranslation {
    float:left;
    width: 150px;
    margin: 0 0 0 2px;
    padding: 0;
    cursor: default;
}
.dropdownTranslation dd,
.dropdownTranslation dt,
.dropdownTranslation ol {
    margin:0;
    padding:0;
    font-size: 12px;
}
.dropdownTranslation dd {
    position:relative;
}
.dropdownTranslation dt{
    /*width: 70px;*/
    background: #f5f5f5 url(images/arrow2.png) no-repeat scroll right center;
    display:block;
    border:1px solid #8a8a8a;
}
.dropdownTranslation.notChange dt{
    /*width: 70px;*/
    background: none;
    display:block;
    border:1px solid #8a8a8a;
}
.dropdownTranslation dt span {
    display:block;
    padding: 2px 2px 2px 4px;
}
.dropdownTranslation dd ol {
    background: #f5f5f5;
    border: 1px solid #8a8a8a;
    display:none;
    list-style:none;
    padding: 2px;
    position:absolute;
    left:0;
    top:2px;
    width:145px;
    z-index: 1000;
    max-height          :   150px;
    overflow-y          :   auto;
}
.dropdownTranslation dd ol li{
    padding: 1px 1px 1px 3px;
}
.dropdownTranslation dd ol li:hover{
    color                   :   #FFFFFF;
    background-color        :   #2492f4;
    background-size         :   100% 100%;
}
.dropdownTranslation span.value {
    display:none;
}
.dropdownInfo {
    float:left;
    margin: 0 0 0 2px;
    padding: 0;
    cursor: default;
}
.dropdownInfo dd,
.dropdownInfo dt,
.dropdownInfo ol {
    margin:0;
    padding:0;
    font-size: 12px;
    width: 180px;
}
.dropdownInfo dd {
    position:relative;
}
.dropdownInfo dt{
    background: #f5f5f5 url(images/arrow2.png) no-repeat scroll right center;
    display:block;
    border:1px solid #ffffff;
}
.dropdownInfo dt.readonly{
    background: #f5f5f5;
}
.dropdownInfo dt span {
    display:block;
    padding: 2px 2px 2px 4px;
}
.dropdownInfo dd ol {
    background: #f5f5f5;
    border: 1px solid #8a8a8a;
    display:none;
    list-style:none;
    padding: 2px;
    position:absolute;
    left:0;
    top:2px;
    z-index: 1000;
    max-height: 150px;
    overflow-y: auto;
}
.dropdownInfo dd ol li{
    padding: 1px 1px 1px 3px;
    border-bottom: 1px solid #8a8a8a;
    border-radius: 0;
}
.dropdownInfo dd ol li:hover{
    color                   :   #FFFFFF;
    background-color        :   #2492f4;
    background-size         :   100% 100%;
}
.dropdownInfo dd ol li:last-child{
    border-bottom: none;
}
.dropdownInfo span.value {
    display:none;
}
.clicked{
    background: #8a8a8a;
    color: #ffffff;
}

/*************************************
*                Main                *
*************************************/
#main{
    text-align      :   left;
    min-height      :   245px;
    background-color    :   #f7f7f7;
}

/*************************************
*               Boxes                *
*************************************/
.box{
    width               :   100%;
    height              :   auto;
    position            :   relative;
    clear               :   right;
}
.boxTopCenter{
    background-color    :   #f9f9f9f7;
    padding-left        :   21px;
    height              :   38px;
    font-size           :   15px;
    /*font-variant        :   small-caps;*/
    color               :   #000000;
    line-height         :   39px;
    font-weight         :   bold;
    border              :   1px solid #686868;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}
.boxTopLeft{
    background-color    :   #f9f9f9f7;
    padding-left        :   21px;
    height              :   38px;
    font-size           :   15px;
    /*font-variant        :   small-caps;*/
    color               :   #000000;
    line-height         :   39px;
    font-weight         :   bold;
    border              :   1px solid #686868;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
}
.boxContent{
    border-left         :   1px solid #686868;
    border-right        :   1px solid #686868;
    background-color    :   #fffffff7;
    padding             :   10px;
    font-size           :   11px;
    color               :   #000000;
    text-align          :   left;
    overflow            :   scroll;

}
.boxLeftS{
    width               :   48%;
    position            :   relative;
    float               :   left;
}
.boxCenterS{
    width               :   48%;
    position            :   relative;
    margin              :   0 auto;
}
.boxRightS{
    width               :   48%;
    position            :   relative;
    float               :   right;
}
.boxNormal{
    width               :   100%;
    position            :   relative;
    float               :   left;
}
.boxNormalS{
    width               :   50%;
    position            :   relative;
    margin              :   0 auto;
}
.boxBottom{
    width               :   100%;
    height              :   25px;
    position            :   relative;
}
.boxBottomCenter{
    background-color    :   #f9f9f9f7;
    padding             :   8px;
    height              :   25px;
    font-size           :   10px;
    color               :   #000000;
    border              :   1px solid #686868;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*************************************
*               Lists                *
*************************************/
.list{
    width                   :   100%;
    max-height              :   100%;
    font-size               :   12px;
    overflow-y              :   auto !important;
    overflow-x :hidden !important;
}
.list ul{
    list-style              :   none;
    padding                 :   0;
    margin                  :   0;
    display                 :   inline-block;
    min-width               :   100%;
}
.list ul li{
    white-space             :   nowrap;
    display                 :   inline-block;
    min-width               :   100%;
    border-bottom           :   1px solid #CCCCCC;
}
.list ul li a{
    min-width               :   inherit;
    display                 :   inline-block;
    text-decoration         :   none;
    color                   :   #000000;
    background-color        :   #FFFFFF;
    line-height             :   18px;
    padding-left            :   10px;
    cursor                  :   pointer;
    margin                  :   0;
}
.list ul li a.all{
    border-bottom           :   4px double #CCCCCC;
}
.list ul li a:hover,
.list ul li a.selected{
    color                   :   #FFFFFF;
    background-color        :   #2492f4;
    background-size         :   100% 100%;
}
.list ul li a:not([value]){
    background              : none;
    cursor                  : default;
    color                   : black;
}


/*************************************
*              Buttons               *
*************************************/

@-webkit-keyframes blinkingO {
    from {
        -webkit-box-shadow:
                inset 0 19px 0 rgba(0,115,215,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    50% {
        -webkit-box-shadow:
                inset 0 19px 0 rgba(0,115,215,0.2),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    to {
        -webkit-box-shadow:
                inset 0 19px 0 rgba(0,115,215,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
}
@-moz-keyframes blinkingO {
    from {
        -moz-box-shadow:
                inset 0 19px 0 rgba(0,115,215,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    50% {
        -moz-box-shadow:
                inset 0 19px 0 rgba(0,115,215,0.2),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    to {
        -moz-box-shadow:
                inset 0 19px 0 rgba(0,115,215,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
}
@keyframes blinkingO {
    from {
        box-shadow:
                inset 0 19px 0 rgba(0,115,215,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    50% {
        box-shadow:
                inset 0 19px 0 rgba(0,115,215,0.2),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    to {
        box-shadow:
                inset 0 19px 0 rgba(0,115,215,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
}
@-webkit-keyframes blinkingD {
    from {
        -webkit-box-shadow:
                inset 0 19px 0 rgba(215,0,0,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    50% {
        -webkit-box-shadow:
                inset 0 19px 0 rgba(215,0,0,0.2),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    to {
        -webkit-box-shadow:
                inset 0 19px 0 rgba(215,0,0,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
}
@-moz-keyframes blinkingD {
    from {
        -moz-box-shadow:
                inset 0 19px 0 rgba(215,0,0,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    50% {
        -moz-box-shadow:
                inset 0 19px 0 rgba(215,0,0,0.2),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    to {
        -moz-box-shadow:
                inset 0 19px 0 rgba(215,0,0,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
}
@keyframes blinkingD {
    from {
        box-shadow:
                inset 0 19px 0 rgba(215,0,0,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    50% {
        box-shadow:
                inset 0 19px 0 rgba(215,0,0,0.2),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
    to {
        box-shadow:
                inset 0 19px 0 rgba(215,0,0,0),
                inset 0 1px 0 rgba(255,255,255,1),
                0 1px 0 rgba(0,0,0,0.09);
    }
}

div.smallButtons {
    height          :   100%;
    padding         :   1px 0 0;
    margin          :   0 5px 0 0;
    float           :   right;
    position        :   absolute;
    right           :   0;
    top             :   0;
    text-align      :   center;
}
div.smallButtons div {
    font-size           :   12px;
    vertical-align: middle;
    margin: 0;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float : right;
    border: 1px solid transparent;
    font-weight: normal;
}
div.smallButtons img{
    padding-left: 6px;
    padding-top: 1px;
}
div.smallButtons div:hover {
    border: 1px solid #3c3c3c;
    border-radius: 5px;
    background-color: rgb(146, 146, 146);
    cursor: pointer;
}

/*************************************
*       Success/Error Message        *
*************************************/
#modalSuccess,
#modalError {
    width: 100%;
    background: rgb(12, 156, 12);
    color: white;
    text-align: center;
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid black;
    border-top: 0;
}
#modalError {
    background: rgb(223, 58, 58);
}
#modalSuccess p,
#modalError p {
    margin: 8px 50px;
}
.lbmClose {
    position: absolute;
    top: 6px;
    right: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10000;
    /*background: url(images/lbmClose.png) no-repeat;*/
}
.lbmClose:hover {
    background-position:0 -30px;
}
.lbmClose:before{
    content:"\274C";
    border-radius: 50%;
    background-color: #ffffff;
    padding:2px;
}
/*************************************
*             jQuery UI              *
*************************************/
.ui-dialog {
    font-size               :   14px;
    font-family             :   "Trebuchet MS",serif;
    border: 1px solid gray;
    -moz-box-shadow: 0 0 25px #333333;
    -webkit-box-shadow:0 0 25px #333333;
    box-shadow: 0 0 25px #333333;
    position:fixed!important; /* Aggiunta Damiano 2022 03 10*/
}
.ui-dialog .ui-dialog-titlebar {
    background              :   transparent;
    border                  :   none;
    padding                 :   0 0 0 10px;
}
.ui-dialog-content p {
    padding                 :   5px 0 0 70px;
    margin                  :   0;
    text-align              :   left;
}
.ui-dialog .ui-dialog-buttonpane {
    margin                  :   0;
    padding                 :   0;
    background              :   transparent;
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-button {
    display                 :   inline-block;
    padding                 :   0;
    height                  :   23px;
    width                   :   auto;
    line-height             :   23px;
    border-radius           :   3px;
    -webkit-border-radius   :   3px;
    -o-border-radius        :   3px;
    -moz-border-radius      :   3px;
    border                  :   1px solid;
    text-decoration         :   none;
    font-family             :   "Lucida Grande", lucida, "Helvetica Neue", helvetica, sans-serif;
    font-size               :   12px;
    color                   :   #000;
    text-shadow             :   0 1px 0 rgba(255,255,255,0.09);
    border-color            :   #9a9a9a;
    background-image        :   -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #EBEBEB),
            color-stop(0.5, #ECECEC),
            color-stop(0.5, #F3F3F3),
            color-stop(1, #FFFFFF)
    );
    background-image        :   -moz-linear-gradient(
            center bottom,
            #EBEBEB 0%,
            #ECECEC 50%,
            #F3F3F3 50%,
            #FFFFFF 100%
    );
    -webkit-box-shadow      :   inset 0 1px 0 rgba(255,255,255,1),
    0 1px 0 rgba(0,0,0,0.09);
    -moz-box-shadow         :   inset 0 1px 0 rgba(255,255,255,1),
    0 1px 0 rgba(0,0,0,0.09);
    box-shadow              :   inset 0 1px 0 rgba(255,255,255,1),
    0 1px 0 rgba(0,0,0,0.09);
}
.ui-dialog .ui-dialog-buttonpane .ui-button .ui-button-text {
    line-height             :   14px;
}
.ui-autocomplete{
    font-size               :   14px;
    font-family             :   "Trebuchet MS",serif;
    height: 150px;
    overflow-y: scroll;
    text-align: left;
}

/*************************************
*              Utility               *
*************************************/
.left {
    float       :   left;
}
.right {
    float       :   right;
}
.center {
    text-align: center;
}
.clearer {
    float       :   none;
    clear       :   both;
}
.hidden {
    display     :   none;
}
.invisible {
    visibility: hidden;
}
.overlimit {
    color       :   red;
    font-weight :   bold;
}
.msgCenter{
    text-align      :   center;
    margin-bottom   :   10px;
}
.whiteText{
    color       :   white;
}
input{
    font-family	:	"Trebuchet MS",serif;
    font-size: 14px;
}
input[type="text"][disabled]{
    color: #000000;
    background-color: #ffffff;
}
input.numeric {
    width   :   35px;
}
textarea{
    font-family	:	"Trebuchet MS",serif;
    font-size: 14px;
}
textarea[disabled]{
    background-color: #ffffff;
    color: #000000;
}
div[id^="message"]{
    margin-top      :   20px;
    margin-bottom   :   10px;
    text-align      :   center;
    font-weight     :   bold;
    display         :   none;
}
div[id^="error"] {
    margin-top      :   20px;
    margin-bottom   :   10px;
    width           :   100%;
    text-align      :   center;
    font-weight     :   bold;
    color           :   red;
    display         :   none;
}
.readonly {
    border              :   1px solid transparent;
    resize              :   none;
    font-size           :   12px;
}
.writable,
.dropdownInfo dt.writable,
.dropdownTranslation dt.writable{
    border              :   1px solid gray;
    background-color    :   rgb(252,253,239);
    resize              :   none;
    font-size: 12px;
}
img.flag{

    width: 17px;
    height: 13px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
img.bigFlag{
    width: 20px;
    height: 15px;
    position: relative;
    top: 1px;
}
img.icon{
    vertical-align: middle;
    height: 20px;
    margin-right: 5px;
}
.noItem {
    border: 1px solid #c2c2c2;
}
.lSpace{
    margin-left         :   10px;

}
.rSpace{
    margin-right        :   10px;
}
.tSpace{
    margin-top          :   10px;
}
.bSpace{
    margin-bottom       :   10px;
}
.l2Space{
    margin-left         :   20px;
}
.r2Space{
    margin-right        :   20px;
}
.t2Space{
    margin-top          :   20px;
}
.b2Space{
    margin-bottom       :   20px;

}.b3Space{
     margin-bottom       :   20px;
     color: #ff0000;

 }
.lPad{
    padding-left         :   10px;
}
.rPad{
    padding-right        :   10px;
}
.tPad{
    padding-top          :   10px;
}
.bPad{
    padding-bottom       :   10px;
}
.l2Pad{
    padding-left         :   20px;
}
.r2Pad{
    padding-right        :   20px;
}
.t2Pad{
    padding-top          :   20px;
}
.b2Pad{
    padding-bottom       :   20px;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.underline {
    text-decoration: underline;
}
/*************************************
*      LightboxMe Modal Message      *
*************************************/
.backSuccess{
    background: rgb(12, 156, 12);
}
.backError{
    background: rgb(223, 58, 58);
}
.boxHelpMessage {
    padding-left: 10px;
    font-variant: normal;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    left: -10px;
}
.boxHelpMessage img {
    height: 17px;
    padding-top: 3px;
    margin-right: 5px;
}










.infoEdit {
    padding-top: 10px;
    padding-bottom: 10px;
}
.infoEdit label{
    float               :   left;
    position            :   relative;
    top                 :   4px;
    min-width           :   25%;
    margin-right        :   10px;
    text-align          :   right;
    font-size           :   12px;
    font-weight         :   bold;
}
.infoEdit input[type="text"],
.infoEdit input[type="password"] {
    width: 65%;
    margin-right: 1%;
}
.infoEdit textarea{
    width: 65%;
    height: 50px;
    margin-right: 1%;
}

/*******************************************************************
********************************************************************
***                                                              ***
***                             Admin                            ***
***                                                              ***
********************************************************************
*******************************************************************/

/*************************************
*              Homepage              *
*************************************/
#adminHomepage .boxContent {
    font-size: 12px;
}
#adminHomepage table {
    /*margin-left: 50px;*/
}
#adminTable td:first-child {
    text-align: right;
    width: 100px;
}
#adminTable td:last-child {
    padding-left: 20px;
}

/*************************************
*             Languages              *
*************************************/
textarea.language{
    width: 95%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: hidden;
    resize: none;
    transition: height .3s;     /* autoresize animation*/
}
textarea.language.red{
    background-color: #ff7972;
}
textarea.language.green{
    background-color: #adff8d;
}

/*************************************
*            Registration            *
*************************************/
#register .infoEdit div{
    text-align: center;
}

/*************************************
*              Profile               *
*************************************/
#profile .infoEdit div{
    text-align: center;
}

/*************************************
*           Configuration            *
*************************************/
#systemConfiguration .columnLeft {
    width                       :   50%;
    float                       :   left;
    height                      :   280px;
}
#systemConfiguration .columnRight {
    width                       :   50%;
    float                       :   left;
    height                      :   280px;
}
#systemConfiguration h2 {
    padding-left: 60px;
    margin-bottom: 20px;
}
#systemConfiguration .infoEdit {
    background: #B6B6B6;
    padding: 0;
}
#systemConfiguration input[type=text],
#systemConfiguration .dropdownInfo dt,
#systemConfiguration .dropdownInfo ol {
    width: 220px;
}
/*******************************************************************
********************************************************************
***                                                              ***
***                            Teacher                           ***
***                                                              ***
********************************************************************
*******************************************************************/

/*************************************
*              Homepage              *
*************************************/
#examsTableMinContainer {
    width: 48%;
    float: left;
    font-size: 12px;
}
#testsTableContainer {
    width: 48%;
    float: right;
    font-size: 12px;
}
#subjectsList .boxContent {
    max-height: 350px;
    overflow: scroll;
}
#homeExamsTable .eStatus {
    text-align: center;
}
#homeExamsTable .eStatus img{
    margin: 0;
    padding: 0;
    position: relative;
    top: 3px;
    max-height: 18px;
    max-width: 18px;
    cursor:pointer;
}
#homeTestsTable td {
    padding: 6px 5px;
}

/*******************************************************************
********************************************************************
***                                                              ***
***                             Login                            ***
***                                                              ***
********************************************************************
*******************************************************************/
#loginDiv {
    background          :   url('images/login_background.png') no-repeat;
    width				:	477px;
    height				:	460px;
    margin              :   100px auto auto;
    text-align			:	center;
    padding				:	20px;
    position			:	relative;
    left				:	40px;
}
#loginDiv img {
    position    :   absolute;
    top         :   0px;
    left        :   150px;
    width       :   60px;
}
#loginForm {
    width	 :	 380px;
    float	 :	 left;
    position :	 relative;
    top		 :	 110px;
}
#result {
    width	    :	380px;
    font-weight :   bold;
    font-size   :   11px;
}
#loginForm input.text {
    width	   :	200px;
    text-align :    center;
    padding    :    5px;
}
#loginForm label {
    display		:	block;
    width		:	100%;
    text-align	:	center;
}
#loginForm a.little{
    font-size: 11px;
}

/*******************************************************************
********************************************************************
***                                                              ***
***                      Topics / Questions                      ***
***                                                              ***
********************************************************************
*******************************************************************/

/*************************************
*        New questions panel         *
*************************************/

#newQuestionType {
    float: left;
    margin-top: 10px;
    min-width: 180px;
    padding: 5px 0 5px 5px;
    border-radius: 10px;
    height: 290px;
    margin-right: 10px;
}
.QTDescription {
    height: 288px;
    margin-top: 10px;
    padding-left: 10px;
    border-left-width: 0;
    font-size: 14px;
}
.QTDescription p {
    font-size: 14px;
}

/*************************************
*          Questions table           *
*************************************/
#questionsTable .qStatus{
    text-align: center;
}
.qStatus img{
    margin: 0;
    padding: 0;
    position: relative;
    top: 3px;
    max-height: 18px;
    max-width: 18px;
    cursor:pointer;
}
#questionsTable .qLanguages {
    text-align: center;
}
#questionsTable .qTopic {
    text-align: center;
}
#questionsTable .qDifficulty {
    text-align: center;
}
#questionsTable .qType {
    text-align: center;
}
#questionsTableContainer {
    float: right;
    width: 82%;
    font-size: 12px;
}

/*************************************
*       Questions/Answers tabs       *
*************************************/
#topicList .boxContent {
    height: 322px;
}
#question-tab,
#answers,
#answerInfoForm {
    background: #f9f9f9;
}
#answerInfoForm {
    padding: 5px 10px;
    min-height: 200px;
}
#answersList .boxContent {
    height: 250px;
}
.mandatoryNotice{
    font-size: 14px;
    color: white;
    background: rgb(223, 58, 58);
    padding: 5px;
    text-align: center;
    position: relative;
    left: -10px;
    top: -10px;
    width: 101%;
}
#question-tab {
    width: 96.5%;
}
#qLangsTabs,
#aLangsTabs {
    width: 630px;
    overflow-x: auto;
    position: relative;
    top: 2px;
    z-index: 1;
}
a.tab {
    float: left;
    padding: 7px 15px;
    border-right: 1px solid #686868;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-width: 0;
    background: #e6e6e6;
    cursor: pointer;
}
a.tab.active {
    background: #dddddd;
    border: 1px solid #686868;
    border-bottom: 1px solid #dddddd;
}
a.tab:not(.active):hover {
    border: 1px solid #999999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
    border-bottom-width: 0;
}

.mainLang {
    background-color: #f79250;
}


@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid blue;
    border-right: 7px solid green;
    border-bottom: 7px solid red;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: fixed;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.contenitoreBottoneTest{
    text-align: center;
}
.bottoneTest{
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.bottoneTest:hover{
    background-color: #f44336;
    transition: background-color 0.3s;
}

.button,.ok,.delete,.inactive,.normal{
    background-color: #008CBA;
    color: white!important;
    padding: 46px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 28px 24px;
    cursor: pointer;
    border-radius: 96px;
}
.adminButton{
    background-color: #9c27b0;
}
.ok {
    background-color: #4CAF50;
}
.inactive{
    background-color: #e7e7e7;
    color: black;
}
.delete,.red{
    background-color: #f44336;
}
.button:hover,.ok:hover,.delete:hover,.inactive:hover{
    transition: background-color 0.3s;
}
.normal:hover{
    background-color: #006B8F;
}
.ok:hover{
    background-color: #509E50;
}
.red,.delete:hover{
    background-color: #E34336;
}
.inactive:hover{
    background-color:#DEDEDE ;
}

.qrnotification{
    font-size: 16pt;
}

.styleTableCalculator {
    width:479px;
    height:300px;
    border: 6px solid #948473;
    text-align: center!important;
    color:black!important;
    font-weight: bold;
}
.tdCalculator{
    border: 1px solid #948473;
    padding: 4px 4px;
}
.tbodyCalculator, .tdCalculator{
    font-size: 13px;
    cursor: pointer;
}
.theadCalculator, .tdCalculator{
    border: 1px solid #948473;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 4px;
    background: linear-gradient(to bottom, #afa396 0%, #9e9081 66%, #948473 100%);
}
.inputCalculator{
    width: 98%;
    background: linear-gradient(to bottom, #afa396 0%, #9e9081 66%, #948473 100%);
    font-size: 17px;
    color: #000;
    text-align: right;
}
.styleTableCalculator, .tfootCalculator, .tdCalculator{
    background: linear-gradient(to bottom, #afa396 0%, #9e9081 66%, #948473 100%);
    font-size: 16px;
}
.numCalculator{
    background: #FFE53B;
    user-select: none;
}
.funCalculator, .braCalculator {
    background-color: #FFE3C6;
    user-select: none;
}
.opCalculator {
    background-color: #45B2E8;
    user-select: none;
}
.evCalculator {
    background-color: #66e845;
    user-select: none;
}
.ctrlCalculator  {
    background-color: #EC1010;
    color: #F0F0F0;
    user-select: none;
}
.styleTableCalculator > tbody > tr > td{
    width: 16%;
}
.buttonExamInfo{
    min-width: 100px;
}
.langsTag{
    border:1pt solid black;
    min-width: 30px;
    text-align: center;
}
.langsContainer{
    padding:0!important;
    margin: 5px;
}

.boxButton {
    padding: 6px 10px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
    margin-top: 9px;
    min-width: 50px;
}
.boxButton2 {
    padding: 6px 10px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 2px;
    margin-top: 7px;
    min-width: 50px;
}
.difficultyWeights{
    margin-right: 5pt;
    font-weight: bold;
    margin-left: 5px;
}
.weightsValue{

}

.fright{
    float:right;
}
.scoredifficultS{
    font-weight: bold;
}
.qDifficultyPrint{
    text-align: left;
    min-width: 130px;
    display: block;
}
.difficultyNamePrinted{
    float: right;
    margin-right: 20px;
    margin-left: 2px;
}
.DataTables_sort_icon {
    display: none;
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("/DataTables-1.10.23/images/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("/DataTables-1.10.23/images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("/DataTables-1.10.23/images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("/DataTables-1.10.23/images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("/DataTables-1.10.23/images/sort_desc_disabled.png")
}

table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}
.answered,.notAnswered{
    border: 0.1pt solid #aeaeae;
    margin-top: 8px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-top: 1px;
    border-radius: 5px;
}
.goodA{
    background-color: #cdf9d3!important;
}
.wrongA{
    background-color: #ffcece!important;
}
.maxheight-200{
    max-height: 200px;
    min-height: 200px;
    overflow-y: scroll;
}
.registrationCenter{
    overflow-y: scroll;
}
.textAreaNMT{
    height: 30px!important;
    border: 0!important;
}


.liveViewFig{
    cursor: pointer;
}








.open-buttonChat {
    border-radius: 15px;
    background-color: #555;
    color: white;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 3px;
    right: 3px;
    width: 200px;
    z-index: 800;
}

/* The popup chat - hidden by default */
.chat-popup {
    width: 32%;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    border: 3px solid #f1f1f1;
    z-index: 810;
}

/* Add styles to the form container */
.chatContainer {
    padding: 10px;
    background-color: white;
}

/* Full-width textarea */
.chatContainer textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none; /* vertical */
    min-height: 80px;
    box-sizing: border-box;
}

/* When the textarea gets focus, do something */
.chatContainer textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Full-width textarea */
.superbubble {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 80px;
    box-sizing: border-box;
}

/* When the textarea gets focus, do something */
.superbubble:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.chatContainer .btn {
    background-color: #367b39;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
    border-radius: 15px;
}

/* Add a red background color to the cancel button */
.chatContainer .cancel {
    background-color: #690000;
}

/* Add some hover effects to buttons */
.chatContainer .btn:hover, .open-buttonChat:hover {
    opacity: 1;
}
.messagesContainer{
    min-height: 350px;
    border: 1pt solid #b9b9b9;
    max-height: 550px;
    overflow: auto;
}
.historyLabelChat{
    text-align: center;
    width: 100%;
}
.broadcast{
    border: 1pt solid black!important;
    border-radius: 14px;
    background-color: #e5f4fa!important;
}
.directMessage{
    border: 1pt solid black!important;
    border-radius: 14px;
    background-color: #fae5e5!important;
}
.directMessageToMe{
    border: 1pt solid black!important;
    border-radius: 14px;
    background-color: #e8fae5 !important;
}
#textChatMessage{
    border:1pt solid black;
    background-color: #fbfbfb;
    border-radius: 15px;
    margin-bottom: 2px!important;
}
#charCounterChat{
    text-align: right;
}
.messagesContainerTeacher{
    border: 1pt solid #b9b9b9;
    height: 50vh;
    overflow: auto;
}
.chat-popupTeacher{
    border: 3px solid #f1f1f1;
    z-index: 9;
    position: fixed;
    bottom: 0;
    width: 20%;
}
.qrCodeTestNotes{
    border: 3px solid #0075ea;
    background-color: #ffffff;
    font-size: 13pt;
}
.qrCodeTestText{
    margin-left: 20px;
    margin-bottom: 20px;
}
.studentNotes{
    font-size: 13pt;
    border: 3px solid #0075ea;
    background-color: #ffffff;
    font-size: 13pt;
}
.downloadPhotoL{
    color: #0832ff;
    cursor: pointer;
    font-size: 18pt;
}
.wordCounterTA{
    font-style: italic;
}

.motd{
    border-radius: 10px;
    background-color: #ffffffe8;
    float: left;
    margin-top: 0px;
    padding: 14px;
    min-width: 200px;
}
.motdpre{
    font-family: Roboto;
    display: contents;
}
.tableHeader{
    width: 100%;
}
.tableHeader tr td{
    border:none!important;
}
.tableHelpdesk{
    margin-left: auto;
    margin-right: auto;
    border:1pt solid black;
    border-collapse: collapse;
}
.tableHelpdesk tr td{
    border:1pt solid black;
    padding: 15px;
}

.right40{
    width: 38%;
    position: relative;
    float: right;
    font-size: 13pt!important;
}
.right40 *{
    font-size: 12pt!important;
}
.downloadBigS {
    font-size: 18pt;
}
.buttonNewLineDiv{
    float:unset!important;
    position: initial!important;
    text-align: right!important;
}
.buttonNewLine{
    float:unset!important;
    position: initial!important;
}
.topicContentColor{
    height: 342px!important;
    overflow: hidden;
}
.noBorder{
    border:none!important;
    border-bottom:none!important;
}
.topicListColor {
}
.tableCenteredMargin{
    margin-left: auto;
    margin-right: auto;
}
.tableCenteredMargin100Width{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.littleMarginTop{
    top:2px!important;
}
.flagActive{
    background-color: rgba(143, 255, 139, 0.58);
    display:block;
    padding: 6px;
}
.flagInactive{
    background-color: rgba(255, 236, 139, 0.58);

    display:block;
    padding: 6px;
}
.noPadding{
    padding:unset!important;
}
.bannedUser{
    color:red;
}
#stopwatchLiveView{
    position: absolute;
    right: 10px;
    top: -50px;
    font-weight: bold;
}
.buttonEditUser{
    padding: 5px 3px!important;
    margin: 0px 2px!important;
}
.marginLeft10px{
    margin-left: 10px;
}
.margin10px{
    margin-bottom: 10px;
}
.width66percents{
    width: 66%!important;
}

.width65_6percents{
    width: 65.6%!important;
}
.width50percents{
    width: 50%!important;
}

.textAreaTeacher{
    width: 98%;
    height: 250px;
    min-height: 250px!important;
    resize: none;
}
#teacherAnnotation{
    font-size: 13pt;
}
#userEditContainer{
    background-color: white;
    display: grid;
    left: 55%;
    z-index: 953;
    position: fixed;
    top: 40px;
    text-align: left;
    width: 40%;
    padding: 20px;
    border: 2pt solid #575555;
}
.marginEditUser{
    margin-top: 6px;
    margin-bottom: 3px;
}

#importDIV{
    background-color: white;
    display: grid;
    left: 22%;
    z-index: 953;
    position: fixed;
    top: 40px;
    text-align: left;
    width: 96%;
    padding: 20px;
    border: 2pt solid #575555;
    min-height: 400px;
}

#progressBarRectangular {
    color: #fff !important;
    background-color: #4CAF50 !important;
    text-align:center;
    border: 1pt solid black;
    float: left;
}

#progressBarImportText {
    position: absolute;
    text-align: center;
    width: 100%;
}

#progressBarImport {
    line-height: 30px !important;
    height: 30px !important;
    font-size: 23px;
    color: #000 !important;
    background-color: #f1f1f1 !important
}
.reglistBottomInfo{
    font-weight: bold;
    font-size: 12pt;
}

.font18{
    font-size: 18pt;
}
.font17{
    font-size: 17pt;
}
.font16{
    font-size: 16pt;
}
.font15{
    font-size: 15pt;
}
.font14{
    font-size: 14pt;
}
.font13{
    font-size: 13pt;
}
.font12{
    font-size: 12pt;
}
.font11{
    font-size: 11pt;
}
.font10{
    font-size: 10pt;
}
.font9{
    font-size: 9pt;
}

.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-32 { font-size: 32px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


.width100{
    min-width: 100px;
}

.width10{
    width: 10%;
}

.canvasHSpreview{
    border:3px solid #50ff00;
    position:absolute;
    top:0px;
    left:0px;
    width:0px;
    height:0px;
}
.textAlanguage{
    min-height: 51px;
}

#tableImport, .tableImport {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
#tableImport td, #tableImport th, .tableImport td, .tableImport th {
    border: 1px solid #ddd;
    padding: 8px;
}
#tableImport tr:nth-child(even), .tableImport tr:nth-child(even){background-color: #f2f2f2;}
#tableImport tr:hover, .tableImport tr:hover {background-color: #ddd;}
#tableImport th, .tableImport th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #029b63;
    color: white;
}

.tableTextCenter, .tableTextCenter tr, .tableTextCenter td, .tableTextCenter th{
    text-align: center!important;
}

.tableSameWidhtColumn td{
    width: 25%;
}

.inputOralChoice{
    margin-left: 2px;
    width: 100%!important;
    border: 1pt solid #cbcbcb;
    text-align: center;
}
.viewCorrect{
    padding-bottom: 10px!important;
}

#tableStyleNew, .tableStyleNew {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
#tableStyleNew td, #tableStyleNew th, .tableStyleNew td, .tableStyleNew th {
    border: 1px solid #ddd;
    padding: 8px;
}
#tableStyleNew tr:nth-child(even), .tableStyleNew tr:nth-child(even){background-color: #f2f2f2;}
#tableStyleNew tr:hover, .tableStyleNew tr:hover {background-color: #ddd;}
#tableStyleNew th, .tableStyleNew th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #029b63;
    color: white;
}

.tableClickable td{
    cursor: pointer;
}

.tableStyleNewCentered th,.tableStyleNewCentered tr,.tableStyleNewCentered td{
    text-align: center!important;
}

.buttonViolet{
    background-color: #d546ca!important;
}
.qNotification{
    text-align: center;
    color:red;
}
.audioIconChat{
    cursor: pointer;
}

.pointer{
    cursor: pointer;
}
.roundborder{
    border-radius: 7px;
}

.disconnectMessage{
    color:red;
}



.cookiewarning {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 2em;
    background: #4d4d4d;
    z-index: 100;
    color: #fff;
    font-weight: 300
}

.cookiewarning h4 {
    color: #fff;
    font-weight: 600
}

.cookiewarning a {
    color: #fff
}

.cookiewarning a:hover {
    color: #fff
}

.cookiewarning a.btn {
    margin-top: 1.5em;
    background-color: #58779d;
    color: #fff;
    padding: .2em 1em;
    font-size: 100%
}

.cookiewarning a.btn:hover {
    color: #fff
}
.displayNone {
    display: none!important
}
.cookieTextMain{
    color: #fff
}
.labelCentered{
    text-align:center!important;
    width: 100%;
}
.emailmessage{
    text-align:center!important;
    width: 100%;
    visibility: hidden;
    color:red;
    animation: emailmessageanimatin 4s infinite;
}
@keyframes emailmessageanimatin {
    0% {color: red;}
    50%{color: #c9105d;}
    100% {color: red;}
}
.profileLeft{
    width: 40%;
    padding-right: 10px;
    text-align: right;
}
.profileRight{
    width: 60%;
    text-align: left;
    padding-left: 5px;
}
.boxAutoScroll{
    overflow: auto;
}

.justifyText{
    text-align: justify;
}

.information{
    color: green;
    font-weight: bold;
    font-size: 12px;
}

/*ANIS*/
.droptarget {
    display: inline-flex;
    padding: 3px;
    vertical-align:middle;
    min-height: 16px;
    min-width: 40px;
    width: fit-content;
    block-size: fit-content;
    border-radius: 5px;
    border: solid 1px #aaa;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    transition: box-shadow .1s;
    clear: both;
}
.droptarget:hover {
    background-color: #8ed3f3;
    box-shadow: 0 0 4px #35455d;
    cursor:pointer;
}
.answerOC {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #aaa;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    margin-right: 5px;
    transition: box-shadow .1s;
}
.answerOC:hover {
    background-color: #8ed3f3;
    box-shadow: 0 0 4px #35455d;
    cursor:pointer;
}

.activeOC {
    background-color: #8ed3f3;
    box-shadow: 0 0 4px #35455d;
}
.TableOC{
    width: 90%;
    height: fit-content;
    border: #000000 3px;
}
.exmplInputOC{
    vertical-align:middle;
    border-radius: 5px;
    border:1px black solid;
    pointer-events: none;
    height: 14px;
    width: 40px;
    margin-right: 1px;
}
.questionTextOC{
    min-height: 150px;
    width:98.4%;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    color: #222222;
    border: solid 1px #686868;
    border-radius: 5px;
    background-color: #e6e6e6;
    padding: 8px 4px 8px 8px;
    text-align: left;
    vertical-align: text-top;
}
.questionTextOC hr{
    margin-left: -8px;
    margin-right: -4px;
    border-color: #686868;
    border: solid 0.5px;
}
.questionTextOC h3{
    font-variant: small-caps;
    font-family: Verdana,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
}
.infoButtonOCContainer{
    width: 5%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    cursor: pointer;
}
.infoButtonOC{
    margin-right: 5px;
    height: 20px;
    width: 20px;
}
.questionSubTextOC{
    width: 95%;
    display: inline-block;
}
.OCcellBox{
    padding-left: 9px;
    padding-right: 9px;
    min-width: 40px;
    border:1pt solid grey;
    background-color: white;
    text-align: center;
}

.newChatMessages{
    background-color: #741eff;
    font-weight: bold;
    animation: newChatMessagesAnimationv2 2s infinite;
}

@keyframes newChatMessagesAnimationv2 {
    0% {background-color: #c70000}
    50%{background-color: #857100;}
    100% {background-color: #c70000;}
}
.questionsTopButton{
    top:7px!important;
}


.hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block!important;
    color:green;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

.crossed {
    background:
            linear-gradient(to top left,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0) calc(50% - 0.8px),
            rgba(0,0,0,1) 50%,
            rgba(0,0,0,0) calc(50% + 0.8px),
            rgba(0,0,0,0) 100%),
            linear-gradient(to top right,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0) calc(50% - 0.8px),
            rgba(0,0,0,1) 50%,
            rgba(0,0,0,0) calc(50% + 0.8px),
            rgba(0,0,0,0) 100%);
}
.questionsPreviewCSS{
    max-width: 500px;
}
.height100{
    height: 100px;
}
.margin20pxtotal{
    margin:20px;
}

.flashRed{
    animation: flashRedAnimation .5s infinite;
}

@keyframes flashRedAnimation {
    0% {background-color: red}
    50%{background-color: #ffd900;}
    100% {background-color: red}
}

.noAura{
    box-shadow: none!important;
    -moz-box-shadow: none!important;;
    -webkit-box-shadow: none!important;;
    -o-box-shadow: none!important;;
    -ms-box-shadow: none!important;;
}
.disabledButton,.disabledButton:hover{
    background-color: #ababab!important;
}
.alignRightElement{
    text-align: right;
}
.alignLeftElement{
    text-align: left;
}
.alignCenterElement{
    text-align: center;
}
.color-red{
    color:red;
}
#examsTable_length{
    margin-left: 7px;
}
.paddingBottomTop3{
    padding-bottom: 3px;
    padding-top: 3px;
}
.width60px{
    min-width: 60px;
    display: inline-block;
}
.width50px{
    min-width: 50px;
    display: inline-block;
}
.width40px{
    min-width: 40px;
    display: inline-block;
}
.width30px{
    min-width: 30px;
    display: inline-block;
}
.width20px{
    min-width: 20px;
    display: inline-block;
}
.width10px{
    min-width:10px;
    display: inline-block;
}
.clear50px{
    height: 50px!important;
}
.minibuttonA{
    padding: 1px 10px!important;
    margin:1px!important;
}
.versionChangelog{
    font-weight: bold;
    font-size: 32px;
}
.dateChangelog{
    font-style: italic;
}

.shadowBoxCool{
    box-shadow: 0px 0px 10px 2px #9d9d9d;
}

.TestAccessLog{
    padding:2px;
    border:1pt solid black;
}
.TestAccessLogMaxHeight{
    overflow: scroll;
    max-height: 200px;
    max-width: 600px;
}

.infoButtonFB2Container{
    width: 5%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.infoButtonFB2{
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

.questionSubTextFB2{
    width: 95%;
    display: inline-block;
}
.fb2text{
 max-width: 130px;
}

.textAreaFB{
    border-radius: 5px;
    border: solid 1px #aaa;
    box-shadow: none;
    resize: none;
    width: 125px;
    height: 18px;
    vertical-align: bottom;
}
.adminButtonBox{
    border:1pt solid #9c27b0;
    display: inline-flex; /*inline-table;*/
}


.tableSelection{
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 43px;
    width: 100%;
}

.rowSelection{
    width: 100%;
}
.cellSelection{
    /*width: 100%;*/
    min-height: 250px;
    height: 250px;
    border: 1pt solid black;
    border-radius: 49px;
    padding: 39pt;
    /* border-spacing: 591px!important; */
    border-collapse: separate;
    border-spacing: 15px 50px;
}

.restaurantGreen{
    background-color: #e4ffe4;
}
.restaurantRose{
    background-color: #ffe4ff;
}
.restaurantBlue{
    background-color: #cdd3ff;
}
.restaurantYellow{
    background-color: #fff5cd;
}
.restaurantRed{
    background-color: #ffcdcd;
}
.dishImage{
    max-height: 300px;
    max-width: 300px;
}
.widthfull{
    width: 100%;
}
.width90percent{
    width: 90%;
}

.bold{
    font-weight: bold;
}

.buttonInTable{
    width: 100%;
    background-color: #008CBA;
    color: white!important;
    padding: 46px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 28px 0px;
    /*cursor: pointer;*/
    border-radius: 96px;
    border:1pt solid black;
}
.backgroundRed{
    background-color: #E34336;
}
.backgroundViolet{
    background-color: #9c27b0;
}
.backgroundYellow{
    background-color: #fff5cd;
    color:black!important;
}
.backgroundGreen{
    background-color: #e4ffe4;
    color:black!important;
}
.noPointer{
    cursor:default;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.minusButton,.plusButton{
    border:1pt solid black;
    padding:10px;
    min-width: 150px;
    height: 150px;
    border-radius: 21%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.66);
}
.plusButton{
    background-color: #d4ffd4;
}
.minusButton{
    background-color: #ffd4d4;
}
.inputQuantity{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.66);
    width: 25%;
    border-radius: 21%;
    text-align: center;
    background-color: white;
    color: black;
    border: 1pt solid black;
    height: 150px;
    width: 150px;
    padding:10px;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 3pt solid black;
    width: 93%;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.44);
}

.customAlert{
    display: inline-block!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #92ff91;
    border: 1pt solid black;
    color: black;
    font-weight: bold;
    z-index: 999999;
}
.errorAlert{
    background-color: #ff9191;
}
.halfWidth{
    width: 50%;
}
.fullWidth{
    width: 100%;
}
.ingredientChoiceMain{
    text-align: left;
}
.ingredientChoice{
    margin-left: 50px;
    padding-top: 20px;
}
.checkboxMobile{
    transform: scale(5);
    margin: 0;
    vertical-align: super;
    padding: 0;
    margin-right: 20px;
}
