
.baseClass{
    font-family: 'Avante Garde', sans-serif;
}

div#banner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1D2B36;
    width: 100%;
    height: 100px;
}

div#banner-content {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #000;
    position: relative;
}

.banner-head {
    height:100px;
}

div#main-content {
    padding-top: 70px;
}

div#logo{
    content:url(/images/DataPoint.png);
    margin-top: 10px;
    margin-left: 60px;
    max-width:150px;
    min-width:100px;
}

div#username
{
    font-size: 1em;
    color:white;
    font-style: normal;
    margin-top: 30px;
    margin-right:10px;
    float:right;
    text-align: right;
}

div#loggedIn
{
    content:url(/images/Dude.png);
    margin-top: 25px;
    margin-right: 20px;
    float:right;
}

.center {
    margin: 0 auto;
}

.half{
    width: 50%;
}

.contentWidth{
    width: 95%;
}


.white{
    background-color: white;
    color: black;
}

.black{
    background-color: black;
    color: white;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.loginSpace{
    background-color: #F0F3F4;
    height: 50px;
}

.loginBackground
{
    margin-top: 100px;
    background-image: url('/images/login/background.jpg');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    width:100%;
    height:520px;
}

div.passwordBox
{
    border-radius: 5px;
    width: 370px;
    height: 240px;
    background-color: white;
    border-color: #DEE6DB;
    border-width: 2px;
    margin: 0 auto;
    border-style: solid;
}

.btn2{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}

.btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0px 0;
    font-size: 12px;
    border-radius: 10px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

input.username{
    background-image: url(/images/login/User.png);
    background-repeat: no-repeat;
    text-indent: 40px;
    background-color: #DADADA;
    background-position: 20px, 10px;
    width:360px;
}

input.username:focus{
    background-image: none;
    text-indent: 0px;
}

input.password{
    background-image: url(/images/login/Lock.png);
    background-repeat: no-repeat;
    text-indent: 40px;
    background-color: #DADADA;
    background-position: 20px, 10px;
    width:360px;
}

input.password:focus{
    background-image: none;
    text-indent: 0px;
}

button.login{
   border:2px solid #145D9D;
    webkit-box-shadow: #B4B5B5 11px 11px 11px  ;
    -moz-box-shadow: #B4B5B5 11px 11px 11px ;
    box-shadow: #B4B5B5 3px 3px 3px  ;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:12px;
    font-family:arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration:none;
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #FFFFFF;
    background-color: #2C79BF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2C79BF), to(#1A64A7));
    background-image: -webkit-linear-gradient(top, #2C79BF, #1A64A7);
    background-image: -moz-linear-gradient(top, #2C79BF, #1A64A7);
    background-image: -ms-linear-gradient(top, #2C79BF, #1A64A7);
    background-image: -o-linear-gradient(top, #2C79BF, #1A64A7);
    background-image: linear-gradient(to bottom, #2C79BF, #1A64A7);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2C79BF, endColorstr=#1A64A7);
    width: 75px;
    text-align: center;
}
button.login:hover{
    border:2px solid #19446c;
    background-color: #1A64A7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A64A7), to(#2C79BF));
    background-image: -webkit-linear-gradient(top, #1A64A7, #2C79BF);
    background-image: -moz-linear-gradient(top, #1A64A7, #2C79BF);
    background-image: -ms-linear-gradient(top, #1A64A7, #2C79BF);
    background-image: -o-linear-gradient(top, #1A64A7, #2C79BF);
    background-image: linear-gradient(to bottom, #1A64A7, #2C79BF);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1A64A7, endColorstr=#2C79BF);
    text-decoration: none;
    color: #FFFFFF;
}

hr.main {
    border: 0;
    width: 100%;
    color: #EBEBEB;
    background-color: #EBEBEB;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 10px;
}


.select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.select select {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #e6e6e6;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}

.select select:disabled {
    pointer-events: none;
    opacity: .5;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

div.status
{
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100px;
    height:22px;
    font-size: smaller;
}

div.status0{
    background-color: #8BC253;
}

div.status0:before{
    content: 'Created';

}

.overlayContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div.status1{
    background-color: #FBC62E;
}

div.status1:before
{
    content: 'Invited';
}

div.status2{
    background-color: #A56CDB;
}

div.status2:before
{
    content: 'Downloaded';
}

div.status3:before {
    background-color: #1173B9;
}

div.status3:before
{
    content: 'Synched';
}

div.status4:before {
    background-color: #E5242A;
}

div.status4:before
{
    content: 'Failed Sync';
}

.k-menu .k-state-selected> .k-link {
    color: lightcoral;
}

.gridText{
    display:flex;
    align-items:center;
    justify-content: flex-end;
    height:48px;
}

.icon-button{
    background: none;
    border: none;
}

.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 6px;
    border-radius:0 6px 6px 6px;
}
.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:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.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;
}

.ng-valid[required], .ng-valid.required  {
    border-left: 5px solid #42A948; /* green */
  }
  
  .ng-invalid:not(form)  {
    border-left: 5px solid #a94442; /* red */
  }

td.pending-sites--practice-name {
    min-width: 225px; 
    max-width: 350px; 
    display: block;
}

td.pending-sites--email {
    max-width: 200px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}