﻿
.form-group label.control-label {
    color:#136339 !important;
    /*color: #3290d4 !important;*/
}

.navbar-right .dropdown .dropdown-menu-custome {
    min-width: 195px !important;
    margin-top: 0.4em !important;
}

li.header-title {
    height: 30px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.adjustments-line .togglebutton {
    margin-top: 0.3em;
}

.hide {
    display: none !important;
}

span {
    color: #2a542d;  /*#908787*/
}

.requiredValidation {
    color: red;
}

.warning {
    color: rgb(255, 0, 0) !important;
}

.custome-style {
    font-size: 30px;
    color: #35c3ef;
}


.tabledataresponseview tr th:nth-child(1) {
    width: 60px !important;
}

.tabledataresponseview tr th:nth-child(2) {
    width: 50px !important;
}

.tabledataresponseview tr th:nth-child(3) {
    width: 120px !important;
}

.tabledataresponseview tr th:nth-child(4) {
    width: 110px !important;
}

.tabledataresponseview tr th:nth-child(5) {
    width: 200px !important;
}

.tabledataresponseview tr th:nth-child(6) {
    width: 140px !important;
}

.tabledataresponseview tr th:nth-child(7) {
    width: 140px !important;
}

.tabledataresponseview tr th:nth-child(8) {
    width: 140px !important;
}

.tabledataresponseview tr th:nth-child(9) {
    width: 140px !important;
}

.tabledataresponseview tr th:nth-child(10) {
    width: 140px !important;
}

.tabledataresponseview tr th:nth-child(11) {
    width: 140px !important;
}

.tabledataresponseview tr td:nth-child(1) {
    width: 60px !important;
}

.tabledataresponseview tr td:nth-child(2) {
    width: 50px !important;
}

.tabledataresponseview tr td:nth-child(3) {
    width: 80px !important;
}

.tabledataresponseview tr td:nth-child(4) {
    width: 110px !important;
}

.tabledataresponseview tr td:nth-child(5) {
    width: 200px !important;
}

.tabledataresponseview tr td:nth-child(6) {
    width: 140px !important;
}

.tabledataresponseview tr td:nth-child(7) {
    width: 140px !important;
}

.tabledataresponseview tr td:nth-child(8) {
    width: 140px !important;
}

.tabledataresponseview tr td:nth-child(9) {
    width: 140px !important;
}

.tabledataresponseview tr td:nth-child(10) {
    width: 140px !important;
}

.tabledataresponseview tr td:nth-child(11) {
    width: 140px !important;
}

.c-style {
    display: inline-block;
    float: none;
    vertical-align: middle;
    top: -10px;
}

.tabledataresponseview {
    overflow: auto;
}


.firstlevel {
    background: #373B44 !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #4286f4, #373B44) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4286f4, #373B44) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white !important;
}

.secondlevel {
    background: #076585 !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fff, #076585) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fff, #076585) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white !important;
}

.thirdlevel {
    background: #2193b0 !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #6dd5ed, #2193b0) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #6dd5ed, #2193b0) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white !important;
}

.forthlevel {
    background: #bdc3c7 !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #2c3e50, #bdc3c7) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #2c3e50, #bdc3c7) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white !important;
}

.fifthlevel {
    background: #abbaab !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ffffff, #abbaab) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ffffff, #abbaab) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black !important;
}

.text-right {
text-align:right;
}

.text-bold {
font-weight:bold;
}

.header-background {
background-color:#00A14C !important;
}

.form-group.is-focused .form-control {
    outline: none;
    background-image: linear-gradient(to right, #41ab47 0%,#25a149 50%,#05964c 100%)/*linear-gradient(#dce2e6, #eef2f5), linear-gradient(#D2D2D2, #D2D2D2)*/;
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}

.form-wizard.form-wizard-horizontal .nav li.active .step, .form-wizard.form-wizard-horizontal .nav li:hover .step {
    -webkit-transition: border-color 0.4s linear;
    -o-transition: border-color 0.4s linear;
    transition: border-color 0.4s linear;
    border-color: #00a14c;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #008941 !important;
}

.icon.icon-info {
    color: #00a14c !important;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: rgb(0, 161, 76) !important;
}

.accordion-alt .accordion-header:before {
    content: 'add';
    left: 10px;
    top: 13px;
    color: #00A14C !important;
}

.cs-challan {
    margin: 30px 51px 32px 45px !important;
    max-width: 750px !important;
}

