﻿body {
    background-color: #ECECEC;
}

.content-wrapper {
    background-color: #fff;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-color: #dedede;
    border-style: solid;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    padding: 20px 20px 0 20px;
}

.page-header {
    padding: 0;
    margin: 0;
    height: 50px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #E0E0E0;
}

.login-details {
    padding-top: 6px;
}

ul.page-breadcrumbs {
    margin: 0;
    float: left;
}

    ul.page-breadcrumbs li {
        float: left;
        margin-right: 10px;
        list-style-type: none;
        padding-top: 8px;
        font-family: 'Roboto', sans-serif;
    }

        ul.page-breadcrumbs li::after {
            content: '/';
            padding-left: 12px;
        }

        ul.page-breadcrumbs li:last-child::after {
            content: none;
            padding-left: 0;
        }

.dashboard-search {
    float: right;
}

.search-content {
    padding: 10px 10px 0 0;
}

    .search-content label {
        padding-right: 8px;
    }

    .search-content .form-control {
        display: inline;
        width: inherit;
    }

.page-link {
    padding: 7px 15px 0px 0px;
}


/* questions/answers */

.competition-answer {
    border: solid #999 1px;
    background-color: #eee;
    margin: 10px 0;
    padding: 5px;
}

/* sidebar */

.partner-header {
    border-bottom: 2px solid #006fb4;
    margin-bottom: 5px;
}

.page-title {
    border-bottom: 2px solid #006fb4;
    margin-top: -15px;
    margin-bottom: 10px;
}

    .page-title h2 {
        font-size: 20px;
    }

h3.page-sub-title {
    color: #f47920;
}

.form-actions {
    /*background: linear-gradient(to bottom, #f1f1f1, #dedede);*/
    /*border-top: 1px solid #dedede;*/
    /*margin-top: 35px;*/
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-actions {
    background-color: #E1FAFC;
    border: 1px solid #AED0F2;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.command-bar {
    margin-bottom: 5px;
}

.validationErrorContainer {
    border: 1px solid #a94442;
    border-radius: 4px;
    background-color: #f2dede;
    margin: 10px 0;
    padding: 6px;
    display: none;
}

.validationErrorList li {
    color: #a94442;
}

.validationErrorList:empty {
    display: none;
}

.page-actions {
    background-color: #ECECEC;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #aaa;
}

.table-stats td, .table-stats th {
    font-size: 11px;
}

/* bootstrap over-rides */

body {
    padding-bottom: 70px;
}

/* callouts */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.form-horizontal .control-label {
    text-align: left;
}

/* nav pills */

.nav-pills {
    font-size: 12px;
    margin-bottom: 10px;
}

.tab-content > .tab-pane {
    /*overflow: auto;*/
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* dashboard styles */

.control-panel-item {
    position: relative;
    border: 2px solid #006fb4;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 20px;
    height: 180px;
    width: 250px;
    box-shadow: rgba(0,0,0,0.4) 3px 3px 5px;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    background-color: none;
    height: 210px;
    border-color: rgba(244, 121, 32, 1);
}

    .control-panel-item:hover {
        border: 2px solid #ff9f40; /* 00426c */
        background-color: #fff5eb; /* f7fafc */
    }



    .control-panel-item a {
        color: #006fb4;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        text-align: center;
        display: block;
        font-weight: bold;
        background-color: rgba(244, 121, 32, 1);
        padding-bottom: 10px;
    }

    .control-panel-item:hover a, .control-panel-item:hover i.fa {
        color: #b26f2c;
    }

    .control-panel-item p {
        margin-top: 10px;
        text-align: center;
        font-size: 12px;
        padding: 0 15px;
    }

.dashboard i.fa {
    font-size: 22px;
    margin-right: 10px;
    font-size: 64px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: rgba(244, 121, 32, 1);
    padding: 20px 20px 10px 20px;
    margin-right: 0;
}


/* styles overridden for partner dashboard */

body {
    font-family: 'Roboto', sans-serif;
}

.page-breadcrumbs {
    font-family: 'Roboto', sans-serif;
    color: #795555;
    padding: 5px 20px;
}

.content-wrapper {
    border-left: none;
    border-right: none;
    overflow-y: auto;
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #d7d7d7;
    }

    .navbar-toggle {
        /* display: block; */
        float: left;
        margin-left: 20px;
    }

    .navbar-brand {
        /* display: block; */
        float: right;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .navbar-brand {
        display: none;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

.search-results {
    overflow-y: auto;
}



.form-box {
    margin-bottom: 10px;
}

    .form-box .header {
        border-radius: 10px 10px 0px 0px;
        background-color: #ffe8d1;
        margin-bottom: 0px;
        width: 100%;
        height: auto;
        min-height: 53px;
    }

    .form-box .body {
        background-color: #fff8f4;
        border-radius: 0px 0px 10px 10px;
        border-style: solid;
        border-color: #ffe8d1;
        border-width: 2px;
        margin-bottom: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .form-box h4 {
        float: left;
        margin: 20px 20px auto 20px;
    }

    .form-box input[type="button"] {
        margin: 10px;
    }

.field-group-with-pads {
    padding: 5px;
}

    .field-group-with-pads label {
        display: inline-block;
        vertical-align: top;
        width: 200px;
    }

    .field-group-with-pads p {
    }

    .field-group-with-pads + .field-group-with-pads {
    }

.field-label, .field-value {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
}

.field-label {
    display: inline-block;
    width: 20%;
    text-align: right;
}

    .field-label label {
        padding-right: 5px;
    }

.field-value {
    width: 70%;
}

    .field-value input[type="text"], .form-section .field-value input[type="text"] {
        width: 45%;
    }

        .field-value input[type="text"].short {
            width: 120px;
        }

        .field-value input[type="text"].wide, .field-value textarea.wide {
            width: 45%;
            max-width: 95%;
        }
