﻿body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: url('/Content/Images/system/backgrounds/pattern5.png');
}

.body-content {
    margin-top: 15px;
    padding-bottom: 60px;
}

.padding-lr-zero {
    padding-left: 0;
    padding-right: 0;
}

.margin-top-bottom-20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-top-bottom-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-top-bottom-40px {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 30px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}

.margin-bottom-60px {
    margin-bottom: 60px;
}

.height-100Prcnt {
    height: 100%;
}

.height-30Px {
    height: 30px;
    overflow: auto;
}

.font-thin {
    font-weight: 100;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.font-extra-bold {
    font-weight: 900;
}

.font-size-16px {
    font-size: 16px;
}

.font-size-20px {
    font-size: 20px;
}

.font-size-30px {
    font-size: 30px;
}

.font-size-40px {
    font-size: 40px;
}

.font-size-50px {
    font-size: 50px;
}

.color-white {
    color: #fff;
}

.color-dark {
    color: #101820;
}

.color-light {
    color: #3a3a3a;
}

.color-golden {
    color: #d68646;
}

.color-grey {
    color: #aaa8a8;
}

.color-red {
    color: red;
}

.color-green {
    color: #004750;
}

.border-radius-2px {
    border-radius: 2px;
}

.border-radius-4px {
    border-bottom: 4px;
}

border-bottom {
    border-bottom: 1px solid #797979;
}

.border-top {
    border-top: 1px solid #797979;
}

.border-green {
    border: 1px solid #75c49d;
}

.border-disabled {
    border: 1px solid #aaa9a9;
}

.border-golden {
    border: 1px solid #d68b46;
}

.border-blue {
    border: 1px solid #004750;
}

.border-dark {
    border: 1px solid #101820;
}

.bg-white {
    background-color: #fff;
}

.bg-golden {
    background-color: #d68b46;
}

.bg-success-light {
    background-color: #b1ebc6;
}

.bg-disabled {
    background-color: #aaa9a9;
}

    .bg-disabled, .bg-disabled label, .bg-disabled img, .bg-disabled span, .bg-disabled a, .bg-disabled ul, .bg-disabled li {
        cursor: not-allowed !important;
    }

.comments {
    max-width: 100%;
}

.comments-sm {
    min-height: 100px;
}

.comments-md {
    min-height: 200px;
}

.comments-lg {
    min-height: 300px;
}

.width-300Px {
    width: 300px;
}

.width-250Px {
    width: 250px;
}

.width-200Px {
    width: 200px;
}

.width-150Px {
    width: 150px;
}

.width-100Px {
    width: 100px;
}

.width-75Px {
    width: 75px;
}

.width-50Px {
    width: 50px;
}

.text-dot-dot {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.checkbox-sm, .checkbox-sm input[type=checkbox] {
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
    padding: 0;
}

.checkbox-md, .checkbox-md input[type=checkbox] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 0;
}

.checkbox-lg, .checkbox-lg input[type=checkbox] {
    -ms-transform: scale(1.8); /* IE */
    -moz-transform: scale(1.8); /* FF */
    -webkit-transform: scale(1.8); /* Safari and Chrome */
    -o-transform: scale(1.8); /* Opera */
    padding: 0;
}

.checkbox-list-div {
}

    .checkbox-list-div button {
        text-align: left;
    }

        .checkbox-list-div button .fa {
            right: 0;
            position: absolute;
            background-color: #3a3a3a;
            padding: 12px 10px 11px;
            top: 0;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
            color: #fff;
        }

    .checkbox-list-div ul {
        width: 100%;
        padding-left: 10px;
    }

    .checkbox-list-div li label {
        font-weight: 400;
        margin-top: 0px;
        position: absolute;
        padding-left: 5px;
        font-size:13px;
    }

.dropdown-toggle::after {
    content: none;
}

ul .radio-btn-list {
    list-style: none;
    padding: 0;
}

    ul.radio-btn-list li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }

        ul.radio-btn-list li label {
            padding-left: 5px;
            padding-right: 5px;
        }

.btn-with-icon, .btn-with-icon:hover, .btn-with-icon:active, .btn-with-icon:focus {
    height: 55px;
    background-color: #d68b46;
    color: #fff !important;
    border: 3px solid #d68b46;
    padding: 0;
    border-radius: 1px;
    text-align: left;
}

    .btn-with-icon .btn-icon {
        background-color: #fff;
        color: #d68b46;
        padding: 15px;
        text-align: center;
        font-size: 18px;
        width: 63px;
        min-height: 49px;
        margin-top: -1px;
        border-radius: 1px;
    }

    .btn-with-icon img.btn-icon {
        display: inline-block;
        padding: 5px 8px;
        margin-top: 0;
    }

    .btn-with-icon .btn-text {
        top: -4px;
        margin-left: 5px;
        position: relative;
    }

    .btn-with-icon label.btn-text {
        font-size: 14px;
        top: 0;
    }

/* Loading Modal */
#loadingModal .modal-dialog {
    position: absolute !important;
    top: 35% !important;
    left: 43%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 200px !important;
}

#loadingModal {
    background-color: #fff;
    opacity: 0.6;
}

    #loadingModal .modal-content {
        opacity: 1;
        border-radius: 0px;
        border: none;
    }

    #loadingModal.fade {
        -webkit-transition: opacity .0s linear;
        -o-transition: opacity .0s linear;
        transition: opacity .0s linear;
    }

        #loadingModal.fade .modal-dialog {
            -webkit-transition: -webkit-transform .3s ease-in-out;
            -o-transition: -o-transform .3s ease-in-out;
            transition: transform .3s ease-in-out;
            -webkit-transform: translate(0,-25%);
            -ms-transform: translate(0,-25%);
            -o-transform: translate(0,-25%);
            transform: translate(0,-25%);
        }

.modal-header .close {
    color: #fff;
    background-color: red;
    opacity: 1;
    padding: 2px 8px 4px;
    border-radius: 2px;
    font-size: 24px;
}

.data-record-heading {
    background-color: #797979;
    margin: 0;
    padding-top: 10px;
}

#dbo-accordion .panel-default {
    border-bottom: none;
}

.data-record-heading .form-group {
    margin-bottom: 10px;
}

.data-record-heading .h4 {
    color: #fff;
    margin-top: 5px;
    position: absolute;
}
/* dbo */
#dbo-accordion {
    border: none;
}

    #dbo-accordion .panel-group {
        margin-bottom: 0;
    }

    #dbo-accordion .panel-heading {
        margin-bottom: 5px;
        border: 1px solid #c5c5c5;
    }

        #dbo-accordion .panel-heading a {
            text-decoration: none;
            outline: none;
        }

    #dbo-accordion .panel-body {
        border: none;
        padding-bottom: 10px;
    }

.dbo-item {
    box-shadow: 0px 2px 10px 0px #c5c5c5;
    border-bottom: 3px solid #c5c5c5;
    padding: 20px 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 0;
}

    .dbo-item .dbo-header {
        background-color: lightgray;
        padding: 0;
        margin: 0;
    }

        .dbo-item .dbo-header table {
            margin-bottom: 0;
        }

table tr td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

table thead th {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.btn {
    padding: 5px .75rem 8px;
    font-size: 15px;
}

.widget {
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 4px;
    min-height: 200px;
}

.widget-heading {
    padding: 10px 10px;
    color: #fff;
    background-color: rgb(88,88,90);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .widget-heading h3 {
        margin: 0;
    }

.photo-size-label {
    position: absolute;
    bottom: -8px;
    background-color: #e8e7e7;
    width: 100%;
    left: 0;
    padding-left: 10px;
    color: #000;
}

.widget-content {
    padding: 15px 30px 7px 15px;
}

.link-container {
    border-top: 2px solid #ee5255;
    padding: 7px 20px;
}

    .link-container a {
        text-decoration: none;
    }

.no-decoration, .no-decoration:focus, .no-decoration:hover {
    text-decoration: none;
    color: inherit;
}

ul.radio-btn-list {
    list-style: none;
    padding: 0;
}

    ul.radio-btn-list li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }

        ul.radio-btn-list li label {
            padding-left: 5px;
            padding-right: 5px;
        }

ul.dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

    ul.dropdown-menu table tr {
        padding: 0;
    }

        ul.dropdown-menu table tr td {
            padding: 1px 0 1px 5px !important;
        }

        ul.dropdown-menu table tr label {
            margin: 0;
            padding-left: 10px;
            display: inline;
            font-size: 13px;
        }

@media(max-width:576px) {
    .data-record-heading .h4 {
        color: #fff;
        position: relative;
    }
}

@media(min-width:768px) {
}
