﻿* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

html, body {
    background: rgba(242, 242, 242, 1);
}

.body-content {
    background: rgba(255, 255, 255, 1);
    padding-bottom:40px;
}

.navbar-fixed-top {
    height: 60px !important;
}

.btn-default {
    background-color: rgba(25, 101, 225, 1) !important;
    border-color: rgba(25, 101, 255, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.btn-primary {
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(25, 101, 225, 1) !important;
    color: rgba(25, 101, 225, 1) !important;
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(204, 204, 204, 1) !important;
    border-left-width: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: rgba(25, 101, 225, 1);
}

.panel {
    border-color: rgba(204, 204, 204, 1) !important;
}

.panel-heading {
    background-color: rgba(121, 121, 121, 1) !important;
}

.bro-top-banner {
    background-color: rgba(13, 46, 160, 1);
    display: inline-block;
    float: none;
    height: 60px;
    vertical-align: middle;
    width: 100%;
}

.bro-banner-search-group {
    height: 48px;
    padding-top: 4px;
}

.bro-banner-search-label {
    color: rgba(255, 255, 255, 1);
    font-family: 'Arial MT', 'Arial';
    font-size: 10px;
}

.bro-banner-search-input {
    height: 20px;
    padding-bottom: -1px;
    padding-top: -1px;
}

.bro-banner-search-button {
    border-bottom: 1px solid rgba(204, 204, 204, 1) !important;
    border-left: 0 !important;
    border-right: 1px solid rgba(204, 204, 204, 1) !important;
    border-top: 1px solid rgba(204, 204, 204, 1) !important;
    width: 16px;
    height: 20px;
    margin-top: 24px;
}

.bro-section-divider {
    background: rgba(242, 242, 242, 1);
}


span.bro-section-title {
    color: rgba(85, 85, 85, 1) !important;
    font-family: 'Arial MT', 'Arial';
    font-size: 30px;
}

span.bro-panel-title {
    color: rgba(255, 255, 255, 1);
    font-family: 'Arial MT', 'Arial';
    font-size: 20px;
}

p.bro-panel-content {
    color: rgba(51, 51, 51, 1);
    font-family: 'Arial MT', 'Arial';
    font-size: 13px;
    line-height: 24px;
}

.bro-input-label {
    font-family: 'Arial MT', 'Arial';
    font-weight: normal;
    line-height: normal;
}

.bro-links {
    color: rgba(25, 101, 225, 1);
    font-family: 'Arial MT', 'Arial';
    font-weight: normal;
    line-height: normal;
}

.bro-vert-align-center {
    padding-top: 6px;
    vertical-align: middle;
}

.bro-input-group-addon-danger {
    border-color: #ac2925;
    color: #c9302c;
}

.bro-input-group-addon-success {
    border-color: #398439;
    color: #449d44;
}

.bro-copyright {
    color: rgba(150, 150, 150, 1);
    font-family: 'Arial MT', 'Arial';
    font-size: 13px;
}

/*
@media screen and (max-width:480px) {
     .bro-banner-search-group{
         padding-left:2px;
         padding-right:20px;
     }
 }
*/
#inputPromoCode-error, #applyPromoCodeInput-error
{
    color: #a94442!important;
    font-weight:normal;
}
.control-label
{
    color:black!important;
}
#ApplyPromoCodeForm .error
{
    padding-left:95px!important;
    padding-top:5px;
}
@media screen and (max-width:767px) {
    form > div.row {
        padding-left: 25px;
        padding-right: 20px;
    }

    div.form-group {
        padding-left: 10px;
        padding-right: 5px;
    }

    div#bs-search-form {
        padding-bottom:15px;
    }

    div.form-group-spacing {
        margin-bottom:0;
    }

    label.bs-search-label-mobile {
        font-weight:normal;
    }
    .navbar-default {
        margin-bottom: 0px;
    }
    input[type='text'],
    input[type='number'],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type='hidden'],
    textarea {
      font-size: 16px!important;
    }
    .navbar-toggle {
     margin-right: 0px!important;
    }
    .btnHamburger {
        margin-top: 10px!important;
        height: 35px;
    }
    .ui-dialog .ui-dialog-titlebar-close
    {
        font-weight:normal!important;
    }
    #ApplyPromoCodeForm .error
    {
        padding-left:0px!important;
        padding-top:5px;
    }
}

@media screen and (min-width:768px) {
    form > div.row {
        padding-left: 35px;
        padding-right: 30px;
    }

    div.form-group {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#footerNavList > li {
    border-right: 1px solid rgba(150, 150, 150, 1);
    line-height: normal;
    padding-left: 1px;
}

#footerNavList > li > a {
    color: rgba(150, 150, 150, 1);
    font-family: 'Arial MT', 'Arial';
    font-size: 13px;
    text-decoration: none;
}

#footerNavList > li:last-child {
    border-right: none;
}

/* not sure if needed??? */

button.navbar-toggle,
button.navbar-toggle.collapsed,
button.navbar-toggle.collapsed:hover {
    background: none;
    background-color: rgba(13, 46, 160, 1) !important;
    border: 0;
    color: rgba(255, 255, 255, 1);
}

#custom-search-form {
    margin: 0;
    margin-top: 2px;
    padding: 0;
}

    #custom-search-form .search-query {
        /*padding-right: 3px;*/
        /*padding-right: 4px \9;*/
        padding-left: 3px;
        /*padding-left: 4px \9;*/
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        /*margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;*/
    }

    #custom-search-form button {
        /*border: 1px solid red;*/
        background: none;
        color: rgba(13, 46, 160, 1);
        /*padding: 2px 5px;*/
        margin-top: 2px;
        position: relative;
        left: -28px;
        height: 16px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        /*margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;*/
    }

.search-query:focus + button {
    z-index: 99;
}
/**/
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-color:#ccc;
    border-right:0; 
	box-shadow:0 0 0; 
}
.stylish-input-group button{
    background:transparent;
    border:0;
    color: rgba(13, 46, 160, 1);
}

/*Styles Added by Murali*/

.pageTitle {
    color: #555555;
    font-size: 28px;
}
.btn-default{background-color: rgba(25, 101, 225, 1);color:white;}
.borderRadius0{border-radius:0px;}

.em{color:red;}

.marginTop10{margin-top:10px;}
.marginTop15{margin-top:15px;}
.marginTop20{margin-top:20px;}
.marginTop30{margin-top:30px;}
.marginBottom20{margin-bottom:20px;}
.marginLeft10{margin-left:10px;}
.marginLeft20{margin-left:20px;}
.padding0{padding:0px;}

.paddingLeft10{padding-left:10px;}
.paddingLeft20{padding-left:20px;}
.paddingTop15{padding-top:15px;}

.height25{height:25px;}

.width100P{width:100%;}

.borderACAC{border:1px solid #acacac;}

.textLeft{text-align:left !important;}
.vAlignBottom{vertical-align:bottom;}
.vcenter {
    display: inline;
    vertical-align: middle;
    float: none;
}

.fontBold{font-weight:bold;}

.font12{font-size:12px;}

.lblText{color:#555555;font-weight:bold;}
.lblValue{color:#555555;font-weight:normal;}


.panelHeader{background-color:#797979; padding:10px; font-size:14px;color:#ffffff;}


.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
.copyright-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #000;
    text-align: left;
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
}