html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Arial, sans-serif;
    background: #607D8B;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 7px;
    height: 17px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(196, 196, 196);
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(196, 196, 196);
}

::-webkit-scrollbar-track {
    background-color: rgb(237, 237, 237);
}

/* End Scrollbar */

*[onclick] {
    cursor: pointer;
}

a {
    color: #FF5722;
}

#header {
    height: 50px;
    box-shadow: 0px 0px 3px 3px #e0e0e0;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background: rgb(244, 244, 244);
    z-index: 100000;
}

#sidebar {
    height: 100%;
    width: 20%;
    position: fixed;
    left: 0px;
    top: 50px;
    border-right: 1px solid #EEE;
    background: #FFF;
}

#content {
    height: 92%;
    width: 79.5%;
    position: fixed;
    left: 20.5%;
    top: 50px;
    overflow-x: scroll;
    overflow-y: hidden;
    background: #FFF;
    background-size: cover;

    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#footer {


}


.tab1 {
    padding: 15px 0px 0px 0px;
    margin: 0px auto;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.tab1 li {
    float: left;
    width: 32.51%;
    margin: 0px 0.4%;
    text-align: center;
    line-height: 31px;
    background: #e4e4e4;
    border-radius: 4px 4px 0px 0px;
    font-size: 12px;
}

.tab1 li a {
    color: #176f08;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.tab1 li.act {
    background: #FFF;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 2px 2px #c3c3c3;
}

#menu {
    overflow: auto;
    margin-top: 2px;
    margin-right: 1%;
}

.logo-disp {
    margin: 5px 10px;
    float: left;
    background: url(../img/SSIL-CV-Bank-2.jpg) no-repeat left;
    background-size: contain;
    width: 400px;
    height: 40px;
}

.title-disp {
    text-align: center;
    font-size: 27px;
    line-height: 50px;
    text-transform: uppercase;
    color: #e16902;
}

.info-disp {
    width: 400px;
    height: 30px;
    margin: 10px;
    float: right;
}


.bik-btn {
    color: #4a2e15;
    padding: 8px 10px 6px 8px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #8dbf6e, #a6da86);
    margin-right: 15px;
    border: 0px solid;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    min-width: 50px;
    display: inline-block;
}

.info-disp .bik-btn {
    float: right;
}


.instant-pop {
    position: absolute;
    min-width: 50px;
    z-index: 1;
}

.instant-pop .bik-popbody {
    background: #FFF;
    border: 2px solid #999;
    border-radius: 5px;
    min-height: 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 6px -1px #999;
}

.bik-arrow {
    width: 10px;
    height: 10px;
    margin-left: 45%;
    position: absolute;
}

.bik-arrow-border {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #999;
}

.bik-arrow-background {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    margin-top: -7px;
}

#instPop_addBtn {
    display: none;
}

#popBody_addBtn div {
    text-align: center;
    line-height: 27px;
}

#popBody_addBtn div:hover {
    background-image: linear-gradient(to bottom, #8dbf6e, #a6da86);
    cursor: pointer;
    color: #FFF;
}


div#contentDiv {
    width: 50000px;
}


.formTbl {
    margin: 10px 50px;
    width: 380px;
}

.formTbl td input[type='text'], .formTbl td input[type='password'] {
    padding-left: 3px;
    line-height: 25px;
}

.formTbl td input[type='submit'] {
    height: 30px;
}


input[type='text'], input[type='password'], select {
    border: 1px solid #999;
    border-left: 5px solid #999;
    width: 95%;
    height: 26px;
    padding: 2px;
}

textarea {
    border: 1px solid #999;
    border-left: 5px solid #999;
    width: 95%;
    min-height: 150px;
    padding: 2px;
}

select {
    height: 32px;
}

input[type='submit'] {
    width: 80px;
    height: 32px;
}

input[type='text'].mandatory, input[type='password'].mandatory, select {
    border: 1px solid #999;
    border-left: 5px solid #cbad6f;
}

.formTbl td select {
    width: 100%;
    padding: 1px 0px 1px 3px;
    height: 29px;
    border: 1px solid #999;
    border-left: 5px solid #999;
}

.formTbl td select.mandatory {
    border: 1px solid #999;
    border-left: 5px solid #cbad6f;
}

.formTbl td .sran-checkbox {
    height: 28px;
    width: 95%;
    padding: 1px 0px 1px 3px;
    line-height: 30px;
    border: 1px solid #999;
    border-left: 5px solid #999;
    background: #FFF;
}

.formTbl td .sran-checkbox.mandatory {
    border: 1px solid #999;
    border-left: 5px solid #cbad6f;
}

.formTbl td .sran-checkbox input[type='checkbox'] {
    position: relative;
    top: 2px;
}


.menu {
    margin: 10px;
    padding: 4px;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid rgba(153, 170, 153, 0.3);
    background: rgba(153, 153, 153, 0.04);
}

.menu ul {
    padding: 12px 0px 0px 0px;
    text-align: left;
    margin: 0px;
    list-style: none;
    font-size: 18px;
}

.menu ul li {
    color: #8dbf6e;
    font-size: 14px;
    line-height: 22px;
}

.menu-title {
    color: #FFF;
    margin: -5px;
    background-image: linear-gradient(to bottom, #8dbf6e, #a6da86);
    line-height: 32px;
}

i.fa.fa-list-ol {
    font-size: 12px;
}

.menu i.fa {
    color: #8dbf6e;
}


.gap {
    height: 20px;
}

.table1 {
    margin: 10px;
}


td {
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
}


.tableR {
    width: 800px;
    border: 1px solid rgb(237, 237, 237);
    text-align: right;
    color: #333;
}

.tableR td {
    line-height: 25px;

}

.tableR tr:nth-child(even) {
    background: rgba(153, 153, 153, 0.05);
}

.rtableR thead td {
    background: rgb(237, 237, 237);
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}


.tableL {
    width: 800px;
    border: 1px solid rgb(237, 237, 237);
    color: #333;
}

.tableL td {
    line-height: 25px;
}

.tableL tr:nth-child(even) {
    background: rgba(153, 153, 153, 0.05);
}

.tableL thead td {
    background: rgb(237, 237, 237);
    text-align: center;
    font-weight: bold;
    padding: 7px 0px;
    color: #585858;
}


.c {
    text-align: center;
}

.l {
    text-align: left;
}

.r {
    text-align: right;
}


.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.hide {
    display: none;
}

.noWrap {
    white-space: nowrap;
}

.w400 {
    width: 400px;
    margin: 10px 40px;
}


.main {
    width: 800px;
    margin: 10px;
}

.p1 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #8dbf6e;
}

small {
    font-size: 70%;
}

.p2 {
    border: 1px solid #8dbf6e;
}

.p2 td {
    border: 1px solid #8dbf6e;
}

.p2 td:nth-child(1), .p2 td:nth-child(3) {
    background: #f4f8f2;
}


.p3 {
    border-left: 1px solid #8dbf6e;
    border-top: 1px solid #8dbf6e;
}

.p3 thead tr {
    font-size: 20px;
    font-weight: 700;
    background: #8dbf6e;
    color: #FFF;
}

.p3 .trHd td {
    text-align: center;
}

.p3 td {
    border-right: 1px solid #8dbf6e;
    border-bottom: 1px solid #8dbf6e;
}

.bgColor1 {
    background: #8dbf6e;
}

.bgColor2 {
    background: #f4f8f2;
}


.add-btn {
    color: #FFF;
    background-image: linear-gradient(to bottom, #22c804, #30cc35);
}

.edit-btn {
    color: #FFF;
    background-image: linear-gradient(to bottom, #6005e2, #821bf3);
}

.del-btn {
    color: #FFF;
    background-image: linear-gradient(to bottom, #e20505, #f31b1b);
}

.title-btn {
    background-image: linear-gradient(to left, #e2e2e2, #b7b7b7);
}

.add {
    color: #22c804;
}

.edit {
    color: #6005e2;
}

.del {
    color: #e20505;
}


#login {
    position: fixed;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 500px;
    max-width: 1000px;
    height: 300px;
    top: 50%;
    transform: scale(1, 1) translate(0%, -50%);
    transition: all 0.3s;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: rgb(255, 255, 255) 0px 0px 3px;
    z-index: 101;
    background: rgb(255, 255, 255);
}

#login center {
    padding: 20px;
    font-size: 24px;
    color: #93660a;
}

#login form {
    padding: 0px 20px;
}

#login input[type='text'], #login input[type='password'] {
    width: 95%;
    padding-left: 1%;
    padding-right: 1%;
    height: 28px;
    margin: 6px 0px;
}

#login input[type='submit'] {
    height: 28px;
    margin: 6px 0px;
}

.tagSearch {
    margin: 0px 10px;
}

.tagSearch input[type='text'] {
    width: 85%;
    height: 30px;
}

.tagSearch input[type='button'] {
    width: 13%;
    float: right;
    height: 34px;
}

.no-border {
    border: 0px solid;
}


.bik-btn.manage {
    width: 117px;
}


#addBtn {
    min-width: 100px;
    color: #FFF;
}


.viewTbl {
    margin: 0px 10px;
    width: 460px;
}

.loginInfo {
    margin: 0px 10px;
    padding: 9px 3px;
    font-size: 14px;
    border: 1px solid #e7ebe7;
    border-radius: 3px;
    background: #fbfbfb;
    color: #666;
}


.tag-display {


}

.tag-display span {
    display: inline-block;
    padding: 0px 6px;
    color: #FFF;
    background: #2196F3;
    border: 1px solid #1775bf;
    border-radius: 4px;
    margin: 0px 2px 5px 0px;
    font-size: 14px;
}

.opSearchBox {


}

.opSearchBox > div {
    width: 19.05%;
    padding: 0.4%;
    min-height: 100px;
    float: left;
    border-right: 1px solid #dcdcdc;
}

.opSearchBox > div > span {
    font-weight: bold;
    padding-left: 3px;
}

.opSearchBox > div > ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.opSearchBox > div > ul > li {

}

.opSearchBox > div > input[type='text'] {
    border-left: 1px solid #999;
    height: auto;
}

.blockSt {
    padding: 3px 10px;
    background: #8dbf6e;
    display: inline-block;
    margin-top: 30px;
    border-radius: 2px;
    color: #FFF;
}

.blockSt.blocked {
    background: #e60a0a;
}

.blocked {
    background: #ff7c80;
}