﻿header {
    background-color: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}

header img {
    height: 50px;
}

h5 {
    font-weight: bold;
}

#menu {
    margin-top: 72px;
}
.input-form {
    position: relative;
    margin: 15px 0;
    padding: 20px 19px 14px;
    padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 650px;
}
html {
    min-height: 100%;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}
#push,
#footer {
    height: 60px;
}
#footer {
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
#wrap > .container {
    padding-top:  60px;
}
.container .credit {
    margin: 20px 0;
    text-align: center;
}
.jqstooltip
{
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    z-index: 10000;
}
.jqsfield
{
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}
.main-container {
    clear: both;
}
label {
    cursor: default;
}


@media (orientation: portrait) and (max-width: 768px) {
    .menu-toggler {
        display: none;
    }

    .UserInfoLabel{
        font-size: 19px;
    }

    #push {
        display: none;
    }
}

.i4-status-icon {
    font-size: 15px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    padding-top: 2px;
    padding-bottom: 4px;
}

.input-form {
    width: 80% !important; 
}