﻿@media screen and (max-width: 800px) {
    #myCarousel {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    body {
        background-image: none !important;
    }

    .circle-tile-footer {
        font-size: 12px;
    }

    #space {
        display: none !important;
    }

    .icon-btn {
        padding: 0px !important;
    }

    .icoBtnText {
        display: none !important;
    }

    .homeLogo {
        width: 50% !important;
        height: 20px;
    }


    .desktop-icons {
        display: none !important;
    }

    .mobile-icons {
        display: block !important;
    }

    #quote {
        padding: 0px !important;
    }

    #iFrame {
        visibility: hidden;
        display: none !important;
    }

    #message {
        visibility: visible !important;
    }

    #divAccDash {
        visibility: hidden !important;
        display: none !important;
    }

    #btnAccDash {
        visibility: hidden !important;
        display: none !important;
    }
}

.ImageSoftYellowOrange {
    background-color: #ffb60f;
    color: #fff;
}

    .ImageSoftYellowOrange:hover {
        background-color: #ef8200;
        color: #fff;
    }

.ImageSoftPanel {
    background-color: #dad6c8 !important;
    color: #aba48f !important;
}

.mob-ico {
    border-radius: 50%;
    border: none;
    color: white;
    padding: 12px 14px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    text-align: center;
    font-family: arial;
}

.btnCard {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #900;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

    .btnCard:hover {
        opacity: 0.7;
    }

.profileImage {
    width: 100px;
    height: 100px;
    border: 2px solid #03b1ce;
    padding: 0px;
}

.bot-border {
    border-bottom: 1px #f8f8f8 solid;
    margin: 5px 0 5px 0
}

.subtitle {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.noBorder {
    border-width: 0px;
    border: none;
    border-bottom: solid;
    border-width: thin;
    border-bottom-color: #03b1ce;
    text-align: center;
}

.error {
    color: red;
}

.txtArea {
    resize: none;
}

readonly {
    background-color: white !important;
}

.btn-glyphicon {
    padding: 8px;
    background: #ffffff !important;
    margin-right: 4px;
}

.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
}

input:-moz-read-only { /* For Firefox */
    background-color: white !important;
}

input:read-only {
    background-color: white !important;
}

.sub-title {
    font-size: 18px;
    padding: 0px;
}

.page-title {
    font-size: 24px;
    padding: 0px;
    padding-left: 10px;
}

.map {
    min-width: 200px;
    min-height: 200px;
    width: 100%;
    height: 100%;
}

.dropdown-menu {
    background-color: #424449 !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #424449 !important;
}

.navbar {
    margin-bottom: 0;
    background-color: #424449;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 1px;
    border-radius: 0px;
}

    .navbar li a, .navbar .navbar-brand {
        color: #fff !important;
    }

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #629c59 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
    background-color: #424449;
}

.dropdown-submenu > .dropdown-menu {
    top: auto;
    left: 100%;
    margin-top: -30px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    vertical-align: central;
    width: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    background-color: #424449;
}

.navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 160px;
    text-align: center;
    background-color: transparent;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 4px;
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        width: 50%;
        height: 100%;
        background: #777;
        border-radius: 30px;
        transform: translateX(-30px);
        transition: .4s;
    }

input:checked + .slider:before {
    transform: translateX(5px);
    background: limeGreen;
}

input:checked + .slider {
    box-shadow: 0 0 0 2px limeGreen,0 0 2px limeGreen;
}

.ui-group-buttons .or {
    position: relative;
    float: left;
    width: .3em;
    height: 1.3em;
    z-index: 3;
    font-size: 12px
}

    .ui-group-buttons .or:before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: 'or';
        background-color: #5a5a5a;
        margin-top: -.1em;
        margin-left: -.9em;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.55;
        color: #fff;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        border-radius: 500px;
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    .ui-group-buttons .or:after {
        position: absolute;
        top: 0;
        left: 0;
        content: ' ';
        width: .3em;
        height: 2.84em;
        background-color: rgba(0,0,0,0);
        border-top: .6em solid #5a5a5a;
        border-bottom: .6em solid #5a5a5a
    }

    .ui-group-buttons .or.or-lg {
        height: 1.3em;
        font-size: 16px
    }

        .ui-group-buttons .or.or-lg:after {
            height: 2.85em
        }

    .ui-group-buttons .or.or-sm {
        height: 1em
    }

        .ui-group-buttons .or.or-sm:after {
            height: 2.5em
        }

    .ui-group-buttons .or.or-xs {
        height: .25em
    }

        .ui-group-buttons .or.or-xs:after {
            height: 1.84em;
            z-index: -1000
        }

.ui-group-buttons {
    display: inline-block;
    vertical-align: middle
}

    .ui-group-buttons:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    .ui-group-buttons .btn {
        float: left;
        border-radius: 0
    }

        .ui-group-buttons .btn:first-child {
            margin-left: 0;
            border-top-left-radius: .25em;
            border-bottom-left-radius: .25em;
            padding-right: 15px
        }

        .ui-group-buttons .btn:last-child {
            border-top-right-radius: .25em;
            border-bottom-right-radius: .25em;
            padding-left: 15px
        }

/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*end gridview */

.help {
    text-decoration: none !important;
    cursor: pointer;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff !important;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300);
#tempMsg {
    font-family: "Roboto", sans-serif;
    outline: 0;
    text-align: center;
    border: 2px solid #b62c2c;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.help-text {
    font-size: large;
    text-align: justify;
    font-family: "Roboto", sans-serif;
}

.alertHr {
    margin-bottom: 5px;
    margin-top: 5px;
}

.i3TableOverride {
    color: #f2f4f9 !important;
    background-color: #424449 !important;
    border-color: #9caeb6 !important;
}

.i3PanelOverride {
    border-color: #424449 !important;
}

.i3Green {
    background-color: #629C59 !important;
    color: #FFFFFF !important;
}

    .i3Green:hover {
        background-color: #3D8947 !important;
        color: #FFFFFF !important;
    }

.i3Blue {
    background-color: #8798AC !important;
    color: #FFFFFF !important;
}

    .i3Blue:hover {
        background-color: #5E7791 !important;
        color: #FFFFFF !important;
    }

.i3Red {
    background-color: #DB9393 !important;
    color: #FFFFFF !important;
}

    .i3Red:hover {
        background-color: #CA786E !important;
        color: #FFFFFF !important;
    }

.i3Orange {
    background-color: #E7AF5D !important;
    color: #FFFFFF !important;
}

    .i3Orange:hover {
        background-color: #DF9527 !important;
        color: #000000 !important;
    }

.i3PanelInfoOverride {
    border-color: #9CDD93 !important;
}

.i3PanelHeadingOverride {
    color: #424449 !important;
    background-color: #9CDD93 !important;
    border-color: #9CDD93 !important;
}

.i3LinkOverride {
    color: #629C59 !important;
}

    .i3LinkOverride:hover {
        color: #3D8947 !important;
    }