﻿
html{
    height:100%
}

body{

height: 100%;

}

hr {
    float: left;
width: 100%;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    margin-bottom: 20px;
}

.container-narrow > hr {
margin: 30px 0;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin a 
{
    float:right
}

.float-left {
    float: left;
}

header .float-left,
header .float-right {
    float: none;
}

.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

#footer {
    background-color:#f5f5f5;
    height:60px;
    font-size: 12px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -60px;
}


.container .credit {
    margin: 15px 0;
}

.footer-links li {
    display: inline;
    padding: 0 2px;
}

.masthead {
    float:left;
    width:100%;
}

.header-links { 
    float:right;
    font-size:smaller
}

.header-links li {
    display: inline;
    padding: 0 2px;
}



#container {
    display: table;
    width:100%;
    }

  #row  {
    display: table-row;
    width:100%;
    }

  #left, #right, #middle {
    display: table-cell;
    }

  #left {
      width:35%;

  }

    #left span {
        font-weight:bold;
        float:right;
    }

  #right {
     width:65%;
     padding-left:5%;
  }

    #right span {
        
        float:left;
    }
  
  .office-info span {
      width:100%;
      float:left;

  }

  
  .table {
      min-height:60px;
  }

.invite-offices, .invite-dentist {
    margin-left:30px;
}

.invite-dentist .row-fluid {
    margin-bottom: 10px;
}

.invite-offices table{
    width: 750px;

}

.action-buttons {
    padding-top:10px;
    padding-bottom:10px;
}

.action-buttons a {
    margin-right:5px;
}


.control-group-hidden {
    display:none;
}

.validate-passcode-success, .validate-passcode-fail {
    display:none;
    width: 100%;
    float: left;
    /*margin-top: 10px;*/
    
    font-weight: bold;
}

.validate-passcode-fail {
    color: #e80c4d;
}

.validate-passcode-success {
   color: #008000;
}


.certificate-div {
   /* width: 70%;*/
   float:left;
   width:100%;
}

.subscriptions-div {
   /* width: 70%;*/
   float:left;
   width:100%;
}

.services-td > div{
    overflow:hidden;
    margin-bottom: 3px;
}
.services-td .service-name{
    width: 40%;
    float: left;
}
.services-td .service-status {
    float: left;
    padding-left: 10px;
}

.services-td .service-status > * {
    float:left;
}

.buttons-div {
    float: right;
}

.info-row {
    overflow: hidden;
    margin-bottom: 10px;
}
.info-row .info-label {
    float: left;
    width: 275px;
    font-weight: bold;
}

.prof-info {
    /*width: 70%;*/
}

.emails-info {
    width: 100%;
    margin-bottom: 20px;
}

.push {
   width: 100%; height: 60px; position: relative; bottom: 0; z-index: -1
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

#general-error-message ul {
    display:none;
}


.validation-summary-valid {
    display: none;
}

input[type="checkbox"] + input[type="hidden"] + label {
    display: inline-block;
    margin-left: 5px;
}



.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
 
    &.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }


    .table .btn {
        margin-right: 5px;
    }

    .consent {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .consent-decision {
        margin-bottom: 5px;
    }

    .ui-autocomplete a {
        text-decoration: none;
    }

    .change-role {
        width: 140px; /* 145*/
    }

    .agreement-div {
        margin-top: 30px;
        margin-bottom: 30px;
    }

.dataTables_filter {
     display: none;
}
.search-container {
    margin-top:20px;
    width: 100%;
    overflow: hidden;
}
.search-div {
    float: left;
    margin-right: 10px;
}

#new-office .control-label {
    width: 183px;
    margin-right:10px;
}

.form-signin .separator
{
    margin-bottom:10px;
}


.splash-div {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

p.nvclogin {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 20px;
}

div.welcome-splash {
    padding-bottom : 40px;
}

.files-display ul {
    padding: 10px;
}

.files-display ul li {
    list-style:none;
}

.MessageDetails tr td {
    vertical-align:top;
}

.MessageDetails > tbody > tr{
    border-bottom:1px solid #dddbdb;
}

.MessageDetails > tbody > tr > td{
    padding:10px;
}

.MessageDetails table{
    margin-bottom:10px;
}

.RemoveBox {
    color:red;
    font-weight:bold;
    text-decoration:underline;
    background-image:url("/img/icon_remove_red.png");
    background-position: 0px 3px;
    background-repeat:no-repeat;        
    padding-left: 20px;
    margin-left: 5px;
}


.FilesList {
    padding-left: 20%;       
    list-style:none;
}

.FileItem {
        
}

.extended {
    width:65% !important;

}

.text-entry {
    width:500px;
    margin-bottom:10px;
    resize: none;
}

.ui-dialog-buttonpane {
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important;
    border-width: thin !important;
}

.control-group.error input[type="submit"]{
    border:1px solid #2e97ce;
    color:#fff;
}
.control-group.error input[type="button"]{
    border:1px solid #636262;
    color:#fff;

}


.tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus 
{
    cursor:pointer !important;

    background-color:#eeeeee;
}
.tabs-left > .nav-tabs .active > a
{
    cursor:default !important;
}



select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

    margin-bottom:0;
}

.control-group {
    margin-bottom:5px !important;
}

.table {
    margin-bottom:0 !important;
}

h5 {
    margin-bottom:5px !important;
}

.mvc-grid-filter {
    height:75% !important;
}

 .payload_nameWidth {
        width:10%;
    }
    .payload_descriptionWidth {
        width:35%;
    }
    .payload_valueWidth {
        width:55%;
        max-width:500px;
    }
