/*  
 * Please do not add css styles to this file if they can
 * be added to more relevent file.
 */


/* 
 * Commented Out Note
 * Things commented out in this document are redundent
 * and are in non-overriting files. Global CSS elements
 * are being overwritten in this file. If global changes
 * need to be made, they should be done in the apprpriate
 * file and not in custom.css. main.css is a global CSS.
 *
 */
 
 /*Global header drop down menu style*/ 
.mainSection{ background: none repeat scroll 0 0 #fff;overflow: hidden;padding:0px 0 5px 0; min-height:385px;}
.btn-group.open .dropdown-toggle{box-shadow:none}
.dropdown-toggle{padding:4px 0 0}
.dropdown-menu{ padding: 0px;min-width:100px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.176);  font-size: 12px;}
.dropdown-menu li{border-bottom: 1px solid #ddd;}
.dropdown-menu > li > a{color: #333 !important;;padding: 5px 20px 5px 10px;text-align: left;}
    .profile .dropdown-menu {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.176);
    font-size: 12px;
    left: auto;
    min-width: 100px;
    padding: 0;
    right: 0;
}
.btn:active, .btn.active{box-shadow:none}

a:hover, a:focus{text-decoration:none}

/* Overlay style */
.overlay {background: none repeat scroll 0 0 #000;bottom: 0;left: 0;opacity: 0.5;position: fixed;right: 0;top: 0;z-index:99;}
.overlayTemp {background:none repeat scroll 0 0 #000;bottom: 0;left: 0;opacity: 0;position: fixed;right: 0;top: 0;z-index:99;}

/* edit button */
.edit_btn{background: none repeat scroll 0 0 transparent;border: medium none;color: #444;float: right;font-size: 16px;text-shadow: 0 1px 0 #e2e2e2;}

