/* TEST BORDER */
/* div.form-group { background: lightgreen; } */


/* #container img.zoomed {
    transform: scale(1);
} */



/* CHECKBOX */
input[type=checkbox]{
    margin-top: 10px;
}


.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding-top: 5px;
    text-align: right;
}




/* DETAIL FORM */
div.form-group{
    margin-bottom: 5px;
}
.row{
    margin-bottom: 0px;
}

.RowDetail{
    margin-bottom: 10px;
}

.inmodal .modal-header {
    padding: 12px 0px;
    text-align: center;
    background-color: #17B294; 
    color:white;
}
.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-right: 15px;
}
.modal-body {
    padding: 20px 30px 10px 30px;
}

.md-skin .ibox {
    /* clear: both; */
    margin-bottom: 10px;
    margin-top: 0;
    /* padding: 0; */
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}


.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
    
}
textarea.form-control {
    height: 55px;
}


.form-control {
    height: 30px;
}

.LabelDarkRed{
    color:darkred;
}

.LabelDarkBlue{
    color:darkblue;
}


.UpperCase{
    text-transform:uppercase;
}

.DB_Header {
    color:black; 
    height:20px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 5px 20px 5px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 10px 15px 0px 15px;
    min-height: 48px;
}


.Color01 {
    color:black; 
    background-color: white;
}


.Color02 {
    color:white; 
    background-color: black;
}


.Color03 {
    color:black; 
    background-color: red;
}

.Color04 {
    color:black; 
    background-color: orange;
    font-size: 14px;
}

.Color05 {
    color:black; 
    background-color: yellow;
}

.Color06 {
    color:black; 
    background-color: greenyellow;
}

.Color07 {
    color:black; 
    background-color: skyblue;
}

.Color08 {
    color:black; 
    background-color: gray;
}








.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;  
    /* background-color: #F0F471; */
    -webkit-transition: .4s;
    transition: .4s;
    
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
    /* background-color: #FEBFFC; */
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}



.wrapper {
    padding: 20px 5px 5px 0px;
}
section.wrapper.wrapper-content {
    padding: 10px 5px 5px 0px;
}
section.wrapper.wrapper-content-detail {
    padding: 0px 5px 5px 0px;
}
input.form-control {
    height: 30px;
}
.div.row {
    background-color: yellow;
}


.Width20{
    width:20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.LEDD_Input15{
    width:15%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    font-size: 7px;
}

.LEDD_Input20{
    width:20%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    font-size: 7px;
}

.LEDD_Input40{
    width:40%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    font-size: 7px;
}



.LEDD_Button{
    width:10%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    font-size: 7px;
}


.LEDD_col_00{ width: 15%; }
.LEDD_col_01{ width: 15%; }
.LEDD_col_02{ width: 20%; }
.LEDD_col_03{ width: 20%; }
.LEDD_col_04{ width: 30%; }


.DTR_col_00{ width: 40%; }
.DTR_col_02{ width: 30%; }
.DTR_col_03{ width: 30%; }


.Input {
    height: 28px;    
}

