/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 4, 2017, 12:52:45 PM
    Author     : cristian.leonte
*/

.ui-datatable-empty-message{
    font-size: small;
}

.ui-fluid .ui-trigger-calendar .ui-datepicker-trigger.ui-button {
        margin-top: 2px;
        margin-right: 3px;
    }

.ui-datatable-empty-message{
    border:1px solid #D5D5D5 !important;
}

.ui-selectonemenu{
    box-sizing: content-box;
}
.ui-selectonemenu-label{
    box-sizing: content-box;
}
.ui-selectonemenu-trigger{
    box-sizing: content-box;
}

.column_fix{
    border: 1px solid #D5D5D5;
}

.clear_footer{
    padding-bottom: 40px;
}

.ui-widget-content, .p_menuid{
    background: #FCFCFD;
}

.my_label{
    color: #0303c2;
}

.small_font{
    font-size: small;
}
.correct_border{
    border: 1px solid #D5D5D5;
}
.message_content{
    font-size: small;
}
.has_lucrare{
    color: #9c9fa1;
}
.unread{
    font-weight: bold;
}
.login_table{
    margin: 0 auto;
}
.login_panel{
    background-color: #EEF6FC;
    min-width: 350px;
    width: 30%;
    margin: auto;
}
.login_err{
    background-color: #EEF6FC;
    min-width: 350px;
    width: 30%;
    margin: auto;
}

.right {
    float: right;
    padding-top: 10px;
    color: #FFF;
}
.Titlu {
    font-size: 20px;
    
    padding-top: 10px;
    color: red; font-family: 'Trocchi', serif; font-size: 45px; font-weight: normal; line-height: 48px; margin: 0;
    
}

.left {
      float: left; 
      color: #FFF;
      vertical-align: bottom;
}

.my_header_text {
    padding-left: 10px;
    color: #045491;
}
/*##################################  HEADER   ##################################*/
.header{
    /*display: block;*/
    /*height: 100%;*/
    padding: 0px;
    margin: 0px;
    color: #FFF;
    background-color: #024e79;
    /*min-height: 110px;*/
/*  background: #263C89;*/
}

.header_left{
    min-height: 100px;
}
.header_right{
    min-height: 100px;
    padding-top: 10px;

}

.header_image{
    margin-top: auto;
    margin-bottom: auto;
    height: 100px; 
}

.header_text_container{
    padding-top: 1.5em;
}

.header_text{
    color: #FFF; font-family: 'Trocchi', serif; font-size: 2em; font-weight: normal;
}

.username{
    color: #FFF;
    font-size: 1em;
    margin-right: 10px;
}

.deconectare{
    margin-right: 10px;
}

.btn-instalare {
    margin-right: 10px;
    visibility: hidden;
    flex: 1;
}


.btn-instalare-visible {
    margin-right: 10px;
    visibility: visible;
    flex: 1;
}

.attach{
    /*background-image: url("/AsfInternalApp2/resources/img/attach-16.png");*/
    background-image: url("");
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}
.file{
    /*background-image: url("/AsfInternalApp2/resources/img/attach-16.png");*/
    background-image: url("");
    padding-left: 25px;
    background-repeat: no-repeat;
}
.type_image{
    background-image: url("");
    padding-left: 25px;
    background-repeat: no-repeat;
}
.type_word{
    background-image: url("");
    padding-left: 25px;
    background-repeat: no-repeat;
}
.type_text{
    background-image: url("");
    padding-left: 25px;
    background-repeat: no-repeat;
}
.type_pdf{
    background-image: url("");
    padding-left: 25px;
    background-repeat: no-repeat;
}
.folder{
    /*background-image: url("/AsfInternalApp2/resources/img/attach-16.png");*/
    background-image: url("");
    padding-left: 25px;
    background-repeat: no-repeat;
}
.page_header{
    margin: auto;
    margin-bottom: 5px;
    padding: 6px;
}
.tab_correction{
    margin-top: 25px;
}
.sidebar_title{
    font-weight: normal; 
    text-align: center;
}

.footer_text{
    font-size: 1.1em;
    margin-right: 10px;
}

.menu_small{
    display: none;
}

.my_menu_item{
    height: 30px;
}

@media screen and (max-width: 1024px){
    .header_image{
        width: 80px;
        height: 50px;
    }
    
    .header_left{
        min-height: 50px;
    }
    .header_right{
        min-height: 50px;
    }

    .header_text_container{
        padding-top: 0.5em;
        
    }
    .header_text{
        font-size: 1.5em;
        margin-top: 10px;
    }
    
}

@media screen and (max-width: 500px){
    .header_text{
        font-size: 1em;
    }
    .username{
        font-size: 0.8em;
    }

    .deconectare{
        font-size: 0.8em;
    }
    
    .btn-instalare {
        margin-right: 10px;
        font-size: 0.8em;
        visibility: hidden;
        flex: 1;
    }
    
    .btn-instalare-visible {
        margin-right: 10px;
        font-size: 0.8em;
        visibility: visible;
        flex: 1;
    }
    
    .footer_text{
        font-size: 0.8em;
        margin-right: 5px;
    }
    
    .sidebar_title{
        font-size: 1.2em;
    }
    .menu_normal{
        display: none;
    }
    .menu_small{
        display: block;
    }
}
