﻿html {
    overflow: auto;
}

body {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-scroll {
    position: relative;
    max-width: 50%;
    margin: auto;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    font-weight: normal;
}

.table-wrap {
    width: 100%;
    overflow: auto;
    font-weight: normal;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    font-weight: normal;
}

.table-scroll th, .table-scroll td {
    padding: 5px 10px;
    border: 1px solid #DCDCDC;
    background-color: transparent;
    white-space: nowrap;
    vertical-align: top;
    font-weight: bold;
}

.table-scroll thead, .table-scroll tfoot {
    background: transparent;
    font-weight: normal;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    font-weight: normal;
}

    .clone th, .clone td {
        visibility: hidden;
        font-weight: normal;
    }

    .clone td, .clone th {
        border-color: transparent;
        font-weight: normal;
    }

    .clone tbody th {
        visibility: visible;
        color: red;
        font-weight: bold;
    }

    .clone .fixed-side {
        border: 1px solid #DCDCDC;
        /*background:#eee;*/
        visibility: visible;
        font-weight: normal;
    }

    .clone thead, .clone tfoot {
        background: transparent;
        font-weight: normal;
    }


html {
    background-color: #F6F6F6;
    width: 100%
}

/*.option {
    width: 180px;
}
select::-ms-value{ width:175px; }*/

.GridPag {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    font-family: 'Tahoma', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: small;
    font-weight: 200;
    text-align: center;
    color: #000000;
    border: solid 1px #999999;
    height: 20px;
    outline: 0;
    border-radius: 2px 1px 2px 2px;
    transition: all .3s ease-in-out;
    width: 30px;
}

.H2PAGE-TITLE {
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1;
    margin: 11px 0 18px;
}

.basic-slidelbl {
    display: inline-block;
    width: 95%;
    /*padding: 2px 0 10px 15px;*/
    padding: 0px 0px 0px 21px;
    font-family: 'Tahoma', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: x-large;
    font-weight: 500;
    color: #000000;
    border: 0;
    outline: 0;
    text-indent: 0px;
    transition: all .3s ease-in-out;
    background-color: transparent;
}

basic-slidesearchlbl {
    display: inline-block;
    width: 111px;
    /*padding: 2px 0 10px 15px;*/
    padding: 0px 0px 0px 3px;
    font-family: 'Tahoma', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 9pt;
    font-weight: 500;
    color: #E4E4E4;
    border: 0;
    outline: 0;
    text-indent: 0px;
    transition: all .3s ease-in-out;
    background-color: transparent;
}

.form-group {
    margin-bottom: 0px;
    width: 100%;
    border: 0;
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

    .form-group .form-group {
        margin-bottom: 0;
        width: 100%;
        border: 0;
        outline: 0;
        outline-color: transparent;
        outline-style: none;
    }

.input-group {
    width: 100%;
    outline-color: transparent;
    outline-style: none;
}

.form-control {
    background-color: rgba(255, 255, 255, 1);
    /*border-color: rgba(73, 90, 114, 1);*/
    /*border-color: rgba(153, 153, 153, 1);*/
    box-shadow: none;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    text-indent:3px;
    font-size: small;
    vertical-align: middle;
    border: 0;
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

form-controlTA {
    background-color: rgba(255, 255, 255, 1);
    /*border-color: rgba(73, 90, 114, 1);*/
    border-color: rgba(153, 153, 153, 1);
    box-shadow: none;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-size: 12px;
    vertical-align: middle;
    width: 100%;
    border: 0;
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    /*border: solid 1px #999999;*/
    /*background: #FFFFFF;*/
    background-image: none;
}

select {
    /*#435D7B*/
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 0px 0px 0px;
    color: #000000;
    cursor: pointer;
    border: solid 1px #999999;
    text-indent: 6px;
}

/* Custom Select */
.select {
    position: relative;
    display: block;
    /*width: 190px;*/
    width:100%;
    height: 24px;
    line-height: 2;
    /*background: #FFFFFF;*/
    overflow: hidden;
    border-radius: .25em;
    color:#000000;
    /*border: solid 1px #999999;*/
}

select::-ms-expand {
    display: none;
    border: 0 !important;
}
/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*left: 94%;*/
    width:20px;
    color: #1F5F8C;
    padding: 0 4px 6px 4px;
    /*background: #BBBBBB;*/
    pointer-events: none;
}

/* Transition */
.select:hover::after {
    color: #17486D;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/*.option {
    width: 500px;
}*/


/*.btn {
    display: inline-block;
    padding: 0px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
    border-radius: 4px 4px 4px 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/

.btn-primary {
    color: #ffffff !important;
    background-color: #1E92A8 !important;
    border-color: #357ebd !important;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}

.popup {
    margin: 75px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #666;
    width: 300px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    position: relative;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: transparent;
    outline-color: red;
    box-shadow: none;
    outline: 0 none;
}


input[type="text"]::placeholder {
    text-align: left;
    font-size: small;
    color: #333333;
}

textarea::placeholder {
    text-align: left;
    font-size: small;
    color: #333333;
}

textarea:focus {
    border-color: transparent;
    outline-color: red;
    box-shadow: none;
    outline: 0 none;
}