@charset "UTF-8";
/* CSS Document */

/* -------------------- << << Page Header >> >> -------------------- */

.page-header {
    margin: 0px;
    padding: 0px;
    width: 100%;    
    background: #303030 0px -100px repeat-x;    
    border-bottom: 5px solid #ffd700; 
    
    /* Visual Helper - To Be Commented. */    
    /*border-top: 2px solid #FF0000;*/
}

.page-header-content {
    width: 1200px;
    height: 54px;
    position: relative;
    margin: 0 auto;
    padding-top: 10px;
    
    color: #FFFFFF;
    text-align: center;
    font-size: x-large;
    font-family: Helvetica, Arial, sans-serif;

    /* Visual Helper - To Be Commented. */
    /*border: 3px solid #00FF00;*/
}

.page-header-usr-info {
    vertical-align: middle;
    float: right;
    font-size : medium;
    
    /* Visual Helper - To Be Commented. */
    /*border: 2px solid #00FF00;*/ 
}

/* -------------------- << << Navigation Bar >> >> -------------------- */

.nav-bar {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom: 3px solid #ffd700;
}

.nav-bar-content {
    width: 1200px;
    height: 45px;
    padding: 5px 5px 5px 0px;
    margin: 0 auto;

    /* Visual Helper - To Be Commented. */
    /*border: 2px solid #00FF00;*/  
}

.nav-bar-btn {
    float: right;
    margin-right: 10px;
}

/* -------------------- << << Main Body >> >> -------------------- */

.cycore-container {
    width: 1200px;
    margin-top: 10px;
    
    /* Visual Helper - To Be Commented. */
    /*border: 1px solid;*/
}

.totp-verification {
    color: #FF0000;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 12px;
    text-align: center;
}

/* -------------------- << << Boxes (Width) >> >> -------------------- */

.box {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.box-280 {
    width: 280px;
}

.box-320 {
    width: 320px;
}

.box-400 {
    width: 400px;
}

.box-480 {
    width: 480px;
}

.box-600 {
    width: 600px;
}

.box-800 {
    width: 800px;
}

.box-960 {
    width: 960px;
}

/* -------------------- << << Height >> >> -------------------- */

.height-100 {
    height: 100px;
}

.height-280 {
    height: 280px;
}

.height-400 {
    height: 400px;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}


/* -------------------- << << Page Footer >> >> -------------------- */

.page-footer {
    width: 1200px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    
    border-top: 3px solid #BBB;
    border-bottom: 1px solid #BBB;
} 

.page-footer-content {
    padding: 10px 10px 10px 10px;
    color: #999999;
    font-size: small;
}

/* -------------------- << << Table >> >> -------------------- */

.tbl-borderless > thead > tr > th,
.tbl-borderless > thead > tr > td,
.tbl-borderless > tbody > tr > th,
.tbl-borderless > tbody > tr > td,
.tbl-borderless > tfoot > tr > th,
.tbl-borderless > tfoot > tr > td
{
    border: none !important;
}

/* -------------------- << << Border >> >> -------------------- */

.border-clr-blk {
    border-color: #000000;
}

.border-clr-blue {
    border-color: #0000FF;
}

.border-clr-red {
    border-color: #FF0000;
}

.border-clr-grn {
    border-color: #00FF00;
}

.borderless-all {
    border: none;
}

.borderless-top {
    border-top: none;
}

.borderless-bottom {
    border-bottom: none;
}

.borderless-left {
    border-left: none;
}

.borderless-right {
    border-right: none;
}

.border-all-1px {
    border-width: 1px !important;
    border-style: solid;
}

.border-all-2px {
    border-width: 2px !important;
    border-style: solid;
}

.border-all-3px {
    border-width: 3px !important;
    border-style: solid;
}

.border-top-1px {
    border-top-width: 1px !important;
    border-top-style: solid;
}

.border-top-2px {
    border-top-width: 2px !important;
    border-top-style: solid;
}

.border-bottom-1px {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
}

.border-bottom-2px {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
}

.border-left-1px {
    border-left-width: 1px !important;
    border-left-style: solid;
}

.border-left-2px {
    border-left-width: 2px !important;
    border-left-style: solid;
}

.border-right-1px {
    border-right-width: 1px !important;
    border-right-style: solid;
}

.border-right-2px {
    border-right-width: 2px !important;
    border-right-style: solid;
}

.border-right-3px {
    border-right-width: 3px !important;
    border-right-style: solid;
}

/* -------------------- << << Background Color >> >> -------------------- */
.background-none {
    background: none !important;
}

.background-clr-wht {
    background-color: #FFFFFF !important;
}

.background-clr-blk {
    color: #FFFFFF !important;
    background-color: #000000 !important;
}

.background-clr-primary {
    color: #FFFFFF !important;
    background-color:#2b669a !important;
}

.background-clr-grn {
    color: #000000 !important;
    background-color: #10D000 !important;
}

.background-clr-danger {
    color: #FFFFFF !important;
    background-color: #FF0000 !important;
}

.background-clr-ylw {
    color: #000000 !important;
    /*background-color: #ffd700 !important;*/
    background-color: yellow !important;
}

/* -------------------- << << File Upload Button >> >> -------------------- */

.btn-file-upload {
    position: relative;
    overflow: hidden;
    /*cursor: inherit;*/
}

.file-upload {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: inherit;
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*font-size: 100px;*/
    /*outline: none;*/
    /*background: white;*/
    /*display: block;*/
}

/* -------------------- << << Font >> >> -------------------- */
.font-default {
    font-family: sans-serif;
}

.font-mono {
    font-family: monospace;
}

/* -------------------- << << Font Color >> >> -------------------- */

.font-clr-blk {
    color: #000000 !important;
}

.font-clr-danger {
    color: #FF0000 !important;
}

.font-clr-grn {
    color: #00FF00 !important;
}

.font-clr-org {
    color: #FF6600 !important;
}

.font-clr-primary {
    color: #2b669a !important;
}

.font-clr-wht {
    color: #FFFFFF !important;
}

/* -------------------- << << Font Size, Weight >> >> -------------------- */

.font-size-10 {
    font-size: 10px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-sm {
    font-size: small !important;
}

.font-size-md {
    font-size: medium !important;
}

.font-size-lg {
    font-size: large !important;
}

.font-wgt-bold {
    font-weight: bold !important;
}

/* -------------------- << << Text Alignment >> >> -------------------- */

.text-alg-left {
    text-align: left !important;
}

.text-alg-center {
    text-align: center !important;
}

.text-alg-right {
    text-align: right !important;
}

.ver-alg-top {
    vertical-align: top !important;
}

.ver-alg-mdl {
    vertical-align: middle !important;
}

.ver-alg-btm {
    vertical-align: bottom !important;
}

/* -------------------- << << Padding >> >> -------------------- */

.pad-all-5 {
    padding: 5px !important;
}

.pad-all-10 {
    padding: 10px !important;
}

.pad-all-20 {
    padding: 20px !important;
}

.pad-left-5 {
    padding-left: 5px !important;
}

.pad-left-10 {
    padding-left: 10px !important;
}

.pad-left-20 {
    padding-left: 20px !important;
}

.pad-right-5 {
    padding-right: 5px !important;
}

.pad-right-10 {
    padding-right: 10px !important;
}

.pad-right-20 {
    padding-right: 20px !important;
}

.pad-top-5 {
    padding-top: 5px !important;
}

.pad-top-10 {
    padding-top: 10px !important;
}

.pad-top-20 {
    padding-top: 20px !important;
}

.pad-bottm-5 {
    padding-bottom: 5px !important;
}

.pad-bottm-10 {
    padding-bottom: 10px !important;
}

.pad-bottm-20 {
    padding-bottom: 20px !important;
}

/* -------------------- << << Search Box >> >> -------------------- */

.search-box-grp input {
    border-right: 0px !important;
    box-shadow: 0 0 0 !important;
    border-color: #FDD017 !important;
}

.search-box-grp input:focus {
    outline: none !important;
}

.search-box-grp .input-group-addon {
    /*background-color: #FFFFFF !important;*/
    background-color: #FDD017;
}

.search-box-grp button {
    border: transparent !important;
    background-color: transparent !important;    
}

/* -------------------- << << MISC >> >> -------------------- */

.reqIndicator {
    color: #FF0000 !important;
    font-weight: bold !important;
}

/*input:required {
    border-color: #FF0000;
    box-shadow: 0 0px 5px rgba(207, 220, 0, 0.4);  box-shadow: right bottom ... 
}*/

/*select:required {
    border-color: #FF0000;
    box-shadow: 0 0 5px rgba(207, 220, 0, 0.4);
}*/

.cursor-pntr {
    cursor: pointer !important;
}

.dis-block {
    display: block !important;
}

/* -------------------- << << Public Survey >> >> -------------------- */

.survey-token {
    color: #0000FF;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 12px;
    text-align: center;
}


@media print {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    
    .fa-inverse:before {
        color: red !important;
    }
}

/* -------------------- << << Tests & To-Be-Deleted >> >> -------------------- */

.left-border {
    border-left: solid 1px !important;
}

.cycore-container-tbd {
    width: 1200px !important;
    margin-top: 10px !important;
    
    /* Visual Helper - To Be Commented. */
    border: 1px solid !important;
}

.totp-num {
    width: 40px !important;
    height: 50px !important;
    color: #FF0000 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    text-align: center !important;
}

.totp-num-all {
    color: #FF0000 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    letter-spacing: 12px !important;
    text-align: center !important;
}

.btn-width-100 {
    width: 100px !important;
}

.btn-height-100 {
    height: 100px !important;
}
