/************* bootstrap *************/
html,body {
    min-height:100%;
    height:100%;
}
body {
  padding-top: 60px;
}

html {
  position: relative;
  min-height: 100%;
}

.footer {
  /*position: absolute;
  bottom: 0;*/
  margin-top:20px;
  width: 100%;
  height: 60px;
}

.navbar-brand img {
    display:inline;
}

.form-group.required .control-label:after {
  content:"*";color:red;
}
.label.label-lg{
    font-size:125%;
}
.label.label-md{
    font-size:100%;
}


/************* input-group-addon *************/
.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

/************* ime-mode *************/
input.imeActive, textarea.imeActive {
    ime-mode:active;
}

input.imeInActive,textarea.imeInActive {
    ime-mode:inactive;
}

input.imeOff,textarea.imeOff {
    ime-mode:disabled;
}

/************* navbar-left *************/
@media (max-width:767px) {
    .navbar-left {
        margin-left:15px !important;
        float:left !important;
    }
}


/************* Form Wizard *************/
.bs-wizard {margin-top: 40px;}
.bs-wizard { padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


/************* jasny-bootstrap *************/
.navmenu,.navbar-offcanvas {
    width: 250px;
}

#nav-notice {
    width:400px;
    opacity:0.9;
}

.navmenu .collapse {
    display:none;
}
.navmenu .in {
    display:block;
}

/*************** error or information message styles ******************/
.error-message, .information-message
{
    padding: 7px;
    font-size:13px;
    line-height:1.6em;
    margin:5px 0;
}

.error-message p, .information-message p
{
    margin-left:20px;
}

.error-message span, .information-message span
{
    margin-top:2px;
    float: left;
}
.information-message .botton-area 
{
    border-top:1px dashed #e0bc2a;
} 
.error-message .botton-area 
{
    border-top:1px dashed #cd0a0a;
} 
.error-message .botton-area, .information-message .botton-area 
{
    margin:5px 5px 0 0px;
    padding:5px 0 0 15px;
}

/************ information-table ************/
.information-table
{
    margin:5px 0;
    border-collapse:separate;
    border-spacing:0 4px;
}

.information-table td
{
    padding-left:4px;
    padding-top:5px;
}

.information-table th
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color:#666666;
    padding:4px 10px 4px 10px;
    color:#ffffff;
    text-align:center;
    white-space:nowrap;
    width:120px;
}

/************ dropdown-notice ************/

ul.dropdown-notice .dropdown-header {
    font-size:16px;
    padding-left:15px;
    font-weight:bold;
}


ul.dropdown-notice li {
    margin-
    /*padding-right:100px;*/
}

/********* pager ************/
#pager  {
	line-height:20px;
}

#pager #pager-left {
	width:280px;
	float:left;
}
#pager #pager-right {
	width:200px;
	float:right;
	text-align:right;
}

/********* ui-datepicker ************/
.ui-datepicker {
    z-index:1052 !important;
}

/********* ui-dialog ************/
.ui-dialog {
    z-index:1031 !important;
}

/********** nav Header ***********/
#navSide .nav li{
    margin:0 0 0 20px;
    padding:0 0 0 5px;
}

/********** vertical offset ***********/

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

/********** table style ***********/


.table th{
    background-color:#eee;
}

/********** panel style ***********/

.panel-body .form-group{
    margin:-15px 0 -15px 0;
}

/********** yahoo tab ***********/
.yahootab{
    margin-bottom:17px;
}

.navbar{
    background-color:#E7E7DE;
}

.navbar-toggle.btn.btn-primary {
    background-color:#337AB7;
}

.marker {
	background-color: #FFFF00;
}