﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Open Sans', sans-serif;}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: calc(100vh - 155px);
}


.title-header {
    margin: 15px 0;
}

    .title-header h2 {
        color: #333;
        font-size: 24px;
        margin: 0;
    }

    .title-header h3 {
        margin: 0;
        font-size: 18px;
        color: #777;
        font-weight: 300;
    }

    .title-header + p {
        margin-bottom: 15px;
        margin-top: -10px;
        color: #666666;
        font-weight: 400;
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 10;
    background: url('/Content/img/working.gif') 50% 50% no-repeat;
}
div#divLoading {
    display: none; /* Start out hidden */
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.form-control-auto {
    width: auto;
}
.form-control-wide {
    max-width: 100%;
}
.form-control-normal{
    max-width: 280px;
}
.form-control-narrow {
    max-width: 150px;
}
.form-control-verynarrow {
    max-width: 100px;
}
.form-control.datepicker {
    padding-left: 12px;
}

/* These are needed to override max-width: auto from the form-inline class */
.form-inline .form-control-normal {
    width: 280px;
}
.form-inline .form-control-narrow {
    width: 150px;
}
.form-inline .form-control-verynarrow {
    width: 100px;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



@charset "utf-8";
/* CSS Document */

/* here you can put your own css to customize and override the theme */

.custom-padd {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.custom-no-padd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.link-btn {
    color: #FFF !important;
    padding: 2px 5px 2px 5px !important;
    background: #1DC4BC none repeat scroll 0% 0%;
    border-radius: 3px !important;
    text-decoration: none;
}

    .link-btn:hover {
        color: #FFF !important;
        padding: 2px 5px 2px 5px !important;
        background: #1DC4BC none repeat scroll 0% 0%;
        border-radius: 3px !important;
        text-decoration: none;
    }

.gridFooter {
    text-align: right;
}

    .gridFooter a {
        padding: 4px 7px 4px 7px;
        /*padding-right: 7px !important;*/
        color: #FFF;
        background-color: #5CB85C;
        border-color: #4CAE4C;
        font-weight: bold;
    }

@media only screen and (max-width: 768px) {
    .custom-no-padd-xs {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .custom-padd-xs {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.text-red {
    color: red;
}

/* Vertical spacers */
.spacer5 {
    height: 5px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer7 {
    height: 7px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer25 {
    height: 25px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer35 {
    height: 35px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer40 {
    height: 40px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer45 {
    height: 45px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer50 {
    height: 50px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}


.mt-0 {
    margin-top: 0px !important;
}
.mt-15{margin-top:15px!important}
.mb-5{margin-bottom:5px!important;}
.mb-10{margin-bottom:10px!important;}
.mb-15 {
    margin-bottom: 15px !important;
}
.mr-10{margin-right:10px!important;}
.mr-15 {
    margin-right: 15px !important
}

.mt-0 {
    margin-top: 0px !important
}
.mt-5 {
    margin-top: 5px !important
}
.mt-7 {
    margin-top: 7px !important
}
.mt-10 {
    margin-top: 10px !important
}
.my-10{margin-bottom:10px!important;margin-top:10px!important}
.pt-0 {
    padding-top: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5{padding-bottom:5px!important;}

.v-middle {
    vertical-align: middle;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
        -webkit-filter: alpha(opacity=0);
    }

.btn-space {
    margin-bottom: 2px;
    margin-right: 2px;
}

label.file-upload {
    position: relative;
    overflow: hidden
}

    label.file-upload input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: 0;
        background: #fff;
        cursor: inherit;
        display: block
    }

.mg-sm .form-group {
    margin-bottom:10px;
}

.form-group.form-group-static {
    margin-bottom: 0px;
}

.bwizard-steps {background:#fff; display: inline-block; padding:0;}
.bwizard-steps .active {background:#336699; color: #fff;}
.bwizard-steps .active::after{border-left-color:#336699;}
.bwizard-steps .active a{color:#fff; cursor:default; text-decoration:none;}
.bwizard-steps .label{margin:0 5px 0 0; padding:1px 5px 2px; position:relative; top:-1px; background:#de6464;}
.bwizard-steps .active .label{background-color:#333; color:#fff;}
.bwizard-steps li{background:#efefef; display:inline-block; line-height:18px; list-style:outside none none; margin: 0px 5px 5px 0px; position: relative;}
.bwizard-steps li:first-child {border-radius:4px 0 0 4px; padding-left: 12px;}
.bwizard-steps li:first-child:before{border:medium none;}
.bwizard-steps li:first-child a{padding-left:10px!important;}
.bwizard-steps li:last-child{border-radius:0 4px 4px 0; margin-right: 0;}
.bwizard-steps li:last-child::after{border: medium none;}
.bwizard-steps li::before{border-bottom:20px inset transparent; border-left:20px solid #fff; border-top:20px inset transparent; content:""; height:0; left:0; position:absolute; top:0; width:0;}
.bwizard-steps li::after{border-bottom:20px inset transparent; border-left:20px solid #efefef; border-top:20px inset transparent; content:""; height:0; position:absolute; right:-20px; top:0; width:0; z-index:2;}
.bwizard-steps a {color:#333; display:block; padding:12px 10px 10px 29px;}
.bwizard-steps a:hover {text-decoration:none;}
.bwizard-steps.clickable li:not(.active){cursor:pointer;}
.bwizard-steps.clickable li:hover:not(.active){background:#ccc;}
.bwizard-steps.clickable li:hover:not(.active)::after {border-left-color:#ccc;}
.bwizard-steps.clickable li:hover:not(.active) a {color:#08c;}

.disable-click {
    pointer-events: none;
}

.table-borderless tr, .table-borderless td, .table-borderless th {
    border: none !important;
}
