﻿
/*------------------------------------------------
Validation helpers
--------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.required-tag {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #ff0000;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*----------------------------------------------------------
Login/User Profile displayed in header on each page.
-----------------------------------------------------------*/

#hdrUserInfo button {
    border: 0px;
}
#hdrUserInfo .glyphicon-user {
    font-size: 14px;
    color: rgb(12, 150, 72);
    color: #428bca;   
}
#hdrUserInfo .glyphicon-user:hover {
    color: #004a80 ;
    cursor: pointer;
}
#hdrUserInfo ul {
    text-align: left;
    font-weight: bold;
}

#hdrUserInfo ul a {
    text-align: left;
    color: blue;
}

#hdrUserInfo ul span {
    margin-left: 10px;
}

#hdrUserInfo .btn-group:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0px;
    margin-left: -110px;
}



/*------------------------------------------------
Header
--------------------------------------------------*/
#header {
    overflow: visible;
    margin: 0px;
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 1px solid #cccccc;
    width: 100%;
    height: 100px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -khtml-border-radius: 0px 0px 7px 7px;
    /*border-radius: 0px 0px 7px 7px;*/
}

    #header .div1 {
        overflow: visible;
        float: left;
        margin: 5px 20px 10px 20px;
        padding: 0px;
        border: 0px solid blue;
        width: auto;
        height: 90px;
    }

        #header .div1 img {
            /*height: 80px;*/
        }

        #header .div1 span {
            color: rgb(78, 88, 90);
            font-family: Roboto Bold, sans-serif !important;
            font-size: 40px;
            /*font-weight: 700;*/
            margin: 0px 20px 0px 0px;
        }

    #header .div2 {
        float: right;
        font-family: Roboto Bold, sans-serif;
        font-size: 12px;
        color: rgb(78, 88, 90);
        text-align: right;
        padding: 15px 10px 0px 0px;
        margin-right: 20px;
        border: 0px solid green;
        width: auto;
    }

        #header .div2 img {
            vertical-align: top !important;
        }

        #header .div2 strong {
            margin-right: 10px;
        }

        .pagination-container{
            float:right;
        }

/*-----------------------------------------------
Footer styles.
-------------------------------------------------*/

#footer {
    position: relative;
    background: #FFFFFF;
    color: #aaa;
    font-size: 12px;
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    height: 90px;
    width: 100%;
}

    #footer a {
        color: #333;
        text-decoration: underline;
    }

/********************
    Spinner/Loader.
*********************/

.backLoader {
    background-attachment: fixed;
    background-color: white;
    background-image: url('/Content/image/spin.gif');
    background-position: center center;
    background-repeat: no-repeat;
    height: 130%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

.box {
    margin-bottom: 15px;
}

    .box > .heading {
        background-color: #f5f5f5;
        border: 1px solid #dbdbdb;
        border-radius: 7px 7px 0 0;
        display: inline-block;
        padding: 12px;
        width: 100%;
    }

        .box > .heading h1 {
            color: #003a88;
            float: left;
            font-size: 25px;
            margin: 0;
            padding: 0;
        }

            .box > .heading h1 img {
                float: left;
                margin-left: 3px;
                margin-right: 8px;
                margin-top: -1px;
            }

        .box > .heading .buttons {
            float: right;
            padding-top: 4px;
        }

    .box > .content {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #cccccc #cccccc;
        border-image: none;
        border-right: 1px solid #cccccc;
        border-style: none solid solid;
        border-width: medium 1px 1px;
        min-height: 300px;
        overflow: auto;
        padding: 10px;
        width: 100%;
    }

    .box.box-help-popup {
        padding: 10px;
    }

        .box.box-help-popup h2 {
            border-bottom: 1px solid #eee;
            border-color: #eee;
            color: #555;
            font-size: 18px !important;
            padding-bottom: 5px;
        }

        .box.box-help-popup h3 {
            color: #555;
            font-size: 16px !important;
            font-weight: bold !important;
            padding-bottom: 5px;
        }

    .box.box-comments-popup {
        margin-left: 0;
        margin-right: auto;
        margin-top: 0;
        min-height: 150px;
        width: 450px;
    }

    .box.box-help-popup ul li {
        list-style-type: disc;
    }

    .box.box-help-popup table td {
        font-size: 12px;
        padding: 5px;
    }

    .box.box-help-popup ol > li {
        margin-top: 10px !important;
    }

    .box.box-comments-popup .heading {
        padding-top: 4px;
        width: 465px;
    }

    .box > .content.comments-popup {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #cccccc #cccccc;
        border-image: none;
        border-right: 0 none #cccccc;
        border-style: none;
        border-width: medium 0 0;
        overflow: auto;
        padding: 0;
        width: 470px;
    }

        .box > .content.comments-popup textarea {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: -moz-use-text-color #dbdbdb #dbdbdb;
            border-image: none;
            border-right: 1px solid #dbdbdb;
            border-style: none solid solid;
            border-width: medium 1px 1px;
            height: 300px;
            margin: 0;
            padding: 6px;
            resize: none;
            width: 465px;
        }

            .box > .content.comments-popup textarea:focus {
                outline: medium none;
            }

#main-content > #main {
    padding: 10px 0 0;
    width: 100%;
}

#dashBoard, #HtData {
    text-align: center;
    margin-top: -5px;
    border: 1px solid #dbdbdb;
}

    #dashBoard img {
        width: 80px;
        border-radius: 5px;
    }

    #dashBoard .list-container {
        min-height: 300px;
        height: auto;
        /*border: 1px solid #dbdbdb;*/
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        padding-left: 1px;
        padding-right: 1px;
        display: inline-block;
    }

    #dashBoard .list-header {
        background-color: #004a80;
        height: 50px;
        margin-bottom: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: white;
        padding-top: 10px;
        font-size: 20px;
        padding-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

    #dashBoard .chart {
        width: 350px;
        height: 300px;
    }

    #dashBoard .col-md-4 {
        display: inline-block;
        padding: 1px;
    }

    #dashBoard .btn {
        margin-bottom: 3px;
        width: 32%;
    }

    #dashBoard select {
        font-size: 15px;
        margin-left: 20px;
        color: black;
        height: 30px;
    }

    #dashBoard .grid-action {
        margin-left: 5px;
        cursor: pointer;
    }

    #dashBoard a {
        text-decoration: none;
    }

.backLoader {
    background-attachment: fixed;
    background-color: white;
    background-image: url('/Content/images/ajax_loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    height: 130%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

@media (max-width: 700px) {
    #header {
        height: 75px;
        padding: 4px;
    }

        #header .div1 img {
            height: 50px;
        }

        #header .div1 span {
            font-size: 25px;
        }

    .box .heading {
        margin-top: -20px;
    }

    #pageHdr {
        font-size: 13px;
        font-weight: bold;
    }
}

@media (max-width: 400px) {
    #header .div1 img {
        height: 40px;
    }
}

@media (max-width:500px) {
    #dashBoard .btn {
        width: 80%;
    }
}

@media (min-width:990px) and (max-width:1200px) {
    #dashBoard .btn {
        width: 80%;
    }
}

@media (max-width:1000px) {
    #dashBoard img {
        vertical-align: super;
    }
}

@media (max-width:1400px) and (min-width:1150px) {
    #dashBoard .btn {
        font-size: 11px;
    }
}

@media (max-width:1200px) {
    #dashBoard .list-header {
        height: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    .list-header .dd-cont {
        padding: 2px;
    }

    #dashBoard select {
        font-size: 12px;
        height: 25px;
        margin-left: 4px;
        width: 95%;
    }

    .pagination-sm > li > a, .pagination-sm > li > span {
       font-size: 12px;
       padding: 4px 10px;
    }
}

@media (max-width: 1200px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

​
/* ---------------------
 Survey Status Icons
---------------------*/
.glyphicon-completed:before {
    content: "\e067";
    color: #0c9f33;
}

.glyphicon-pending:before {
    content: "\e065";
    color: #ff0000;
}

.glyphicon-notCompleted:before {
    content: "\e065";
    color: #555;
}

.overflow-hdn {
    overflow: hidden;
}

.legend {
    width: 100%;
}

    .legend .title {
        display: block;
        margin-bottom: 0.5em;
        line-height: 1.2em;
        padding: 0 0.3em;
        text-align: left;
    }

    .legend .color-sample {
        display: block;
        float: left;
        width: 1em;
        height: 1em;
        margin-right: 10px;
        border: 2px solid; /* Comment out if you don't want to show the fillColor */
        border-radius: 0.5em; /* Comment out if you prefer squarish samples */
        /* margin-right: 0.5em; */
    }

.db-button {
    position: relative;
}

    .db-button .glyphicon-check {
        position: absolute !important;
        top: 5px;
        right: 5px;
        color: green;
    }

.btn-danger {
    background-color: #dc143c;
    border-color: #dc143c;
}

    .btn-danger:hover {
        background-color: #AF092A;
        border-color: #AF092A;
    }

.glyphicon-signal, .glyphicon-download {
    font-size: 20px;
}

.list-header div{
    padding:0;
}
.pagination-container{
    margin-left:10px;
    margin-right:10px;
}


@media (max-width: 775px) {
    .pagination-container {
        margin-top:10px
    }
}