﻿
h1 {
    font-weight: 300 !important;
    font-size: 28px !important;
    margin: 0 !important;
    background-color: #015f9c;
    padding: 10px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
    h1 img {
        vertical-align: middle;
        margin-top: -5px;
        width: 250px;
        height: 36px;
    }
@media only screen and (max-width: 400px) {
    h1 img {
        height: 45%;
        width: 45%;
    }
}

p {
    color:rgb(255,255,255);
    font-size:20px;
    margin:0 0 10px 0 !important;
}


span.errInregistrare {
    display:inline-block;
    padding-bottom:20px;
    color:red;
}

.renunta {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 15px 7px 15px;
    color: rgb(255,255,255);
    margin-left: 10px;
    font-family: 'Open Sans';
    font-size: medium;
    background-color: grey !important;
}


.table-responsivex {
    border: 1px solid #ddd !important;
}
@media screen and (max-width: 1920px)
{
    .pas1 {
        
        margin-bottom: 25px !important;
    }

    .pas2 {
      
        margin-bottom: 390px !important;
    }

    .pas3 {
        
        margin-bottom: 390px !important;
    }
}

/*Login.css*/

h1.login {
    font-weight: 300 !important;
    font-size: 28px !important;
    margin: 0 !important;
    background-color: #015f9c;
    padding: 10px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    h1.login img {
        vertical-align: middle;
        margin-top: -5px;
        width: 250px;
        height: 36px;
    }

@media only screen and (max-width: 400px) {
    h1.login img {
        height: 45%;
        width: 45%;
    }
}

p.login {
    color: rgb(255,255,255);
    font-size: 20px;
    margin: 0 0 10px 0 !important;
}


span.errLogin {
    display: inline-block;
    padding-bottom: 20px;
    color: red;
}


@media screen and (max-width: 1920px) {
    .table-responsivex {
        border: 1px solid #ddd !important;
    }
}





.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #0f7bc0;
    border-color: #808080;
    border-bottom-color: transparent;
}

