html {
    height: 100%;
    width: 100%;
    overflow-x: auto;
    font-family: 'Open Sans', sans-serif;
}

body {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    font-size: 12px;
    min-width: 1150px;
    /* Suppose you want minimum width of 1000px */
    width: auto !important;
    /* Firefox will set width as auto */
    width: 1150px;
    /* As IE6 ignores !important it will set width as 1000px; */
    font-family: 'Open Sans', sans-serif;
    padding-top: 53px;
}

/*nav bar */

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 99%;
  padding-left: 5px;
  width: 9em;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: 1px solid #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}

.account-wall {
  margin-top: 120px;
  padding: 40px 0px 20px 0px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.account-button {
  border-radius: 2px;
  padding: 5px;
  background-color: #0173C7;
}

.prompt {
  padding: 5px;
  text-align: center;
}

.confirm {
  padding-top: 80px;
}

.account-icon {
  font-size: 30px !important;
  color: green;
}

.login-title {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.profile-img {
  width: 70%;
  margin: 0 auto 10px;
  display: block;
}

.need-help {
  margin-top: 10px;
}

.new-account {
  display: block;
  margin-top: 10px;
}

/* Sing in Page Css End*/


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 0.1em .5rem;
}

.form-control-sm {
  border-radius: 0px;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.nav>li>a:hover,
.nav>li>a:focus {
  color: #91D2FF !important;
  text-decoration: none;
  background-color: #0173C7
}

.nav-tab {
  color: white;
  font-size: 13px;
  font-weight: 600;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #0173c7;
  border-color: #337ab7;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 3px 0px;
    overflow: hidden;
    background-color: #e5e5e5;
}
.ui-drop-main {
  font-size: 14px;
}

.waterford_navbar {
    background-color: #0173C7;
    margin-bottom: 0;
    border-radius: 0 !important;
    min-height: 50px;
    z-index: 1 !important;
}

.panel.with-nav-tabs .panel-heading {
  padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
  border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px;
}

/*** PANEL PRIMARY ***/

.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
  color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #428bca;
  border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  background-color: #4a9fe9;
}

/*custom*/

.panel {
  margin-bottom: 0 !important;
  background-color: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary>.waterford_panel-heading {
  color: #fff;
  background-color: #0173C7;
  border-color: #0173C7;
  padding: 20px 5px 0 5px;
  ;
  height: 50px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
}

.nav>li>a {
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu {
  right: -15px;
  top: 33px;
  left: auto;
  border-radius: inherit;
}

.ad-login {
    border-color:#8c8c8c;
    border-style: solid;
    border-width: 1px;
    width: 215px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    line-height: 41px;
    color: #5e5e5e;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

    .ad-login:hover, .ad-login::selection {
        text-decoration: none;
        font-weight: 600;
        color: #5e5e5e;
    }

.alt-logins :not(:first-child) {
    margin-top: 15px;
}

.clickable {
    cursor: pointer;
}
