.navbar-inverse {
    background-color: white;
    border-color: white;
}

.headerClass {
    border-bottom: 1px solid #43B7E6;
    /*background: url('../images/header.jpg');*/
    border-bottom: 5px solid #3c3c3c;
    background-color: #333333
}

.footerClass {
    border-top: 5px solid #3c3c3c;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #8d796b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #d0c8c2;
    font-size: 14px;
    line-height: 74px;
    min-height: 74px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

.inner_footer {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 860px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.navbar-inverse .navbar-nav>li>a,
.footerClass a {
    color: white;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.footerClass a:focus,
.footerClass a:hover {
    color: white;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: white;
    background-color: white;
}

.setting-input {
    width: 50%;
    float: left;
    margin: 7px;
}

.remove {
    margin-top: 9px;
    font-weight: bold;
    font-size: 21px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 4px 9px;
    vertical-align: top;
    line-height: 100%;
}

.setting-btn {
    margin: 10px 0 0 410px;
}

.mainHeading {
    color: #7D6B60;
    /*font-size: 15px;*/
    font-family: 'futura_md_btbold';
    display: block;
    margin: 20px auto 6px auto;
}

table,
td,
th {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

th,
td {
    padding: 15px;
    text-align: center;
}

#mydiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: grey;
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    /* -1 * image width / 2 */
    margin-top: -32px;
    /* -1 * image height / 2 */
    display: block;
}

.starter-active {
    background-color: green !important;
    color: white !important;
}

.navbar {
    min-height: 80px;
}

.container-fluid {
    height: 100%;
}

.container-fluid div {
    height: 100%;
}

.navbar-header2 {
    margin-top: 12px;
}

.LoginPage {
    display: table;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
}

body {
    background: url('../images/body.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*padding-bottom: 22px;*/
}

.container {
    min-height: 800px;
    margin: 0 auto;
}

a {
    color: #7D6B60;
    text-decoration: none;
}


/*login form Css*/

.loginForm input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-sizing: border-box;
    display: block;
    height: 41px;
    margin-bottom: 9px;
    text-indent: 17px;
    width: 390px;
}

.loginForm input[type="password"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-sizing: border-box;
    display: block;
    height: 41px;
    margin-bottom: 9px;
    text-indent: 17px;
    width: 390px;
}

.loginForm input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #8d796b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: white;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in;
    width: 142px;
}

.contactform input[type="submit"]:hover {
    color: #3c3c3b;
}


/*login Form*/


/*table css*/

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #C4BBB6;
}

.table-striped>thead>tr>th {
    background-color: #333333;
    color: white;
}

.table-striped > tbody > tr:hover {
    background-color: #CCCCCC;
}

.starterListButton {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #8d796b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: white;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in;
    width: 100%;
}

.borderNone {
    border: none;
}

.classSubHead {
    text-align: left;
    color: #7D6B60 !important;
    background-color: white !important;
}

.pointerCursor tr {
    cursor: pointer;
}

.disableBackground {
    background-color: #E1E1E1;
}
.disableBackground td{
    background-color: #E1E1E1 !important;
}