﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

a {
    cursor: pointer;
}

select {
    padding-left: 10px !important;
}

.css-label-sub-script {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #c1c1c1;
    top: -5px;
    position: relative;
}

label {
    display: inline-block !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.main-content {
    padding: 100px !important;
}

.row {
    margin-bottom: 10px !important;
}

.css-heading {
    font-size: 24px;
    font-family: Roboto;
}

.css-heading-sub-script {
    font-size: small !important;
    font-style: italic;
    display: block;
}

.css-red {
    color: red;
}

.css-required::after {
    content: ' *';
    font-weight: bold;
    color: red;
}

.ui-widget-overlay {
    z-index: 999998 !important;
}

.ui-dialog {
    z-index: 999999 !important;
}

#dialog-confirm {
    vertical-align: top;
}

.css-ui-icon-alert {
    background-image: url('/images/Icons/Alert.png') !important;
    background-size: 30px 30px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.css-dialog-confirm-message {
    font-family: Roboto;
    font-size: small;
    margin-left: 20px;
    vertical-align: top;
}

#css-progress-bar {
    display: none;
}

.css-full-screen-progress-bar {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 10004 !important;
    background-color: rgba(255,255,255,0.6);
    text-align: center;
    align-content: center;
    justify-content: center;
}

.css-full-screen-progress-bar-icon {
    height: 50px;
    width: 50px;
    background-image: url('/images/GIFImages/ajax_loader_blue.gif');
    background-size: 20px 20px;
    background-color: #FFF;
    border-radius: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
    border: solid 1px #c1c1c1;
}

.css-horizontal-progress-bar {
    top: 0px;
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 6px !important;
    border-radius: 0px;
}

.contentSection {
    background-color: #FFF;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #c1c1c1;
}

table {
    border-collapse: collapse;
    font-size: small;
}

.fa {
    padding-right: 5px !important;
}

.css-a-danger:hover {
    background-color: red !important;
    color: #fff !important;
}

.css-a-success:hover {
    background-color: #65CEA7 !important;
    color: #fff !important;
}


.modal-header {
    text-align: left !important;
    background-color: #f5f5f5 !important;
    border-radius: 5px 5px 0px 0px !important;
    position: sticky;
    top: 0px;
    z-index: 10;
}

select[name="contentTable_length"] {
    width: auto !important;
}

.panel-footer {
    bottom: 0 !important;
    position: sticky !important;
    position: -webkit-sticky !important;
    z-index: 10;
}

.css-success-message {
    background-color: greenyellow !important;
    color: green !important;
    border: solid 1px #2a5c2a !important;
}

.css-failure-message {
    background-color: #ffddcb !important;
    color: red !important;
    border: solid 1px red !important;
}

.css-warning-message {
    background-color: #fdbf07 !important;
    color: #000 !important;
    border: solid 1px #fff !important;
}

.css-field-error {
    color: red;
    font-size: smaller;
    display: block;
    top: -5px;
    position: relative;
}

.css-admin-summary-control {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px;
    margin-right: 10px;
    border: solid 1px #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    position: relative;
    font-family: Verdana;
    padding-bottom: 20px;
}

    .css-admin-summary-control label {
        color: #fdbf07;
        font-size: 40px !important;
        font-weight: bold;
    }

.pLockBackPan {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 30000;
    background-color: #65CEA7;
    opacity: 0.2;
    cursor: no-drop;
}

.css-user-photo {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: solid 1px #333;
}

.vertical-seperater {
    height: 15px;
    width: 2px;
    margin: 0px 10px 0px 10px;
    border-left: 1px solid #FEFEFE;
    display: inline-block;
    position: relative;
    top: 4px;
}

.desmatst40-label {
    height: 29.7mm;
    width: 51.37mm; /*Original value: 52.5mm*/
    border: solid 1px #333;
    border-radius: 0mm;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.desmatst24-label {
    height: 33.9mm;
    width: 64mm;
    border: solid 1px #333;
    border-radius: 1.5mm;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.desmatst16-label {
    /*height: 120px;
        width: 320px;*/
    height: 33.9mm;
    width: 99.1mm;
    border: solid 1px #333;
    border-radius: 1.5mm;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.css-note-section {
    border: dashed 1px #c1c1c1;
    background-color: #ffcccc;
    padding: 10px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
    font-family: Verdana;
    font-size: small;
    width: 100%;
    font-weight: normal;
    text-transform: initial;
    position: relative;
}

.css-note-section-green {
    border: dashed 1px #4bb78f;
    background-color: #65CEA7;
    color: #fff;
    padding: 10px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    font-family: Verdana;
    font-size: small;
    width: 100%;
    font-weight: normal;
    text-transform: capitalize;
}

h4 a:hover {
    text-decoration: underline;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-item {
    display: block;
    font-weight: bold;
}

.ui-autocomplete-description {
    font-size: smaller;
    display: block;
}

.freeze-table-header {
    position: sticky;
    top: 60px;
    background-color: #fff;
    z-index: 1;
}

.freeze-table-footer {
    position: sticky;
    bottom: 0px;
    background-color: #f1f1f1;
    z-index: 1;
}
