﻿
html, body
{
    height: 100%;
}

body
{
    background-color: #eeeeee; /*color: #7f8083;*/
    font-family: verdana, sans-serif, arial;
    font-size: 11px;
    line-height: 21px;
    /*min-width: 1190px;*/
    /*margin: 0px auto;*/
}

body
{
    -ms-overflow-style: scrollbar;
}

hr
{
    background-color: #ababab;
    border: none;
    height: 1px;
    margin: 5px 0px 10px 0px;
}

@font-face
{
    font-family: 'Glyphicons Halflings';
    src: url('../Core/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../Core/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Core/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Core/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Core/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.badge
{
    background-color: #FE0000;
    font-size: 9px;
    position: absolute;
    right: -8px;
    top: -10px;
    font-family: verdana, sans-serif, arial;
    padding: 2px 5px 3px 5px;
    border: 2px solid white;
}

.badge-blue
{
    background-color: #0094D1;
}

.breadcrumb
{
    background: none !important;
    padding: 4px 8px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

a:focus
{
    outline: 0;
}

.btn
{
    font-family: verdana, sans-serif, arial;
    font-size: 11px;
    min-width: 60px;
    line-height: 21px;
    padding: 1px 10px 1px 10px;
    font-weight: bold;
    vertical-align: top !important;
}

.form-control
{
    font-family: verdana, sans-serif, arial;
    font-size: 11px;
    resize: none;
    box-shadow: none;
    padding: 0px 4px;
    height: 24px;
    line-height: 22px;
}

.radio, .checkbox
{
    margin-top: 5px;
    margin-bottom: 0px;
}

input[type="radio"], input[type="checkbox"]
{
    margin-top: 0px;
    vertical-align: text-bottom;
}

.btn-blue
{
    color: #FFFFFF;
    background-color: #428bca;
    border-color: #B0B0B0;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue
{
    color: #FFFFFF;
    background-color: #386F94;
    border-color: #B0B0B0;
}

.btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue
{
    background-image: none;
}

.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active
{
    background-color: #428bca;
    border-color: #B0B0B0;
}

.btn-blue .badge
{
    color: #428bca;
    background-color: #FFFFFF;
}

.btn-grey
{
    color: #ffffff;
    background-color: #777777;
    border-color: #3A3A3A;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open .dropdown-toggle.btn-grey
{
    color: #ffffff;
    background-color: #333;
    border-color: #3A3A3A;
}

.btn-grey:active, .btn-grey.active, .open .dropdown-toggle.btn-grey
{
    background-image: none;
}

.btn-grey.disabled, .btn-grey[disabled], fieldset[disabled] .btn-grey, .btn-grey.disabled:hover, .btn-grey[disabled]:hover, fieldset[disabled] .btn-grey:hover, .btn-grey.disabled:focus, .btn-grey[disabled]:focus, fieldset[disabled] .btn-grey:focus, .btn-grey.disabled:active, .btn-grey[disabled]:active, fieldset[disabled] .btn-grey:active, .btn-grey.disabled.active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey.active
{
    background-color: #777777;
    border-color: #3A3A3A;
}

.btn-grey .badge
{
    color: #777777;
    background-color: #ffffff;
}

.btn-green
{
    color: #FFFFFF;
    background-color: #5EBE2F;
    border-color: #000000;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green
{
    color: #FFFFFF;
    background-color: #488F24;
    border-color: #000000;
}

.btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green
{
    background-image: none;
}

.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active
{
    background-color: #5EBE2F;
    border-color: #000000;
}

.btn-green .badge
{
    color: #FFFFFF;
    background-color: #5EBE2F;
}

.btn-red 
{
    background-color: #d43f3a;
    border: 1px solid #B0B0B0;
    color: #FFFFFF;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red 
{
    background-color: #A30D0D;
    border: 1px solid #B0B0B0;
    color: #FFFFFF;
}

.btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red
{
    background-image: none;
}

.btn-red.disabled, .btn-red[disabled], fieldset[disabled] .btn-red, .btn-red.disabled:hover, .btn-red[disabled]:hover, fieldset[disabled] .btn-red:hover, .btn-red.disabled:focus, .btn-red[disabled]:focus, fieldset[disabled] .btn-red:focus, .btn-red.disabled:active, .btn-red[disabled]:active, fieldset[disabled] .btn-red:active, .btn-red.disabled.active, .btn-red[disabled].active, fieldset[disabled] .btn-red.active
{
    background-color: #d43f3a;
    border-color: #B0B0B0;
}

.btn-red .badge
{
    color: #d43f3a;
    background-color: #FFFFFF;
}

.alert
{
    padding: 5px;
}

.disabledComboBoxItem
{
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    display: block;
    width: 100%;
}

.btn-blue.btn-outline.btn[disabled], input.btn-blue.btn-outline.btn[type="submit"][disabled], .btn-blue.btn-outline.btn-disabled, input.btn-blue.btn-outline.btn-disabled[type="submit"] 
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #9ba8b1;
    box-shadow: none;
    color: #9ba8b1;
}

label 
{
    font-weight: normal;
}

.btn-block 
{
    min-width: auto;
}
