/*
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 : 29 มิ.ย. 2558, 13:23:57
    Author     : Administrator
*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    position: relative;
    min-height: 100%;
}
body {
     Margin bottom by footer height 
    margin-bottom: 60px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;

    #Set the fixed height of the footer here 
    background-image: none;
    background-color: silver;
   
    min-height: 30px;
    padding-top: 5px;
    margin-bottom: -5px;


}*/
body{
    margin-bottom: 50px;
}
#footer nav {
    background-image: none;
    background-color: silver;
    /*min-height: 30px;*/
    height: 30px;
    padding-top: 5px;
    margin-bottom: -5px;


}

/* style readonly for use jquery validate on read-only input  */
.readOnly{background-color: #eee; cursor: not-allowed;} 

/**/
.navbar-nav>li>a.profile-image {
    padding-top: 10px;
    padding-bottom: 10px;
}
.profile-navbar-image img{
    width: 32px;
    height: 32px;
    
    /*margin-bottom: -10px;*/
    vertical-align:middle;
}

/*.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/
.modal-header.bg-primary,
.modal-header.bg-danger,
.modal-header.bg-info,
.modal-header.bg-success,
.modal-header.bg-warning {
    /*--fix the border rounder when add color to modal header--*/
    -webkit-border-top-left-radius: 5;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}