input[type="text"],
input[type="email"], 
input[type="password"], 
input[type="checkbox"], 
select,
select.form-control,
textarea, 
textarea.form-control {
	height: 24px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    /*font-family: 'Roboto', sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #888;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus,
input[type="email"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

.hs-button{
	height: 32px!important;
    margin: 0!important;
    padding: 0 20px!important;
    vertical-align: middle;
    background: #5ea9dd!important;
    border: 0!important;
    /*font-family: 'Roboto', sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 32px!important;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px!important;
    text-shadow: none!important;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none!important;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
	}

button.btn {
	height: 20px;
    margin: 0;
    padding: 0 15px;
    vertical-align: middle;
    /*background: #5ea9dd;*/
    border: 0;
    /*font-family: 'Roboto', sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #5ea9dd; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #5ea9dd; color: #fff; }
button.btn-primary.disabled{
	background:#999;
	}
button.btn-primary{
	background:#5ea9dd;
	}
button.btn-orange{
	background:#fc7500;
	}
.faClass{
	margin-top:30px;
	}
.faClass a {
	font-size:18px;
	margin:0 5px;
	}
/*---------Dropdown Submenu------*/
.dropdown-submenu {
    position: relative;
}


.dropdown-submenu>.dropdown-menu {
    /*top: 0;
    left: 100%;*/
    margin-top: -6px;
    margin-left: -1px;
   /* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}
.dropdown-menu li {
	display:inline-block;
	}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/*.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}*/

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
#otacAuthenticationPopUp{
	margin-top: -250px;
}

/*.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/