html {
  height: 100vh;
}

body
{
    background-color: #056177;
    background: url(img/bck_medis.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    color: #364450;
}

/* login screen */

#login {
    background: #fbfcfc;
    width: 600px;
    margin: 5% auto;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

#content_left {
    float: left;
    width: 60%;
    padding: 40px;
    box-sizing: border-box;
}

#content_right {
    float:left;
    width: 40%;
    height: 500px;
     background: #e1e8ec url("img/client_bck.png");
    background-repeat: no-repeat;
    background-position: left top;
    box-sizing: border-box;
}

h1 {
    font-size: 1.5em;
    color: #738a98;
    font-weight: 500;
    line-height: 1.2em;
    display: block;
    margin-top: 0.3em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

/* --- */
.header
{
    background: url(img/bck_header.png);
    background-position: initial;
    background-repeat:repeat-x;
    height: 65px;
    width: 100%;
    text-align: right;
    display: inline-block;
}

.title{
    display: inline-block;
    margin-top: -15px;
    position: relative;
    }

p2 {
    margin: 0.6em;
    display: block;
}

h2 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 16px;
    margin-top: 8px;
}

p:notes {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a:link, a:visited {
    color: #d22034;
    text-decoration: underline;
}

a:hover, a:active {
    color: #738a98;
}

.notification
{
    background-color: #738a98;
    background-image: url(img/notif.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding: 20px;
    display: block;
    color: #fff;
    font-size: 0.8em;

}

.noticon
{
    float: left;
    height: 48px;
    width: 60px;
    margin: -4px;
    background-image: url(img/icn_notification.png);
    background-position:center;
    background-repeat:no-repeat;
}

.notitext
{
   margin-left: 80px;

}

a.notif:link, a.notif:visited {
    color: #ffffff;
    text-decoration: underline;
}

a.notif:hover, a:active {
    color:#d22034;
    text-decoration: underline;
}

#wrapper {
    background: #fbfcfc;
    width: 910px;
    height: 100%;
    margin: 20px auto; 
    padding: 40px;
    position: relative;
    border-radius: 5px;
    }

#somedate {
    width: 95%;
    margin: 20px auto;
    background: #ffffff;
    padding: 20px 10px 10px 10px;
    clear: both;
    height: 460px;
    overflow: auto;
}


.logo_softeh {
    text-align:center;
  }


.logo_softeh img {
   margin-top: 385px;
   text-decoration: none;
        border: 0px;
   
}
.client_login{
    background: url(img/Logo_Client.png);
    background-position: top right;
    background-repeat:no-repeat;
    min-height: 65px;
}

#error {
    padding: 6px 0;
    color: #d22034;
    font-size: 0.7em;
    text-align: left;
    position: absolute;
    width:45%;
}

.titlu {
	color:#7c2f29;
	margin-left:50px;
}
.titlu h2 {
	color:#7c2f29;
	margin-left:150px;
}

/*zona de input*/

#inputs {
    margin-top: 30px;
}

input[type=text], select {
    width: 100%;
    padding: 8px;
    margin: 0 0 8px 0;
    display: inline-block;
    border: 1px solid #d3d9dd;
    border-radius: 2px;
    box-sizing: border-box;
    
}

input[type=text]:focus {
      outline:none;
      border: 1px solid #738a98;
      transition 0.35s all ease-in-out;
    }


input[type=submit] {
   /* width: 100%; */
    background-color: #d22034;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
   }  

input[type=reset] {
    background-color: #d22034;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#buton input[type=submit] {
    margin-top: 42px;
    text-align: center;
    width: 100%;
}


input[type=submit]:hover {
    background-color: #790a17;
    transition: 0.25s all ease-in-out;
}

input[type=submit]:focus {
    outline:none;
}


input[type=checkbox]{
    display: inline-block;
    box-sizing: border-box;
    background: #ffffff;
}

input[type="radio" i]{
    display: inline-block;
    border: 1px solid #d3d9dd;
    border-radius: 2px;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    background: #ffffff;
}

input #bifa{
    color: #d22034;
}

label{
    color: #738a98;
    font-size: 0.7em;
    margin: 20px 0 0 0;
}

/* BUTOANE RAPORT*/
            
.buttons {
    display: inline-block;
}

.buttons button {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 0.7em;
    padding: 4px 4px 4px 40px;
    border:8px solid #748a98;
    border-radius: 4px;
    display:inline-block;
    float: left;
    margin-right: 12px;
    margin-top:8px;
}

.buttons button.butt1 {
    background: #748a98 url(img/bttn1.png);
    background-position:left;
    background-repeat:no-repeat;
}

.buttons button.butt1:hover {
    background: #364450 url(img/bttn1h.png);
    border:8px solid #364450;
    background-position:left;
    background-repeat:no-repeat;
}

.buttons button.butt2 {
    background: #748a98 url(img/bttn2.png);
    background-position:left;
    background-repeat:no-repeat;
}

.buttons button.butt2:hover {
    background: #364450 url(img/bttn2h.png);
    border:8px solid #364450;
    background-position:left;
    background-repeat:no-repeat;
}

.buttons button.butt3 {
    background: #748a98 url(img/bttn3.png);
    background-position:left;
    background-repeat:no-repeat;
}

.buttons button.butt3:hover {
    background: #364450 url(img/bttn3h.png);
    border:8px solid #364450;
    background-position:left;
    background-repeat:no-repeat;
}
/* --- */

#acord, #acord2 {
	font-size:0.7em;
    text-align: left;
    
}

#acord2 {
    position: relative;
    width: 100%;
    display: inline-block;
}

#textacord {
    width: 75%;
    float: left;
    clear: none;
    padding: 10px 0;
}

#buton2 {
    width: 25%;
    float: right;
    text-align: center;
    clear: none;
}

form {
    display: block;
    margin-bottom: 0px !important;
    }

.dp {
	display: inline-block;
    padding-top: 20px;
}
 
#sp {
    padding:0px;
    margin:0px;
}
.tabel {
    font-family:inherit;
    color:black;
}
.tabel th {
    color:white;
    background-color:#7c2f29;
}
.tabel tr{
    color:black;
    text-align:center;
}

.odd {
	background-color:#f1f1f1;
}

/*  modal conditii */

#content_overflow {
    overflow: auto;
    height: 100%;
}

.close_btn {
    color: #d22034;
    cursor: pointer;
    position: absolute;
    top: -11px;
    right: -6px;
    font-size: 1.4em;
    cursor: pointer;
}

.close_btn:hover {
    color: #364450;
    top: -11px;
    right: -6px;
    }



.conditii_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

.conditii_content {
    display: none;
    position: absolute;
    top: 15%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid white;
    border-radius: 5px;
    background-color: white;
    z-index: 1002;
    font-size: 0.8em;
}

/* footer*/
.footer
{
    background: #e7e8ec;
    background-image: url(img/footer.jpg);
    background-position: center right;
    text-align: left;
    height: 91px;
    width: 100%;
    display: inline-block;
    margin-top:20px;
    }

.footer txt
{
    margin-left: 20px;
    margin-top: 32px;
    display: block;
    color: #000000;
    font-size: 0.8em;
    line-height: 1em;
}

.footer img
{
    display: inline-block;
    margin-top: -40px;
    margin-right: 20px; 
    float: right;  
}


/* responsive */

@media only screen and (max-height: 420px) {

    #h1 {
        font-size: 1.3em;
    }

    .logo_softeh img {
        margin-top: 260px;
    }

    #login {
        margin: 1% auto !important;
    }

    #content_left {
        padding: 15px 30px;
    }

    #content_right {
        height: 350px;
    }

    .client_login {
        display: none;
    }

    #inputs {
        margin-top: 10px;
    }

    #buton input[type=submit] {
        margin-top: 44px;
    }
}


@media only screen and (max-width: 1024px) {

    #login {
        background: #fbfcfc;
        width: 600px;
        margin: 5% auto;
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }
    
    #wrapper {
        background: #fbfcfc;
        width: 85%;
        height: 100%;
        margin: 20px auto;
        padding: 40px;
        position: relative;
        border-radius: 5px;
}

    .buttons button {
        width: 48%;
    }

    .conditii_content {
    top: 10%;
    left: 21%;
   }
}

@media only screen and (max-width: 768px) {

    #wrapper {
        background: #fbfcfc;
        width: 85%;
        height: 100%;
        margin: 20px auto;
        padding: 30px;
        position: relative;
        border-radius: 5px;
    }
    
    .buttons button {
    width: 100%;
    }

    #textacord {
        width: 100%;
    }

    #buton2 {
        width: 50%;
        float: left;
        clear: none;
    }

    input[type=submit] {
        width: 100%;
    }

}


@media only screen and (max-width: 640px) {
    #login {
        width: 90%;
        
    }

    .title {
        margin-top: 10px;
    }

    #content_left {
        float: left;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        display: block;
    }

    div.logo_softeh {
        float: left;
        width: 100%;
        text-align: center;
    }

    #content_right {
        float: left;
        width: 100%;
        height: 90px;
        background: #fbfcfc;
        box-sizing: border-box;
    }

    #error {
        width: 80%;
        font-size: 0.6em;
    }

    li {
        margin-left: -20px;
    }

    .logo_softeh img {
        margin-top: -13px;
        margin-bottom: 30px;
    }

    .buttons {
        margin-top: 60px;
    }

    a.butt:link, a.butt:visited {
        width: 80%;
    }

    a.butt:hover, a.butt:active {
        width: 80%;
    }

    .conditii_content {
    top: 4%;
    left: 10%;
    width: 70%;
    height: 47%;
}

    .form {
        margin-top: -45px !important;
    }

@media only screen and (max-width: 425px) {
    .noticon {
        display: none;
    }

    .notitext {
        margin-left: 0;
    }

    #buton2 {
        width: 100%;
        float: left;
        clear: none;
    }

    #somedate {
        width: 90%;
    }

    #wrapper {
        padding: 20px;
    }

    #login {
        width: 95%;
    }

    #buton input[type=submit] {
        margin-top: 44px;
    }

    #inputs {
        margin-top: 20px;
    }


    .footer {
        background: #e7e8ec;
        text-align: center;
        height: auto;
        width: 100%;
        padding: 20px 0;
        display: inline-block;
        margin-top: 20px;
    }

    .footer .txt {
        display: none;
        margin-left: 0;
        margin-top: 0;
    }

    .footer img {
        margin-top: 15px;
        margin-left: 0;
        float: none;
    }

    .conditii_content {
    height: 75%;
    width: 75%;
    font-size: 0.7em;
    left: 6%;
    padding: 20px 0 0 10px;
    }

    li {
    margin-left: -25px;
    }

}



   
