﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5%;
    padding-right: 5%;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 80px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.suburb-auto-complete {
    width: 100% !important;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.top-buffer {
    margin-top: 5px;
}

/*.form-control {
    padding:0px;
    margin:0px;
    
}*/

/*Grid link color when a row is selected */
.k-grid .k-state-selected a {  color: #82FFFF; } 
.af-site-header {
    border: solid 1px rgb(200, 200, 200);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 3px;
}

.af-login-panel {
    border: solid 1px rgb(200, 200, 200);
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(239, 239, 239);
}

.af-project-panel {
    border: solid 1px rgb(200, 200, 200);
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(239, 239, 239);
}

.af-background-image {
    /*background-color: #C6DEFF;*/
    background-size: 700px 700px;
    background-position:right;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 40px 50px;
    background-image:url('../Images/ANZSCTS_Background.jpg');
}
.background-image
{
    background-image:url('../Images/background_img.jpg');
	background-repeat: repeat-x;
}

.af-page-container {
    border: solid 1px rgb(200, 200, 200);
    border-radius: 5px;
    padding: 5px;
    margin-top: 3px;
}

.af-form {
    padding-left:15px;
    padding-right:15px;
}

.af-page-header {
    color: #317eac;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    padding: 0px;
    margin: 0px;
    border: 0px;
}


.af-section-header {
    background-color: #044C92;
    /*background-color:#317eac;*/
    color: white;
    border-radius: 4px;
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
    font-weight: bold;
}

.af-section-header-border-red {
    background-color: #044C92;
    /*background-color:#317eac;*/
    color: white;
    border-radius: 4px;
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
    font-weight: bold;
    border: 2px solid red;
}

.af-form-group {
    border: solid 1px rgb(208, 205, 205);
    border-radius: 5px;
    padding: 15px;
    background-color: rgb(239, 239, 239);
}

.af-spacer {
    margin-top: 10px;
}



.EmbeddedViewPlaceholder {
    /*border: 1px solid #d9dada;*/
    /*background-color: #FFFFFF;*/ /*#f1f3f5;*/
    padding: 10px;
    /*margin-right:500px;*/
    margin-bottom: 10px;
}


/* For sticky header */
.goToTop {
  position: fixed;
  top: 0;
  height: auto;
  z-index: 1000;
  margin-left: auto;
  width:90%;
 
}

.goToTopRibbon {
  position: fixed;
  z-index: 999;
  background-color: lightblue;
  width:90%;
}

.goToTopSubMenu {
  position: fixed;
  z-index: 999;
  
  /*width:100%;*/
}

#nav {
    /*width: 100%;*/
}

#patient-ribbon {
    /*width: 1170px;*/
    /*width:100%;*/
}

.control-label {
    text-align: left !important;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

/*@media (min-width: 768px) {
  #nav, #patient-ribbon, #subnav {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #nav, #patient-ribbon, #subnav {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #nav, #patient-ribbon, #subnav {
    max-width: 1170px;
  }
}*/

/* sticky ribbon */


/* end sticky ribbon */

/* End For Sticky header*/




/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

.hide {
    display: none !important;
}
  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }  
}

/* End For Off Canvas*/



/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/*bottom line*/
.bottom-line {
	border-color: #cccccc; 
    border-width: 2px; 
    margin-top: 7px; 
    margin-bottom: 7px;
}

 
/*///////Animated Offcanvas Overlay start*/
#menu {
  position: fixed;
  background-color: #222;
  height: 100%;
  z-index: 10;
  width: 280px;
  color: #bbb;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
 
#menu ul {
  list-style: none;
  margin-top: 0;
  padding: 0
}
 
#menu ul li { border-bottom: 1px solid #2a2a2a; }
 
#menu>ul>li>a { border-left: 4px solid #222; }
 
#menu ul li a {
  color: inherit;
  font-size: 16px;
  display: block;
  padding: 8px 0 8px 7px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
 
#menu ul a i {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
}
 
#menu ul a i[class*='fa-caret'] { float: right; }
 
#menu ul a:hover,
#menu ul a.active {
  background-color: #111;
  border-left-color: #FFCC33;
  color: #FFCC33;
}
 
#menu ul a:hover i:first-child { color: #FFCC33; }

/*///////Animated Offcanvas Overlay end*/
#menu ul li a.active+ul { display: block }
 
#menu ul li ul {
  margin-top: 0;
  display: none;
}
 
#menu ul li ul li { border-bottom: none; }
 
#menu ul li ul li a { padding-left: 30px; }
 
#menu ul li ul li a:hover { background-color: #1A1A1A; }

.left {   z-index: 10;
 
 
  }
 
.show {  margin-left: 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.5); }

.MenuFixed {   
    position:fixed; 
  }

/*Make modal to center of the page*/
 .center-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        /* bring your own prefixes */
        transform: translate(-50%, -50%);       
    }

.MenuItemInactive
{
    text-shadow: 1px 1px rgb(211, 211, 211);
    color: rgb(198, 198, 198)!important;
}
.MenuItemIncomplete
{
    
    color: rgb(136, 0, 0)!important;
}
.MenuItemComplete
{
 
    color: rgb(0, 136, 0)!important;
}
.MenuItemHome
{
 
    color: rgb(49,126,172)!important;
}
 
.legacyPatientRibbon 
{
    background-color: #FEEFB3;
}     

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #178acc;
  border-color:lightslategrey;
  border-width: 3px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thick;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

.checkbox-inline-no-label {
    padding-top: 9px;
}