@media all {
    .login {
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 20px;
        padding-left: 20px;
        border: 1px solid #F99B1C;
        border-radius: 15px;
        text-shadow: 0 1px 0 #F99B1C;
        /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */

        background-color: skyblue;
        background-image: -moz-linear-gradient(top, #F99B1C, #F99B1C);
        background-image: -ms-linear-gradient(top, #F99B1C, #F99B1C);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F99B1C), to(#F99B1C));
        background-image: -webkit-linear-gradient(top, #F99B1C, #F99B1C);
        background-image: -o-linear-gradient(top, #F99B1C, #F99B1C);
        background-image: linear-gradient(top, #F99B1C, #F99B1C);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F99B1C', endColorstr='#F99B1C', GradientType=0);
    }

    input[type=text]:focus,
    textarea:focus {
        box-shadow: 0 0 5px #F99B1C;
        border: 1px solid #F99B1C;
    }

    /*************** Start Top Fixed Sections code *************************************/
    .hPenPara {
        background-color: #FFF;
        padding: 3px;
        float: left;
        clear: left;
        margin: 2px;
    }

    #periods input {
        background-color: white;
    }

    * {
        margin: 0;
        padding: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    pre,
    blockquote,
    fieldset,
    table,
    ul {
        margin: 1em 0;
    }

    input.text-input {
        border: 1px solid #F99B1C;
        background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.3)) !important;
        height: 30px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 5px;
        padding: 3px;
        width: 400px;
    }

    .button:not(.primary, .blue) {
        color: #ffffff;
        display: inline-block;
        font-family: "AvenirNext-Regular", "Open Sans", Arial, "Helvetica Neue", Helvetica,
            "Liberation Sans", FreeSans, sans-serif;
        font-size: 14px;
        font-weight: 500;
        height: 26px !important;
        line-height: 26px;
        text-transform: uppercase;
        display: inline;
        /* IE7 inline-block hack */
        zoom: 1;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .button {
        padding: 0 10px;
    }

    .button:hover,
    .button:active {
        color: #ffffff;
    }

    .button-blue:hover,
    .button-blue:active {
        border: 1px solid #e39224;
        text-shadow: 0 -1px 0 #e39224;
        /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        background-color: #e39224;
        background-image: -moz-linear-gradient(top, #e39224, #e39224);
        background-image: -ms-linear-gradient(top, #e39224, #e39224);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e39224),
                to(#e39224));
        background-image: -webkit-linear-gradient(top, #e39224, #e39224);
        background-image: -o-linear-gradient(top, #e39224, #e39224);
        background-image: linear-gradient(top, #e39224, #e39224);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e39224',
                endColorstr='#e39224', GradientType=0);
    }

    .button-blue {
        border: 1px solid #F99B1C;
        text-shadow: 0 -1px 0 #F99B1C;
        /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        background-color: #F99B1C;
        background-image: -moz-linear-gradient(top, #F99B1C, #F99B1C);
        background-image: -ms-linear-gradient(top, #F99B1C, #F99B1C);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F99B1C),
                to(#F99B1C));
        background-image: -webkit-linear-gradient(top, #F99B1C, #F99B1C);
        background-image: -o-linear-gradient(top, #F99B1C, #F99B1C);
        background-image: linear-gradient(top, #F99B1C, #F99B1C);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F99B1C',
                endColorstr='#F99B1C', GradientType=0);
    }

    img {
        border: 0;
    }

    a:link {
        color: #006eab;
        text-decoration: none;
    }

    a:visited {
        color: #04527d;
        text-decoration: none;
        border-bottom: 1px dotted #04527d;
    }

    a:hover {
        color: #0285cd;
        text-decoration: none;
        border-bottom: none;
    }

    span {
        /*        text-transform: uppercase;*/
        /*        color: white;*/
    }

    .clear {
        clear: both;
    }

    .tablestyle tr:hover {
        background-color: white;
    }

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        display: inline-block;
    }

    /* Hides from IE-mac \*/
    * html .clearfix {
        height: 1%;
    }

    .clearfix {
        display: block;
    }

    /* End hide from IE-mac */
    #wrapper {
        /*font: 12px Arial, Helvetica, sans-serif;*/
        font: 14px AvenirNext-Regular;
        background: #F8F5FF;
        text-align: center;
        color: #33394d;
    }

    body {
        background: #F8F5FF;
    }

    h1 {
        margin: 0.7em;
        font-size: 2.2em;
        font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
        color: #33394c;
    }

    /*************** End Top Fixed Sections *************************************/
    /*************** Start Content Section *************************************/



    /*******BUTON SALVEAZA******/
    #buton {
        background: url(../images/arrow.png) no-repeat center left;
        margin: 0px 0px 0px 20px;
        padding-left: 20px;
        width: 80px;
        height: 15px;
        border: 0px solid red;
    }

    #buton a {
        cursor: pointer;
        text-decoration: underline;
        border: 0px solid red;
    }

    /*******BUTON Back******/
    #butonBack {
        background: url(../images/arrowBack.png) no-repeat center left;
        margin: 0px 0px 0px 20px;
        padding-left: 20px;
        width: 80px;
        height: 15px;
        border: 0px solid red;
    }

    #butonBack a {
        cursor: pointer;
        text-decoration: underline;
        border: 0px solid red;
    }

    /*******Casuta eroare******/
    #errorBox {
        background: #f8fcd0;
        border: 2px solid #e2ea00;
        width: 350px;
        padding-left: 20px;
    }

    #meniu {
        width: 100%;
        margin-left: 0px;
        background-color: #F8F5FF;
        height: 34px;
    }

    #wrapper {
        width: 100%;

        padding: 0px;
        /* background: url(../images/content_bg.png) repeat-y top left; */
        background-color: #F8F5FF;
        font-size: 14px;
    }

    #secWrapper {
        width: 100%;
        margin: 0px 0px;
        padding: 20px 0px 0px 0px;

    }

    #container {
        width: 964px;

        padding: 0px 15px 30px 15px;
        /* background: url(../images/content_bottom.png) no-repeat bottom left; */
    }

    #container1 {
        width: 100%;
        text-align: left;
        padding: 0px 0px 10px 0px;
        font-size: 30px;
        /* background: url(../images/content_bottom.png) no-repeat bottom left; */
    }

    #mainCol {
        width: 644px;
        float: left;
        margin: 0px;
        padding: 0px;
        text-align: left;
        margin-bottom: 10px;
    }

    #mainCol #services {
        position: relative;
        background: url(../images/service_bg.jpg) no-repeat top left;
        width: 643px;
        padding: 0px;
        padding-top: 46px;
        height: 143px;
        margin-bottom: 10px;
    }

    #services h3 {
        font-size: 18px;
        color: #112638;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        font-family: Cambria, Georgia, "Times New Roman", Times, serif;
        position: absolute;
        top: 10px;
        left: 20px;
    }

    #mainCol #services ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    #mainCol #services ul li {
        float: left;
        display: block;
        width: 180px;
        height: 120px;
        padding: 5px;
        margin: 0px 8px 0px 15px;
        text-align: left;
    }

    #mainCol #services ul li h4 {
        font-size: 14px;
        color: #112638;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        font-family: Cambria, Georgia, "Times New Roman", Times, serif;
    }

    #mainCol #services ul li p {
        color: #414141;
        font-size: 12px;
        margin: 2px;
        padding: 0px;
        text-align: left;
    }

    #maincon {
        border: 1px solid #cde1f5;
        margin: 0px;
        padding: 6px;
        width: 625px;
        list-style-type: none;
        background: url(../images/main_col_bg.png) no-repeat top left #f8fcff;
    }


    #mainCol ul#maincon li {
        width: 625px;
        padding: 5px 0px 10px 0px;
        margin: 0px 0px 5px 0px;
        border-bottom: 1px dotted #aeaeae;
    }

    #mainCol ul#maincon li.last {
        border: none;
    }

    #mainCol ul#maincon li img {
        width: 153px;
        height: 117px;
        padding: 1px;
        margin: 6px 0px 0px 0px;
        float: left;
        border: 2px solid #cde1f5;
    }

    #mainCol ul#maincon li h2 {
        font-size: 18px;
        color: #34394e;
        font-family: Cambria, Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        padding: 0px;
        margin: 0px 0px 0px 170px;
    }

    #mainCol ul#maincon li p {
        font-size: 13px;
        color: #4d4d4d;
        margin: 0px;
        padding: 0px;
        margin-left: 170px;
    }

    #secCol {
        width: 320px;
        float: right;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    fieldset#login {
        margin: 0px auto;
        padding: 5px;
        width: 330px;
        height: 380px;
        border-color: white;
        border-radius: 50px;
        background: white;
        font-size: 16px;
        color: black;
        text-shadow: 0 1px 0 white;
        font-weight: bold;
        box-shadow: 10px 10px 5px dimgray;
    }

    h3#news,
    h3#test,
    h3#why {
        position: relative;
        left: 21px;
        background: url(../images/latest_bg.png) no-repeat top left;
        width: 289px;
        text-align: left;
        height: 33px;
        padding: 3px 5px 3px 25px;
        margin: 0px;
        margin-top: 0px;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        font-family: Cambria, Georgia, "Times New Roman", Times, serif;
    }

    h3#test {
        background: url(../images/test_bg.png) no-repeat top left;
    }

    h3#why {
        background: url(images/why_bg.png) no-repeat top left;
        width: 284px;
        position: relative;
        left: -20px;
        padding: 3px 5px 3px 30px;
    }

    #secCol ul {
        left: 15px;
        border: 1px solid #d0d0d0;
        border-bottom: none;
        list-style-type: none;
        width: 285px;
        margin: 0px auto;
        margin-left: 30px;
        margin-bottom: 10px;
        padding: 0px;
        text-align: left;
    }

    #secCol ul li {
        display: block;
        margin: 0px;
        padding: 5px;
        width: 275px;
        background: url(../images/side_col_bg.png) no-repeat top left #fff;
        border-bottom: 1px solid #d0d0d0;
    }

    #secCol ul li h4 {
        font-size: 14px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

    #secCol ul li span {
        color: #6b6b6b;
        font-weight: bold;
    }

    #secCol ul li p {
        color: #4d4d4d;
        font-size: 12px;
        margin: 2px;
        padding: 2px;
    }



    #secCol ul li a.more:link,
    #secCol ul li a.more:visited,
    #secCol ul li a.more:hover {
        background: url(../images/arrow.png) no-repeat center left;
        padding: 0px;
        display: inline;
        padding-left: 12px;
        border: none;
        text-decoration: underline;
        font-size: 12px;

    }

    #secCol ul li a.more:hover {
        text-decoration: none;
    }

    #secCol ul li p.test {
        text-align: right;
    }

    #footer {
        width: 994px;
        margin: 5px auto;
        font-size: 12px;
        color: #d9d7d7;
        padding: 0px;
    }

    #footer p {
        margin: 2px;
        padding: 2px;
        font-size: 12px;
        font-family: arial;
    }

    #footer ul {
        list-style-type: none;
        display: inline;
    }

    #footer ul li {
        display: inline;
    }

    #footer ul li a:link,
    #footer ul li a:visited {
        border: none;
        color: #d9d7d7;
        text-decoration: underline;
    }

    #footer ul li a:hover {
        color: #fff;
        text-decoration: none;
    }

    #header {
        min-height: 65px;
        width: 100%;
        background-color: #666;
        margin: 0;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
    }

    #header img {
        float: left;
    }

    #time {
        background-color: #CCC;
        margin: 0;
        float: left;
        width: 100%;
        text-align: right;
        padding-top: 3px;
        padding-bottom: 3px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333;
    }

    #txt {
        float: right;
        margin-right: 5px;
    }

    #nume {
        float: right;
        font-size: 22px;
        font-weight: bold;
        color: #eee;
        margin-right: 10px;
        text-align: right;
        margin-top: 10px;
    }

    #info {
        clear: right;
        float: right;
        margin-top: 5px;
        margin-right: 10px;
        font-size: 12px;
        color: #FFF;
    }

    #info a {
        color: #0CC;
        text-decoration: none;
    }

    #info a:hover {
        text-decoration: underline;
    }

    .full {
        width: 100%;
    }

    li {
        list-style-type: none;
        cursor: pointer;
    }
}

@media print {
    .button-blue {
        display: none;
    }

}

#suma_comision,
#comision {
    visibility: hidden;
}


/* START LOADER */
#overlayListaPlata {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#loaderListaPlata {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #FF9933;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#textOverlay {
    position: fixed;
    bottom: 60px;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: rgb(230, 217, 217);
    z-index: 10000;
    display: none;
}

@media (max-width: 768px) {
    #overlayListaPlata {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
    }

    #loaderListaPlata {
        position: absolute;
        width: 60px;
        height: 60px;
        border-width: 10px;
        animation: spin-mobile 2s linear infinite;
    }

    @keyframes spin-mobile {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    #textOverlay {
        position: absolute;
        width: 100vw;
        font-size: 20px;
        text-align: center;
    }
}

/* END LOADER */

/* SHOWTOAST Fomantic */
@media (min-width: 769px) {
    .ui.toast-container {
        z-index: 100000 !important;
    }
}

@media (max-width: 768px) {
    .ui.toast-container {
        box-sizing: border-box;
    }

    .ui.toast-container .toast-box {
        width: 100%;
        box-sizing: border-box;
    }

    .ui.toast-container .ui.message {
        width: 100%;
        word-wrap: break-word;
        box-sizing: border-box;
    }
}

/* END SHOWTOAST Fomantic */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f2f2f2 !important;
    color: rgba(0, 0, 0, .95) !important;
}

.select2-search input:focus-visible {
    outline: 1px solid #F99B1C !important;
}

select:focus-visible {
    outline: 1px solid #F99B1C !important;
}