/* Author: Louis Holladay
 * Website: AdminDesigns.com
 * Last Updated: 01/01/14 
 
 * This file is reserved for changes made by the user 
 * as it's often a good idea to seperate your work from 
 * the theme. It makes modifications, and future theme
 * updates much easier 
 *
 */

/* These styles have been placed here for
* convience as they have a high chance of being
* changed if one decides to modify the header
-----------------------------------------------*/
.header-btns > div > button:focus {
	color: #666;
}


/* Place custom styles below this line 
---------------------------------------*/

.actions {
    min-width: 146px;
}

.m-r-5 {
    margin-right: 5px;
}
.dropdown-menu>li>a {
    text-align: left;
    padding: 8px 20px;
}
.dropdown-menu>li {
    margin-bottom: 0px;
}
.panel-title {
    line-height: 34px;
}
h4.panel-title {
    color: #666;
}
.panel-heading .panel-field {
    max-width: 50%;
    width: 300px;
}
.panel-group .panel {
    margin-bottom: 35px;
}
.panel .tab-content {
    padding: 0;
    border: 0;
    min-height: 95px;
}




.form-horizontal label {
    font-weight: normal;
}
.required label {
    font-weight: bold;
}
.error-message {
    color: red;
}