﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

div {
    color: black !important;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 3px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.w-100 {
    min-width: 100% !important;
}

.align-center {
    text-align: center !important;
}

.header25 {
    height: 25px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.header50 {
    height: 50px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.header60 {
    height: 60px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.panel-link {
    height: 15px !important;
}

.panel-link-body {
    height: 35px !important;
    padding-top: 0px !important;
    vertical-align: top;
}

.w-4 {
    max-width: 40px !important;
}

.w-5 {
    max-width: 50px !important;
}

.w-6 {
    max-width: 60px !important;
}

.w-7 {
    max-width: 70px !important;
}

.w-8 {
    max-width: 80px !important;
}

.w-9 {
    max-width: 90px !important;
}

.d-none {
    display: none !important;
}

.border {
    border: 1px solid #428bca !important;
    box-sizing: border-box;
}

.border-right {
    border-right: 1px solid #428bca !important;
    box-sizing: border-box;
}

.border-left {
    border-left: 1px solid #428bca !important;
    box-sizing: border-box;
}

.border-bottom {
    border-bottom: 1px solid #428bca !important;
    box-sizing: border-box;
}

.gv_header {
    text-align: center !important;
    vertical-align: middle !important;
    background-color: #d9edf7;
}

.gv_footer {
    text-align: center !important;
    vertical-align: middle !important;
    background-color: #d9edf7;
    color: red;
    text-align: right !important;
    font-weight: bold;
}

.gv_pagination td {
    border: 1px solid transparent !important;
    width: 10px !important;
}

.gv_pagination span, .pagination a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    padding: 10px;
    margin: 3px;
    font-size: 12px;
    border-radius: 50px;
    text-decoration: none !important;
}

.gv_pagination span {
    background: #d9edf7;
}

.gv_pagination a,
.gv_pagination a:visited {
    color: #000;
}

    .gv_pagination a:hover,
    .gv_pagination a:active {
        background-color: #d9edf7;
    }
/*Table - GridView Format*/
.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;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.grid_textbox {
    width: 100% !important;
    height: inherit !important;
    border: none !important;
    text-align: right !important;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/*Tab Format*/
#exTab1 .tab-content {
    color: white;
    /*background-color: #428bca;*/
    padding: 0px;
    /*border:1px solid  #428bca;*/
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 0px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
    border: 1px solid #428bca;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/*Image zoom*/
.img-wrapper {
    display: inline-block;
    overflow: hidden;
}

    .img-wrapper img {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        vertical-align: middle;
    }

        .img-wrapper img:hover {
            transform: scale(1.5);
            -ms-transform: scale(1.5); /* IE 9 */
            -moz-transform: scale(1.5); /* Firefox */
            -webkit-transform: scale(1.5); /* Safari and Chrome */
            -o-transform: scale(1.5); /* Opera */
        }
/*Progress bar*/
.background {
    background-image: linear-gradient(<%= Val1 %>, <%= ColorCode %> 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(<%= Val2 %>, #AC2D36 50%, #ffffff 50%, #ffffff);
}

.circularprogress {
    float: left;
    margin-left: 50px;
    margin-top: 30px;
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
    .circularprogress .overlay {
        position: absolute;
        width: 130px;
        height: 110px;
        color: white;
        background-color: #CF5760;
        border-radius: 50%;
        margin-left: 25px;
        margin-top: 23px;
        text-align: center;
        line-height: 90px;
        font-size: 35px;
        padding-top: 20px;
    }
.iprogressbar {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}