﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
/*    padding-top: 50px;
    padding-bottom: 20px;
*/

}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"] {
    max-width: 300px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.upload-picker{
    position:absolute;
    z-index:2;top:0;left:0;    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
    background-color:transparent;color:transparent;
}
.title-color, .text-color, .subtitle-color {color: #7F35B2;}
.success-color{color:#288442;}
.text-error{color:red}
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }
.form-small .control-label {width: 100px;}
.form-small .controls {margin-left: 120px;}
.form-medium .control-label {width: 180px;}
.form-medium .controls {margin-left: 200px;}
.form-xlarge .control-label {width: 240px;}
.form-xlarge .controls {margin-left: 260px;}

.form-group > table > tbody > tr > td > label{
    font-weight: normal;
}

.checkboxlist input {
    width: 15px;
    /* height: 15px; */
}
.checkboxlist label {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*border: 1px solid #AAAAAA;*/
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    clear: left;
    margin-right: 5px;
}
.radio label {
    /*color: #3E3928;*/
    /*background-color: #ffffff;*/
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*border: 1px solid #AAAAAA;*/
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    clear: left;
    margin-right: 5px;
}

.radio input {
    width: 15px;
    /* height: 15px; */
}
.btn-primary {
    color: #ffffff;
    background: #7F35B2;
    border-color: #7F35B2;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #7F35B2;
    border-color: #7F35B2; /*set the color you want here*/
}

.dropdown-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;    
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
}
.custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-counter li {
    counter-increment: step-counter;
    margin-bottom: 5px;
}

    .custom-counter li::before {
        content: counter(step-counter);
        margin-right: 15px;
        font-size: 80%;
        background-color: #7F35B2;
        color: white;
        font-weight: bold;
        padding: 3px 8px;
        border-radius: 11px;
    }
#snoAlertBox {
    background-color: #6f167c;
    color: #ffff00;
    position: absolute;
    z-index: 1400;
    top: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    display: none;
}
/*ol {
    list-style-type: none;
    list-style-image: none;
}*/
/*li::before {
    content: counter(li);
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}*/
