﻿.alert-container {
    position: fixed;
    left: 0;
    right: 0;
    padding-left: 3em;
    padding-right: 3em;
}

.navbar .navbar-inner {
    background-color: #ef3e2d !important;
}

.page-sidebar .sidebar-menu li:before {
    background-color: #ef3e2d !important;
}

.loading-container {
    background-color: #ef3e2d !important;
}

.required {
    color: #FF0000;
}

label {
    font-weight: bold;
}

.help-inline {
    color: #FF0000;
}

.custom table {
    border: 0;
    width: 100%;
}

/*.printing  {
    table {
        background-color: white;
    }
}*/

.custom th, td {
    vertical-align: top;
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px solid #E6E6E6;
}

.custom th {
    width: 200px;
}

.custom ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.custom li {
    display: inline;
    padding-right: 10px;
}

.custom a {
    color: #08C;
    text-decoration: none;
}

.register-container .registerbox {
    position: relative;
    width: 350px !important;
    height: 650px !important;
    padding: 0;
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
    box-shadow: 0 0 14px rgba(0,0,0,.1);
}


.additionFormating {
    font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
        display: block;
}
.dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
        border-left-color: #fff;
}

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

@media print {
    body * {
        display: none;
        width: auto;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    body.modal-open {
        visibility: hidden;
    }

        body.modal-open .modal .modal-header,
        body.modal-open .modal .modal-body {
            visibility: visible;
        }
}

body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: white;
}

.custom th, td {
    vertical-align: top;
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px solid #E6E6E6;
    background-color: white;
}

#profileImage {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 150px;
    margin: 20px 0;
}
