﻿body#Body {
    position: relative;
}

/********* FORMS *********/
.btn {
    margin-bottom: 10px;
}

.token-box, .label-text {
    padding: 5px 10px;
    background-color: #fcfde4;
    border: solid 1px #e2e3d8;
    margin: 10px 0;
}

.tips-box, .note-box {
    background-color: #FCFBD9;
    background-image: url(images/light-icon.png);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    line-height: 18px;
    overflow: hidden;
    padding: 12px 20px 20px 50px;
    margin: 5px 0 12px 0;
    border: solid 2px #F2F2E4;
    font-size: 11px;
    font-style: italic;
    border-radius: 5px;
}

.ui-menu .ui-menu-item {
    text-align: left;
}

.tbl {
    width: 100%;
    margin: 20px 0;
    border-top: solid 1px #e8e7e7;
    border-left: solid 1px #e8e7e7;
    border-collapse: collapse;
}

    .tbl td {
        padding: 5px 8px;
        border-right: solid 1px #e8e7e7;
        border-bottom: solid 1px #e8e7e7;
    }

    .tbl tr.tr-header, table tr.tr-header {
        background-color: #444752;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tbl tr.tr-subheader, table tr.tr-subheader {
        background-color: #44719e;
        color: #fff;
    }

        .tbl tr.tr-subheader td, table tr.tr-subheader td {
            padding: 5px;
            text-align: center;
        }

    .tbl tr.tr-header td {
        padding: 10px;
    }

    .tbl tr.tr-header-small td {
        background-color: #f5fac6;
    }

    .tbl td.td-label {
        background-color: #f9fbe2;
        text-align: right;
        width: 180px;
    }

        .tbl td.td-label.last-child {
            border-bottom: none;
        }

.form-panel, .form-box {
    border: solid 1px #F7F7F7;
}

.form-panel, .form-box, .form-wrapper {
    border-radius: 5px;
    padding: 5px 10px;
}

label.help-text {
    padding: 5px 10px;
    background-color: #f5fac6;
}

.form-box, .quickadd-wrapper {
    display: none;
    padding: 8px;
}

.form-box-inside {
    margin: 12px 0;
}

.td-form {
    width: 180px !important;
}

.filter-box-inside {
    margin: 5px 0;
    margin-top: 0;
}

.small-width, .form-control.small-width, .form-box-inside .form-group input[type="text"].small-width, .form-control.small-input {
    width: 130px;
}

.med-width, .form-box-inside .form-group input[type="text"].med-width, .form-control.med-input {
    max-width: 300px;
}

.form-group input[type="text"].red-border, .form-group select.red-border, input.red-border, select.red-border, textarea.red-border {
    border: 2px solid #f02a2a;
}

.date-picker {
    display: inline !important;
}

.form-group button {
    margin-right: 5px;
}

.time-input {
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #ccc;
    width: 70px !important;
    display: inline !important;
    margin-left: 5px;
}

.m-top {
    margin-top: 10px;
}

.m-top20 {
    margin-top: 20px;
}

.m-bot {
    margin-bottom: 10px;
}

.m-bot20 {
    margin-bottom: 20px;
}

.width-50pct {
    width: 50%;
}

.width-75pct {
    width: 75%;
}

.full-width {
    width: 100%;
}

.progress-bar, .progressbar {
    margin-top: 7px;
}

.pointer {
    cursor: pointer;
}

.row-title {
    background-color: #402c2c;
    margin-bottom: 10px;
    color: #fff;
    padding: 5px 10px;
}

.error-message, .success-message, .info-message, .warning-message {
    color: #ffffff;
    margin: 12px 0;
    padding: 12px;
    border-radius: 5px;
    padding-left: 50px;
}

.success-message {
    background: url(images/success-icon.png) no-repeat 12px 6px;
    background-color: #FAFAC3;
    color: #000;
    border: solid 2px #ECECE4;
}

.error-message, .warning-message {
    background: url(images/error-icon.png) no-repeat 12px 6px;
    background-color: #942e0a;
}


.info-message {
    background: url(images/info-icon.png) no-repeat 12px 6px;
    background-color: #64b5e8;
}

.progress-message {
    margin: 10px 0;
    padding: 10px;
    display: inline-block;
    background-color: #fac6a3;
    border-radius: 5px;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

span.requiredLabel {
    font-size: 2rem;
    color: red;
    line-height: 15px;
    vertical-align: middle;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.header-checkbox {
    background-color: #333436;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 5px;
    margin: 10px 0;
}

.checkbox-item {
    width: 240px;
    float: left;
}

.table-responsive {
    clear: both !important;
}
/******************** TOKENS HIDDEN ********************/
.token-item, .token-item-prt, .token-item-prt2 {
    display: none;
}

/******************** CLASSIFIED FORM LISTINGS ********************/
.panel-box {
    background-color: #f7f5f5;
    border: solid 1px #ebe8e8;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

.heading-form {
    background-color: #9d9595;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/************************** POPUP BOX *************************/
#popup-box-transparent {
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    opacity: .60;
    -ms-filter: Alpha(Opacity=60);
}

.box-loading {
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .60;
    -ms-filter: Alpha(Opacity=60);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.relative {
    position: relative;
}

.box-loading-image {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

#popup-box, .popup-form {
    z-index: 10001;
    position: fixed;
    background-color: #fff;
    padding: 20px;
    width: 300px;
    min-height: 50px;
    left: 50%;
    top: 40%;
    margin: -25px 0 0 -150px;
    border-radius: 8px;
    text-align: center;
    color: #769cc7;
    font-size: 15px;
    display: none;
}

.popup-form {
    width: 60%;
    font-size: 12px;
    min-height: 20%;
    top: 3%;
    margin: -25px 0 0 -30%;
    text-align: left;
}

#map-box {
    width: 100%;
    height: 300px;
}

.loading-image {
    padding-bottom: 25px;
}

ul.ui-autocomplete {
    z-index: 11100;
}

/************** TOP NOTIFICATION ***************/
#top-notification {
    position: fixed;
    z-index: 9999999999999;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    min-height: 50px;
    overflow: hidden;
}

    #top-notification.success-notification {
        background-color: #FCF6B5;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    }

    #top-notification.warning-notification {
        background-color: #f10c0c;
        color: #ffffff;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    }

    #top-notification.error-notification {
        background-color: #fa51a5;
        color: #ffffff;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    }

    #top-notification.slide-down {
        -webkit-transform: translateY(-50px);
        -webkit-animation: slideDown 3s 0s 1 ease forwards;
        -moz-transform: translateY(-50px);
        -moz-animation: slideDown 3s 0s 1 ease forwards;
    }


@-webkit-keyframes slideDown {
    0%, 100% {
        -webkit-transform: translateY(-50px);
    }

    10%, 90% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes slideDown {
    0%, 100% {
        -moz-transform: translateY(-50px);
    }

    10%, 90% {
        -moz-transform: translateY(0px);
    }
}

#top-notification-content {
    padding: 15px 0;
}

/************** CORNER RIGHT STATUS **********/
#corner-right-status {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 2%;
    background: #deefff; /* Old browsers */
    background: -moz-linear-gradient(top, #deefff 0%, #98bede 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #deefff 0%,#98bede 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #deefff 0%,#98bede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 2px 4px 5px 0px rgba(87,87,84,0.8);
    z-index: 99999999;
    min-height: 30px;
    font-size: 12px;
    min-width: 180px;
    color: #000;
}

/*************** DNN **************/
.dnnEditState .DnnModule {
    opacity: 1.0;
}

/************** UPLOAD *************/
.ul-file-list, .file-preview-list {
    margin-top: 10px;
}

.row-file {
    margin: 7px 0;
    border: solid 1px #ccd1d3;
    border-radius: 5px;
    padding: 7px;
}

.progress-bar {
    margin: 5px 0 10px 0;
}

.cancel-button {
    display: none;
}

.image-preview-list {
    margin: 10px 0;
}

ul.ul-file-list, ul.ul-file-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.ul-file-list li {
        float: left;
        margin-right: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

        ul.ul-file-list li img {
            max-width: 80px;
            max-height: 80px;
        }

.file-preview {
    width: 90px;
    height: 90px;
    border: solid 1px #ecedfa;
    border-radius: 3px;
    margin-bottom: 7px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

ul.ul-file-list::after {
    content: ' ';
    clear: both;
}

.file-controls {
    margin: 5px 0;
    text-align: center;
}

.span-file-controls span {
    margin-right: 5px;
}

.cursor {
    cursor: pointer;
}

.p-right20 {
    padding-right: 20px !important;
}

.link-delete-file, .link-import-file, .link-delete-sitemap, .link-set-main, .link-delete-customsitemap, .link-regenerate-customsitemap, .link-sitemap-info {
    cursor: pointer;
    margin: 0 3px;
}

.clear, .clearboth {
    clear: both;
}

.value-0 {
    display: none;
}
/****** bootstrap conflict version 7.x.x *******/
#siteHeadinner .collapse {
    display: block;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom: 10px;
    }
}

/********************  PAGING BAR *********************/
.paging-wrapper {
    margin: 10px 0;
    float: left;
}


.paging-bar {
    padding: 5px 0;
}

    .paging-bar a {
        cursor: pointer;
        padding: 6px 12px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-right: 3px;
    }

        .paging-bar a.link-selected, .paging-bar a:hover {
            border-color: #c6c6c6;
            background: #b9def8;
            color: #fff;
        }
/********************  END PAGING BAR *********************/

/************ FREE LICENSE ************/
.free-info {
    border: solid 5px #ccc;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: url(images/info-icon.png) no-repeat 4px 7px #f9bbf0;
    padding-left: 42px;
    box-sizing: border-box;
}

/********* BANNERS *********/
.ad-banner {
    margin: 15px 0;
}

/***** FIXED ISSUE ON DNN 7 *******/
.dnnEditState .DnnModule {
    opacity: 1.0;
}

/**** FIXED CALENDAR AND RATING IMAGE ISSUE ****/
.ui-datepicker {
    z-index: 99 !important;
}
