﻿.button {text-align:center;}
input[type="submit"], .btnCreateAccount, .btnSubmit {text-align:center; margin:0 auto; color:#ffffff !important;text-decoration:none; background-color:#07A397; border:0; border-radius:5px; padding:8px 20px; color:#ffffff; font-size:1.1em;}
input[type="submit"].btnGray {background-color:#c2c2c2;}
.btnCreateAccount {width:120px; float:right;}

/*COMBOBOX STYLING START*/
.custom-combobox { position: relative; display: inline-block; width: 100%;}
.custom-combobox-toggle { position: absolute; top: 0; bottom: 0; margin-left: -1px;padding: 0;}
.custom-combobox-input { margin: 0; padding: 5px 10px; width:100%;}
.ui-autocomplete {max-height: 200px; overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}
.ui-widget.ui-widget-content {max-width:100%; border-radius:5px; border:2px solid #009d96; /*padding: 6px 5px 6px 10px;*/
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.custom-combobox-input {height:32px; font-size:13.33px; font-weight:normal; color:#000000; background:none; background-color:#ffffff;}
.custom-combobox-toggle { margin-left: -28px; border: 0 !important; margin-top: 2px; margin-bottom: 2px;}
.ui-tooltip {display:none !important;} /*Hide the "Show All" popup for the drop down arrows*/
.ui-widget.ui-widget-content {background:#ffffff none 50% 50% repeat-x; font-weight: normal; color:#000000;}
.ui-menu .ui-menu-item {font-size:13.33px; font-weight:normal;}
/*COMBOBOX STYLING END*/