﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

html,
body {
    font-family: "Segoe UI" !important;
    overflow-x: hidden;
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    width: 100%;
    height: 60px;
    font-size: 18px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    background-color: #0B3861;/*rgba(0, 51, 68, 0.95);*/
    border-bottom-color: rgba(0, 51, 68, 0.95);
    transition: all 0.5s ease-in-out;
    z-index: 3;
}

.navbar.navbar-inverse {
    border-radius: 0px;
}

#main {
    height: auto;
    position: relative;
    left: 0px;
    right: 0px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}


@media (min-width: 768px) {
    #main {
        margin-bottom: 150px;
    }
}

#footer {
    -moz-box-shadow: -5px 0px 15px #000000;
    -webkit-box-shadow: -5px 0px 15px #000000;
    box-shadow: -5px 0px 15px #000000;
    background-color: #f5f5f5;
    text-align: center;
    width: 100%;
    height: 70px;
    color: #000000;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 15px;
    padding-left: 15px;
}

#footer a {
    color: #000000;
}

/* TRANSITION */
#header, #main, #footer, #sidebar, #personal-info {
    transition: all 0.8s ease-in-out;
}

/* SIDEBAR */
#sidebar {
    width: 250px;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    border: 1px solid #202221;
    position: fixed;
    top: 0px;
    right: -250px;
    z-index: 99999;
}

@media(max-width: 768px) {
    #sidebar.sidebar-open {
        width: 100%;
    }
    .btn-sidebar {
        font-size: 22px !important;
    }
}

#sidebar-trigger {
    cursor: pointer;
    margin-left: 20px;
}

#header.sidebar-open,
#main.sidebar-open,
#footer.sidebar-open,
#personal-info.sidebar-open {
    left: -250px;
    right: 250px;
}

#sidebar.sidebar-open {
    right: 0px;
}

#sidebar .btn-sidebar {
    width: 100% !important;
    border-radius: 0px !important;
    background-color: rgb(0, 0, 0) !important;
    color: #fff !important;
    text-align: left !important;
    /*font-size: 18px !important;*/
    font-size: 18px;
    padding: 0 10px !important;
}

#sidebar .btn-sidebar:hover {
    border: 1px solid #fff !important;
}

/* MISC */
a, a:hover, a:active, a:focus {
    text-decoration: none;
}

.page-body {
}

#divMessages {
    position: fixed;
    top: 85px;
    right: 0px;
    width: 100%;
    z-index: 9999999;
}

#waiting,
#working {
    cursor: wait;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#profile,
#profile:hover {
    text-decoration: none;
    color: #fff;
}

.profile-picture {
    width: 50px;
    height: 50px;
    border-radius: 60px;
    background-image: url(/app/img/default-user.jpg);
    cursor: pointer;
}

.backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

@media (max-width: 768px) {
    .btn-sidebar {
        font-size: 28px !important;
    }
}

.pointer {
    cursor: pointer;
}

.help {
    cursor: help;
}

.circle-green,
.circle-yellow,
.circle-red,
.circle-blue,
.circle-black {
    cursor: default;
}

.circle-green {
    color: #5cb85c;
}

.circle-yellow {
    color: #f0ad4e;
}

.circle-red {
    color: #d9534f;
}

.circle-blue {
    color: #3071a9;
}

.circle-black {
    color: #333;
}

.badge-green {
    background-color: #5cb85c !important;
}

.badge-yellow {
    background-color: #f0ad4e !important;
}

.badge-red {
    background-color: #d9534f !important;
}

.badge-blue {
    background-color: #3071a9 !important;
}

.badge-black {
    background-color: #333 !important;
}

.bg-white {
    background-color: #fff;
}

.table {
    background-color: #fff;
}

td, th {
    vertical-align: middle !important;
}

.alert-black {
    color: #303030;
    background-color: #d9d9d9;
    border-color: #cfcbcb;
}

.alert-message {
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
}

.rotate0 {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.rotate45 {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.text-white {
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

/* OVERRIDE */

.alert {
    border-radius: 0px !important;
}
