/* #step_zero, */

.ui.steps .step.active {
    cursor: auto;
    background: #0913a0;
    color: #fff !important;
    height: 50px !important;
}

.ui.mini.steps .step,
.ui.mini.step {
    font-size: 0.78571429rem;
    height: 50px !important;
}

.ui.steps .step.active .title {
    color: #000;
    color: #fff !important;
    padding-left: 3px;
}

.ui.grid>.column:not(.row) {
    padding-top: 0px !important;
    padding-bottom: 1rem;
}

.ui.green.buttons .button:hover,
.ui.green.button:hover {
    background-color: #0913a0;
    color: #FFFFFF;
    text-shadow: none;
}

.ui.grid>.column:not(.row) {
    padding-top: 2px !important;
    padding-bottom: 1rem;
}

.ui.steps {
    margin: 0em 0em !important
}

.titlehd {
    color: #068606;
}

#step_one,
#step_one_2,
#step_two,
#step_two_2,
#step_three,
#step_three_2,
#step_one_3,
#step_four {
    display: none;
}

::-webkit-scrollbar {
    width: 4px !important;
}

#crudsectionbgview {
    border: 1px solid;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: #00b62d;
}

::-webkit-scrollbar-thumb {
    background-color: #00b62d;
}

.crud_section_2 .container .row {
    padding-left: 16px;
}

.ui.red.button,
.ui.red.buttons .button {
    background-color: #8d100e;
}

.ui.grid {
    margin-top: 4px !important;
}

.ui.red.button:hover {
    background-color: #540b09;
}

.ieics {
    padding-left: 10px;
    font-size: 1.6rem !important;
    text-decoration: none;
    font-family: 'Open Sans', Sans-Serif !important;
    border-bottom: none !important;
    padding-top: 7px;
}

.ui.red.button:focus {
    background-color: #540b09;
}

.ui.steps .step.active .title {
    color: #000;
}

#error-msg {
    display: none;
}

.form-wrapper {
    position: relative;
}

#loader {
    display: none;
    position: absolute;
    width: 98%;
    height: 93%;
    left: 14px;
    top: 15px;
}

.ui.green.buttons .button:hover,
.ui.green.button {
    background-color: #0913a0;
    color: #FFFFFF;
    text-shadow: none;
}

.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
}

.tab button {
    background-color:#0913a0;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 8px 10px;
    transition: 0.3s;
    font-weight: 700;
    color: #ffffff;
    border: 0.6px solid #0913a0 !important;
    border-radius: 0px !important;
    margin: 1px;
}

.tab button:hover {
    background-color: #0913a0;
}

.tab button.active {
    background-color: #e0e0e0 !important;
}

.tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}

#crudsectionbg .col-md-12,
.col-lg-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.viewsection {
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 100% !important;
}

.crudsectiontwo .headerTitle {
    margin-left: 15px !important;
    margin-right: 15px;
}

.formsection {
    border: 1px solid #e8e4e4;
    padding: 10px;
    border-radius: 6px;
}

#crudsectionbg {
    border: 1px solid;
    padding: 10px;
    border-radius: 4px;
}

#crudsectionbg .col-md-12,
.col-lg-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding: 2px;
}

#crudsectionbg .header-title-details {
    padding-right: 0px !important;
    padding-right: 0px !important;
    border-bottom: 1px solid #b3b3b3;
    /* margin-left: 14px;
    margin-right: 2%; */
}

.approve_btn_inspection {
    margin-left: 14px;
}

.crudsectionbg .form-group {
    margin-bottom: 0px !important;
    /* background: #f4f4f4; */
    border-bottom: 0px !important;
    padding-bottom: 2px;
}

.actionbuttons a {
    margin-right: 6px;
}

.groupname {
    margin-left: 15px;
    margin-right: 15px;
}

button .fa {
    padding-left: 10px;
    padding-right: 10px;
}

.crudsectionbg .headerTitle {
    margin-left: 2px !important;
}

.actionbuttonsbtn {
    padding-left: 3%;
    padding-right: 3%;
}