
@font-face {
    font-family: segoe-ui;
    src: url('../../Fonts/segoe-ui.ttf') format('truetype');
}@font-face {
	font-family: GOTHIC;
	src: url('../../Fonts/GOTHIC.eot'), url('../../Fonts/GOTHIC.TTF') format('truetype');
}

html {
    overflow-y: scroll;
}
html,
body {
    /*background: url(../../Images/bg-main.png); /* For IE 6 and 7 */
    /*20160810 CMGC Start*/
    background: url(../../Images/bg-gray.jpg) no-repeat center center fixed;
    background-size: cover;
    /*background: rgb(0, 65, 145);*/
    /*20160810 CMGC End*/
    color: #444;
    font-size: 85%;
    /*font-family: ufontscomavenir35light !important;*/
    /* The html and body elements cannot have any padding or margin. */
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    line-height: normal;
    text-align: left;
}

p {
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
/*20160810 CMGC Start*/
/*a {
    color: #e11428;
}
a:hover, a:focus {
    color: #e22b3c;
}
.btn-primary {
    background-color: #e11428;
    border-color: #d11124;
    color:#fff;
}
.btn-primary:hover {
    background-color: #d11124;
    border-color: #bc0f20;
}
.btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
    background-color: #e22b3c;
    border-color: #e11428;
}*/
/*20160810 CMGC End*/
/*Start of Custom input*/
.input-sm {
height: 27px; /*<-- Textbox height*/
padding: 5px 10px;
font-size: 0.929em !important;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 27px; /*<-- Dropdown height*/
line-height: 30px;
font-size: 0.929em !important;
padding: 5px 5px;
}
.input-group-addon {
font-size: 0.929em !important; /*<-- Calendar or whatever add-ons height*/
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
}

textarea.input-sm {
    font-size: 0.929em !important;
    /*height: auto;*/
}

.sys-input-xs {
    width: 130px !important;
}
.sys-input-sm {
    width: 200px !important;
}
/*End of Custom input*/


.article-cont {
}


.article-info p {
    color: #999999;
    font-size: 0.9em;
    margin: 0;
}

.article-info .createdBy {
    margin-top: 10px;
}

/*Start of Role Container*/

.dataCont {
    margin-bottom: 20px;
}

.role-list {
    margin-top: 20px;
}

    .role-list li label {
        font-weight: normal !important;
    }

    .role-list li a i {
        font-size: 5em;
        width: 80px;
        height: 78px;
        margin-bottom: 10px;
        margin-right: 10px;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: solid #fff 5px;
        left: -5px;
        background: #fff;
    }

.role-i-employee {
    padding: 6px 0 0 12px;
}

.role-i-coordinator {
    padding: 6px 0 0 12px;
}

.role-i-approver {
    padding: 4px 0 0 10px;
}

.role-i-immediate-sup {
    padding: 4px 0 0 5px;
}

.role-i-intermediate-sup {
    padding: 4px 0 0 5px;
}

.role-i-boss {
    padding: 8px 0 0 6px;
}

.role-header {
    color: #7f7f7f;
}

.role-label {
    position: relative;
    top: -40px;
    font-size: 1.3em;
}


.task-list-header-container {
    text-align: center;
}

    .task-list-header-container h3 {
    /*20160810 CMGC*/
        color: #428bca;
        /*color: #e11428;*/
    }

.task-list-details-container {
    /*20160810 CMGC*/
    /*color: #428bca;*/
    color: #e11428;
    font-size: 1.3em;
    margin-top: 10%;
}

    .task-list-details-container li {
        border-bottom: solid 1px #eeeeee;
        padding: 5px 0 5px 0;
    }
    .task-list-details-container li ul {
        /*border-bottom: solid 1px #eeeeee;*/

        
    }
        .task-list-details-container li ul li{
           border-bottom: solid 1px #fff;
            margin: 0;
            padding: 0;
            list-style-type: square;
        }

        .task-list-details-container li a {
            
        }
/*End of Role Container*/

@media (max-width: 1200px) {
    .table-responsive {
        overflow-x: scroll;
    }
}

/*Start of Mobile View */
@media (max-width: 767px) {
    #divLeaveCredits {
        position: relative;
    }
}
/*End of Mobile View */


/*Start of Tablet View */
@media (min-width:768px) {
    .container {
    width: 750px;
    }

    .form-horizontal .control-label {
        text-align: left !important;
    }

    .empInfoTable {
        min-width: 100% !important;
    }

    .table-width-min {
        min-width: 100% !important;
    }

    #divCreditSummary {
        position: absolute;
    }
}
/*End of Tablet View */


/*Regular Desktop View*/
@media (min-width: 992px) {
    .container {
    width: 970px;
    }

    .empInfoTable {
    min-width: 100% !important;
    }

    .table-width-min {
        min-width: 100% !important;
    }


    /*.form-label {
        width: 150px !important;
        text-align: left !important;
        float: left !important;
        margin: 0 0 0 10px;
    }*/
    .form-group {
        margin-bottom: 20px !important;
    }

    /*20140915 FSP*/
    .form-group-mini {
        margin-bottom: 10px !important;
    }

    .article-action {
        margin-top: 0px !important;
        position: relative;
        top: 70px;
    }

    .system-action {
        float: right !important;
    }

    .article-action i {
        font-size: 14px !important;
    }

    .btn-system {
        color: #fff5a0;
        padding: 5px 15px 5px 15px;
        margin: 0 3px 0 3px !important;
        min-width: 100px;
    }

    .tab-label {
        position: relative !important;
        top: 40px !important;
        text-transform: uppercase;
        margin: 10px 0 10px 0;
        font-weight: bold;
        font-size: 1.143em !important;
    }


    #popUpLogin {
        min-width: 300px !important;
        max-width: 320px !important;
        z-index: 2000 !important;
    }

    .tab-location {
        float: right !important;
    }

    #modalLogin .modal-dialog {
        width: 300px;
    }

    .role-container {
        border-left: solid 1px #eeeeee;
    }


    .task-list-details-container {
        margin-top: 5% !important;
    }

        .task-list-details-container li {
            border-bottom: solid 1px transparent !important;
            padding: 5px 0 5px 0;
        }
        .task-list-details-container li ul {
           
        }
        .task-list-details-container li ul li {
           border-bottom: solid 1px #fff !important;
        }
         


    .role-list li a i {
        font-size: 5em !important;
        width: 80px !important;
        height: 78px !important;
        margin-bottom: 10px !important;
        margin-right: 10px !important;
        -moz-box-shadow: 0 0 5px #ccc !important;
        -webkit-box-shadow: 0 0 5px #ccc !important;
        box-shadow: 0 0 5px #ccc !important;
        border: solid #fff 5px !important;
        left: -5px !important;
        background: #fff !important;
    }

    .role-i-employee {
        padding: 6px 0 0 12px !important;
    }

    .role-i-coordinator {
        padding: 6px 0 0 12px !important;
    }

    .role-i-approver {
        padding: 4px 0 0 10px !important;
    }

    .role-i-immediate-sup {
        padding: 4px 0 0 5px !important;
    }

    .role-i-intermediate-sup {
        padding: 4px 0 0 5px !important;
    }

    .role-i-boss {
        padding: 8px 0 0 6px !important;
    }

    .role-header {
        color: #7f7f7f;
    }

    .role-label {
        position: relative;
        top: -40px !important;
        font-size: 1.3em;
    }

    .form-horizontal .control-label {
        text-align: left !important;
    }

    /*#dummy {
    display: none !important;
}*/
    .table-ss {
        width: 100%;
        border-color: white;
    }
}

/*#dummy {
    display: block;
}*/


/*Large Desktop View*/
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1250px;
    }
}
/*Large Desktop View*/



#popUpLogin {
    min-width: 100%;
    position: relative;
    top: 10px;
    z-index: 1000;
}

.article-action {
    float: left;
    margin-top: 10px;
}

    .article-action i {
    /*20160810 CMGC*/
        /*color: #428bca;*/
        color: #e11428;
        cursor: pointer;
        font-size: 20px;
        margin-left: 3px;
        margin-right: 3px;
    }

        .article-action i:hover {
            color: #2a6496;
        }

.btn-system {
    /*20160810 CMGC*/
    /*color: #fff5a0;*/
    color:#fff;
    padding: 5px 15px 5px 15px;
    margin: 5px 3px 3px 0px;
    min-width: 70px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.system-action {
    float: left;
}

.tab-label {
    text-transform: uppercase;
    margin: 10px 0 10px 5px;
    font-weight: bold;
}

.tab-location {
    float: left;
}

.smart-employee-id-cont {
    position: relative;
    top: -62px;
}

.sidebaremployee {
    margin-top: 5px;
}

.sidebaremployeename {
    font-size: 1.5em;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebaremployeepic {
    height: 120px;
    width: 120px;
    /*border: 1px solid #0568b3;*/
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}

.quick-links {
}

    .quick-links li {
        border-bottom: dotted 1px #eeeeee;
        margin: 5px 0 5px 0;
        padding: 0px 0 5px 0;
    }

        .quick-links li i {
            font-size: 1em;
            margin-right: 6px;
            color: #7f7f7f;
        }
/*GLOBAL STYLE*/








/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    /*margin: 0 auto -60px;*/
    margin: 0 auto 0; /*20151019 JHVCR - fix for DTR Timesheet footer fix.*/
    /* Pad bottom by footer height */
    padding: 0 0 60px;
    /*background: url(../../Images/bg-header.jpg) center -30px no-repeat;*/
}



    /* Custom page CSS
-------------------------------------------------- */
    /* Not required for template or sticky footer method. */

    #wrap > .container {
        /*padding: 0 15px 0;*/
        padding: 5px 15px 0;
    }

.dataCont {
    min-height: 300px;
    padding: 10px;
    /*background-color: white;*/
    background: rgba(255,255,255,0.6);
}

#footer > .container > .dataCont {
    background-color: #f5f5f5;
  min-height: 150px;/*20160816 CMGC Changed height from 110 to 150*/
    margin-bottom: 0;
}

.breadcrumb {
    padding: 0px 0px;
    margin: 0 0 10px;
    list-style: none;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.container .text-muted {
    margin: 20px 0;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

code {
    font-size: 80%;
}



.table-responsive {
    border: 1px solid #fff;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}

.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
    background-color: #f9f9f9;
}

.tablesorter-header  {
    border-top: 1px solid #dddddd !important;
}


.table > thead > tr:first-child th,
.table > tbody > tr:first-child th,
.table > thead > tr:first-child td,
.table > tbody > tr:first-child td {
    border-top: 0px solid #dddddd;
}

.nav-tabs > li > a {
    border-bottom: 1px solid #dddddd;
}

.navbar-custom .navbar-link:hover {
    color: #fff5a0;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff5a0;
    background-color: #333333;
}

.dropdown-menu {
    background-color: #333333;
    border-top: solid 1px #333333;
}

    .dropdown-menu > li > a {
        color: #fff;
        padding: 8px 10px 8px 10px;
    }

        .dropdown-menu > li > a:hover {
            color: #fff5a0;
            background-color: #333333;
            /*background-color: #4190C8;
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4E9FD6), to(#327EB6));
        background-image: -webkit-linear-gradient(top, #4E9FD6, 0%, #327EB6, 100%);
        background-image: -moz-linear-gradient(top, #4E9FD6 0%, #327EB6 100%);
        background-image: linear-gradient(to bottom, #4E9FD6 0%, #327EB6 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E9FD6', endColorstr='#327EB6', GradientType=0);*/
        }




.page-header {
    padding-bottom: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #eeeeee;
}

    .page-header .title {
    /*20160810 CMGC*/
        color: #428bca;
        /*color: #e11428;*/
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

    }

.popup {
    /*border-color: #428bca;*/
    z-index: 2000;
}

#modalLogin .modal-dialog {
    z-index: 1000;
}

/*START OF ONBOARDING*/
#onboardingCont {
    background-image: url(../../Images/system-img/bg-onboarding.jpg);
    color: #BDA94A;
}

.btn-custom-onboarding.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-custom-onboarding {
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #b09d43;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-image: linear-gradient(to bottom, #bda94a, #9b8a39);
    border-left-color: #9b8a39;
    border-right-color: #9b8a39;
    border-top-color: #9b8a39;
    border-bottom-color: #635824;
}

    .btn-custom-onboarding:hover,
    .btn-custom-onboarding:focus,
    .btn-custom-onboarding:active,
    .btn-custom-onboarding.active,
    .btn-custom-onboarding.disabled,
    .btn-custom-onboarding[disabled] {
        color: #ffffff;
        background-color: #9b8a39;
        *background-color: #897a32;
    }

    .btn-custom-onboarding:active,
    .btn-custom-onboarding.active {
        background-color: #76692b;
    }
    .onboarding-task-list-cont .task-header {
        
        font-size: 1.125em;
    }
        .onboarding-task-list-cont .task-header > li:first-child {
             margin-top: 0px;
        }
        .onboarding-task-list-cont .task-header > li {
        margin-top: 5px;
    }
    
    .onboarding-task-list-cont .task-details {
        font-size: 0.938em;
        padding-right: 10px;
    }
    .onboarding-task-list-materials {
        
    }
        .onboarding-task-list-materials ul li:first-child {
            margin-top: 10px;
            /*border-top: dotted 1px rgba(0, 0, 0, 0.1);*/
        }
        .onboarding-task-list-materials ul li {
            padding-top: 6px;
           height: 26px;
           /*border-bottom: dotted 1px rgba(0, 0, 0, 0.1);*/
        
    }
                .onboarding-task-list-materials ul li a {
            
            
    }
        .onboarding-task-list-materials ul li span {
            float: right !important;
        }

    .onboarding-task-list-materials ul li span i {
        margin-right: 10px;
        
    }
    .onbrdng-title {
       
        width: 30%;
       
    }
    .onbrdng-start-date,.onbrdng-due-date {
        
        width: 10%;
    }

#modalMaterial .modal-dialog {
    width: 70% !important;
}
/*END OF ONBOARDING*/








.headerlinks {
    /*margin-top:10px;*/
    /*float: left;*/
    float: right !important;
    width:325px; /*20160224 CMGC Fixed width*//*20160816 CMGC Changed width from 290 to 300*/
}

.form-horizontal .control-label {
    font-size: 0.929em !important;
}

.table-fe tr th span {
    font-size: 11px !important;
}

.table-fe tr td {
    font-size: 11px !important;
}

.for-approval {
    color: #AA0606;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget {
    background-color: #fff !important;
}


/*Global Popup*/
.fe-popUp {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    z-index: 1000;
    padding: 0px 0px 1px 0px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    cursor: move;
    display: none;
}

.fe-popUp-header {
    padding: 8px 5px 8px 10px;
    background-color: #3C8AC2;
}

    .fe-popUp-header span {
        font-size: 14px;
        color: white;
        font-weight: 500;
    }

.fe-popUp-body {
    padding: 5px 3px 0 6px;
    cursor: default;
}

h1,
h2,
h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}
#perfTitle {

    margin-left: 10%;

}
.empInfoTable {
    min-width: 800px;
}
    .table-width-min {
        min-width: 1024px !important;
    }
.anchorLabel {
    font-weight: bold;
}

#modalKra .modal-body
{
   max-height:80%;
}
#modalKra .modal
{
   height:80%;
   width:70%;
   margin-left: -35%; 
}


/*Start of helper class*/
.labelRequire {
    color: #444;
}

.labelOptional {
    color: #727171;
}
.bor-bot {
    border-bottom: solid 1px #fff !important;
}
.btn-system-promt {
     color: black;padding: 3px;min-width: 70px;
}
.progress {
  height: 17px;
   margin-bottom: 0 !important; 
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/*End of helper class*/


.fe-width-xs {
    width: 75px !important; 
}

/*20140401 AEB*/
.fe-frm-multiselect
{
    min-height:130px;
    max-height:130px;
    min-width:200px;
    max-width:200px;
    margin-top:5px;
    font-size:12px;
}

#listSelected, #listOptions
{
    padding:0px !important;
}

/*20140401 AEB End*/

/*20140401 AEB - Loans submodule tables*/
#loansTable1 th,#loansTable2 th, #loansTable1 td, #loansTable2 td  {
    border-top:none;
}
/*20140401 AEB End*/


/*ContactUs*/
/*======================================================*/
.contactUs {
    position: absolute;
    font-size: 10px;
    width: 350px;
    right: 20%;
    z-index: 2000;
    padding: 0px 0px 1px 0px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: none;
}

    .contactUs #contactUsHeader {
        padding: 8px 5px 8px 10px;
        background-color:#3C8AC2;
        margin-bottom: 5px;
        font-size: 14px;
        cursor: move;
        color: white;
        font-weight: bold;
    }

    .contactUs .contactUsTableData {
        margin: 0 5px 5px 5px;
        padding: 0;
    }

        .contactUs .contactUsTableData tr {
        }

            .contactUs .contactUsTableData tr th {
                width: 50px;
            }

            .contactUs .contactUsTableData tr td {
            }

                .contactUs .contactUsTableData tr td #moduleTitle {
                    font-weight: bold;
                    text-decoration: underline;
                    font-style: normal;
                    font-size: 12px;
                    color: #333333;
                }

                .contactUs .contactUsTableData tr td .contName {
                    font-weight: bold;
                    font-style: italic;
                }

.needHelp {
}

    .needHelp a {
    /*20160810 CMGC*/
        /*color: #08c;*/
        text-decoration: underline;
    }

        .needHelp a:hover {
    /*20160810 CMGC*/
            /*color: #0568b3;*/
            text-decoration: underline;
        }


/*======================================================*/

/*MODAL TYPE*/
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:rgba(128, 128, 128, 0.52);
  display:none;
}
  
/*END MODAL TYPE*/

/* 20140618 FSP --- employee time record list popup */
.dtrPopup {
    position: absolute;
    font-size: 10px;
    z-index: 2000;
    padding: 0px 0px 5px 0px;
    text-align: center;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

    .dtrPopup .dtrPopupTableData {
        padding: 0;
    }

        .dtrPopup .dtrPopupTableData tr {
        }

            .dtrPopup .dtrPopupTableData tr th {
                min-width: 75px;
                height: 10px;
                background-color: #3C8AC2;
                color: #fff;
                font-weight: bold;
                font-size: 11px;
                text-align: center;
            }

            .dtrPopup .dtrPopupTableData tr td {
            }
/* 20140618 FSP End */

/*20140811 Survey*/

/*Survey Form*/

#frmCont {
    -moz-min-width:800px;
    -ms-min-width:800px;
    -o-min-width:800px;
    -webkit-min-width:800px;
    min-width:800px;
background-color:#F6F7F8;
}

.questionContainer {
    float:left;
}
    .questionContainer .btn-group > button {
        width: 70px;

    }
    .questionContainer .deleteSelection {
        float:left;
        margin:8px 5px 0 5px;
        vertical-align:middle;
    }

    .questionContainer .btn-group {
        margin: 0 0 0 22px;
    }
.frmFieldHelper {
    margin:0 0 3px 0;
    width:500px;
}
.frmFieldQuestion {
    margin:0 0 3px 0;
    width:800px;
}
.frmFieldOption {
    margin:0 0 3px 0;
    width:300px;
}

.removeQuestion + .tooltip.left .tooltip-inner {
    background-color:#fcf8e3;
    color: #8a6d3b;
    border:solid 1px #faebcc;
  }
.removeQuestion + .tooltip.left .tooltip-arrow {
          border-left-color: #fcf8e3;
          /*border:solid 1px #faebcc;*/
       }

#tblFormCont tr td:hover {
    background-color:#eaeaea;
}

#tblFormCont .trCat10>td {
    border-left:solid 2px blue;
}
#tblFormCont .trCat20>td {
    border-left:solid 2px green;
}
#tblFormCont .trCat30>td {
    border-left:solid 2px red;
}

/*Client Form Design*/
.question-instruction {
    font-size: 16px;
    font-weight: bold;
}
.question {
    font-size: 15px;
}
.table-client-survey {
    background-color: #fbfbfb;
}
.setThisTaTo {
    width: 400px;
    height: 150px;
}

.table-client-survey > thead > tr > th,
.table-client-survey > tbody > tr > th,
.table-client-survey > tfoot > tr > th,
.table-client-survey > thead > tr > td,
.table-client-survey > tbody > tr > td,
.table-client-survey > tfoot > tr > td {
  border-top: 0px solid #dddddd;
}
/*End of Survey Form*/

/*20140924 AEB*/
body.modal-open {
    overflow: visible;
}

.table-hover > tbody > tr:hover th {
    background-color: transparent;
}
/*20140924 AEB End*/



.globalUserInfoCont {
    margin-bottom: 40px;
}

    .globalUserInfoCont h1 {
    }

    .globalUserInfoCont table {
        width: 100%;
        border: 1px solid gray;
        font-size: 12px;
    }

        .globalUserInfoCont table tr {
            width: 100%;
        }

            .globalUserInfoCont table tr th {
                width: 10%;
                text-align: left;
                border-bottom: 1px solid gray;
            }

            .globalUserInfoCont table tr td {
                border-bottom: 1px solid gray;
            }

.tblpadding table tr td {
    padding: 5px;
}

div.indexCont img {
    max-width: 100%;
}

.modal .sys-modal-lg {
    width: 80%;
}

.modal .sys-modal-md {
    width: 70%;
}


/*START of custom CSS for stacked nav-tabs*/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 250px;
  max-width: 300px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
/*END of custom CSS for stacked nav-tabs*/