﻿.globe {
    height: 94px;
    top: 2px;
    left: 198px;
}

.MargineTop5Px {
    margin-top: 6px;
}

.MarginTop15Px {
    margin-top: 15px;
}

.marginTop-15Px{
    margin-top: -13px;
}

.LogoHeading {
    position: absolute;
    font-size: x-large;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    top: 30px;
    left: 34px;
    font-style: italic;
    color: #FFFFCC;
}


.PageHeaderPosition {
    position: relative;
}

.CssForGetCustomerGetButton {
    position: absolute;
    top: 1px;
    right: 15px;
}

@media(min-width:768px) {
    .PageHeaderPosition {
        position: absolute;
    }

    body {
        overflow-x: hidden;
    }
}


.MainBackColor {
    background-color: #0d002f;
}

.HeaderColor {
    text-align: left;
    padding: 10px 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95% 24px;
    border-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
}

.FooterPadding {
    padding: 10px 20px;
    background-color: #fff;
    height: 20px;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.InformationPanel {
    padding: 24px 30px;
    font-size: small;
    color: #D1D0EE;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.login-header {
    font-size: 15px;
}

.HomeBackImage {
    border: none;
    background-image: url('../Image/MasterLogo.jpg');
    background-size: 100% 100%;
    height: 450px;
    background-repeat: no-repeat;
}

.LoginArea {
    position: relative;
    top: 170px;
    left: 6px;
    background-color: rgba(10, 32, 88, 0.70);
    margin: auto;
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
    padding: 22px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.margintop5px {
    margin-top: 5px;
}

.BottomPadding {
    padding: 31px 30px;
    font-size: small;
    color: #D1D0EE;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.HeadingCss {
    border-bottom-style: solid;
    padding: 5px 7px 0px 5px;
    border-radius: 10px;
}

@media(min-width:800px) {
    .form-controlForSelectListBox {
        display: block;
        width: 92%;
        float: left;
        height: 38px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
}


@media(min-width:401px) and (max-width:799px) {
    .form-controlForSelectListBox {
        display: block;
        width: 85%;
        float: left;
        height: 38px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
}

@media(max-width:400px) {
    .form-controlForSelectListBox {
        display: block;
        width: 75%;
        float: left;
        height: 38px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
}

.ListboxFilter {
    position: absolute;
    display: none;
    z-index: 1;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }

    .form-horizontal .form-group {
        margin: 0;
        margin-bottom: 15px;
    }

    .input-sm {
        height: 40px;
        font-size: 16px;
    }

    .PanelHeader {
        padding: 5px 15px;
        font-size: 20px;
    }

    .navbar {
        border-radius: 0px;
    }

    thead, .fixed-table-footer, .fixed-table-header {
        background-color: #f6f6f6;
    }
}
