﻿
@import url(http://fonts.googleapis.com/css?family=Roboto);

* {
    font-family: 'Roboto', sans-serif;
}

body {
    background: #dfebf7;
}

.container_libra {
    background: #fff;
    min-height: 724px;
}

#login-modal .modal-dialog {
    width: 500px;
}

#login-modal input[type=text], input[type=password] {
    margin-top: 10px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

    #div-login-msg.success,
    #div-lost-msg.success,
    #div-register-msg.success {
        border: 1px solid #68c3a3;
        background-color: #c8f7c5;
    }

    #div-login-msg.error,
    #div-lost-msg.error,
    #div-register-msg.error {
        border: 1px solid #eb575b;
        background-color: #ffcad1;
    }

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

    #icon-login-msg.success,
    #icon-lost-msg.success,
    #icon-register-msg.success {
        background-color: #68c3a3 !important;
    }

    #icon-login-msg.error,
    #icon-lost-msg.error,
    #icon-register-msg.error {
        background-color: #eb575b !important;
    }

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none;
    }

.btn-lg, .btn-group-lg > .btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

    .btn-link:hover, .btn-link:focus {
        color: #2c3e50;
        text-decoration: none;
    }

.glyphicon {
    top: 0px;
}

.form-control {
    border-radius: 0px;
    margin-left: 4% !important;
    margin-right: 4% !important;
}


.error {
    color: orangered;
    font-weight: bold;
}

.server_error {
    color: orangered;
    font-weight: bold;
}


.griddiv {
    margin-left: 15px;
}


/*Menu CSS*/
.navbar-expand-lg {
    background-color: #395A99 !important;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-light .navbar-brand {
    color: #fff !important;
}

.container > .dropdown-menu {
    border-radius: 0px !important;
    margin: 7px 0 0 !important;
    background-color: #395a99 !important;
    color: #fff;
}

.container > dropdown-item {
    color: #fff;
}

.table td, .table th {
    padding: 2px !important;
}

#login-modal {
    background: #dfebf7 !important;
}

.modal-content {
    background-color: #fff;
}

h4 {
    background: #617baf;
    height: 32px;
    color: #fff;
    padding-left: 7px;
    padding-top: 4px;
    font-size: 20px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 80% !important;
    height: 35px !important;
    padding: 0px !important;
}


.datetimepicketicon {
    height: 37px;
    width: 32px;
    background: 100% 100%;
    background-image: url(/Content/Image/datetimeicon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-primary {
    color: #fff;
    background-color: #4d8acc;
    border-color: #4d8acc;
    max-width: 136px;
}

#div-forms {
    background: #fff;
    min-height: 200px;
}

.error_star {
    color: orangered;
    font-weight: bold;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #bfc1c3 !important;
    background-color: #e9ecef  !important;
    border-color: #e9ecef  !important;
}

.username{
    cursor: default;
}
