body {
    padding-top: 10px;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}
/*
datatables pagination cannot showing up
#footer {
    text-align: center; 
    background: #eee; 
    position:fixed;
    left:0px;
    bottom:0px;
    height:30px;
    width:100%;
    background:#999;
}*/

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    pointer-events: none;
    color: #aaa;
    transition: all 200ms;
}

.form-control:focus + .form-control-placeholder {
    color: #000;
    font-size: 75%;
    top: -25px;
}


/* http://docs.jquery.com/UI/Autocomplete#theming*/
.ui-autocomplete { position: absolute; cursor: default; background:#CCC; z-index: 100; }   
ul.ui-autocomplete.ui-menu { position: absolute; cursor: default; background:#CCC; z-index: 100; }   

/* workarounds */
html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.tab-content {
    border: 1px solid #ddd;
    border-width: 0 1px 1px;
    padding: 1px;
}

.nav-tabs {
    margin-bottom: 0;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}
.carousel-inner{
    overflow: visible;
}

.popover-title {
    background: #ffbb33;
}    

.stepwizard-step p {
    margin-top: 20px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/*bootstrap glyphicon-icon position*/
.right-inner-addon {
    position: relative;
}

.carousel {
    width: 600px;
    height: 280px;
}

.carousel-inner{
    overflow: visible;
}
.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}

/*bootstrap confirmation*/
.confirmation {
    width: 200px;
}

/*override bootstrap input padding*/
input.padding-fixer {
    padding: 5px;
}    
.has-feedback .form-control {padding-right:5px !important;}

.table-fixed {
    max-height: 250px;
    overflow: auto;
}

/* Scrollable Table with fixed header*/

/*
.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}


.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
  
}


.table-fixed{
  width: 100%;
  background-color: #f3f3f3;
  tbody{
    height:200px;
    overflow-y:auto;
    width: 100%;
    }
  thead,tbody,tr,td,th{
    display:block;
  }
  tbody{
    td{
      float:left;
    }
  }
  thead {
    tr{
      th{
        float:left;
       background-color: #f39c12;
       border-color:#e67e22;
      }
    }
  }
}
*/
th { font-size: 12px; }
/*td { font-size: 12px; }*/
h5 { font-size: 14px; color:blue}

.focus{border:1px solid red; background-color: #FFCCCC;}

/*Datatables Editor */
td.editable {
    font-weight: bold;
    color: blue;
}

/* Make Select2 boxes match Bootstrap3 heights: */
.select2-selection__rendered {
    line-height: 20px !important;
}

.select2-selection {
    height: 32px !important;
}

.select2-selection__arrow {
    height: 32px !important;
}


/*    --------------------------------------------------
        :: Login Section
        -------------------------------------------------- */
.login_title { font-size: 24px; color:black; margin-bottom:40px;}

#login {
    padding-top: 50px
}
#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
#login h1 {
    color: #1fa67b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom:400px;
    padding-bottom: 10px;
}
#login .form-group {
    margin-bottom: 15px;
    /*border:1px solid #1fa67b;*/
}

#login .title-login {
    width:30px;
    margin-top:-10px;
    margin-left:5px;
    background:white;
}

#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
    text-align: center;
    display: block;
}

/*    --------------------------------------------------
        :: Inputs & Buttons
        -------------------------------------------------- */
.form-control {
    color: #212121;
}
.btn-custom {
    color: #fff;
    background-color: #1fa67b;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}

/*    --------------------------------------------------
    :: Footer
        -------------------------------------------------- */
#footer {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
}
#footer p {
    margin-bottom: 0;
}
#footer a {
    color: inherit;
}


.fullscreen_bg_disabled_dulu {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    background-size: cover;
    background-position: 0% 100%;
    background-image: url('../images/bg_image.jpg');
    /*background-repeat:repeat;*/
    /*background-size: 240px 180px;*/
    background-repeat: no-repeat;
}



.marquee {
    width: 99%;
    margin-left: 10px;
    overflow: hidden;
    border: 0px solid #fff;
    background: #fff;
    font-size: 11px;
    font-family: 'Glyphicons Halflings';
    color: 000;
}

/*fixing issue : additional scrollbar on the fixed column*/
/*https://datatables.net/forums/discussion/26767/rendering-issues-when-using-fixedcolumn-and-scroller-extensions */
div.DTFC_LeftBodyLiner {
    border-right: 1px solid black;
    overflow-x: hidden;
}

.outer-container {
    position : absolute;
    display: table;
    width: 100%; /* This could be ANY width */
    height: 100%; /* This could be ANY height */
    background: #fff;
}

.inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.centered-content {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding : 20px;
    border : 1px solid #000;
}

.container_stepper {
    width: 600px;
    margin: 0px auto; 
}
.progressbar_stepper {
    counter-reset: step;
}
.progressbar_stepper li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar_stepper li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar_stepper li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar_stepper li:first-child:after {
    content: none;
}
.progressbar_stepper li.active {
    color: green;
}
.progressbar_stepper li.active:before {
    border-color: #55b776;
}
.progressbar_stepper li.active + li:after {
    background-color: #55b776;
}