body {
    background-color: #e7e7e6;
    color: #555;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

label {
    font-weight: normal;
}

.widget {
    margin-top: 16px;
    border: solid 1px #e67e22;
    background-color: white;

    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;

    overflow: hidden;
}

.navbar {
    -moz-box-shadow: 0px 5px 15px #888;
    -webkit-box-shadow: 0px 5px 15px #888;
    box-shadow: 0px 5px 15px #888;
    border: none;
}

.navbar-inner {
    display: table;
    width: 100%;
    background-image: url(../img/bg1.jpg); 
    background-size: 100% auto; 
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.navbar-inner .overlay {
    display: table;
    width: 100%;
    background-color:rgba(255,255,255, 0.5);
}

.widget.sub {
    margin: 0;
    margin-bottom: 20px;
}

.widget .header {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    padding: 5px;
    font-weight: normal;
    text-decoration: none;
    background-color: #EA964D;
}

.header.sub {
    background-color: #F8DEC7;
    /* background-color:rgba(230, 126, 34, 0.25); */
    color: #555;
    border-top:solid 1px #e67e22;
    border-bottom: solid 1px #e67e22;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.header .icon {
    padding-left: 5px;
    padding-right: 5px;
}

.widget .content {
    padding-top: 10px;
    background-color: #fff;
}

.widget .content.table {
    padding: 0;
}

.widget .content.text {
    padding: 10px;
}

.widget .content.links {
    padding: 0;
    padding-top: 10px;
    background-color: white;
}

.widget .content.widgets {
    padding: 0;
    padding-bottom: 0px;
    background-color: #FCF1E8;
    /* background-color: rgba(230, 126, 34, 0.1); */
}

.widget .content.widgets .table {
    display:table;
    width: 100%;
    margin-bottom: 0;
}

.widget .content.sub {
    padding-top: 0;
}

.link {
    margin-bottom: 12px;
    font-size: 14px;
}

.link.login {
    margin-bottom: 0;
}

.link .icon {
    padding-left: 5px;
    padding-right: 5px;
}

.sublink .icon, .extlink .icon {
    padding-left: 10px;
}

.backlink.bottom {
    margin-top: 16px; 
}

.backlink .icon  {
    padding-right: 10px;
}

.bold {
    font-weight:bold;
}

.content-padding {
    padding: 0 20px;
}

.subheader {
    background-color: #FCF1E8;
    /* background-color: rgba(230, 126, 34, 0.1); */
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e67e22;
    border-top: solid 1px #e67e22;
    font-weight: 600;
}

.subheader.noborder {
    border-bottom: 0;
}

.accordion-heading a {
    text-decoration: none;
}

.accordion-heading a:hover {
    text-decoration: none;
}

.invoice {
    padding: 0;
}

.invoice input {
    width: 50px;
    text-align:right;
}


table.invoice td {
    text-align:right;
    width: 20%;
}

table.invoice td:first-child {
    text-align: left;
    width: 40%;
}

.imagelink img {
    margin: 10px;
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;
}

.btn.link, .btn.sublink, .btn.backlink, .btn.extlink {
    color: #555;
    border: solid 1px #EBA76B;
}

.btn.link.main {
    display:block;
}

.btn.extlink {
    margin: 5px;
}

.btn.tool {
    margin-left: 2px;
    margin-right: 2px;
}

@media (max-width: 979px) {
    .navbar-inner {
        background-size: 125% auto; 
    }
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding: 0;
    }

    .content-padding {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .navbar-inner {
        background-size: 160% auto; 
    }

    .content-padding {
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .navbar-inner {
        background-size: 200% auto; 
    }

    .container-fluid {
        padding: 0;   
    }

    .content-padding {
        padding: 0 0;
    }

    .widget.main {
        border: solid 1px #D4D4D4;
        border-left:none;
        border-right:none;

        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .btn.backlink {
        margin-left: 10px;
    }
}
