div.div-row {
    margin-top: 2px;
    margin-bottom: 2px;
}


/* input */

input.form-control,
textarea.form-control,
select.form-control,
span.form-control,
table .mode-input-td {
    border-radius: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.lse-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    /* vertical-align: middle; */
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
    border: 0.1px solid #346bc4;
}

.flex-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input-container.select {
    width: 25%;
}

@media screen and (max-width: 800px) {
    .input-container-smol>.padding-smol-left {
        padding-left: 14px;
    }

    .input-container-smol>.padding-smol-right {
        padding-right: 14px;
    }

    .padding-smol-left {
        padding-left: 14px;
    }

    .padding-smol-right {
        padding-right: 14px;
    }
}

.description-input {
    height: 34px;
    padding: 5px;
    min-width: 75px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
}

.radio-container {
    width: 100%;
    display: flex;
    vertical-align: middle;
    display: -ms-flexbox;
}

.input-padding-smol .div-input {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-smol {
    padding: 1px;
}

.padding-smol-right {
    padding-right: 1px;
}

.padding-smol-left {
    padding-left: 1px;
}

.input-upper {
    text-transform: uppercase;
}



/* panel */

.box {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.box .box-header {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0px;
    padding: 5px;
    background: #222;
    color: white;
}

.box .box-header .mode-text {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.box .box-footer {
    border-top: 1px solid #222;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 1px;
}

.box-body-if-hide {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    display: none;
}

.lse_box {
    position: relative;
    width: 100%;
    box-shadow: 0 1px 1px rgba(189, 189, 189, 0.1);
}

.lse_box-header {
    display: block;
    padding: 5px;
    position: relative;
}

.lse_box-header .mode-text {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.lse_box-body {
    padding: 5px;
    position: relative;
}

.lse_box-tools {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0px;
    top: 0px;
}

.lse_box-tools>.btn-box-tool {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.lse_box.collapsed-box .lse_box-body,
.lse_box.collapsed-box .lse_box-footer {
    display: none;
}


/* table */

table.tbl-global {
    width: 100%;
}

.x-overflow {
    overflow-x: auto
}


/* .tbl-text {
    font-family: "Courier New", Courier, monospace;
} */

table.tbl-global {
    font-size: 13px;
}

table.tbl-global th {
    border: none;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* .tbl-global thead tr,
.tbl-global tbody tr {
    border-bottom: 0.5px solid #ddd;
} */

table.tbl-global td {
    padding: 3px;
    position: relative;
}

.mode-input-td,
.mode-select-td {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    height: 100% !important;
    width: 100%;
    border-radius: 0 !important;
    border: none;
    padding: 0;
    box-sizing: border-box;
    padding: 2px;
}

table.tbl-global .td-btn {
    width: 15%;
}


/* icon */

.icon-input {
    height: 34px;
    padding: 5px;
    min-width: 25px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
    font-size: 1.4em;
}

/* span text */


/* border */

input.icon-input-left,
span.icon-input-left,
select.select-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

input.icon-input-right,
span.icon-span-right,
select.select-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input.input-no-border-rad,
input.icon-input-no-border,
span.icon-input-no-border,
select.select-no-border {
    border-radius: 0;
}

input.input-none-border-left,
span.span-none-border-left,
select.select-none-border-left {
    border-radius: 0;
    border-left: none;
}

input.input-none-border-right,
span.span-none-border-right,
select.select-none-border-right {
    border-radius: 0;
    border-right: none;
}

input.input-none-border-left-right,
span.span-none-border-left-right,
select.select-none-border-left-right {
    border-radius: 0;
    border-right: none;
    border-left: none;
}

input.input-none-border,
span.span-none-border,
select.select-none-border {
    border-radius: 0;
    border: none;
}

/* message */
.alert_test_message {
    position: fixed;
    left: 0;
    top: 0;

    background-color: red;
    color: white;
}

/* line */

.ver-line {
    border-left: 1px solid white;
}

.hor-line {
    border-top: 1px solid #333;
}