﻿.panel {
    border-radius: 0; /*make panels square*/
    opacity: .98; /*make panels slightly transparent*/
}

.tab-custom > li > a {
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
    font-weight: 700;
}

.btn, .btn:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.white {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}

    .white:hover {
        color: #f3f3f3;
        text-shadow: 1px 1px 1px #000000;
    }

.white-lg {
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
}

.black {
    color: #000000;
    font-weight: bold;
}

    .black:hover {
        color: #333333;
    }

.bold {
    font-weight: 700;
}

.transparent {
    opacity: .95;
}

.border-left {
    border-left: solid !important;
}

.border-right {
    border-right: solid !important;
}

.border-top {
    border-top: solid !important;
}

.page-header {
    margin-top: 0;
}

.panel-title {
    font-size: 20px;
}

.panel-custom {
    border-radius: 0;
    opacity: .95;
    padding-bottom: 0;
    padding-top: 0;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

.widget-custom {
    background-position: center center;
    background-size: cover;
    color: white;
    margin-top: 20px;
    min-height: 150px;
    opacity: .95;
    text-shadow: 1px 1px 1px #000000;
}

    .widget-custom:hover {
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        opacity: 1;
        transform: scale(1.01);
    }

.widget-title {
    font-size: 24px;
    font-weight: bold;
}
/* Content-Wrapper Styles */

html {
    box-sizing: border-box;
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.Content-Wrapper {
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
}

/* Footer Styles */

.footer {
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
}

/*MOBILE CODE*/

@media (max-width: 767px) {
    .Content-Wrapper {
        width: 100%;
    }

    .dropdown-menu > li > a {
        border: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        text-shadow: 1px 1px 1px #000000;
    }

    .nav-tabs.nav-justified > li > a {
        font-size: 15px;
    }

    .onoffswitch-switch {
        right: 30px;
    }

    .onoffswitch {
        width: 56px;
    }

    .widget-custom {
        height: 80px;
        min-height: 0;
    }

    .panel-title {
        font-size: 17px;
    }

    .widget-title {
        font-size: 20px;
    }

    .customer-title {
        font-size: 14px;
    }

    .lead {
        font-size: 14px;
    }

    .input-group-addon {
        font-size: 11px;
    }
}

@media (max-width: 355px) {
    .widget-custom {
        height: 80px;
        min-height: 0;
    }

    .panel-title {
        font-size: 14px;
    }

    .widget-title {
        font-size: 20px;
    }

    .customer-title {
        font-size: 14px;
    }

    .lead {
        font-size: 14px;
    }
}

.alert-text {
    font-size: 16px;
    text-shadow: 1px 1px 1px #111;
    /*font-weight: bold;*/
}

/*.table > thead > tr > th,.table > thead > tr > th > a, .table-hover > tbody > tr > th, .table-hover > tbody > tr > th > a {
    background-color: #00b36e;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    
    border-radius: 0;
}
.table > tbody > tr > td {
    background-color: #fefefe;
}*/

/*.table {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

.GridViewPagerStyle {
    border-radius: 4px;
    margin: 20px 0;
    /*display: inline-block;*/
    padding-left: 0;
}

    .GridViewPagerStyle table > tbody > tr > td {
        display: inline;
    }

        .GridViewPagerStyle table > tbody > tr > td > a,
        .GridViewPagerStyle table > tbody > tr > td > span {
            background-color: #ffffff;
            border: 1px solid #dddddd;
            color: #006940;
            float: left;
            line-height: 1.42857143;
            margin-left: -1px;
            padding: 8px 12px;
            position: relative;
            text-decoration: none;
        }

        .GridViewPagerStyle table > tbody > tr > td > span {
            background-color: #f5f5f5;
            border-color: #dddddd;
            color: #aea79f;
            cursor: default;
            float: left;
            line-height: 1.42857143;
            margin-left: -1px;
            padding: 8px 12px;
            position: relative;
            text-decoration: none;
            z-index: 2;
        }

        .GridViewPagerStyle table > tbody > tr > td:first-child > a,
        .GridViewPagerStyle table > tbody > tr > td:first-child > span {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            margin-left: 0;
        }

        .GridViewPagerStyle table > tbody > tr > td:last-child > a,
        .GridViewPagerStyle table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .GridViewPagerStyle table > tbody > tr > td > a:hover,
        .GridViewPagerStyle table > tbody > tr > td > span:hover,
        .GridViewPagerStyle table > tbody > tr > td > a:focus,
        .GridViewPagerStyle table > tbody > tr > td > span:focus {
            background-color: #eeeeee;
            border-color: #dddddd;
            color: #97310e;
        }

/*.GridViewPagerStyle table > tbody > tr > td > a:after{
    font-family: "FontAwesome";
     content: " \f178" ;
}
.GridViewPagerStyle table > tbody > tr > td > a:before{
    font-family: "FontAwesome";
     content: "\f177 " ;
}*/

.radio-inline, .checkbox-inline {
    display: inline-flex;
}

#backToTop {
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -webkit-user-select: none;
    background: rgba(52, 58, 64, 0.5);
    border: 1px solid transparent;
    border-color: transparent;
    border-radius: 3px;
    bottom: 30px;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 13px;
    font-weight: normal;
    height: 50px;
    line-height: 45px;
    margin-bottom: 0;
    padding: 6px 16px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.4s;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 50px;
    z-index: 99;
}

    #backToTop:hover, #backToTop:focus {
        background-color: #111;
        opacity: .7;
        text-decoration: none;
    }

.card-img {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    color: white;
    min-height: 200px !important;
    opacity: .95;
    opacity: .95;
    position: relative;
    text-shadow: 1px 1px 1px #000000;
    margin-bottom: 1px;
}
.card-btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom:5px;
    position: absolute;
    width: 50%;
}
.card-title {
    background: rgba(52, 58, 64, 0.5);
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 100%;
}

.card-img:hover {
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    opacity: 1;
    transform: scale(1.01);
}

@media only screen and (min-width: 767px) {
    .pad-right-0 {
        padding-right: 0;
    }

    .pad-left-0 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .btn-tab {
        font-size: 11.5px;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
    }
}

.checkbox input[type="checkbox"] {
    margin-left: 0;
}

/*Hover Effects*/
.card-hover {
    opacity: .95;
    opacity: .95;
}

.card-hover:hover, .card-hover:focus {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
}

.btn:hover, .btn:focus {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
}

.price-label {
    background: rgba(40, 167,69,.8);
    color:  white;
    border-radius: 6px;
    padding:  5px;
    text-shadow: .5px .5px .5px #000;
}
.nav-pills-centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}

.nav-pills-centered {
    text-align:center;
    font-weight: bold;
}
@media(max-width:1400px) {
    .nav-pills-centered {
        font-size: 12px;
        font-weight: 300;
    }
    .site-nav {
        font-size: 13px;
    }
}
@media(max-width:767px) {
    .navbar-inverse {
        height: auto !important;
    }

    h1, .h1 {
        font-size: 25px;
    }

    h2, .h2 {
        font-size: 22px;
    }

    h3, .h3 {
        font-size: 19px;
    }

    .card-img {
        min-height: 115px !important;
    }
}

.go-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.go-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
#portal-logo{
    height: 115px;
}
@media only screen and (max-width: 1000px) {
    #portal-logo {
        height: 65px;
    }
    .card-btn{
        font-size: 12px;
    }
}
@media only screen and (max-width: 520px) {
    .go-col {
        flex-basis: auto;
    }
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    min-height: 100%;
    padding-bottom: 6rem;
    position: relative;
    padding-top: 0;
}