html {
    height: 100%;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;
        */
    background: #e6e7e9;
    height: 100%;

}
.banner-container{
    background: #FFFFFF url('/Client/images/bg_page.png') top repeat-x;
    display:none;
}
.banner{
    background: url('/Client/images/blast_banner.jpg') no-repeat left center;
    height:190px !important;

}

.page-footer {
    color: #929497;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

    .page-footer .ixora-solution {
        color: #003059;
    }

    .page-footer .footer-color-bar {
        background-color: #003059;
        padding: 9px 0px 9px 0px;
        margin-top: 10px;
}
.page-footer{
    color:#fff;
    text-align:center;
    padding:10px 0px 0px 0px;
    margin-top:30px;
}
.body-content {
    padding-left: 30px;
    padding-right: 30px;
}

.product-icon{
    padding-left:5px;
    cursor: pointer;
    
    background: url('/Client/Images/icons/icon_product.png') no-repeat left center;
    height: 12px;
    width: 15px;
}
.ppContainer{
    padding: 10px;
    border: 1px solid gray;
    position: absolute;
    background-color: #fff;
    display: none;
}

.Won{
    background-color: green !important;
    color: #fff !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.Lost{
    background-color: red !important;
    color: #fff !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.hide-contact{
    display: none;
}
.show-contact{
    display: block;
}
.add-contact-icon{
    top: 5px;
    position: absolute;
    right: 10px;
}
.fade-icon{
    opacity: .25;
}

#example thead>tr>th{
    height: 30px;
}

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 25px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*----------------------------------------------------*/
.pagebanner{
      background: #003059;
  color: #fff;
  font-family: Arial;
  line-height: 22px;
  
      padding-left: 15px;
  
      padding-top: 7px;
  
      padding-bottom: 3px;
  
      /* position: fixed; */
  top: 0;
  width: 100%;
  
      /* z-index:100; */
}
.pagebanner .line1{
        font-size: 36px;
        font-weight: bold;

    }
.pagebanner .line2{
        font-size: 11px;
    }
.navbar-inverse {
    background-color:#f9f1ea !important;
    border-bottom: 1px solid #e6e7e7 !important;
    color: #fff !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;

    
}

.navbar{
    /*min-height:inherit !important;*/
}

.navbar-inverse .navbar-nav > li > a {
    color: #164674;
    font-size: 14px !important;
}
    
    .nav-tabs{
    background-color: #999999;
}
    .nav-tabs>li>a{
        margin: 0 0px -1px 0 !important;
    }
    .nav-tabs .active a
    {
        /* color:#555 !important; */
        border: 1px solid #ddd !important;
        border-bottom-color: transparent !important;
    }
    .nav-tabs>li>a{
    }
    .active a{
    /*color:#fff !important;*/
}
#loading {
    position: fixed;
    opacity: 0.7;
    z-index: 10000;
    left: 0px;
}
a {
    margin-right: 5px !important;
}
/*.container{
    width:1000px !important;
}*/
.at-container {
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    /*height:100%;*/
}

.at-navbar-footer {
    height: 40px !important;
    min-height: 40px !important;
    border-top: 1px solid #dcdcdc;
}

.navbar-text {
    float: none !important;
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.form-title {
    border-bottom: 1px solid #d8e7f4;
    color: #7ca60a;
    display: block;
    font-family: "kulturista-web",Helvetica,Arial,Verdana,sans-serif;
    font-size: 180%;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0 20px;
    padding-bottom: 10px;
}

.form-control {
    border-color: #e6e7e7;
}
/*login*/
.login-page-panel {
    background: #f9f1ea;
    padding: 30px 25px 40px 25px;
    border-color: #164674;
    border-style: solid;
    border-width: 0.10em;
    border-radius: 6px;
    margin: 10% 18px 20px 18px;
}

.login-header {
    font-size: 25px;
    font-weight: bold;
    color:#164674;
}

.btn-login {
    padding: 12px;
}

.login-page-panel .form-control {
    padding: 12px;
    height: auto;
    color: #bbbdbf;
}

.login-page-panel .rememberMeCheck {
    width: 20px;
    height: 20px;
    float: left;
}

.login-page-panel .rememberMeLabel {
    color: #929497;
    font-weight: normal;
    font-size: 16px;
    margin-top: 4px;
    display: block;
    float: left;
    margin-left: 5px;
}

.login-page-panel .forgot-password {
    color: #164674;
    /* font-weight: bold; */
    display: block;
    margin-top: 6px;
}

.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 22px !important;
    font-weight: bold;
    line-height: 20px;
    height: 40px;
    color: #fff !important;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }


/*Override*/
.form-group {
    margin-bottom: 10px !important;
}

.form-group-margin {
    margin-bottom: 0px !important;
}

.control-label {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-weight: normal !important;
}

.panel-title {
    font-weight: bold;
}

.login-button {
    background-color: #003059 !important;
    background-image: none !important;
    color: #fff !important;
    line-height: inherit !important;
}

    .login-button:hover {
        background-color: #545b6d !important;
        background-image: none !important;
        color: #fff !important;
    }

.mb-button {
    margin-left: 5px;
    top: 3px;
    padding: 5px;
    position: relative;
    background-color: #545b6d;
    background-image: none !important;
    color: #fff;
    border-radius: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .mb-button:hover {
        background-color: #545b6d;
        background-image: none !important;
        color: #fff;
    }

.autoComplete-container {
    position: absolute;
    /*top: 33px;
    left: 11px;*/
    z-index: 20000;
    /*background-color: silver;*/
    border: 1px solid #dcdcdc;
    padding: 5px;
    display: none;
    width: auto;
    height: 200px;
    background-color: #d8e7f4;
    /*width: 40%;*/
    height: 200px;
    FLOAT: left;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .autoComplete-container ul li p:hover, ul li p:focus {
        color: #fff;
        width: auto;
        background-color: #dcdcdc;
    }

    .autoComplete-container ul {
        padding-left: 5px;
    }

        .autoComplete-container ul li {
            list-style: none;
        }

            .autoComplete-container ul li a {
                color: blue;
            }

.autoComplete-loader {
    padding: 5px;
}




