body{
    background-color: white;
    margin: 8px;
}
#container{
    margin: 70px auto 0 auto;
    padding: 0px;
    margin-top: 10px;
    width: 100%;
    max-width: 400px;
    background: -webkit-linear-gradient(#fbfbfb, #e6e6e6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fbfbfb, #e6e6e6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fbfbfb, #e6e6e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fbfbfb, #e6e6e6); /* Standard syntax */
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbfbfb', endColorstr='#e6e6e6'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbfbfb', endColorstr='#e6e6e6')"; /* IE8 */
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.imag_title{
    border: 1px solid #030303;
    width: 100%;
    max-width: 398px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    margin-bottom:-6px;
}
.span7.login{
    padding-top: 20px;
    border: 1px solid #A4A4A4;
    border-top: 0px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}
hr{
    border-color: #A4A4A4;
    background-color: #A4A4A4;
    height: 1px;
    border: 0;
    width:80%;
    margin-top: 30px;
    margin-bottom: 30px;
}

p{
    margin: 0 0 0 0px;
}
textarea,select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
/*    background-color: #ffffff;;
    border:  1px solid #a4a4a4;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
             box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
             transition: border linear 0.2s, box-shadow linear 0.2s;
*/
    background-color: #ffffff;
    border: 1px solid #A4A4A4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    width: 300px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 5px;
    vertical-align: middle;
    font-family: Arial;
    margin:10px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(26,57,111, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26,57,111, 0.6);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26,57,111, 0.6);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26,57,111, 0.6);
}
input:-webkit-autofill, select:-webkit-autofill, input:-webkit-autofill:focus{
-webkit-box-shadow: 0 0 0px 1000px white inset, 0 0 8px #ffffff !important;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 1px 1px rgba(49, 74, 138, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #FF9944;
    background-image: -moz-linear-gradient(top, #F47B0E, #D56908);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF339C), to(#CC0069));
    background-image: -webkit-linear-gradient(top, #F47B0E, #D56908);
    background-image: -o-linear-gradient(top, #F47B0E, #D56908);
    background-image: linear-gradient(to bottom, #F47B0E, #D56908);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF339C', endColorstr='#CC0069'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF339C', endColorstr='#CC0069')"; /* IE8 */
    background-repeat: repeat-x;
    border: 1px solid #030303;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: Arial;
    float: right;
    margin-top:20px;
    margin-right:42px;
  }
 .btn:active, .btn.active {
    color: #FFFFFF;
    background-color: #CC0069;
    background-image: -moz-linear-gradient(top, #CC0069, #CC0069);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CC0069), to(#CC0069));
    background-image: -webkit-linear-gradient(top, #CC0069, #CC0069);
    background-image: -o-linear-gradient(top, #CC0069, #CC0069);
    background-image: linear-gradient(to bottom, #CC0069, #CC0069);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC0069', endColorstr='#CC0069'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC0069', endColorstr='#CC0069')"; /* IE8 */
    background-repeat: repeat-x;
}

.btn:hover, .btn:focus {
    color: #FFFFFF;
    background-color: #F28A2B;
    background-image: -moz-linear-gradient(top, #F28A2B, #CC0069);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F28A2B), to(#CC0069));
    background-image: -webkit-linear-gradient(top, #F28A2B, #D56908);
    background-image: -o-linear-gradient(top, #F28A2B, #D56908);
    background-image: linear-gradient(to bottom, #F28A2B, #D56908);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F28A2B', endColorstr='#CC0069'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F28A2B', endColorstr='#CC0069')"; /* IE8 */
    background-repeat: repeat-x;
}

small {
        font-size: 11px;
        font-weight: normal;
        line-height: 20px;
        font-family: Arial;
        color: #999999;
        padding-right: 2px;
        padding-left: 2px;
        padding-bottom: 20px;
}
select.input-xlarge{
    width: 100%;
}
select.input-xlargehorde{
    width:100%;
    }
.horde{
   max-width: 310px;
   width: 100%;
   height: 34px;
   border: 1px solid #ccc;
   max-width: 310px;
}
.alert.alert-error.login{
    margin-bottom:0px;
}
#ie{
    display:none;
}
/*css pentru IE7 */
*+html .span5.login {
    width: 30%;
}
select#selectClient{
    outline:none;
}
.warning.muted{
    display:none;
    margin:auto;
    margin-top:10px;
    width:310px;
    height:60px;
    text-align:left;
    font-size: 12px;
}
.warning.muted.display{
    display:block;
}
.control-label {
    padding-left:40px;
    max-width:310px;
    width:auto;
    text-align:left;
    margin-bottom:-5px;
    height:25px;
}
.error {
    background-color: #d90000;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 300px;
}

#add-o{
    background-color: #ffffff;
    height: 25px;
    width: 100px;
    border: 1px solid #A4A4A4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 4px;
    vertical-align: middle;
    padding: 4px 6px;
    height: 25px;
}
#inputCaptcha{
    background-color: #ffffff;
    border: 1px solid #A4A4A4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    width: 171px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    font-family: Arial;
    padding-left:10px;
}
.hr_chpass {
margin-top:10px;
margin-bottom:20px;
}
.input-append {
width:310px;
}
.alert-warning {
background:#FECB00;
}
.ui-dialog .ui-dialog-titlebar {
background: #E20074;
color:#FFFFFF;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background:url("../images/clos.png") no-repeat #ffffff;
background-position: center;.
}
.ui-widget-overlay {
background: #000000;
}

@media (max-width: 979px){
    body{
        background: white;
        //background: linear-gradient(#fbfbfb, #e6e6e6) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
        margin:0px;
        padding:0px;
        }
    .is-mobile #container{
        width: 100%;
        margin: 0px;
        margin-top: -25px;
        background-color: transparent;
        border:none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: none;
    }
    .is-mobile .span7.login{
        width: 100%;
        margin: 0px;
        background-color: transparent;
        border:none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: none;
        padding:0px;
    }
   .is-mobile hr{
        //align: center;
        width: 100%;
        //margin-left: 50px;
    }
    .is-mobile .text-align{
        text-align: left;
    }
    .is-mobile .imag_title{
        display:none;
    }
   .is-mobile .imag_sigla{
        width: 100%;
        margin-bottom: 30px;
    }
    .is-mobile .horde {
        display:none;
    }
    .is-mobile .error {
        width:100%;
        max-width: 300px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .is-mobile .btn-login{
        width: 90%;
        align:center;
        height:50px;
        font-size:20px;
        margin-top:20px;
        margin-left: 10px;
        margin:0px;
        //padding:0px;
        float:left;
        margin-left: 5%;
    }
    .is-mobile .muted{
        margin-left:20px;
        margin-right:30px;
    }
    .is-mobile .alert-success {
        width: 99%;
        margin-left:0px;
        margin-right:0px;
    }
    .is-mobile .alert{
        //margin-left: 25px;
        //margin-top: 20px;
        width: 100%;
        margin-left:0px;
        margin-right:0px;
        }
    .is-mobile .alert-warning{
        //margin-left: -13px;
        //margin-top: 100px;
        width: 100%;
        margin-left:0px;
        margin-right:0px;
        padding-left:0px;
        padding-right:0px;
        //height: 50%;
        background: #FECB00;
    }
    .is-mobile .control-label{
        font-size:18px;
        margin-left:0px;
        float:left;
    }
    .is-mobile #inter{
    display:none;
    }
    .is-mobile .input-xlarge{
        height: 50px;
    }
    .is-mobile #inputEmail, .is-mobile #inputPassword, 
    .is-mobile #inputPasswordOld, .is-mobile #inputPasswordNew1, .is-mobile #inputPasswordNew2{
        height:50px;
        font-size:20px;
        width:90%;
        //margin-left: 15px;
    }
    /*.is-mobile .input-append .add-on,
        is-mobile.input-append .btn,
        is-mobile.input-append .btn-group {
        margin-left: -14px;
    }*/
    .is-mobile .input-append {
        width:90%;
    }
    .is-mobile #inputCaptcha{
         height:35px;
         width: 56%;
        //margin-left: -15px;
        //margin: 0px;
        max-width: 200%;
    }
    .is-mobile #add-o {
         height:35px;
         width:30%;
    }
    .is-mobile .add-on{
        height: 50px;
    }
    .is-mobile .add-on img{
        padding-top:4px;
    }
    body.is-mobile{
        padding-left:0px;
        padding-right:0px;
        margin:0px;
    }
    .is-mobile #logo-mobile{
        margin-bottom:10px;
    }
    .is-mobile .span7.login{
        width: 100%;
    }
    .is-mobile .span5.login{
        display:none;
    }
    .is-mobile #logo-mobile{
        display:block;
    }
    .is-mobile #web-interface{
        display:none;
    }
}
@media (min-width: 979px){
    .is-mobile #logo-mobile{
        display:none;
    }
}
.is-desktop #logo-mobile{
    display: none;
}
@media (max-width: 768px){
    .is-desktop #logo-mobile{
        display: block;
    }
    .is-desktop .span5.login{
        display:none;
    }
    .is-mobile .login {
      padding: 15px;
    }
    .is-mobile .imag_sigla, .imag_title {
      max-width: 100%;
      height: auto;
    }
    .is-mobile .input-xlarge {
      width: 100%;
    }
}
.info {
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.secret {
    border: 1px solid #000;
    padding: 1px;
    max-width: 265px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    margin: 0 auto;
}
.centered-div {
    text-align: center;
}
.centered-div h4 {
    margin-bottom: 5px; /* Adjust the margin to control spacing */
}
.centered-div hr {
    border: 0; /* Remove default border from hr */
    border-top: 1px solid;/* Add a custom border */
    width: 80%; /* Adjust the width as needed */
    margin-top: 10px;
    margin-bottom: 10px;
}