/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 30, 2018, 3:02:17 PM
    Author     : PHP
*/

input[type="number"] {
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}


.limiterBox
{
    border:1px solid #222;
    border-top:none;
    background-color:#333;
    padding:3px 6px;
    font-size:13px;
    color:#FFF;
    margin-top:6px
}
.limiterBox:after
{
    display:none
}
.limiterBox:before
{
    display:block;
    content:"";
    position:absolute;
    width:0;height:0;
    top:-8px;left:50%;
    margin-left:-5px;
    border-color:transparent transparent #333;
    border-style:solid;
    -moz-border-bottom-colors:#333;
    border-width:0 8px 8px
}
.clear {
    clear: both;
}
.clear5 {
    clear: both;
    height: 5px;
}
.clear10 {
    clear: both;
    height: 10px;
}
.clear15 {
    clear: both;
    height: 15px;
}
.clear20 {
    clear: both;
    height: 20px;
}
.clear25 {
    clear: both;
    height: 25px;
}
.clear30 {
    clear: both;
    height: 30px;
}
.clear40 {
    clear: both;
    height: 40px;
}
.clear50 {
    clear: both;
    height: 50px;
}
label.error  {
    color: #b94a48;
    font-weight: normal;font-size: 12px;
}
.form-control.error {
    border: 1px solid #b94a48;font-size: 12px;
}
.form-control.error, .required {
    border: 1px solid #b94a48;
}
.help-block {
    color: #b94a48;
    text-align: left;font-size: 12px;
}
.has-error .form-control, .has-error .chkbox {
    border: 1px solid #b94a48;
}
.has-error .select2-selection {
    border: 1px solid #b94a48 !important
}
.footerlinks,.copy-right{text-align:right}

@media(max-width:767px){
    .footerlinks,.copy-right{text-align:left;margin:5px 0!important}
    .footerlinks a{width:100%;margin:5px 0!important;padding:0;display:block;}
     #navbar-brand-centered {
        margin-top: 30px;
        background: #fff;
        text-align: center;
        padding-bottom: 20px;
        color: #000;
    }
    .site-nav.navbar-light .navbar-nav .nav-link {
        padding: 8px 12px;
        color: #666;
        text-align: center;
    }
  
}