body{
    font-size: 15px;
    font-weight: 300;
}

.badge{
    font-weight: 300;
}

.none-margin{
    margin:0px;
}

.public-body{
    background-color: #FDFDFD;
}

.inside-body{
    background-color: #FAFAFA;
}


.splash-description{
    font-size: 15px;
}


.notFound{
    padding: 150px 0px;
    text-align: center;
}

.notFound h1{
    font-size: 40px;
    padding: 15px 0px;
}
.notFound p{
    color:#95a5a6;
    padding: 0px 0px 15px 0px;
}

.panel-modify{
    border-left: 1px solid #E0E1DB;
    border-right: 1px solid #E0E1DB;
    border-bottom: 1px solid #E0E1DB;
}

.panel-modify-all{
    border: 1px solid #E0E1DB;
}


.panel-modify-foot{

    border-radius: 0px;
}


.panel-modify-foot-body {
    padding: 20px 20px 20px;
}

.widget-modify-all{
    border: 1px solid #E0E1DB;
}

.table-order{
    width:50px;
    padding: 14px 10px;
}

.table > thead > tr > th {
    border-bottom-width: 2px;
    font-weight: 500;
}

.table{
    font-size: 15px;
}
.table > tbody > tr > td{
    font-weight: 300;
}

.table td.first-row{
    border-top: 0px;
}

.table td.property-value{
    padding-left: 20px;
}
.table td.property-name span.property-label{
    font-weight:600;

}

.table-show{
    border-top: 0px;
}

table.table-show > tbody > tr > td{
    border : 0px;
}

.form-group{
    font-size: 15px;
}

label {
  font-size: 15px;
}

.btn{
    font-weight: 200;
}
.btn-mod{
    font-weight: 200;
}

.alert{
    line-height: 15px;
    font-size:15px;
}

.alert .close{
    top:17px;
}
.alert .icon{
    font-size: 20px;
}

ul.errors{
    list-style: none;
}

ul.errors > li{
    color: red;
    line-height: 25px;
}

.avatar{
    border: 1px solid #CCC;
}

.carousel{
    margin-bottom: 25px;
}


.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

ul.advertisement-list-ul{
    list-style: none;
}

.register-menu{
    background-color: #36b057;
    font-weight: 400;
    color: white;
    border-bottom: 1px solid #36b057 ;
}
.navbar-default .navbar-nav > li.register-menu > a {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.be-top-header .navbar-nav > li > a {
    font-size: 15px;
}

.be-user-nav {
    margin-right: -10px;
}

.be-top-header .be-icons-nav {
    margin-right: 5px;
}

.dropdown-menu > li > a {
    font-weight: 200;
    font-size: 14px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 2px;
    color: #808080;
    font-size: 12px;
}

.help-block.text-danger{
    color: #ea4335;
}

.fuelux .wizard label.control-label {
    font-weight: 300;
}

label.uploadBtn input[type="file"] {
    position: fixed;
    top: -1000px;
}

/***** Example custom styling *****/
.uploadBtn {
    border: 1px solid #d5d8de;

    border-radius: 2px;
    margin: 2px;
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
}
.uploadBtn:hover {
    background-color: #EEE;
    cursor: pointer;
}
.uploadBtn:active {
    color: #404040;
    background-color: #fff;
    border-color: #dedede;
}
.uploadBtn :invalid + span {
    font-weight: 200;
    color: #404040;
}
.uploadBtn :valid + span {
    font-weight: 200;
    color: #36b057;
}

#uploadFilePath{
    border: 0px;
}

.first-create-link{
    text-align: center;
    font-size: 25px;
    margin-top: 150px;
    margin-bottom: 250px;
    color:#888;
    line-height: 30px;
}
.panel-long{
    min-height: 960px;
}
.panel-medium{
    min-height: 450px;
}

.program-description{
    min-height: 300px;
    background-color: #FAFAFA;
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #CCC;
}

.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.forgetPassword-div{
    padding-top: 10px;
    margin-bottom: 20px;

}
.clear-both{
    clear: both;
}

.be-user-nav > li.dropdown > a.public-user-show{
    padding-right: 20px;
}

.payment-instruction{
    font-size: 12px;
    color: #888    ;
}

.navbar-header > .brand-logo{
    width: 40px;
    margin-top: 10px;
    height: 40px;
}
.panel-brand-logo{
    width: 42px;
    margin-top: 0px;
    height: 44px;
}

.brand-name{
    font-weight: 500;

}

.be-top-header .navbar-nav > li.brand-name > a{
    font-size: 20px;
}

p.page-description{

}
.account-brand-logo{
    width: 80px;

}

.panel-program-description{
    color: #888    ;
    padding-bottom: 10px;
    font-size: 12px;
}

.page-head-title.global{
    font-size: 22px;
}

p.howto{
    font-size: 14px;
    color: #777;
}

.label{
    font-weight: 200;
}

.sale-area{
    margin: 10px 0;
}

.sale-conclusion-area{
    margin: 0px 0;

}

.sale-conclusion-container {
    min-height: 150px;
    margin-top: 0px;
}

.table-sale th{
    text-align: center;
}

.grand-total td{
    font-size: 25px;
    font-weight: 600;
    border-bottom: 3px double #CCC;
}
.btn-pay{
    padding:13px 0;
    font-size: 20px;
}
td.td-empty{
    font-size: 14px;
    font-style: italic;
    color:#AAA;

}

.table-field{
    padding: 8px;
    height: 30px;
}

.obj-amount-input{
    text-align: center;
    width: 45px;
}

.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image p,
 .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image p{
    font-size: 14px;

}

/* modify pagnination*/
.pagination {
    margin-left: -5px;
}

.pagination>a, .pagination>span {
    position: relative;
    float: left;
    padding: 7px 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
    display: inline-block;
    float: left;
}

.pagination > span.currentStep {
    background-color: #188ae2;
    border-color: #188ae2;
    color: white;
}

.billConclusion{
    font-size: 20px;
}

#customerInfo{
    margin-top: 15px;
    border: 1px solid #DDD;
    padding: 15px;
}

.help-toggle-p i{
    font-size: 25px;
}

.help-toggle{
    display: none;
}

p.help-toggle-p{
    color: #f39c12;
}

#toggleSwitch:checked + span label{
    border-color:#f39c12;
}
#toggleSwitch:checked + span {
    background-color: #f39c12;
}


.toggle-p{
    color: #AAA;
}

#table-sale > thead > tr > th {
    border-bottom-width: 1px;
    font-weight: 500;
    background-color: #EEE;
}

#c-grandtotal, #c-change{
    font-weight: 500;
}

.box-description{
    height: 75px;
}
p.panel-description{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: 54px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-question-set > .panel-heading{
    font-size: 18px;
}


.navbar-nav > li > a {
    color: #ffffff;
}
.navbar-nav > li > a:hover {
    color: #eee;
}

.navbar-nav > li > a.white {
    color: #FFF;
}
.navbar-nav > li > a.white:hover {
    color: #EEE;
}

 a.white {
    color:#FFFFFF;
}

li.ads {
    list-style: none;
}

.fix-width-200{
    width: 200px;
}
@media (max-width: 768px){
    .btn.col-xs-12 {
        margin-top: 5px;
    }
    .text-label.text-right{
        text-align: left;
    }
}

.show-label{
    padding-top:11px;
    padding-bottom: 4px;
}

.form-horizontal .show-text{
    padding: 0px;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; 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: 12px; margin-bottom: 7px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 13px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 40px; 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; }
/*END Form Wizard*/

.table-condensed tbody > tr > td {
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.table-condensed thead > tr > th {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #F7F7F7;
    border-bottom: 0px;
}

.config-name{
    font-size: 13px;
    color:#777777;
}
.table > tbody > tr > td.property-name{
    vertical-align: top;
}

.not-annouce-yet{
    font-style: italic;
    color:#8c8c8c;
    font-size: 13px;
}