﻿textarea {
    width: 100% !important;
    min-height: 150px;
}

.PagePrint {
    display: table;
    height: 100vh;
    max-height: 800px;
    width: 100%;
}

    .PagePrint div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 161px;
        text-shadow: 0px 0px 15px #d0d0d0;
        color: #979ca2;
    }



.form-nav,
.form-nav-Search {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    height: 134px;
    overflow: hidden;
    z-index: 99;
}

    .form-nav article,
    .form-nav-Search article {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

}

.UdpContent div {
    display: flex;
}

.tmhtc_QueryPanel .QueryTotNum {
    color: #fff;
    padding: 2px 10px;
    background-color: #5cb3e5;
    font-size: 14px;
    border-radius: 7px;
}

.tmhtc_QueryPanel table {
    width: 100%;
    border: 0px;
}

    .tmhtc_QueryPanel table th,
    .tmhtc_QueryPanel table td {
        border: 0px;
    }

.tmht_Pager {
    text-align: center;
    padding: 16px 0px;
}




.form-submitbox {
    height: 60px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #f1f1f1;
}

.Alertbox {
    height: 100%;
    margin-top: 20px;
}

    .Alertbox .ContentMsg {
        height: 75px;
    }

        .Alertbox .ContentMsg h3 {
            vertical-align: middle;
            display: inline;
        }

        .Alertbox .ContentMsg:before {
            content: '';
            display: inline-block;
            height: 100%;
            width: 0px;
            vertical-align: middle;
        }

.btnbox {
    height: 100%;
}

    .btnbox input {
        vertical-align: middle;
    }

    .btnbox:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        background: #f00;
    }

.tmhtc_form {
    padding-top: 150px;
}

.tmhtc_form_Query {
    padding-top: 150px;
}

/* checkbox */
.tmht_checkbox {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 2px;
    vertical-align: middle;
}

    .tmht_checkbox input[type="checkbox"] {
        display: none;
    }

    .tmht_checkbox label {
        padding: 2px 9px;
        border-radius: 3px;
        vertical-align: middle;
        display: inline-block;
        font-size: 16px;
        margin: 0px 3px 3px 0px;
        height: 28px;
        color: #396173;
    }

        .tmht_checkbox label:before {
            content: "\f096";
            font-family: "FontAwesome";
            color: #396173;
            padding-right: 5px;
        }

    .tmht_checkbox input[type="checkbox"]:checked + label {
        background-color: #3c8dbc;
        color: #fff;
        border-bottom: 2px solid #296384;
    }

    .tmht_checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.6;
    }

    .tmht_checkbox input[type="checkbox"]:checked + label:before {
        content: "\f00c";
        font-family: "FontAwesome";
        color: #FBFBFB;
        padding-right: 5px;
    }

/* Radiobtn */
.tmht_radiopanel {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 2px;
    vertical-align: middle;
}

    .tmht_radiopanel input[type="radio"] {
        display: none;
    }

    .tmht_radiopanel label {
        display: inline-block;
        font-size: 16px;
        padding: 2px 17px;
        text-align: center;
        cursor: pointer;
        color: #396173;
        border-radius: 3px;
        height: 28px;
        margin: 0px;
        background-color: #eeeeee;
        border-right: 1px solid white;
    }

        .tmht_radiopanel label:hover {
            background-color: #b5d3e4;
            color: #fff !important;
        }

    .tmht_radiopanel input[type="radio"]:checked + label {
        background-color: #3c8dbc;
        color: #fff;
        border-bottom: 2px solid #296384;
    }

    .tmht_radiopanel input[type="radio"]:disabled + label {
        opacity: 0.6;
    }


.tmht_sublist {
    padding: 11px;
    background-color: #f5f6f7;
    box-shadow: 0px 0px 5px rgba(140, 156, 175, 0.31) inset;
}


    .tmht_sublist .tmht_subItem {
        margin-bottom: 5px;
        background: #fff;
        padding: 9px;
        border: 1px solid #e7e9eb;
        display: none;
    }

.tmht_subItem_Static {
    margin-bottom: 5px;
    background: #fff;
    padding: 9px;
    border: 1px solid #e7e9eb;
}

.tmht_tag {
    padding: 0px 7px;
    margin-right: 5px;
    color: #fff;
    border-radius: 3px;
}

.multiInputContain {
    display: flex;
}


.sidebar-open .form-nav {
    width: calc(100vw - 230px);
}

@media (min-width: 768px) {

    .form-nav {
        width: calc(100vw - 230px);
    }

    .sidebar-collapse .form-nav {
        width: calc(100vw - 50px);
    }
}

@media (min-width: 992px) {



    .tmhtc_form {
        margin-right: 170px;
        margin-left: 10px;
    }
}


/* Eval Radiobtn */
.eval_radiopanel {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 2px;
    vertical-align: middle;
}

    .eval_radiopanel input[type="radio"] {
        display: none;
    }

    .eval_radiopanel label {
        display: inline-block;
        font-size: 16px;
        padding: 2px 17px;
        text-align: left;
        cursor: pointer;
        color: #396173;
        border-radius: 3px;
        height: 28px;
        margin: 0px;
        margin-left: 17px;
    }

        .eval_radiopanel label:hover {
            color: #000 !important;
        }

        .eval_radiopanel label:before {
            content: '\f10c';
            font-family: FontAwesome;
            margin-left: -28px;
            vertical-align: sub;
            font-size: 24px;
            padding-right: 7px;
            color: #ddd;
        }

        .eval_radiopanel label::before:hover {
            color: #ddd;
        }

    .eval_radiopanel input[type="radio"] + label span {
        border: 1px solid #d8d8d8;
        font-size: 14px;
        margin: 0px 4px;
        color: #b9b9b9;
        width: 41px;
        text-align: center;
        display: inline-block;
        padding: 0px;
        border-radius: 3px;
    }

    .eval_radiopanel input[type="radio"]:checked + label span {
        border: 1px solid #ffa087;
        color: #ff724d;
    }

    .eval_radiopanel input[type="radio"]:checked + label:before {
        content: "\f05d";
        color: #ff724d;
    }

.eval_check input {
    display: none;
}

    .eval_check input[type="checkbox"] + label {
        /*color: #ddd;*/
        color: green;
        cursor: pointer;
        font-size: 35px;
        font-family: FontAwesome;
    }

        .eval_check input[type="checkbox"] + label:before {
            content: '\f05d';
        }

    .eval_check input[type="checkbox"]:checked + label:before {
        content: '\f05c';
        color: #ff6b6b;
    }

progress {
    -webkit-appearance: none;
    width: 100%;
}

    progress::-webkit-progress-bar {
        background-color: #efefef;
    }

    progress[value]::-webkit-progress-bar {
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    }

    progress[value]::-webkit-progress-value {
        background-color: #296384;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
        border-radius: 2px;
    }

    progress::-moz-progress-bar {
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    }

    progress[value]::-moz-progress-value {
        background-color: #296384;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
        border-radius: 2px;
    }

.Loader div {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
}

    .Loader div:first-child {
        animation: loadAnimate 2s ease-in-out infinite;
        -moz-animation: loadAnimate ease-in-out 2s infinite;
        -webkit-animation: loadAnimate ease-in-out 2s infinite;
        -o-animation: loadAnimate ease-in-out 2s infinite;
    }

@-webkit-keyframes loadAnimate {
    0% {
        -webkit-transform: translate(0px,0px);
    }

    50% {
        -webkit-transform: translate(150px,0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(300px,0px);
        opacity: 0;
    }
}

@-moz-keyframes loadAnimate {
    0% {
        -moz-transform: translate(0px,0px);
    }

    50% {
        -moz-transform: translate(150px,0px);
        opacity: 1;
    }

    100% {
        -moz-transform: translate(300px,0px);
        opacity: 0;
    }
}

@-ms-keyframes loadAnimate {
    0% {
        -ms-transform: translate(0px,0px);
    }

    50% {
        -ms-transform: translate(150px,0px);
        opacity: 1;
    }

    100% {
        -ms-transform: translate(300px,0px);
        opacity: 0;
    }
}

@-o-keyframes loadAnimate {
    0% {
        transform: translate(0px,0px);
        opacity: 0;
    }

    50% {
        transform: translate(150px,0px);
        opacity: 1;
    }

    100% {
        transform: translate(300px,0px);
        opacity: 0;
    }
}

.unaccessable {
    border-color: #ff8c8c;
    box-shadow: 0px 0px 15px rgba(255, 140, 140, 0.44);
}

    .unaccessable:before {
        content: '';
        position: absolute;
        width: 80px;
        height: 30px;
        background-color: #000;
    }

.validtag {
    position: absolute;
    right: 15px;
    background-color: #ff7a7a;
    padding: 2px 7px;
    border-radius: 3px;
    margin-top: -5px;
    border: 1px solid #f84747;
    color: #fff;
}

[data-valid*="required"]:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f069";
    color: #ff7a7a;
    font-size: 8px;
    padding: 0px 3px;
}


.tmhtc_QueryPanel table tbody td:first-child a {
    background-color: #3c8dbc;
    padding: 4px 7px;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.19);
    width: 26px;
    height: 27px;
    text-align: center;
    border: 0px solid #3c8dbc;
}

    .tmhtc_QueryPanel table tbody td:first-child a:hover {
        border: 2px solid #155a83;
    }

.tmhtc_QueryPanel table tbody tr:hover {
    color: #016ca9 !important;
    background-color: rgba(60, 141, 188, 0.15) !important;
}

.treeview-menu li a.active {
    color: #fff;
}

@media only screen and (max-width: 720px) {
    .tmhtc_QueryPanel table {
        display: block !important;
        position: relative;
        width: 100%;
    }

        .tmhtc_QueryPanel table thead {
            display: block;
            float: left;
        }

    .tmhtc_QueryPanel thead tr {
        display: block;
    }

    .tmhtc_QueryPanel thead th, .tmhtc_QueryPanel tbody td {
        display: block;
        text-align: center;
        min-height: 37px;
    }

    .tmhtc_QueryPanel thead th {
        background-color: #3c8dbc;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid #266183 !important;
    }

    .tmhtc_QueryPanel table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

        .tmhtc_QueryPanel table tbody tr {
            display: inline-block;
            vertical-align: top;
            margin: 0px -2px;
        }

        .tmhtc_QueryPanel table tbody td:first-child a {
            background-color: #3c8dbc;
            padding: 0px 7px;
            color: #fff;
            border-radius: 3px;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.19);
            width: 100%;
            display: block;
            height: 20px;
            text-align: center;
            border: 0px solid #3c8dbc;
        }
}


@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
        width: calc(100% - 50px);
    }
}

iframe {
    border: 1px solid #ddd;
}

.subpanel {
    padding: 10px;
    border: 4px solid #eee;
    margin-bottom: 15px;
    border-radius: 5px;
}



::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(96, 107, 130, 0.5);
    border-radius: 5px;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
