input[type='number'] {

    -moz-appearance:textfield;

}



input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

    -webkit-appearance: none;

} 

/* messager */

.message_wrapper{position: relative; margin:10px 0 10px 0;font-size: 12px;border-radius: 3px;}

.message_wrapper li{padding:8px 15px}

.message_wrapper.alert-danger{

    color:#333;

    background-color: #FEE6E6;

    border: 1px solid #F7C2BA;

}

.message_wrapper.alert-success{

    background-color: #dff0d8;

    border-color: #d6e9c6;

    color: #3c763d;

}

.message_wrapper.alert-warning{

    background-color: #fcf8e3;

    border-color: #faebcc;

    color: #8a6d3b;

}

.message_wrapper.alert-info{

    background-color: #d9edf7;

    border-color: #bce8f1;

    color: #31708f;

}





/* exception error 404 403*/

.exception_error_wrapper{

    margin-top: 8%;

}

.exception_error_code{position: relative;}

.exception_error_code h1{

    font-size:150px;

    font-weight:800;

}

.exception_error_code img{

    left: 200px;

    max-width: 100px;

    position: absolute;

    top: -25px;

}



/*form error*/

.has_error ul{width: 440px;color: #ff3a19;font-size: 14px}

.has_error{border: 1px #ff3a19 solid !important}



/*popup tcAlert*/

#tcAlerts_popup_container #tcAlerts_popup_panel{

    width: 100%;

    margin: 00px 0px 20px 0px;

}



#tcAlerts_popup_container #tcAlerts_popup_panel #tcAlerts_popup_ok{

    color: #fff;

    background-color: #90c31f;

    padding: 8px 35px;

    border: 1px #90c31f solid;

    cursor: pointer;

    font-size: 14px;

    font-weight: bold;

    text-decoration: none;

}

#tcAlerts_popup_container #tcAlerts_popup_panel #tcAlerts_popup_cancel{

    color: #90c31f;

    background-color: #fff;

    padding: 8px 35px;

    border: 1px #90c31f solid;

    cursor: pointer;font-size: 14px;

    font-weight: bold;

    text-decoration: none;

    margin-left:10px;

}



#tcAlerts_popup_container #tcAlerts_popup_title{

    font-size:20px;

    font-weight: normal;

    text-align:left;

    color:#615d5d;

    background-color: #F7FAF8;

    padding:10px 20px 10px 20px;

    

}



#tcAlerts_popup_container #tcAlerts_popup_message{

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    font-size: 20px;

    font-weight: normal;

    padding: 20px;

    margin: 10px 0px;

    line-height:25px;

}



#tcAlerts_popup_content{

    width: 50%;

    background-color: #fff;

    border:1px #90c31f solid;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

} 



.uix-multiselect .group-element .label {

    color: #333!important;

}



.form-edit-footer-btns > .btn {

    margin-right: 10px;

}

.fm-fake-submit-btn{ background-color: #fff !important;}



.btn-gray-o{

    border: 1px solid #ccc;

    color: #ccc;

    font-size: 20px;

    text-align: center;

}



/* pager */

.pagination{text-align: center;display: block;}

.pagination a{ border-radius:4px; padding: 0 6px; background-color: #ECEDEE; height:23px; display:inline-block; line-height:23px; text-align:center; color:#727272; font-family:Verdana; margin:0 5px;}

.pagination a:hover{ color:#FFF; background-color: #4692BF;text-decoration: none}

.pagination strong{ border-radius:4px; padding: 0 6px; color:#1C8ACB; background-color: #d7ecf0;  height:23px; display:inline-block; line-height:23px; text-align:center; font-family:Verdana; margin:0 5px;}

