﻿table > tbody > tr > .price {
    text-align:right;
}



.required {
    color: red;
}

.form-group {
    margin-bottom: 5px;
}

.navbar-nav > li > a {
    line-height: 33px;
}
.Updatebtn {
    background-image: url(/images/save.png);
    background-size: 23px 23px;
    padding: 3px 13px;
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 15px;
}

.input-sm {
    height: 23px;
    border-radius: 2px;
    border: 1px solid #16b9a8;
}

.panel-heading b {
    font-size: 12px;
    font-weight: 600;
}
.panel-heading a {
    font-size: 12px; 
}
.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 6px 6px;
     font-size: 12px; 
    font-weight: 600;
}
label {
    font-size: 12px;
}

input {
    font-size: 12px;
}

area {
    font-size: 12px;
}

select {
    font-size: 12px;
}

    select.input-sm {
        height: 25px;
    }

.imageButton {
    height: 16px;
    width: 16px;
}

.panel-body {
    padding: 6px;
}

.panel-heading {
    padding: 4px 15px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px 8px;
}

.panel {
    margin-bottom: 5px;
}


.panel-default > .panel-heading {
    color: #333;
    background-color: #E0F2F1;
    border-color: #ddd;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.back {
    display: none;
}

.navbar-inverse {
    background-color: #00897B;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#00bca9), to(#00897b));
    background-image: -webkit-linear-gradient(top, #00bca9, 0%, #00897b, 100%);
    background-image: -moz-linear-gradient(top, #00bca9 0%, #00897b 100%);
    background-image: linear-gradient(to bottom, #00bca9 0%, #00897b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bca9', endColorstr='#ff00897b', GradientType=0);
    border-color: #00897B;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 5px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #009688;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #E0F2F1;
    font-weight: bold;
    color: #333;
}


.border {
    border: 1px solid #CE5454;
}

thead tr {
    color: #fff;
    background-color: #009688 !important;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#00bca9), to(#00897b));
    background-image: -webkit-linear-gradient(top, #00bca9, 0%, #00897b, 100%);
    background-image: -moz-linear-gradient(top, #00bca9 0%, #00897b 100%);
    background-image: linear-gradient(to bottom, #00bca9 0%, #00897b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bca9', endColorstr='#ff00897b', GradientType=0);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #E0F2F1;
}

.container {
    width: 100%;
}

.footer {
    background-color: #00897B;
    color: white;
    clear: both;
    text-align: left;
    position: fixed;
    bottom: 0px;
    width: 100%;
    vertical-align: middle;
}

/*.modal-content {
    width: 361px;
    min-height: 167px;
}

.modal-content-custom {
    padding: 5px;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.modal-header-custom {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-custom {
    position: fixed;
    top: 70px;
    right: 100px;
    left: 100px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}*/

hr.style {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}


/*----------------------------------paging------------------------------------*/
.Pager span {
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #000;
    display: inline-block;
    width: 29px;
    height: 27px;
    background-color: #E0F2F1;
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid #3AC0F2;
}

.Pager a {
    width: 29px;
    height: 27px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    display: inline-block;
    background-color: #fff !important;
    color: #000;
    border: 1px solid #3AC0F2 !important;
    margin: 0 3px;
    line-height: 150%;
    text-decoration: none;
}


/*------------------------Validation CSS--------------------------*/

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td {
    border-radius: 0px;
    background-color: #dc3333;
    color: white;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    text-align: left;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_icon_cell {
    display: none;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_popup_table {
    width: 150px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 5px; /* Height of the footer element */
}

#footer {
    width: 100%;
    position: auto;
    bottom: 0;
    left: 0;
    z-index:999;
    vertical-align:text-bottom;
}

table tfoot {
    background-color: #00897b;
    color: white;
}
