/*
    DEMO STYLE
*/

*, ::after, ::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: "ubuntu-regular", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.div-show-search {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2E9AFE;
    font-weight: bold;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

p {
    font-family: "ubuntu-regular", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding-left:10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    /* display: inline-block; */
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-size: 14px;
    line-height: auto;
    color: #777;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
    }

a:hover,
a:active,
.tile:active {
    outline: 0;
}

fieldset {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d981ab;
    padding: 5px;
}

    fieldset legend {
        color: blue;
        font-weight: bold;
    }
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #03cafc;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }

        #sidebar.active .sidebar-header h3,
        #sidebar.active .CTAs {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }

    #sidebar ul li a {
        text-align: left;
    }

    #sidebar.active ul li a {
        padding: 20px 10px;
        text-align: center;
        font-size: 0.85em;
    }

        #sidebar.active ul li a i {
            margin-right: 0;
            display: block;
            font-size: 1.8em;
            margin-bottom: 5px;
        }

    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #02a7fa;
    }

        #sidebar .sidebar-header strong {
            display: none;
            font-size: 1.8em;
        }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #03cafc;
            background: #fff;
        }

        #sidebar ul li a i {
            margin-right: 10px;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #02a7fa;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #02a7fa;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #03cafc;
}

a.article,
a.article:hover {
    background: #02a7fa !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

        #sidebar ul li a span {
            font-size: 0.85em;
        }

        #sidebar ul li a i {
            margin-right: 0;
            display: block;
        }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

/* DDVQUY EDIT CSS */


.container {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: block;
    vertical-align: middle;
    align-content: center;
}

    .container fieldset {
        background: #ffffff;
        padding: 20px
    }

.container-main {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 95px;
    display: block;
    vertical-align: middle;
    align-content: center;
}

    .container-main fieldset {
        background: #ffffff;
        padding: 20px
    }

.container-public {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    vertical-align: middle;
    align-content: center;
}

    .container-public fieldset {
        background: #ffffff;
        padding: 20px
    }

.input-control.text > input:disabled + .button,
.input-control.select > input:disabled + .button,
.input-control.file > input:disabled + .button,
.input-control.password > input:disabled + .button,
.input-control.number > input:disabled + .button,
.input-control.email > input:disabled + .button,
.input-control.tel > input:disabled + .button {
    display: none;
}

.link {
    padding: 5px;
    border-radius: 0.3125rem;
    display: inline-block;
    min-height: 1.525rem;
    height: 1.525rem;
    position: Inherit;
    vertical-align: middle;
    color: #ffffff;
    background: #02a7fa;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

.button {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0.3125rem;
    display: inline-block;
    min-height: 2.125rem;
    height: 2.125rem;
    position: Inherit;
    vertical-align: middle;
    color: #ffffff;
    background: #02a7fa;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

    .button:hover {
        background: #02a7fa;
        color: #ffffff;
    }

    .button:active {
        background: #02a7fa;
        color: #ffffff;
    }

.note-background {
    width: 100%;
    padding: 5px;
    color: #ffffff;
    background: #02a7fa;
    height: 33px;
    line-height: 23px;
    vertical-align: middle;
    height: 33px;
    font-weight: bold;
}

.table {
    width: 100%;
    margin: 0;
    border-radius: 5px;
}

    .table td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .table th,
    .table thead {
        border-bottom: 2px solid #999999;
    }

        .table thead th,
        .table thead td {
            cursor: default;
            color: #52677a;
            border-color: transparent;
            text-align: left;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            border-bottom: 2px solid #999999;
            padding: 5px;
        }

    .table tfoot {
        border-top: 4px solid #999999;
    }

        .table tfoot th,
        .table tfoot td {
            cursor: default;
            color: #52677a;
            border-color: transparent;
            text-align: left;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
        }

    .table tbody td {
        padding: 5px;
        line-height: 100%;
    }

    .table .sortable-column {
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .table .sortable-column:after {
            position: absolute;
            content: "";
            width: 1rem;
            height: 1rem;
            left: 100%;
            margin-left: -20px;
            top: 50%;
            margin-top: -0.5rem;
            color: inherit;
            font-size: 12px;
            line-height: 1;
        }

        .table .sortable-column.sort-asc,
        .table .sortable-column.sort-desc {
            background-color: #eeeeee;
        }

            .table .sortable-column.sort-asc:after,
            .table .sortable-column.sort-desc:after {
                color: #1d1d1d;
            }

            .table .sortable-column.sort-asc:after {
                content: "\2191";
            }

            .table .sortable-column.sort-desc:after {
                content: "\2193";
            }

    .table.sortable-markers-on-left .sortable-column {
        padding-left: 30px;
    }

        .table.sortable-markers-on-left .sortable-column:before,
        .table.sortable-markers-on-left .sortable-column:after {
            left: 0;
            margin-left: 10px;
        }

    .table tr.selected td {
        background-color: rgba(28, 183, 236, 0.1);
    }

    .table td.selected {
        background-color: rgba(28, 183, 236, 0.3);
    }

    .table.striped tbody tr:nth-child(odd) {
        background: #F2F2F2;
    }

    .table.hovered tbody tr:hover {
        background-color: rgba(28, 183, 236, 0.1);
    }

    .table.cell-hovered tbody td:hover {
        background-color: rgba(28, 183, 236, 0.3);
    }

    .table.border {
        border: 1px #999999 solid;
        border-radius: 5px;
    }

    .table.bordered th,
    .table.bordered td {
        border: 1px #999999 solid;
    }

    .table.bordered thead tr:first-child th,
    .table.bordered thead tr:first-child td {
        border-top: none;
    }

        .table.bordered thead tr:first-child th:first-child,
        .table.bordered thead tr:first-child td:first-child {
            border-left: none;
        }

        .table.bordered thead tr:first-child th:last-child,
        .table.bordered thead tr:first-child td:last-child {
            border-right: none;
        }

    .table.bordered tbody tr:first-child td {
        border-top: none;
    }

    .table.bordered tbody tr td:first-child {
        border-left: none;
    }

    .table.bordered tbody tr td:last-child {
        border-right: none;
    }

    .table.bordered tbody tr:last-child td {
        border-bottom: none;
    }

    .table .condensed th,
    .table .condensed td {
        padding: .3125rem;
    }

    .table .super-condensed th,
    .table .super-condensed td {
        padding: .125rem;
    }

    .table tbody tr.error {
        background-color: #ce352c;
        color: #ffffff;
    }

        .table tbody tr.error:hover {
            background-color: #da5a53;
        }

    .table tbody tr.warning {
        background-color: #fa6800;
        color: #ffffff;
    }

        .table tbody tr.warning:hover {
            background-color: #ffc194;
        }

    .table tbody tr.success {
        background-color: #60a917;
        color: #ffffff;
    }

        .table tbody tr.success:hover {
            background-color: #7ad61d;
        }

    .table tbody tr.info {
        background-color: #1ba1e2;
        color: #ffffff;
    }

        .table tbody tr.info:hover {
            background-color: #59cde2;
        }

    .table .content-left {
        width: 20%;
    }

    .table .content-right {
        width: 30%;
    }

.content-left {
    width: 20%;
}

.content-right {
    width: 30%;
}

.content-right-3 {
    width: 80%;
}

.nav-button {
    width: 2rem;
    height: 1.5rem;
    background-size: 1rem 1rem;
    background: center center no-repeat;
    text-indent: -9999px;
    border: 0;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

    .nav-button span {
        position: absolute;
        top: 1.2rem;
        left: .1rem;
        width: 1.2rem;
        height: 2px;
        margin: 0 0 0;
        background: #1d1d1d;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: all 0.3s linear;
    }

        .nav-button span:before,
        .nav-button span:after {
            content: '';
            position: absolute;
            top: -0.5rem;
            right: 0;
            width: 1.2rem;
            height: 2px;
            background: #1d1d1d;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            transition: all 0.3s linear;
        }

        .nav-button span:after {
            top: .5rem;
        }

    .nav-button.transform span {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background: #1d1d1d;
    }

        .nav-button.transform span:before,
        .nav-button.transform span:after {
            content: '';
            top: -5px;
            right: 0;
            width: .75rem;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .nav-button.transform span:after {
            top: 5px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .nav-button.light span {
        background-color: #ffffff;
    }

        .nav-button.light span:before,
        .nav-button.light span:after {
            background-color: #ffffff;
        }

.btn {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    max-width: 230px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

    .btn:hover {
        text-decoration: none;
    }

.btn-3 {
    background: #e3403a;
    border: 1px solid #02a7fa;
    box-shadow: 0px 2px 0 #02a7fa, 1px 2px 4px #02a7fa;
    font-weight: 900;
    letter-spacing: 1px;
    transition: all 150ms linear;
}

    .btn-3:hover {
        background: #02a7fa;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 1px 1px 2px #ffffff;
        color: #ffffff;
        text-decoration: none;
        transition: all 250ms linear;
    }

.cells1 label {
    font-weight: bold
}

.cells1 small {
    font-weight: normal
}

input,
select,
textarea {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
}

button {
    background-color: #fe5f55;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    box-sizing: content-box;
    appearance: textfield;
}

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=url]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear,
input[type=time]::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

* {
    border-collapse: collapse;
}

a {
    text-decoration: none;
}


.pagination {
    display: block;
    margin: .625rem 0;
}

    .pagination:before,
    .pagination:after {
        display: table;
        content: "";
    }

    .pagination:after {
        clear: both;
    }

    .pagination > .item {
        display: block;
        float: left;
        margin-left: .0652rem;
        padding: 0.25rem .625rem;
        background-color: #ffffff;
        cursor: pointer;
        border: 1px #eeeeee solid;
        text-align: center;
        font-size: 12px;
        color: #1d1d1d;
    }

        .pagination > .item:first-child {
            margin-left: 0;
        }

        .pagination > .item.current,
        .pagination > .item.active {
            background-color: #1ba1e2;
            border-color: #59cde2;
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        }

        .pagination > .item:hover {
            background-color: #75c7ee;
            border-color: #75c7ee;
            color: #ffffff;
        }

        .pagination > .item:disabled,
        .pagination > .item.disabled {
            cursor: default;
            background-color: #eeeeee;
            border-color: #eeeeee;
            color: #999999;
        }

        .pagination > .item.spaces {
            border: 0;
            cursor: default;
            color: #1d1d1d;
        }

            .pagination > .item.spaces:hover {
                background-color: inherit;
                color: #1d1d1d;
            }

    .pagination.rounded > .item {
        border-radius: .3125rem;
    }

    .pagination.cycle > .item {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        font-size: 12px;
        padding: .4375rem 0;
    }

    .pagination.no-border > .item {
        border: 0;
    }

        .pagination.no-border > .item:hover {
            color: #59cde2;
            background-color: transparent;
        }

        .pagination.no-border > .item:disabled,
        .pagination.no-border > .item.disabled {
            cursor: default;
            background-color: transparent;
            border-color: transparent;
            color: #999999;
        }

        .pagination.no-border > .item.current:hover,
        .pagination.no-border > .item.active:hover {
            background-color: #75c7ee;
            border-color: #75c7ee;
            color: #ffffff;
        }

/* input ddvquy */

select {
    display: inline-block;
    min-height: 22px;
    height: 22px;
    position: relative;
    vertical-align: middle;
    line-height: auto;
    height: auto;
    width: auto;
    margin: 0px;
    border-radius: 0.3125rem;
    padding: 5px;
}

input {
    display: inline-block;
    min-height: 22px;
    height: 22px;
    position: relative;
    vertical-align: middle;
    line-height: auto;
    height: auto;
    width: auto;
    margin: 0px;
    border-radius: 0.3125rem;
    padding: 5px;
}
/* select ddvquy */
select {
    display: inline-block;
    min-height: 22px;
    height: 22px;
    position: relative;
    vertical-align: middle;
    line-height: auto;
    height: auto;
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    border-radius: 0.3125rem;
    padding: 5px;
}

.input-control.text,
.input-control.select,
.input-control.file,
.input-control.password,
.input-control.number,
.input-control.email,
.input-control.tel {
    top: 0px;
    left: 0px;
}

    .input-control.text .button,
    .input-control.select .button,
    .input-control.file .button,
    .input-control.password .button,
    .input-control.number .button,
    .input-control.email .button,
    .input-control.tel .button {
        position: absolute;
        top: 0;
        right: -153;
        z-index: 2;
        margin: 0;
    }

    .input-control.text > label,
    .input-control.select > label,
    .input-control.file > label,
    .input-control.password > label,
    .input-control.number > label,
    .input-control.email > label,
    .input-control.tel > label,
    .input-control.text > .label,
    .input-control.select > .label,
    .input-control.file > .label,
    .input-control.password > .label,
    .input-control.number > .label,
    .input-control.email > .label,
    .input-control.tel > .label {
        position: absolute;
        left: 0;
        top: -1rem;
        font-size: 12px;
    }

.input-control {
    display: inline-block;
    min-height: 2.125rem;
    height: 2.125rem;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    border-radius: 0.3125rem;
}

    .input-control[data-role=select] {
        height: auto;
    }

    .input-control input,
    .input-control textarea,
    .input-control select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        position: relative;
        border: 1px #d9d9d9 solid;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0px;
        left: 0px;
        border-radius: 0.3125rem;
    }

        .input-control input:focus,
        .input-control textarea:focus,
        .input-control select:focus {
            outline: none;
        }

        .input-control input:disabled,
        .input-control textarea:disabled,
        .input-control select:disabled {
            background-color: #EBEBE4;
        }

        .input-control input:focus,
        .input-control textarea:focus,
        .input-control select:focus,
        .input-control input:hover,
        .input-control textarea:hover,
        .input-control select:hover {
            border-color: #787878;
        }

    .input-control textarea {
        position: relative;
        min-height: 2.25rem;
        font-family: "ubuntu-regular", sans-serif;
    }

    .input-control.textarea {
        height: auto;
    }

    .input-control.select {
        position: relative;
    }

        .input-control.select select {
            padding-right: 0px;
            top: 0px;
            left: -2px;
        }

    .input-control [class*=input-state-] {
        position: absolute;
        display: none;
        top: 50%;
        right: 8px;
        z-index: 3;
        font-size: 12px;
        margin-top: -0.5rem;
    }

    .input-control.checkbox,
    .input-control.radio {
        line-height: 1.875rem;
        min-width: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .input-control.checkbox input[type="checkbox"],
        .input-control.radio input[type="checkbox"],
        .input-control.checkbox input[type="radio"],
        .input-control.radio input[type="radio"] {
            position: absolute;
            opacity: 0;
            width: 0.0625rem;
            height: 0.0625rem;
        }

        .input-control.checkbox .caption,
        .input-control.radio .caption {
            margin: 0 .125rem;
            vertical-align: middle;
        }

        .input-control.checkbox .check,
        .input-control.radio .check {
            width: 1.625rem;
            height: 1.625rem;
            background-color: #ffffff;
            border: 1px #999999 solid;
            padding: 0;
            position: relative;
            display: inline-block;
            vertical-align: middle;
        }

        .input-control.checkbox.text-left .check,
        .input-control.radio.text-left .check {
            margin: 0 0 0 .3125rem;
        }

        .input-control.checkbox .check:focus,
        .input-control.radio .check:focus {
            border-color: #bcd9e2;
        }

        .input-control.checkbox .check:before,
        .input-control.radio .check:before {
            position: absolute;
            vertical-align: middle;
            color: transparent;
            font-size: 0;
            content: "";
            height: .3125rem;
            width: .565rem;
            background-color: transparent;
            border-left: .1875rem solid;
            border-bottom: .1875rem solid;
            border-color: transparent;
            left: 50%;
            top: 50%;
            margin-left: -0.325rem;
            margin-top: -0.365rem;
            display: block;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: all 0.2s linear;
        }

        .input-control.checkbox input[type=radio] ~ .check:before,
        .input-control.radio input[type=radio] ~ .check:before {
            border-color: transparent;
        }

        .input-control.checkbox input[type="checkbox"]:checked ~ .check:before,
        .input-control.radio input[type="checkbox"]:checked ~ .check:before,
        .input-control.checkbox input[type="radio"]:checked ~ .check:before,
        .input-control.radio input[type="radio"]:checked ~ .check:before {
            border-color: #555555;
            transition: all 0.2s linear;
        }

        .input-control.checkbox input[type="checkbox"]:disabled ~ .caption,
        .input-control.radio input[type="checkbox"]:disabled ~ .caption,
        .input-control.checkbox input[type="radio"]:disabled ~ .caption,
        .input-control.radio input[type="radio"]:disabled ~ .caption {
            color: #cacaca;
            cursor: default;
        }

        .input-control.checkbox input[type="checkbox"]:disabled ~ .check,
        .input-control.radio input[type="checkbox"]:disabled ~ .check,
        .input-control.checkbox input[type="radio"]:disabled ~ .check,
        .input-control.radio input[type="radio"]:disabled ~ .check {
            border-color: #cacaca;
            cursor: default;
        }

        .input-control.checkbox input[type="checkbox"]:disabled:checked ~ .check:before,
        .input-control.radio input[type="checkbox"]:disabled:checked ~ .check:before {
            border-color: #cacaca;
        }

        .input-control.checkbox input[type="radio"]:disabled:checked ~ .check:before,
        .input-control.radio input[type="radio"]:disabled:checked ~ .check:before {
            background-color: #cacaca;
        }

        .input-control.checkbox input[data-show="indeterminate"] ~ .check:before,
        .input-control.radio input[data-show="indeterminate"] ~ .check:before,
        .input-control.checkbox input[data-show="indeterminate"]:checked ~ .check:before,
        .input-control.radio input[data-show="indeterminate"]:checked ~ .check:before,
        .input-control.checkbox input.indeterminate:checked ~ .check:before,
        .input-control.radio input.indeterminate:checked ~ .check:before,
        .input-control.checkbox input[type="checkbox"]:indeterminate ~ .check:before,
        .input-control.radio input[type="checkbox"]:indeterminate ~ .check:before {
            display: none;
        }

        .input-control.checkbox input[data-show="indeterminate"] ~ .check:after,
        .input-control.radio input[data-show="indeterminate"] ~ .check:after,
        .input-control.checkbox input[data-show="indeterminate"]:checked ~ .check:after,
        .input-control.radio input[data-show="indeterminate"]:checked ~ .check:after,
        .input-control.checkbox input.indeterminate:checked ~ .check:after,
        .input-control.radio input.indeterminate:checked ~ .check:after,
        .input-control.checkbox input[type="checkbox"]:indeterminate ~ .check:after,
        .input-control.radio input[type="checkbox"]:indeterminate ~ .check:after {
            position: absolute;
            display: block;
            content: "";
            background-color: #1d1d1d;
            height: .875rem;
            width: .875rem;
            left: 50%;
            top: 50%;
            margin-left: -0.4375rem;
            margin-top: -0.4375rem;
        }

        .input-control.checkbox input[data-show="indeterminate"]:not(:checked) ~ .check:after,
        .input-control.radio input[data-show="indeterminate"]:not(:checked) ~ .check:after {
            background-color: transparent;
        }

        .input-control.checkbox input[data-show="indeterminate"]:disabled ~ .check:after,
        .input-control.radio input[data-show="indeterminate"]:disabled ~ .check:after {
            background-color: #cacaca;
        }

        .input-control.radio .check {
            border: 1px #999999 solid;
            border-radius: 50%;
        }

            .input-control.radio .check:before {
                position: absolute;
                display: block;
                content: "";
                background-color: #1d1d1d;
                height: .5624rem;
                width: .5624rem;
                left: 50%;
                top: 50%;
                margin-left: -0.375rem;
                margin-top: -0.375rem;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                border-radius: 50%;
            }

        .input-control.radio input[type="radio"]:not(:checked) ~ .check:before {
            background-color: transparent;
        }

        .input-control.radio input[type="radio"]:disabled ~ .check:before {
            border-color: transparent;
        }

    .input-control.small-check .check {
        width: 1rem;
        height: 1rem;
    }

        .input-control.small-check .check:before {
            width: 6px;
            height: 3px;
            margin-left: -4px;
            margin-top: -4px;
            border-width: 2px;
        }

    .input-control.small-check.radio .check:before {
        height: .375rem;
        width: .375rem;
        left: 50%;
        top: 50%;
        margin-left: -0.25rem;
        margin-top: -0.25rem;
    }

    .input-control.small-check input[data-show="indeterminate"] ~ .check:after,
    .input-control.small-check input[data-show="indeterminate"]:checked ~ .check:after,
    .input-control.small-check input.indeterminate:checked ~ .check:after,
    .input-control.small-check input[type="checkbox"]:indeterminate ~ .check:after {
        height: .375rem;
        width: .375rem;
        left: 50%;
        top: 50%;
        margin-left: -0.1875rem;
        margin-top: -0.1875rem;
    }

.full-size {
    width: 100%;
}

.full-size-50 {
    width: 50% !important;
}

.full-size-25 {
    width: 25% !important;
}


.full-size-50 {
    width: 50% !important;
    float: left;
}
/*
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-align: center;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: 12px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
    top: 10px;
    left: 7px;
    }
input[type="button"].default,
input[type="reset"].default,
input[type="submit"].default {
  background-color: #008287;
  color: #fff;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #787878;
}
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}
input[type="button"] *,
input[type="reset"] *,
input[type="submit"] * {
  color: inherit;
}
input[type="button"] *:hover,
input[type="reset"] *:hover,
input[type="submit"] *:hover {
  color: inherit;
}
input[type="button"].rounded,
input[type="reset"].rounded,
input[type="submit"].rounded {
  border-radius: .325rem;
}
input[type="button"] > [class*=mif-],
input[type="reset"] > [class*=mif-],
input[type="submit"] > [class*=mif-] {
  vertical-align: middle;
}
input[type="button"] img,
input[type="reset"] img,
input[type="submit"] img {
  height: .875rem;
  vertical-align: middle;
  margin: 0;
}
input[type="button"].loading-pulse,
input[type="reset"].loading-pulse,
input[type="submit"].loading-pulse {
  position: relative;
  padding: 0 1.325rem;
}
input[type="button"].loading-pulse:before,
input[type="reset"].loading-pulse:before,
input[type="submit"].loading-pulse:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
          animation: scaleout 1s infinite ease-in-out;
}
input[type="button"].loading-pulse.lighten:before,
input[type="reset"].loading-pulse.lighten:before,
input[type="submit"].loading-pulse.lighten:before {
  background-color: #fff;
}
input[type="button"].loading-cube,
input[type="reset"].loading-cube,
input[type="submit"].loading-cube {
  position: relative;
  padding: 0 1.325rem;
}
input[type="button"].loading-cube:before,
input[type="reset"].loading-cube:before,
input[type="submit"].loading-cube:before,
input[type="button"].loading-cube:after,
input[type="reset"].loading-cube:after,
input[type="submit"].loading-cube:after {
  content: "";
  background-color: #333;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -8px;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
          animation: cubemove 1.8s infinite ease-in-out;
}
input[type="button"].loading-cube:after,
input[type="reset"].loading-cube:after,
input[type="submit"].loading-cube:after {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
input[type="button"].loading-cube.lighten:before,
input[type="reset"].loading-cube.lighten:before,
input[type="submit"].loading-cube.lighten:before,
input[type="button"].loading-cube.lighten:after,
input[type="reset"].loading-cube.lighten:after,
input[type="submit"].loading-cube.lighten:after {
  background-color: #fff;
}
input[type="button"].dropdown-toggle,
input[type="reset"].dropdown-toggle,
input[type="submit"].dropdown-toggle {
  padding-right: 1.625rem;
}
input[type="button"].dropdown-toggle.drop-marker-light:before,
input[type="reset"].dropdown-toggle.drop-marker-light:before,
input[type="submit"].dropdown-toggle.drop-marker-light:before,
input[type="button"].dropdown-toggle.drop-marker-light:after,
input[type="reset"].dropdown-toggle.drop-marker-light:after,
input[type="submit"].dropdown-toggle.drop-marker-light:after {
  background-color: #ffffff;
}
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary {
  background: #2086bf;
  color: #ffffff;
  border-color: #2086bf;
}
input[type="button"].primary:active,
input[type="reset"].primary:active,
input[type="submit"].primary:active {
  background: #1b6eae;
  color: #ffffff;
}
input[type="button"].success,
input[type="reset"].success,
input[type="submit"].success {
  background: #60a917;
  color: #ffffff;
  border-color: #60a917;
}
input[type="button"].success:active,
input[type="reset"].success:active,
input[type="submit"].success:active {
  background: #128023;
  color: #ffffff;
}
input[type="button"].danger,
input[type="reset"].danger,
input[type="submit"].danger,
input[type="button"].alert,
input[type="reset"].alert,
input[type="submit"].alert {
  background: #ce352c;
  color: #ffffff;
  border-color: #ce352c;
}
input[type="button"].danger:active,
input[type="reset"].danger:active,
input[type="submit"].danger:active,
input[type="button"].alert:active,
input[type="reset"].alert:active,
input[type="submit"].alert:active {
  background: #9a1616;
  color: #ffffff;
}
input[type="button"].info,
input[type="reset"].info,
input[type="submit"].info {
  background: #59cde2;
  color: #ffffff;
  border-color: #59cde2;
}
input[type="button"].info:active,
input[type="reset"].info:active,
input[type="submit"].info:active {
  background: #1ba1e2;
  color: #ffffff;
}
input[type="button"].warning,
input[type="reset"].warning,
input[type="submit"].warning {
  background: #fa6800;
  color: #ffffff;
  border-color: #fa6800;
}
input[type="button"].warning:active,
input[type="reset"].warning:active,
input[type="submit"].warning:active {
  background: #bf5a15;
  color: #ffffff;
}
input[type="button"].link,
input[type="reset"].link,
input[type="submit"].link {
  background: transparent;
  color: #2086bf;
  border-color: transparent;
  text-decoration: underline;
}
input[type="button"].link:hover,
input[type="reset"].link:hover,
input[type="submit"].link:hover,
input[type="button"].link:active,
input[type="reset"].link:active,
input[type="submit"].link:active {
  background: transparent;
  color: #114968;
  border-color: transparent;
}
.full-size {
  width: 100% !important;
}
*/


