@font-face {
    font-family: 'ResagnictoRegular';
    src: url('resagnicto-webfont.eot');
    src: url('resagnicto-webfont.eot?#iefix') format('embedded-opentype'),
        url('resagnicto-webfont.woff') format('woff'),
        url('resagnicto-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#gradient {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 ,  #ffffff); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #e5e5e5 ,  #ffffff);
    background: -o-linear-gradient(top,  #e5e5e5 ,  #ffffff);

    position: absolute;
    top: 0px; left: 0px;
    height: 100px; width: 100%;
}

form {
    display: inline; margin: 0px;
}

body, td {
    font-family: Arial;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}


#header {
    width: 955px;
    position: relative;
    margin: 0 auto;
    padding: 0px;
    margin-top: 0px;
    height: 100px;
}

#header_logo {
    position: absolute;
    top: 3px;
    left: 20px;
}

#logo {
    display: block;
    margin-top: 10px;
}

#header2 {
    position: absolute;
    width: 650px;
    padding: 5px;
    height: 15px;
    top: 28px;
    right: 25px;
}

#header_left {
    float: left;
    ccolor: #44dd44;
}

#header_bar {
    height: 4px;
    position: absolute;
    right: 0px;
    top: 42px;
    width: 550px;
    line-height: 0px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#F7D552',gradientType='1'); /* for IE */
    background: -webkit-gradient(linear, left top, right bottom, from(#F8F8F8), to(#F7D552)); /* for webkit browsers */
    background: -moz-linear-gradient(left,  #F8F8F8,  #F7D552); /* for firefox 3.6+ */ 
    background: linear-gradient(to right,  #F8F8F8,  #F7D552);
    background: -o-linear-gradient(left,  #F8F8F8,  #F7D552);
}

#header_menu_new {
    position: absolute;
    right: 0px;
    padding: 5px;
    width: 600px;
    font-family: "Segoe UI", "Verdana";
    font-size: 13pt;
    color: #4d4d4d;
    text-align: right;
}

#header_menu_new a {
    color: #4d4d4d;
    padding-left: 10px;
    padding-right: 10px;
}

#header_menu_new a.last {
    padding-right: 5px;
}

#header_menu {
    display: block;
    text-align: right;
    float: right;
}

#header_menu a {
    text-decoration: none;
    color: #403f2e;
    font-weight: bold;
}

#header_menu a:hover {
    text-decoration: underline;
}


#footer_menu {
    margin: 0 auto;
    width: 920px;
    background-color: #91b53b;
    padding: 5px;
    text-align: right;
    ccolor: white;
    color: #fafafa;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2ca38', endColorstr='#91b53b',gradientType='1'); /* for IE */
    background: -webkit-gradient(linear, left top, right bottom, from(#a2ca38), to(#91b53b)); /* for webkit browsers */
    background: -moz-linear-gradient(left,  #a2ca38,  #91b53b); /* for firefox 3.6+ */ 
    background: linear-gradient(to right,  #a2ca38,  #91b53b);
    background: -o-linear-gradient(left,  #a2ca38,  #91b53b);
}

#footer_menu a {
    text-decoration: none;
    ccolor: white;
    color: #fafafa;
}

#footer_menu a:hover {
    text-decoration: underline;
}



#body {
    position: relative;
    width: 920px;
    margin: 0 auto;
}

#footer {
    width: 920px;
    margin: 0 auto;
    text-align: right;
    font-family: "times new roman";
    font-size: 10pt;
    padding: 5px;
    color: gray;
    position: relative;
}

#footer div.facebook {
    float:left;
    margin-left: 100px;
}

#footer a {
    text-decoration: none;
    color: black;
}

#footer a:hover {
    text-decoration: underline;
}


input.inputtext {
    border : 1px solid #403f2e;
    color: gray;
}

input.submit {
    background-color : #cfdeaf;
    color: #9e0a0f;
    cursor:pointer;

    padding: 2px 15px 2px 15px;
    border: 1px solid silver;

    border-radius: 5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;		    
    font-size: 12pt;
    overflow: visible;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e5e6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e5e6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #e3e5e6); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #ffffff,  #e3e5e6);
    background: -o-linear-gradient(top,  #ffffff,  #e3e5e6);    
}

input.submit:hover {
    border: 1px solid #999999; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d3d5d6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3d5d6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #d3d5d6); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #ffffff,  #d3d5d6);
    background: -o-linear-gradient(top,  #ffffff,  #d3d5d6);            
}

a {
    color: #d43c00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#calendar a {
    color: inherit;
}

#calendar a:hover {
    color: inherit;
}

.clearer {
    clear: both;
}


div.login input.inputtext {
    width: 150px;
}

#descriere {
    margin-top: 40px;
    font-family: "Segoe UI", "Verdana";
    font-size: 11pt;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}

#descriere .title {
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 8px;
    color: #91b53b;
    font-family: "Segoe UI", "Verdana";
    border-bottom: 1px solid #a2ca38;
}

#descriere  .explicatie { 
    margin-bottom: 30px;
    text-align: justify;
}

#oferta {
    margin-top: 20px;
    font-family: "Segoe UI", "Verdana";
    font-size: 11pt;
    /*
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    */
}

#oferta .intro {
    font-size: 13pt;
    margin-left: 20px;
}

#oferta .text {
    margin-left: 10px;
}

html #oferta div.plus {
    display: inline;
}

#oferta div.package {
    float: left;
    position: relative;
    /*width: 260px;*/
    width: 260px;
    height: 360px;
    border: 2px solid #91b53b;   
    padding: 15px;
    padding-top: 10px;
    text-align: justify;

    border-radius: 8px;
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;
}

#oferta div.package2 {
    margin-left: 8px;
    margin-top: 20px;
    width: 230px;
    height: 140px;
    bborder: 2px dashed #91b53b;   
    border: 2px solid #91b53b;   
    padding: 15px;
    padding-top: 10px;
    text-align: justify;
    float: left;

    border-radius: 8px;
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;
}

#oferta div.package.third img {
    top: 20px;
}

#oferta div.package img {
    position: absolute;
}

#oferta div.package2 img {
    position: absolute;
}


#oferta .plus {
    width: 25px;
    margin-left: 155px;
    margin-top: 90px;
    float: left;
}

#oferta div.package div.price {
    position: absolute;
    top: 340px;
}

#oferta .price {
    font-style: italic;
    color: #555555;
}

#oferta div.package.second {
    margin-left: 18px;
}

#oferta div.package.third {
    margin-left: 18px;
}

#oferta div.package2 div.title {
    color: #91b53b;
    font-size: 13pt;
    font-weight: bold;
    mmargin-bottom: 40px;
    margin-left: 125px;
}


#oferta div.package2 div.comment {
    color: gray;
    margin-bottom: 30px;
    margin-left: 115px;
    font-style: italic;
}

#oferta div.package2 .price {
    margin-top: 15px;
}


#oferta div.package div.title {
    margin-left: 130px;
    margin-top: 15px;
    color: #91b53b;
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 65px;
}

#blackboard {
    margin-top: 10px;
}

#blackboard .right {
    width: 500px;
    margin-left: 35px;
    float: left;
}

#blackboard .bigphoto {
    float: left;
    margin-left: 10px;
} 

#blackboard .right .text{
    font-size: 12pt; 
    font-family: "Segoe UI", "Verdana";
    color: #4d4d4d;
    text-align: justify;
}

#index {
    margin-top: 10px;
    margin-bottom: 20px;
}

html #index .right {display:inline;} /* ie6 margin fix */
html #index .bigphoto {display:inline;}

#index .right {
    /*width: 410px;*/
    width: 400px;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
    text-align: justify;
}

#index .bigphoto {
    width: 470px;
    float: left;
    margin-left: 5px;
}

#index .right .login {
    color: gray;
    margin: 0 auto;
    width: 250px;
    line-height: 30px;
}

#index .right .login input.inputtext {
    border: 2px solid #91b53b;
}

#index .highlight {
    color:#91b53b; font-weight: bold;
}

#index .right .login input.submit {
    margin-top: 10px;
    background-color: #91b53b;
    color: white;
    border: none;
    padding: 4px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12pt;
    font-weight: normal;
    font-family: ResagnictoRegular;
    width: auto;
    overflow: visible;

    border-radius: 6px;
    -moz-border-radius: 6px;  
    -webkit-border-radius: 6px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2ca38', endColorstr='#91b53b'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#a2ca38), to(#91b53b)); /* for webkit browsers */
    background: -moz-linear-gradient(left top,  #a2ca38,  #91b53b); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom right,  #a2ca38,  #91b53b);    
    background: -o-linear-gradient(left top,  #a2ca38,  #91b53b);    
}

#index .right .login input.submit:hover {   
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;

    bbox-shadow: 0 0 7px #91b53b;
    -moz-box-shadow: 0 0 7px #91b53b; 
    -webkit-box-shadow: 0 0 7px #91b53b; 

    cursor: pointer;
}

#index .right .text{
    ffont-family: Verdana; font-size: 11pt; 
    font-family: 'ResagnictoRegular';
    ffont-family: "lucida sans";
    ffont-family: "DejaVu Sans Condensed";
    color: #4d4d4d;
}

#index .right .text h1 {
    font-family: 'ResagnictoRegular';
    color: #4d4d4d;
    margin: 0; font-size: 11pt; display: inline; font-weight: normal;
}

#index .left3 {
    float: left;
}

#index .left2 {
    position: relative;
    top: 15px;
    width: 510px;
    height: 150px;
    font-family: verdana;
}

#index .left2 .descriptions {
    position: relative;
    border: 2px solid #91b53b;
    width: 480px;
    height: 130px;
    font-size: 12pt;
    color: gray;

    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;

    -moz-border-bottomleft-radius: 6px;
    -moz-border-bottomright-radius: 6px;
    -moz-border-topright-radius: 6px;

    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

#index .left2 .menu_select {
    position: relative;
    font-size: 12pt; font-family: Arial;
}

#index .left2 .menu_select a {
    color: white;
    padding: 3px;
    width: 100px;
    text-align: center;
    border: 2px solid #91b53b;
    background-color: #91b53b;
    display: block;
    position: relative;
    float:left;
    font-size: 13pt;
    margin-right: 4px;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

    -moz-border-topleft-radius: 6px;
    -moz-border-topright-radius: 6px;

    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;

    background: -webkit-gradient(linear, left top, left bottom, from(#a2ca38), to(#91b53b)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #a2ca38,  #91b53b); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #a2ca38,  #91b53b);
    background: -o-linear-gradient(top,  #a2ca38,  #91b53b);
}

#index .left2 .menu_select a:hover {
    text-decoration: none;
}

#index .left2 .menu_select a.selected {
    padding-bottom: 5px;
    top: 2px;
    border-bottom-width: 0;
    z-index: 10;
    color: #91b53b;
    background: white;
}

#index .left2 .descriptions .description {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    padding: 10px;
    line-height: 27px;
}

#index .left2 .descriptions .parinti {
    display: block;
}


#login_login {
    margin: 0 auto;
    width: 400px;
}

h2.elev {
    padding-left: 20px;
    color: #403f2e;
    font-size: 14pt;
}

div.profesor_materii {
    padding-left: 5px;
    color: #403f2e;
    font-size: 12pt;
}

div.profesor_materii div.heading {
    float:left;margin: 3px;padding: 3px;
}

div.profesor_materie {
    border: 1px solid #cccccc;
    margin: 3px;
    padding: 3px;
    float:left;
}

div.profesor_materie.selected {
    border: 1px solid black;
    background-color: #eeeeee;
}

span.nume {
    color: #9e0a0f;
    font-weight:bold;
}

div.container-profesor {
    float:left;
    position: relative;
    border: 1px solid #9e0a0f; margin: 10px;
    height: 150px;
}

div.container-profesor div.title {
    background-color: #cfdeaf; text-align:center; font-size: 12pt; font-weight: bold; color: #9e0a0f;
}

div.container-profesor.container-note {
    width: 300px; height: 250px;
    overflow: auto;
}


div.container-profesor.container-note div.elev_teza {
    position: absolute;
    bottom: 2px; left: 4px;
    background-color: #fafafa;
    border: 1px solid silver;
    padding: 2px; margin: 1px;
    font-size: 12pt;
    color: #403f2e;
}

div.container-profesor.container-note div.elev_teza span.nr {
    font-weight: bold;
}

div.container-profesor.container-note div.elev_teza span.date {
    color: green;
}

div.container-profesor.container-note div.elev_media {
    position: absolute;
    bottom: 2px; right: 4px;
    background-color: #fafafa;
    border: 1px solid silver;
    padding: 2px; margin: 1px;
    font-size: 12pt;
    color: #403f2e;
}

div.container-profesor.container-note div.elev_media span.nr {
    font-weight: bold;
}


div.container-profesor.container-note div.elev_note {
    color: #403f2e; margin: 5px 5px 5px 5px;
}

div.container-profesor.container-note div.elev_note div.note {
    float: left;
    background-color: #fafafa;
    border: 1px solid silver;
    padding: 3px;
    margin: 1px;
    font-size: 12pt;
}

div.container-profesor.container-note div.elev_note div.note span.nr {
    color: #403f2e  ;
    font-weight: bold;
}

div.container-profesor.container-note div.elev_note div.note span.date {
    color: green;
}


div.container-profesor.container-absente {
    margin-left: 100px;
    width: 300px;
    height: 250px;
    overflow: auto;
}

div.container-profesor.container-absente div.elev_absente {
    color: #403f2e; margin: 5px 5px 5px 5px;
}

div.container-profesor.container-absente div.elev_absente div.absenta {
    position: relative;
    background-color: #fafafa;
    bborder: 1px solid silver;
    padding: 2px;
    margin: 2px;
    font-size: 12pt;    
}

div.container-profesor.container-absente div.elev_absente div.absenta2 {
    position: relative;
    background-color: #fafafa;
    bborder: 1px solid silver;
    padding: 2px;
    margin: 2px;
    font-size: 12pt;
    float:left;
}

div.container-profesor.container-absente div.elev_absente div.date {
    width: 50px;
    text-align: center;
}

div.container-profesor.container-absente div.elev_absente div.date.motivat {
    border: 1px solid green;
    color: green;
}

div.container-profesor.container-absente div.elev_absente div.date.nemotivat {
    border: 1px solid red;
    color: red;
}

div.container-profesor.container-absente div.elev_absente div.absenta2.motivat {
    border: 1px solid green;
    color: green;
}

div.container-profesor.container-absente div.elev_absente div.absenta2.nemotivat {
    border: 1px solid red;
    color: red;
}

div.container-profesor.container-absente div.elev_absente div.absenta div.links {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 9pt;
}

div.container-profesor.container-nota-sterge {
    width: 300px;
    height: 160px;
}

div.container-profesor.container-nota-noua {
    width: 300px;
    height: 160px;
}
div.container-profesor div.elev_nota_noua {
    color: #403f2e; margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 11pt;
    margin-left: 20px;
}
div.container-profesor select {
    width: 45px; text-align:right;
    border: 1px solid gray;
    color: #403f2e;
    font-size: 10pt;
}
div.container-profesor input.button {
    background-color: #eaeaea; text-align:center; font-size: 10pt; font-weight: bold; color: #403f2e  ;
    border: 1px solid #403f2e ;
    padding: 1px 3px 1px 3px;
    font-size: 9pt;
    cursor: pointer;
}

div.container-profesor.container-absenta-noua {
    margin-left: 100px;
    width: 300px;
    height: 160px;
}
div.container-profesor div.elev_absenta_noua {
    color: #403f2e; margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 11pt;
    margin-left: 20px;
}


div.diriginte_title {
    position:absolute;
    top: -50px;
    left: 245px;
    font-size: 11pt;
    color: #9e0a0f;
    font-weight: bold;
}

div.absente_title {
    position:absolute;
    top: -35px;
    left: 245px;
    font-size: 14pt;
    color: #9e0a0f;
    font-weight: bold;
}

div.diriginte_title a.screen {
    color: silver;
}

div.diriginte_title a.screen.selected {
    color: #9e0a0f;
    font-weight: bold;
    text-decoration: underline;
}


div.diriginte_elev div.elev_materie {
    cursor:pointer;
}

div.diriginte_elev div.elev_materie:hover {
    background-color: #f0f0f0;
}
/*
    Diriginte - Statistici
*/


div#container-diriginte-stats {
}

div#container-diriginte-stats div.left {
    float:left;
}

div#container-diriginte-stats div.right {
    float:left;
    margin-left: 40px;
}

div#container-diriginte-stats h1 {
    font-size: 14pt;
}

div#container-diriginte-stats div#diriginte_elevi {

}

div#container-diriginte-stats div.left div.elev {
    width: 420px;
}

div#container-diriginte-stats div.right div.elev {
    width: 430px;
}

div#container-diriginte-stats div.elev.odd div.cell {
    background-color: #eaeaea;
}

div#container-diriginte-stats div.elev.header,div.elev.footer {
    font-weight: bold;
}

div#container-diriginte-stats div.elev.footer {
    margin-top: 15px;
}

div#container-diriginte-stats div.elev.header div.cell {
    height: 40px;
}

div#container-diriginte-stats div.elev div.cell {
    border: 1px solid gray;
    float:left;
    padding: 5px;
}

div#container-diriginte-stats div.elev div.name {
    width: 200px;
}

div#container-diriginte-stats div.right div.elev div.name {
    width: 150px;
}

div#container-diriginte-stats div.elev div.data {
    width: 55px;
    text-align: center;
}



option.bold {
    font-weight: bold;
}

option.italic {
    font-style: italic;
}



div.dialog {
    display: none;
}


/*
    New Order
*/

#page_interstitial {
    width: 550px;
    margin: 50px auto;
    font-size: 11pt;
}

#page_interstitial input.submit {
    margin-top: 10px;
    background-color: #91b53b;
    color: white;
    border: none;
    padding: 4px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 11pt;
    font-weight: normal;
    font-family: ResagnictoRegular;
    width: auto;
    overflow: visible;

    border-radius: 6px;
    -moz-border-radius: 6px;  
    -webkit-border-radius: 6px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2ca38', endColorstr='#91b53b'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#a2ca38), to(#91b53b)); /* for webkit browsers */
    background: -moz-linear-gradient(left top,  #a2ca38,  #91b53b); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom right,  #a2ca38,  #91b53b);    
    background: -o-linear-gradient(left top,  #a2ca38,  #91b53b);    
}

#page_interstitial input.submit:hover {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;

    bbox-shadow: 0 0 7px #91b53b;
    -moz-box-shadow: 0 0 7px #91b53b; 
    -webkit-box-shadow: 0 0 7px #91b53b; 

    cursor: pointer;
}

#page_account {
    margin-top: 20px;
}

#page_account div.left {
    float: left;
}

#page_account div.right {
    float: left;
    margin-left: 50px;
    width: 310px;
}

#page_account div.error_message {
    color: black; font-weight: bold; border: 2px solid red; padding: 20px; width: 800px; margin-bottom: 10px; margin-left: 20px; text-align:center;
    background-color: #f5f5f5;
}

#page_account div.ok_message {
    color: black; font-weight: bold; border: 2px solid green; padding: 20px; width: 800px; margin-bottom: 10px; margin-left: 20px; text-align:center;
    background-color: #f5f5f5;
}

/*
    Admin
*/
#page_admin div.column1 {
    float: left;
    width: 420px;
}

#page_admin div.column2 {
    float: left;
    width: 450px;
    margin-left: 20px;
}

#page_admin div.lista_clase .edit {
    display: none;
    ffloat:right;
    margin-left: 20px;
}

#page_admin div.lista_clase div.clasa:hover .edit {
    display: inline;
}

#page_admin div.lista_users td {
    border: 1px solid silver;
    padding: 2px;
}

/*
    Window/Panel
*/
div.window {    
    border: 1px solid #9e0a0f;

    border-radius: 10px;  
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    

    background-color: #fcfcfc;
    /*
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff');
    bbackground: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fafafa));
    background: -moz-linear-gradient(top,  #f0f0f0,  #ffffff);
    background: linear-gradient(to bottom,  #f0f0f0,  #ffffff);
    background: -o-linear-gradient(top,  #f0f0f0,  #ffffff);                
    */
}

div.window div.title {
    text-align:center; font-size: 12pt; font-weight: bold; color: #9e0a0f;
    line-height: 23px;

    background-color: #97bc3a;
    text-align:center; 
    color: white;
    border-bottom: 1px solid #9e0a0f; 

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    -moz-border-topleft-radius: 10px;
    -moz-border-topright-radius: 10px;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;		

    ffilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c75c', endColorstr='#9ec148'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#a8c75c), to(#9ec148)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #a8c75c,  #9ec148); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #a8c75c,  #9ec148);
    background: -o-linear-gradient(top,  #a8c75c,  #9ec148);                
}

div.window div.body {
    padding: 10px;
}

div.window div.footer {
    padding: 5px;
    padding-right: 10px;
    text-align: right;
}

/*
    Dialog #dialog_absenta_adauga
*/
#dialog_absenta_adauga {
    padding-top: 20px;
}
#dialog_absenta_adauga td.left {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

#dialog_absenta_adauga td {
    padding-bottom: 10px;    
}

#dialog_absenta_adauga .datepicker {
    width: 70px;
    text-align: center;
}

/*
    Dialog #dialog_nota_adauga
*/
#dialog_nota_adauga {
    padding-top: 20px;
}
#dialog_nota_adauga td.left {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

#dialog_nota_adauga td {
    padding-bottom: 10px;    
}

#dialog_nota_adauga .datepicker {
    width: 70px;
    text-align: center;
}

#dialog_nota_adauga select.nota {
    width: 50px;
    text-align: center;
}

/*
    Dialog #dialog_medie_incheie
*/
#dialog_medie_incheie {
    padding-top: 20px;
}
#dialog_medie_incheie td.left {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

#dialog_medie_incheie td {
    padding-bottom: 10px;    
}

#dialog_medie_incheie select.medie {
    width: 50px;
    text-align: center;
}

/*
    Dialog #dialog_absenta_edit
*/
#dialog_absenta_edit {
    padding-top: 20px;
}
#dialog_absenta_edit td.left {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

#dialog_absenta_edit td {
    padding-bottom: 10px;    
}

#dialog_absenta_edit span.motivata {
    color: green;
}

#dialog_absenta_edit span.nemotivata {
    color: red;
}

/*
    Dialog #dialog_nota_edit
*/
#dialog_nota_edit {
    padding-top: 20px;
}
#dialog_nota_edit td.left {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

#dialog_nota_edit td {
    padding-bottom: 10px;    
}

#dialog_nota_edit select.nota {
    width: 50px;
    text-align: center;
    font-weight: bold;
    border: 0;
    color: black;
    background: none;
}


/*
    Report - AbsenteMaterii
*/

div.report_AbsenteMaterii.window {
    width: 300px;
}

div.report_AbsenteMaterii .datepicker {
    width: 70px;
    text-align: center;
}

div.report_AbsenteMaterii td,th {
    border: 1px solid silver;
    padding: 3px;
}

div.report_AbsenteMaterii td.nr {
    text-align: right;
}

div.report_AbsenteMaterii tr.footer td {
    font-weight: bold;
}

div.report_AbsenteMaterii table.per_day td.value {
    text-align: center;
    width: 14px;
}

div.report_AbsenteMaterii table.per_day td.value.red {
    color: red;
}

div.report_AbsenteMaterii table.per_day td.value.green {
    color: green;
}

div.report_AbsenteMaterii table.per_day td.value.zero {
    color: gray;
}


div.report_AbsenteMaterii table.per_day td.motivate {
    border-right: 1px solid black;
}

div.report_AbsenteMaterii table.per_day td.nemotivate {
    border-left: 1px solid black;
}

div.report_AbsenteMaterii table.per_day td.total {
    background-color: #f0f0f0;
}

div.report_AbsenteMaterii table.per_day tr.total td.total {
    font-size: 9pt;
    font-weight: normal;
}

div.report_AbsenteMaterii div.per_day {
    overflow: auto;
}

div.report_AbsenteMaterii table.per_day td.materie { 
    white-space: nowrap;
}

/*
    Report - MediiEvaluare
*/
div.report_MediiEvaluare table.valori td,th {
    border: 1px solid silver;
    padding: 3px;
}

div.report_MediiEvaluare table.valori td {
    text-align: right;
}

div.report_MediiEvaluare.window {
    width: 500px;
}

div.report_MediiEvaluare div.options_clase div.option {
    display: none;
    height: 50px;
    margin-left: 20px;
    margin-top: 5px;
}

div.report_MediiEvaluare div.options_clase div.option.visible {
    display: block;
}

div.report_MediiEvaluare div.options_clase div.option.custom {
    height: auto;
    margin-left: 0px;
}

div.report_MediiEvaluare #chart_evaluare {
    float:left;
}

div.report_MediiEvaluare div.valori {
    float:left;
    margin-top: 150px;
} 

/*
    Report - AbsenteElevi
*/
div.report_AbsenteElevi td,th {
    border: 1px solid silver;
    padding: 3px;
}

div.report_AbsenteElevi td.nr {
    text-align: right;
}

div.report_AbsenteElevi tr.footer td {
    font-weight: bold;
}

/*
    Page - Absente Printing
*/
#page_absente_printing div.toate.window {
    width: 300px;
    float: left;
}

#page_absente_printing div.clasa.window {
    float: left;
    margin-left: 50px;
    width: 300px;
}

/*
    Page - Absente Process 3
*/

#page_absente_process3 {

}

#page_absente_process3 div.section_title {
    font-size: 11pt;
    font-weight: bold;
}

#page_absente_process3 div.fields div.field {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

#page_absente_process3 div.fields div.materie select {
    font-size: 12pt;
    width: 250px;
    margin-top: 10px;
}

#page_absente_process3 div.fields div.nota div.edit {
    margin-top: 10px;
}

#page_absente_process3 div.fields div.materie img {
    width: 250px;
}

#page_absente_process3 div.fields div.nota img {
    wwidth: 250px;
}

#page_absente_process3 div.fields div.absenta img {
    wwidth: 250px;
}

#page_absente_process3 div.fields div.absenta input.x {
    margin-left: 10px;
}

#page_absente_process3 div.fields div.absenta label {
    font-weight: bold;
}

/*
    Page - Absente Process
*/

#page_absente_process {

}

#page_absente_process table {
    border-collapse: collapse;
}

#page_absente_process table tr.header td {
    font-weight: bold;
}

#page_absente_process table td {
    border: 1px solid gray;
    padding: 2px;
}

/*
    Page - Absente Scan
*/
#page_absente_scan {

}

#page_absente_scan div.status {
    display: none;
    border: 1px solid gray;
    width: 300px;
    padding: 10px;
}

#page_absente_scan div.status div.progressbar {
    margin-top: 10px;
}

#page_absente_scan div.results_fail {
    display: none;
    margin-top: 20px;
    padding: 5px;
    border: 1px solid red;
    width: 690px;
    text-align: center;
}

#page_absente_scan div.results_fail span.nr {
    font-weight: bold;
    font-size: 12pt;
    color: red;
}

#page_absente_scan div.results {
    display: none;
}

#page_absente_scan div.results div.clase {
    margin-top: 5px;
}

#page_absente_scan div.results div.clasa {
    color: #0a0a0a;
    float: left;
    border: 1px solid silver;
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 2px;
}
#page_absente_scan #input_date {
    width: 80px;
    text-align: center;
}

/*
    Page - Rapoarte Absente Materii 
*/
#page_absente_reports div.reports.window {
    width: 300px;
    float: left;
}

#page_absente_reports div.options {
    float: left;
    margin-left: 50px;
}

#page_absente_reports div.reports a {

}

/*
    Style - Catalog
*/
div.catalogWindow {
    background: none; border: none; padding: 0;
}

div.catalogWindow div.ui-widget-content {
    padding: 10px 5px 5px 5px;
    border: 1px solid #dddddd;
    bbackground-color: #fafafa;
}

div.catalogWindow ul.ui-tabs-nav {
    background: none;
    border: none;
}

div.catalogSection {
    position: relative; float: left;
    background-color: #ffffff;
    border: 1px solid #9e0a0f; width: 170px;
    margin: 0px 4px 15px 4px;
    height: 100px;
    overflow: auto;

    border-radius: 5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f0f0f0,  #ffffff); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #f0f0f0,  #ffffff);
    background: -o-linear-gradient(top,  #f0f0f0,  #ffffff);            
}

div.catalogSection.canClick {
    cursor: pointer;
}

div.catalogSection.canClick:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f5f5f5'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#f5f5f5)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e5e5e5,  #f5f5f5); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #e5e5e5,  #f5f5f5);
    background: -o-linear-gradient(top,  #e5e5e5,  #f5f5f5);                
}

div.catalogSectionTitle {
    color: white; background-color: #97bc3a; border-bottom: 1px solid #9e0a0f; 
    font-size: 10pt; font-weight: bold;
    text-align:center; white-space: nowrap;
    overflow: hidden;
    width: 170px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c75c', endColorstr='#9ec148'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#a8c75c), to(#9ec148)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #a8c75c,  #9ec148); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #a8c75c,  #9ec148);
    background: -o-linear-gradient(top,  #a8c75c,  #9ec148);                    
}

/*
    Module - CatalogMaterie
*/


#m_CatalogMaterie div.elev div.absenta {
    background-color: #fafafa;
    padding: 1px;
    margin: 1px 2px 1px 1px;
    cursor: pointer;
    float: left;
    font-size: 9pt;
    font-weight: lighter;

    /*
    border-radius: 3px;  
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    */
}

#m_CatalogMaterie div.elev div.absenta.nemotivat {
    border: 1px solid red;
    color: red;
}

#m_CatalogMaterie div.elev div.absenta.motivat {
    border: 1px solid green;
    color: green;
}

#m_CatalogMaterie div.elev div.teza {
    position: absolute;
    bottom: 3px;
    left: 4px;
    color: #403f2e; font-weight: bold;
    background-color: #fafafa;
    border: 1px solid silver;
    padding: 1px;
}

#m_CatalogMaterie div.elev div.note {
    color: #403f2e; margin: 3px;
}

#m_CatalogMaterie div.elev div.note div.nota {
    float: left;
    background-color: #fafafa;
    border: 1px solid silver;
    padding: 1px;
    padding-left: 2px;
    margin: 1px;
    font-size: 9pt;
}

#m_CatalogMaterie div.elev div.note div.nota span.nota {
    color: #403f2e  ;
    font-weight: bold;
    font-size: 10pt;
}

#m_CatalogMaterie div.elev div.note div.nota span.date {
    color: green;
    font-size: 9pt;
}

#m_CatalogMaterie div.elev div.buton_nota {
    position: absolute;
    bottom: 5px; left: 5px;
    background-color: #eaeaea; text-align:center; font-size: 10pt; font-weight: bold; color: #403f2e  ;
    border: 1px solid #403f2e ;
    padding: 1px 3px 1px 3px;
    font-size: 9pt;
    cursor: pointer;
}

#m_CatalogMaterie div.elev div.buton_nota {
    display: none;
}

#m_CatalogMaterie div.elev:hover div.buton_nota {
    display: block;
}

#m_CatalogMaterie div.elev div.buton_absenta {
    position: absolute;
    bottom: 5px; right: 5px;
    background-color: #eaeaea; text-align:center; font-size: 10pt; font-weight: bold; color: #403f2e  ;
    border: 1px solid #403f2e ;
    padding: 1px 3px 1px 3px;
    font-size: 9pt;
    cursor: pointer;
}

#m_CatalogMaterie div.elev div.buton_absenta {
    display: none;
}

#m_CatalogMaterie div.elev:hover div.buton_absenta {
    display: block;
}

#m_CatalogMaterie div.evaluare div.nota {
    margin-top: 10px;
    margin-left: 15px;
}

#m_CatalogMaterie div.evaluare input.nota {
    width: 34px;
    text-align: center;
    border: 1px solid silver;
    font-size: 10pt;
}

#m_CatalogMaterie div.evaluare input.not-saved {
    border: 1px solid red;
}

#m_CatalogMaterie div.evaluare div.actions {
    position: absolute;
    right: 13px;
    top: 26px;
    padding: 0; margin: 0;
    display: none;
}

#m_CatalogMaterie div.evaluare div.actions input {
    font-size: 9pt; ffont-weight: bold;
    font-family: Arial Unicode MS;
    padding: 5px;
}

#m_CatalogMaterie div.evaluare div.help {
    position: absolute; top: 60px; left: 10px;
    width: 160px;
    font-size: 9pt;
    font-family: "Times New Roman";
    display: none;
}


/*
    Module - CatalogElev
*/
#m_CatalogElev div.info_medii {
    margin: 15px;
    margin-top: 0px;
    border: 1px solid silver;
    padding: 10px;
    background-color: #fafafa;
}

#m_CatalogElev div.materie div.medie {
    display: none;
    position: absolute;
    overflow: hidden;
    font-size: 10pt;
    bottom: 0px; left: 0px;
    ccolor: #9e0a0f;
    color: white;
    bbackground-color: #97bc3a;
    bborder-left: 1px solid #9e0a0f;
    bborder-bottom: 1px solid #9e0a0f;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c75c', endColorstr='#9ec148'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#a8c75c), to(#9ec148)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #a8c75c,  #9ec148); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #a8c75c,  #9ec148);
    background: -o-linear-gradient(top,  #a8c75c,  #9ec148);                    
    
    border-bottom-left-radius: 5px;
    -moz-border-bottomleft-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    
    border-top-right-radius: 5px;
    -moz-border-topright-radius: 5px;
    -webkit-border-top-right-radius: 5px;

    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
}

#m_CatalogElev div.materie div.medie.hasMedie {
    display: block;    
}

#m_CatalogElev div.materie div.note {
    font-weight: bold; color: #403f2e; margin: 5px 5px 5px 5px;
}

#m_CatalogElev div.materie div.note div.nota {
    background-color: #fafafa;
    border: 1px solid silver;
    padding: 3px;
    margin: 1px;
    cursor: pointer;
    float:left;
    margin-right: 4px;
    font-size: 9pt;
}

#m_CatalogElev div.materie div.note div.teza {
    background-color: #eaeaea;
    border: 1px solid green;
    cursor: pointer;
    color: green;
}

#m_CatalogElev div.materie div.note div.nota.zece {
    color: green;
}

#m_CatalogElev div.materie div.note div.nota.sapte {
    color: red;
}

#m_CatalogElev div.materie div.note div.nota:hover {
    background-color: #eaeaea;
}

#m_CatalogElev div.materie div.materie_medie {
    font-weight: bold; color: #403f2e; margin: 5px;
}

#m_CatalogElev div.materie div.materie_medie div.medie {
    background-color: #fafafa;
    border: 1px solid silver;
    padding: 5px;
    margin: 3px;
    cursor: pointer;
    text-align: center;
}

#m_CatalogElev div.materie div.absente {
    color: #403f2e; margin: 1px 1px 1px 1px; font-size: 9pt;
}

#m_CatalogElev div.materie div.absente div.absenta {
    background-color: #fafafa;
    border: 1px solid silver;
    padding: 1px;
    margin: 1px;
    cursor: pointer;
    float: left;
}

#m_CatalogElev div.materie div.absente div.absenta:hover {
    background-color: #eaeaea;
}

#m_CatalogElev div.materie div.absente div.absenta.nemotivat {
    border: 1px solid red;
    color: red;
}

#m_CatalogElev div.materie div.absente div.absenta.motivat {
    border: 1px solid green;
    color: green;
}

#m_CatalogElev div.materie div.evaluare div.nota {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}


/*
    Module - CatalogClasa
*/
#m_CatalogClasa {
    /*height: 730px;*/
}

#m_CatalogClasa div.catalogWindow {
    /*position: relative; left: 150px;*/
    margin-left: 150px;
}

#m_CatalogClasa div.catalogWindow div.numar_absente {
    width: 550px;
    padding: 5px;
    margin-left: 5px;
}

#m_CatalogClasa div.catalogWindow div.medie_semestru {
    width: 550px;
    padding: 5px;
    margin: 0 auto;
    font-weight: bold;
}

#m_CatalogClasa div.catalogWindow div.medii_automate {
    border: 2px solid green;
    width: 550px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 10px;
}


#m_CatalogClasa div.elevi {
    position: absolute;
    left: -30px;
    width: 165px;

}

#m_CatalogClasa div.elevi div.elev {
    border: 1px solid silver;
    margin: 2px; padding: 2px; margin-bottom: 3px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    width: 160px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(#ffffff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f6f6f6, #ffffff); /* for firefox 3.6+ */ 
    background: linear-gradient(to right,  #f6f6f6,  #ffffff);
    background: -o-linear-gradient(left,  #f6f6f6,  #ffffff);                    

}

#m_CatalogClasa div.elevi div.selected {
    border: 1px solid #7d9c33;

    background-color: #97bc3a;
    color: white;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ec148', endColorstr='#a8c75c'); /* for IE */
    background: -webkit-gradient(linear, left top, right top, from(#9ec148), to(#a8c75c)); /* for webkit browsers */
    background: -moz-linear-gradient(left,  #9ec148, #a8c75c); /* for firefox 3.6+ */ 
    background: linear-gradient(to right,  #9ec148,  #a8c75c);
    background: -o-linear-gradient(left,  #9ec148,  #a8c75c);                    
}

#m_CatalogClasa div.elevi div.elev:hover {
    text-decoration: underline;

    border: 1px solid #7d9c33;

    background-color: #97bc3a;
    color: white;
    _color: black;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ec148', endColorstr='#a8c75c'); /* for IE */
    background: -webkit-gradient(linear, left top, right top, from(#9ec148), to(#a8c75c)); /* for webkit browsers */
    background: -moz-linear-gradient(left,  #9ec148, #a8c75c); /* for firefox 3.6+ */ 
    background: linear-gradient(to right,  #9ec148,  #a8c75c);
    background: -o-linear-gradient(left,  #9ec148,  #a8c75c);                    
}

#m_CatalogClasa.readwrite div.container_materie:hover div.btn_materie {
    display: block  !important;
}

#m_CatalogClasa div.container_materie {
    position: relative;
    float:left;
}

#m_CatalogClasa div.materie {
    position: static; float:none;
}

#m_CatalogClasa div.materie div.name span.materie_standard_id{
    color: gray;
    color: rgb(205, 255, 181);
}

#m_CatalogClasa div.materie div.note {
    font-weight: bold; color: #403f2e; margin: 5px 5px 5px 5px;
}

#m_CatalogClasa div.materie div.note div.nota {
    background-color: #fafafa;
    border: 1px solid silver;
    padding: 4px;
    margin: 1px;
    cursor: pointer;
    float:left;
    margin-right: 4px;
    font-size: 9pt;
}

#m_CatalogClasa div.materie div.note div.teza {
    background-color: #eaeaea;
    border: 1px solid green;
    cursor: pointer;
    color: green;
}

#m_CatalogClasa div.materie div.note div.nota.zece {
    color: green;
}

#m_CatalogClasa div.materie div.note div.nota.sapte {
    color: red;
}

#m_CatalogClasa div.materie div.note div.nota:hover {
    background-color: #eaeaea;
}

#m_CatalogClasa div.materie.incheiata {
    border: 2px solid green;
}

#m_CatalogClasa div.materie.neincheiata {
    border: 2px dashed #FA8072;
}

#m_CatalogClasa div.materie div.medie2 {
    color: #403f2e; margin: 3px; font-size: 8pt;
}

#m_CatalogClasa div.materie div.medie2 span.text_medie {
    font-weight: bold;
}

#m_CatalogClasa div.materie div.medie2 input.input_medie {
    font-weight: bold;
    font-size: 8pt;
    height: 13px;
}

#m_CatalogClasa div.materie div.medie2 input.btn_medie {
    font-size: 9pt;
    hheight: 19px;
    padding: 0px 5px 0px 5px;
}

#m_CatalogClasa div.materie div.medie2 span.nota {
    ccolor: blue;
}

#m_CatalogClasa div.materie div.medie2 span.teza {
    color: blue;
    font-weight: bold;
}

#m_CatalogClasa div.materie div.medie2 input.text {
    width: 20px;
    text-align:center;
}

#m_CatalogClasa div.materie div.medie2 input.input_medie2 {
    width: 35px;
    height: 12px;
}

#m_CatalogClasa.readonly div.materie div.evaluare div.nota {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

#m_CatalogClasa.readwrite div.materie div.evaluare div.nota {
    margin-top: 10px;
    margin-left: 15px;
}

#m_CatalogClasa div.materie div.evaluare input.nota {
    width: 34px;
    text-align: center;
    border: 1px solid silver;
}

#m_CatalogClasa div.materie div.evaluare input.not-saved {
    border: 1px solid red;
}

#m_CatalogClasa div.materie div.evaluare div.actions {
    position: absolute;
    right: 13px;
    top: 26px;
    padding: 0; margin: 0;
    display: none;
}

#m_CatalogClasa div.materie div.evaluare div.actions input {
    font-size: 9pt; ffont-weight: bold;
    font-family: Arial Unicode MS;
    padding: 5px;
}

#m_CatalogClasa div.materie div.evaluare div.help {
    position: absolute; top: 60px; left: 10px;
    width: 160px;
    font-size: 9pt;
    font-family: "Times New Roman";
    display: none;
}

#m_CatalogClasa div.incheie_medii_automat {
    margin: 15px;
    border: 1px solid silver;
    padding: 10px;
    background-color: #fafafa;
}

#m_CatalogClasa div.info_medii {
    margin: 15px;
    margin-top: 0px;
    border: 1px solid silver;
    padding: 10px;
    background-color: #fafafa;
}

#m_CatalogClasa div.materie div.medie {
    display: none;
    position: absolute;
    overflow: hidden;
    bottom: 13px; left: 2px;
    ccolor: #9e0a0f;
    color: white;
    bbackground-color: #97bc3a;
    bborder-left: 1px solid #9e0a0f;
    bborder-bottom: 1px solid #9e0a0f;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c75c', endColorstr='#9ec148'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#a8c75c), to(#9ec148)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #a8c75c,  #9ec148); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #a8c75c,  #9ec148);
    background: -o-linear-gradient(top,  #a8c75c,  #9ec148);                    
    
    border-bottom-left-radius: 5px;
    -moz-border-bottomleft-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    
    border-top-right-radius: 5px;
    -moz-border-topright-radius: 5px;
    -webkit-border-top-right-radius: 5px;

    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
}

#m_CatalogClasa div.materie div.medie.hasMedie {
    display: block;    
}

#m_CatalogClasa div.materie div.absente {
    color: #403f2e; margin: 1px 1px 1px 1px; font-size: 9pt;
}

#m_CatalogClasa div.materie div.btn_materie {
    display: none; cursor:pointer;
    position: absolute; bottom: 8px; left: 50px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid silver;
    border-radius: 5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;		    
    font-size: 9pt;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e5e6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e5e6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #e3e5e6); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #ffffff,  #e3e5e6);
    background: -o-linear-gradient(top,  #ffffff,  #e3e5e6);        
}

#m_CatalogClasa div.materie div.btn_nota_adauga {
    /*bottom: 8px; left: 50px;*/
}

#m_CatalogClasa div.materie div.btn_medie_incheie {
    bottom: 8px; left: 125px;
    color: red;
}

#m_CatalogClasa div.materie div.btn_materie:hover {
    border: 1px solid #999999; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d3d5d6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3d5d6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #d3d5d6); /* for firefox 3.6+ */ 
    background: linear-gradient(to bottom,  #ffffff,  #d3d5d6);
    background: -o-linear-gradient(top,  #ffffff,  #d3d5d6);            
}

#m_CatalogClasa div.materie div.absente div.absenta {
    background-color: #fafafa;
    padding: 1px;
    margin: 1px 2px 1px 1px;
    cursor: pointer;
    float: left;
    font-size: 9pt;
    font-weight: lighter;

    /*
    border-radius: 3px;  
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    */
}

#m_CatalogClasa div.materie div.absente div.absenta:hover {
    background-color: #eaeaea;
}

#m_CatalogClasa div.materie div.absente div.nemotivat {
    bborder: 1px solid red;
    color: red;
}

#m_CatalogClasa div.materie div.absente div.motivat {
    bborder: 1px solid green;
    color: green;
}

/*
    Diriginte - Administrare
*/
div#page-diriginte-admin div#diriginte_elevi {
    float:left;
    width: 300px;
}

div#page-diriginte-admin div#diriginte_elevi div.elev {
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

form.edit_elev {
    display:block;
    width: 400px;
}

form.edit_elev fieldset {
    display: flex;
    flex-direction: row;
    border: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-inline: 0;
    padding-inline: 0;
    border-bottom: 1px solid silver;
}

form.edit_elev fieldset.nr_matricol {
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}

form.edit_elev fieldset.nr_matricol input {
    width: 35px;
}

form.edit_elev .left_column {
    display: block;
    width: 160px;
    vertical-align: top;
}

form.edit_elev .right_column {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 200px;
}

form.edit_elev input[type=text],textarea {
    width: 100%;
}

div#page-diriginte-admin div#diriginte_elevi a.elev {
    color: inherit;
}

div#page-diriginte-admin span.edit {
    display: none;
    float:right;
    margin-right: 5px;
    ffont-size: 11pt;
}

div#page-diriginte-admin div.edit {
    display: none;
    float:right;
}

div#page-diriginte-admin div.edit a {
    font-weight: bold;
    font-size: 11pt;
}

div#page-diriginte-admin span.edit a:hover{
    text-decoration: none;
    color: red;
}

div#page-diriginte-admin div.edit a:hover{
    text-decoration: none;
    color: red;
    font-weight: bold;
}

div#page-diriginte-admin div.elev:hover {
    background-color: #eaeaea;
}

div#page-diriginte-admin div.elev:hover span.edit {
    display: inline;
}

div#page-diriginte-admin div.materie {
}

div#page-diriginte-admin div.materie_name {
    float:left;
    width: 235px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    padding: 2px;
    margin-bottom: 3px;

    border: 1px solid silver;
}

div#page-diriginte-admin div.materie:hover div.materie_name {
    background-color: #a8c75c;
    border: 1px solid gray;
    color: white;    
}

div#page-diriginte-admin div.materie:hover div.edit {
    display: block;
}

div#page-diriginte-admin div#diriginte_materii {
    margin-left: 150px;
    width: 300px;
    float: left;
}


div#page-diriginte-admin div#diriginte_conturi {
    margin-top: 10px;
    width: 250px;
    float: left;
}

div#dialog_diriginte_materie_adauga {
    padding-top: 5px;
}

div#dialog_diriginte_materie_adauga table {
    margin-top: 5px;
    margin-bottom: 5px;
}

div#dialog_diriginte_materie_adauga hr {
    margin-bottom: 5px;
}

div#dialog_diriginte_materie_adauga input.materie {
    width: 170px; text-align: left; overflow: hidden;
    font-size: 10pt;
    padding: 0px 10px 0px 10px;
    height: 20px;
    margin-right: 5px;
    color: #0c0c0c;
}


div#dialog_diriginte_materie_edit {
    padding-top: 10px;
}

div#dialog_diriginte_materie_edit div.materie_prof {
    display: none;
    margin-top: 5px;
}

div#dialog_diriginte_materie_edit span.materie_name {
    font-weight: bold;
}

div#dialog_diriginte_materie_edit div.materie_prof {
    width: 200px;
    padding: 10px;
    height: 150px;
    background-color: #fafafa;
    border: 1px solid gray;
}

div#dialog_diriginte_materie_edit div.materie_prof div.name {
    width: 155px;
    float: left;
}

div#dialog_diriginte_materie_edit div.materie_prof div.delete {
    float: left;
    font-size: 10pt;
    color: red;
    cursor: pointer;
}

div#dialog_diriginte_materie_edit div.profesori_materie {
    float:left;
    width: 250px;
}

div#dialog_diriginte_materie_edit div.profesori_scoala {
    float:left;
}

div#dialog_diriginte_materie_edit select.profesori {
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 250px;
    background-color: #fafafa;
    border: 1px solid gray;
}

#semestre {
    margin: 0 auto;
    width: 400px;
    
}

#semestre span.semestru_activ {
    font-size: 14pt;
}

div.semester_warning {
    color: #721c24;
    font-weight: bold;
    font-size: 11pt;
    border: 1px solid #f8d7da;
    padding: 5px;
    margin-bottom: 10px;
    /*width: 380px;*/
    text-align: center;
    background-color: #f8d7da;
}

#menu_destination {
    width: 300px;
}

#menu_destination li.li_contact button {
    display: none;
}

#menu_destination li.li_contact:hover button {
    display: inline;
}

#menu_destination .action_select {
    border: 1px solid black;
}

div.orar_download {
    padding: 30px;

}

div.orar_download a {
    color: #1c94c4;
}

button.btn_login_google {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 191px;
    height: 46px;
    cursor: pointer;
    background-image: url("images/btn_google_signin_light_normal_web@2x.png");
    background-size: cover;
}

button.btn_login_google:hover {
    /*background-image: url("images/btn_google_signin_light_focus_web@2x.png");*/
}

button.btn_login_google:active {
    background-image: url("images/btn_google_signin_light_pressed_web@2x.png");
}