﻿body {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    margin-bottom: 95px;
    padding-right: 0 !important;
    min-width: 1280px;
}

    body.modal-open {
        overflow: inherit;
        padding-right: 0 !important;
    }

.textBold {
    font-weight: bold;
}

html {
    position: relative;
    min-height: 100%;
}

.app-logo {
    background-image: url(/Content/Images/idea-logo.png);
    background-repeat: no-repeat;
    width: 172px; /*or your image's width*/
    height: 55px; /*or your image's height*/
    margin: 0;
    padding: 0;
}
.app-logo-FMP {
    background-image: url(/Content/Images/FMP-logo.png);
    background-repeat: no-repeat;
    width: 172px; /*or your image's width*/
    height: 55px; /*or your image's height*/
    margin: 0;
    padding: 0;
}
/* Set padding to keep content from hitting the edges */
.body-content {
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.header-logo {
    width: 63px;
    height: 55px;
}

.garbageSize {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.createUserLogo {
    width: 30px;
    height: 30px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
textarea {
    max-width: 280px;
}*/

table thead tr th input {
    width: 140px;
}

.button-row {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 16px;
}

select {
    min-width: 80px;
    padding: 1px;
    height: 26px;
}

.navbarUserMenu {
    color: #424242;
    text-align: right;
}

    .navbarUserMenu .dropdown-toggle {
        margin-right: 10%;
    }


/* Scrollbar */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px gba(0,0,0,0.3);
    box-shadow: inset 0 0 6px gba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/* navbar */
.navbar {
    min-height: 64px;
    white-space: nowrap;
}

.navbar-logo {
    padding-left: 10px;
}

.navbar-min-width-login {
    min-width: unset !important;
}

.navbar-fixed-top {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    background-color: #D0D0D0;
    z-index: 1030;
}

/*@media screen and (min-width: 1200px) {
    .td-menu-container {
        width: 80%;
    }
}

@media screen and (min-width: 980px) {
    .td-menu-container {
        width: 75%;
    }
}

@media screen and (max-width: 1124px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-fixed-top {
        border-radius: 0;
    }

    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
*/
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.navbar-footer {
    border-top: 1px solid #D0D0D0;
    margin-top: 10px;
}

.navbar-fixed-bottom {
    position: absolute;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto;
}

.container {
    margin-bottom: 60px;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}

.container_main {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}

/* Text Color */
.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

    .text-danger ul {
        list-style-type: none;
    }

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.hidden {
    display: none;
}


/*For main menu bar*/
.nav {
    text-align: center;
    overflow: hidden;
    margin: 1em auto;
    width: 100%;
    position: relative;
}

    .nav div {
        padding-left: 1em;
        display: block;
        position: relative;
        float: left;
    }

    .nav a {
        text-decoration: none;
        font-size: 20px;
        color: #424242;
        padding-right: 0.5em;
        padding-left: 0.5em;
        padding-bottom: 5px;
    }
/*.nav a:hover {
	    color: white;
        text-decoration: none;
	  }*/

/*For sub menu bar*/
.sub-nav {
    text-align: center;
    overflow: hidden;
    /*margin: 2em auto;*/
    width: 100%;
    position: relative;
}

    .sub-nav a {
        text-decoration: none;
        font-size: 15px;
        color: #424242;
        margin-bottom: 5px;
    }

    .sub-nav div div {
        margin-right: 15px;
        padding-bottom: 5px;
        display: block;
        position: relative;
        float: left;
    }

.logout-nav a {
    width: auto !important;
}

.effect {
    position: absolute;
    left: -12.5%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 99;
}

.menu-focus {
    z-index: 99;
    padding-bottom: 4px !important;
    box-shadow: 0px 4px 0px 0px #2098d1 !important;
}

.sub-nav a {
    padding-bottom: 4px;
}

.sub-menu-focus {
    z-index: 99;
    padding-bottom: 2px !important;
    box-shadow: 0px 4px 0px 0px #2098d1 !important;
}

.focusMenu {
    position: absolute;
    left: -12.5%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 99;
    width: 90px;
    height: 2px;
    bottom: 24px;
    background: white;
    box-shadow: 0 1px 0 white;
    margin-left: -45px;
}

.focusSubMenu {
    position: absolute;
    left: -12.5%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 99;
    width: 90px;
    height: 2px;
    bottom: 24px;
    background: #808080;
    box-shadow: 0 1px 0 #808080;
    margin-left: -45px;
}

.subMenueffect {
    position: absolute;
    left: -12.5%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 99;
}

    .subMenueffect a {
        color: #808080;
        text-decoration: none;
    }

.subMenuBar {
    width: 100%;
    background: black;
    position: absolute;
    /*left: -12.5%;*/
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.loader-gif {
    width: 200px;
    height: 200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .loader-gif img {
        height: 160px;
        width: 160px;
    }

.nav a:nth-child(1):hover ~ .subMenueffect {
    left: 8.4%;
}

.nav a:nth-child(2):hover ~ .subMenueffect {
    left: 24%;
}

.nav a:nth-child(3):hover ~ .subMenueffect {
    left: 40%;
}

.focus1 {
    left: 8.4%;
}

.focus2 {
    left: 24%;
}

.focus3 {
    left: 40%;
}

.focus4 {
    left: 56%;
}

.focus5 {
    left: 72%;
}

.focus6 {
    left: 83.5%;
}

.nav a:nth-child(4):hover ~ .subMenueffect {
    left: 56%;
}

.nav a:nth-child(5):hover ~ .subMenueffect {
    left: 72%;
}

.nav a:nth-child(1):hover ~ .effect {
    left: 8.4%;
}

.nav a:nth-child(2):hover ~ .effect {
    left: 24%;
}

.nav a:nth-child(3):hover ~ .effect {
    left: 40%;
}

.nav a:nth-child(4):hover ~ .effect {
    left: 56%;
}

.nav a:nth-child(5):hover ~ .effect {
    left: 72%;
}

.focus1 {
    left: 8.4%;
}

.focus2 {
    left: 24%;
}

.focus3 {
    left: 40%;
}

.focus4 {
    left: 56%;
}

.focus5 {
    left: 72%;
}

.focus6 {
    left: 83.5%;
}

/* ----- line example -----*/

.ph-line-nav .effect {
    width: 90px;
    height: 2px;
    bottom: 24px;
    background: white;
    box-shadow: 0 1px 0 white;
    margin-left: -45px;
}

.ph-line-nav .subMenueffect {
    width: 90px;
    height: 2px;
    bottom: 24px;
    background: #C5C1C1;
    /*box-shadow: 0 1px 0 #C3BFBF;*/
    margin-left: -45px;
}

.ph-line-nav .subMenuBar {
    width: 100%;
    height: 2px;
    background: #D7D6D6;
    box-shadow: 0 1px 0 #ECEBEB;
    padding: 0;
    margin-bottom: 5px;
}

/* ----- dot example -----*/

.ph-dot-nav:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: white;
    bottom: 40px;
}

.ph-dot-nav a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    bottom: 38px;
    left: 50%;
    margin-left: -2px;
    background: white;
    border-radius: 100%;
}

.ph-dot-nav .effect {
    width: 10px;
    height: 10px;
    bottom: 36px;
    margin-left: -5px;
    background: white;
    border-radius: 100%;
}

/* ----- heart example -----*/

.ph-heart-nav .effect, .ph-heart-nav a:after, .ph-heart-nav a:before {
    background: url('../images/heart.png') no-repeat;
}

.ph-heart-nav .effect {
    position: absolute;
    bottom: 26px;
    background-position: 0 0;
    height: 8px;
    width: 62px;
    margin-left: -31px;
}

.ph-heart-nav a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    background-position: -62px 0;
    height: 20px;
    width: 11px;
    margin-left: -11px;
}

.ph-heart-nav a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    background-position: -73px 0;
    height: 20px;
    width: 11px;
    text-decoration: none;
}

.table-menu-container {
}


.table-menu {
    width: 100%;
}

.td-logout {
    text-align: right;
    width: 30%;
    padding-right: 0;
}

.td-menu-container {
    width: 60%;
}

.tr-new-user {
    width: 100%;
}

.line-div {
    width: 100%;
    border-bottom: 1px solid #D2D2D2;
}

.td-logo {
    width: 45px;
}


.ui-logout {
    width: 100%;
}

.android-store {
    width: 150px;
}

.apple-store {
    width: 159px;
}

.footer-div {
    background-color: #EEEEEE;
    padding: 3px 1px 1px 10px;
    border-radius: 6px;
}

.main-footer {
    min-height: 20px;
    opacity: 0.8;
}

/*For Login form*/
.row-centered {
    text-align: center;
    margin-top: 100px;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    align-items: center;
}

.titlePage {
    font-size: 22px;
    font-weight: bold;
    color: #424242;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-option {
    margin-right: -100px;
    width: 35px;
    height: 35px;
}

    .image-option img {
        padding-left: 10px;
    }

.min-style-submenu {
}

.min-style-menu {
    font-size: 20px;
}

/*.min-style-menu a {
        padding: 1em 0 1.3em;
    }*/

.min-Style-LogOut {
    min-width: 60px;
}

.min-Style-UserSize {
    min-width: 180px;
}

/*.userDetail .form-group {
    padding-top: 25px;
}*/

.bs-tabs-margin {
    margin: 0px;
}

.default-layout-width {
    min-width: 980px;
}

.create-user img {
    width: 50px;
    height: 50px;
    margin-left: 1px;
    margin-right: 25px;
}

.create-location img {
    width: 50px;
    height: 50px;
}

.create-component img {
    width: 50px;
    height: 50px;
    padding-left: 10px;
}

.button-col-md-3 {
    margin-left: -50px;
}

.btn-back-wizard {
    /*margin-top:-65px;*/
    margin-left: 7px;
    /*z-index:1000;*/
}

.empty-chart {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 25px;
}

    .empty-chart img {
        margin-left: auto;
        margin-right: auto;
    }

.layout-loader {
    width: 200px;
    height: 200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
}

    .layout-loader img {
        height: 160px;
        width: 160px;
    }



.input-loader {
    margin-left: -20px;
    margin-right: auto;
    text-align: center;
}

    .input-loader img {
        height: 32px;
        width: 32px;
    }

/*popup css*/
.modal {
    text-align: center;
    overflow-y: auto;
}



.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

body.modal-open {
    overflow: visible;
}

.max-checkboxlistSize {
    height: 150px;
    border: 1px solid rgba(109, 94, 94, 0.25);
    overflow-y: scroll;
    margin-left: 14px;
    border-radius: 3px;
}

.btn-filter {
    margin-top: 22px;
    margin-left: 10px;
    background-color: white !important;
    border-color: #ddd !important;
}

.btn-clear-filter {
    margin-top: 22px;
    margin-left: 10px;
    background-color: white !important;
    border-color: #ddd !important;
}

.btn-filter-content {
    width: auto !important;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 3px;
}

.btn-action-nav {
    margin-bottom: 10px;
}

    .btn-action-nav a {
        cursor: pointer;
    }

    .btn-action-nav b {
        margin-right: 10px;
    }

.label-row-nav {
    margin-bottom: 20px;
}

.filter-button-container {
    margin-left: 10px;
}

.filter-button {
    width: 40px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    border-radius: unset;
    outline: unset !important;
}

.grid-picker-div-selected-counter {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 20px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1000px;
    }
}

@media (min-width: 1000px) {
    .modal-xl {
        width: 1500px;
    }
}

.saveButtonMargin {
    margin-left: 96%;
    margin-top: -58px;
}

.backToList {
    margin-top: 7px;
}

.margin-top-10 {
    margin-top: 10px;
}

.cell-valign-middle tr td {
    vertical-align: middle !important;
}

.spare-request-descr {
    margin-top: 10px;
    margin-bottom: 5px;
}

/*.spare-request-wizard .content {
    border: solid 2px #eee !important;
    background-color: transparent !important;
}*/

.spare-request-wizard .content .body {
    width: 100% !important;
}

.request-storage-table {
    margin-top: 20px !important;
}

.modal-container {
    padding-left: 5%;
    padding-right: 5%;
}

textarea {
    width: 100%;
}

.amount-input {
    width: 90px;
    /*margin-right: 5px;*/
}

#quantity-move-label-tab {
    margin-bottom: 10px;
    margin-right: 20px;
}

.hidden-arrow {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.button-column {
    text-align: center;
    width: 10px;
}
.button-column-maintenance {
    text-align: center;
    width: 7px;
}

.number-column {
    text-align: center;
    width: 100px !important;
}

.trigger-menu-caret {
    margin-left: 5px !important;
}

.trigger-menu-bottom {
    margin-bottom: 15px;
}

.trigger-menu {
    margin-left: 15px;
}

    .trigger-menu ul {
        padding: 5px 0 !important;
        margin: 2px 0 0 !important;
    }

        .trigger-menu ul li {
            padding: 0px !important;
            list-style: none !important;
        }

.text-area-description {
    height: 110px !important;
}

.overdue-row {
    background-color: rgb(255, 221, 221) !important;
}

    .overdue-row .sorting_1 {
        background-color: rgb(230, 172, 172) !important;
    }

.green-row {
    background-color: rgb(215, 255, 175) !important;
}

    .green-row .sorting_1 {
        background-color: rgb(179, 238, 121) !important;
    }

.yellow-row {
    background-color: rgb(253, 255, 176) !important;
}

    .yellow-row .sorting_1 {
        background-color: rgb(239, 242, 144) !important;
    }

.red-row {
    background-color: rgb(255, 221, 221) !important;
}

    .red-row .sorting_1 {
        background-color: rgb(230, 172, 172) !important;
    }


.done-row {
    background-color: #dee9ff !important;
}

    .done-row .sorting_1 {
        background-color: rgb(191, 212, 243) !important;
    }

.grid-picker-datatable .selected {
    background-color: #D2D2D2 !important;
}

    .grid-picker-datatable .selected .sorting_1 {
        background-color: #D2D2D2 !important;
    }

.trigger-empty-list {
    width: 100%;
    text-align: center;
}

.badge-margin {
    margin-left: 5px;
}

.panel-img {
    margin-right: 5px;
}

.CursorPointer {
    cursor: pointer;
}

.datatable-column-button {
    text-align: right;
    padding: 8px 5px !important;
    width: 30px;
}

.paddingBottom {
    padding-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 85px;
    margin-top: 10px;
}

.footer-container {
    width: 90%;
    border-top: 1px solid #D0D0D0;
    margin-right: auto;
    margin-left: auto;
}

    .footer-container > p {
        margin-top: 0px !important;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
    }

.row-label {
    width: 80% !important;
}

.col-label {
    width: 12% !important;
}

.menu-item {
    width: 13% !important;
}

.form-horizontal .fix-filter-margin {
    margin-left: 15px;
}

.information-line {
    margin-bottom: 10px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

text-center {
    text-align: center;
}

.permission-table td {
    text-align: center;
    width: 130px !important;
}

.permission-table tr td:first-child {
    text-align: left;
    width: 100%;
}

.chart-container {
    margin-bottom: 15px;
}

.font-weight-normal {
    font-weight: normal;
}

#TriggerUpload {
    cursor: pointer;
    float: left;
}

.file-preview-image {
    display: table;
    margin: 8px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}

.signature-preview-image {
    display: table;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}

.gridpicker-select2 {
    width: 100% !important;
}

.form-group .select2-container {
    width: 100% !important;
    min-width: 100%;
}

.whiteback {
    background-color: white !important;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.panel-margin {
    margin-left: 5px;
    margin-right: 5px;
}

.text-blue {
    color: blue;
}

.form-group > .file-input {
    margin-left: 2%;
    margin-right: 2%;
}

/*.form-group .file-caption-main {
    margin-bottom: 10px;
}*/

.sba-jumbotron {
    margin-top: 5%;
    min-height: 350px;
}

.table-div {
    display: table;
}

.tr-div {
    display: table-row;
}

.td-div {
    display: table-cell;
    vertical-align: middle !important;
}

.home-layout-container .location-layout-container {
    margin-top: 0px;
}

.layout-uploader-container {
    width: 60%;
    margin-left: 1em;
}

    .layout-uploader-container .td-div:first-child {
        width: 160px;
    }

    .layout-uploader-container .td-div {
        vertical-align: middle;
        padding: 5px;
    }

    .layout-uploader-container label {
        margin-bottom: 0px;
    }

.location-layout-container {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #D0D0D0;
}

.empty-layout {
    text-align: center;
    display: none;
}

.location-layout {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    /*border: 1px solid #D0D0D0;*/
}

.layout-add-modal-button {
    min-width: 120px;
    height: 100px;
    margin-top: 15px;
}

a.layout-add-modal-button {
    padding-top: 10px;
}

.layout-add-modal-table {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
}

.layout-add-modal-sparepart-img {
    background-image: url(/Content/Images/Leaflet/switch-sparepart.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    width: 202px;
    border: none;
}

.layout-add-modal-component-img {
    background-image: url(/Content/Images/Leaflet/switch-component.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    width: 202px;
    border: none;
}

.layout-add-modal-storage-img {
    background-image: url(/Content/Images/Leaflet/switch-storage.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    width: 202px;
    border: none;
}

.layout-add-modal-hourcounter-img {
    background-image: url(/Content/Images/Leaflet/switch-hourcounter.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    width: 202px;
    border: none;
}

.drill-select-instructor-img {
    background-image: url(/Content/Images/Safety/switch-instructor.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    width: 202px;
    border: none;
}

.glyphicon-marker {
    background-image: url(/Content/Images/32x32/map_location2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 32px;
    border: none;
}

.glyphicon-cart {
    background-image: url(/Content/Images/32x32/shopping_cart2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 32px;
    border: none;
}

.glyphicon-add {
    background-image: url(/Content/Images/32x32/add.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 32px;
    border: none;
}

.layout-search-btn {
    padding-left: 5px;
    padding-right: 5px;
}

.layout-search-table {
    margin-top: 5px !important;
    border: 2px solid #ddd;
}

    .layout-search-table .done-row .sorting_1 {
        background-color: #dee9ff !important;
    }

    .layout-search-table .selected {
        background-color: #D2D2D2 !important;
    }

        .layout-search-table .selected .sorting_1 {
            background-color: #D2D2D2 !important;
        }

.layout-search-tab {
    padding: 5px 10px !important;
}

    .layout-search-tab img {
        height: 20px;
        width: 20px;
    }

.sidebar-search {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

    .sidebar-search table.dataTable thead th,
    .sidebar-search table.dataTable thead td {
        padding: 5px 10px;
        border-bottom: 1px solid #ddd;
    }

    .sidebar-search table.dataTable tfoot th,
    .sidebar-search table.dataTable tfoot td {
        padding: 10px 18px 6px 18px;
        border-top: 2px solid #ddd;
    }

    .sidebar-search table.dataTable.no-footer {
        border-bottom: 2px solid #ddd;
    }

#CreateLocationForm .file-preview {
    margin-left: -5px;
    border: none !important;
    padding: 0px !important;
}

.no-resize {
    resize: none;
}

.leaflet-popup-content .form-horizontal {
    font-size: 13px;
    margin-bottom: 12px;
}

.leaflet-popup-content li {
    list-style-type: none !important;
}

.leaflet-popup-content .row {
    padding-top: 5px !important;
}

.leaflet-popup-content label {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.leaflet-popup-content .button-row {
    padding-left: 0px !important;
}

.dropdownTab {
    font-size: 16px !important;
    font-weight: 700;
}

.glyphicon-ext-instructor {
    background-image: url(/Content/Images/32x32/user.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 32px;
    border: none;
}

.glyphicon-int-instructor {
    background-image: url(/Content/Images/32x32/houses.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 32px;
    border: none;
}


.drill-widget-container {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.drill-position-container {
    width: 60%;
}

    .drill-position-container .row-centered {
        margin-top: 0px;
    }

.drill-widjet {
    margin-top: 5px;
}

.tab-pane .drill-widjet .drill-schedule-panel {
    height: 400px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.drill-widjet .drill-schedule-panel {
    height: 300px;
    overflow-y: auto;
    padding: 0px !important;
}

.tab-pane .drill-widjet .drill-location-panel {
    height: 400px;
}

.drill-widjet .drill-location-panel {
    height: 300px;
    overflow-y: auto;
    padding: 0px !important;
}

.drill-location-panel {
    height: 200px;
    overflow-y: auto;
    padding: 0px !important;
}

    .drill-location-panel .table {
        margin-bottom: 0px;
    }

    .drill-location-panel table tr:last-child {
        border-bottom: 1px solid #ddd;
    }

.drill-widjet .panel-default {
    margin-top: 10px;
}

.drill-widjet .panel-body {
    padding: 10px;
}

.drill-widjet table {
    /*margin-left: 10px;
        margin-right: 10px;*/
}

    .drill-widjet table tr:last-child {
        border-bottom: 1px solid #ddd;
    }

.drill-widjet td, th {
    padding: 10px;
}

.drill-widjet ul li {
    list-style: none;
    padding: 5px !important;
}

    .drill-widjet ul li.divider {
        margin: 0px !important;
        padding: 0px !important;
    }

.drill-widjet .panel-title {
    font-weight: bold;
}

    .drill-widjet .panel-title img {
        margin-bottom: 3px;
    }

.tab-pane .drill-content-panel {
    height: 400px;
}

.drill-content-panel {
    height: 300px;
    overflow-y: auto;
    padding: 0px !important;
}

    .drill-content-panel .table {
        margin-bottom: 0px;
    }

        .drill-content-panel .table tbody > tr > td {
            vertical-align: middle;
        }

.drill-attendee-panel {
    padding: 0px !important;
}

    .drill-attendee-panel .table {
        margin-bottom: 0px;
    }

.drill-wizard .file-preview {
    margin-top: 10px;
}
/* Drill History modal*/
.drill-history-tab-content {
    max-height: 300px;
}

.drill-history-panel table {
    width: 100%;
}

    .drill-history-panel table td {
        padding: 1px;
    }

    .drill-history-panel table tr td:first-child {
        width: 30%;
    }

.drill-history-detail-table .label-td {
    text-align: right;
    width: 10% !important;
    padding-right: 10px;
    vertical-align: top;
}

.drill-history-content-table .content-text {
    width: 40% !important;
    vertical-align: middle;
}

.drill-history-panel hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel-table {
    overflow-y: auto;
    padding: 0px !important;
}

    .panel-table .table {
        margin-bottom: 0px;
    }

    .panel-table tr:last-child {
        border-bottom: 1px solid #ddd;
    }

.drill-history-table-panel {
    max-height: 270px;
}

.loading-backdrop {
    background-color: white !important;
    z-index: 2000;
}

.loading-modal {
    z-index: 2010;
}

.loading-modal-content {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center !important;
}

.flat-filter-panel .panel-body {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

.purchase-table-panel {
    min-height: 400px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.purchase-table .selected {
    background-color: #D2D2D2 !important;
}

.purchase-table tr:hover:not(.selected) {
    background-color: #F5F5F5 !important;
}

.purchase-table tr td:last-child {
    width: 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.purcahse-state-panel {
    padding: 0px !important;
}

    .purcahse-state-panel .table {
        margin-bottom: 0px;
    }

.form-group-height-issue {
    height: 34px;
}
/*.purcahse-state-panel table tr:last-child {
        border-bottom: 1px solid #ddd;
    }*/

.btn-dropdown-img {
    margin-right: 5px;
}

hr.slim {
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-btn-group li {
    list-style-type: none !important;
}

    .order-btn-group li a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.order-btn-group .caret {
    margin-left: 5px;
}

.order-btn-group .divider {
    margin-top: 1px;
    margin-bottom: 1px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.online-req-col {
    float: left;
    width: 73%;
    margin-right: 5px;
}

.order-dropdown {
    margin-left: 15px !important;
    margin-top: 2px !important;
}

.td-xsmall {
    text-align: center !important;
    vertical-align: middle !important;
    width: 10px;
}

.td-small {
    text-align: center !important;
    vertical-align: middle !important;
    width: 50px;
}

.td-v-centered {
    vertical-align: middle !important;
}

.delivery-input {
    background-color: white !important;
}

.amount-value {
    width: 70%;
    float: left;
}

.amount-currency {
    width: 15%;
    float: left;
    margin-left: 5px;
}

.position-checkbox {
    margin-left: 35% !important;
}

.left-label {
    padding-left: 0px !important;
}

.modal-panel-top {
    margin-bottom: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.modal-panel-middle {
    border-top: none !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.modal-panel-bottom {
    border-top: none !important;
    margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.budget-panel {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    width: 69%;
}

    .budget-panel .panel-body {
        height: 365px;
    }

.level-panel {
    float: left;
    width: 28%;
    padding-right: 10px;
}

    .level-panel .panel-body {
        height: 365px;
    }


.budget-message {
    text-align: center;
    margin-top: 150px;
}

.used-budget-table {
    padding: 0px;
    width: 100%;
    margin-bottom: 10px;
}

    .used-budget-table td {
        padding: 8px !important;
    }

.used-budget-table-panel {
    float: left;
    margin: 0px 2% 0px 2%;
    width: 47%;
    height: 300px;
}

    .used-budget-table-panel .panel-body {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

.used-levels-table-panel {
    float: left;
    margin: 0px 2% 0px 0px;
    width: 47%;
    height: 300px;
}

.used-level-table tr td {
    padding: 3px !important;
    vertical-align: middle !important;
}

.panel-bottom {
    margin: 2% 2% 0px 2%;
    height: 300px;
}
/*#PurchaseOrderApproveModal .toggle {
    width: 150px !important;
}*/

#PurchaseOrderTable tr td {
    vertical-align: middle;
}

.modal-dialog-top {
    vertical-align: top !important;
}

.wizard-question {
    float: left;
    margin-top: 7px; /* find a better way to vertical align*/
    margin-right: 10px;
}

.table tr td {
    vertical-align: middle !important;
}

.warning-message {
    text-align: center;
    color: red;
    font-weight: bold;
}

/* BAD FIX for Select2 height */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

/* BAD FIX for Select2 height */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    /*height: 32px !important;
    display: block !important;*/
    line-height: 22px !important;
}

/* BAD FIX for Select2 height */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px !important;
}

.purchase-summary-line tr td:not(:first-child) {
    padding: 0px 10px 0px 10px;
}

.info-icon {
    margin-left: 5px;
}

.default-popover h4 {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.default-popover .row {
    margin-right: 0px;
    margin-left: 0px;
}

.default-popover .row-btn {
    margin-top: 10px;
    text-align: center;
}

.default-popover .form-group {
    margin-bottom: 5px !important;
}

.default-popover .form-horizontal {
    min-width: 400px;
}

    .default-popover .form-horizontal .control-label {
        padding-top: 0px !important;
        padding-right: 0px !important;
    }

.popover-loading {
    width: 120px;
}

    .popover-loading img {
        height: 24px;
    }

.popover-close {
    margin-right: 10px !important;
    margin-top: 10px !important;
}


.dropdown-divider {
    margin: 0px !important;
    padding: 0px !important;
}

.info-icon-in-text {
    width: 20px;
}

.huge {
    font-size: 40px;
}

.tile_text {
    font-size: 18pt;
    font-weight: bold;
}

.small_text > .tile_text {
    font-size: 14pt !important;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: white;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: white;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: white;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.panel-sba {
    border-color: rgb(15,157,170);
}

    .panel-sba > .panel-heading {
        border-color: rgb(15,157,170);
        color: white;
        background-color: rgb(15,157,170);
    }

    .panel-sba > a {
        color: rgb(15,157,170);
    }

        .panel-sba > a:hover {
            color: rgb(67,113,118);
        }

.panel.noborder {
    border: none;
    box-shadow: none;
}

    .panel.noborder > .panel-heading {
        border: 1px solid #dddddd;
        border-radius: 0;
    }

.icon-border {
    border: 1px solid lightgray;
    border-radius: 5px;
}

.layout-missing-place {
    text-align: center;
    padding: 10px;
    border: 1px solid lightcoral;
    border-radius: 5px;
    margin-left: auto;
    margin-right:auto;
    width: 70%;
}

.license-panel {
    height:250px;
}