@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

* {
    margin:0;
    padding:0;
}

/** General Style Info **/
body {
    background: #fff;
    margin: 0;
    font-family: verdana,sans-serif;
    font-size:14;
    color: #000000;
    width: 100%;
    margin: 0 auto;
}
a {
    color: #ffffff;
    text-decoration: none;
    font-family: verdana,sans-serif;
    font-weight: lighter;
    font-size: 14px;
}
a.grey{
    height: 67px;
    background-color: #f1f1f1;
    border: transparent;
    font-family: verdana,sans-serif;
    font-size:14px;
    color: #ffffff;
    padding:8px 30px 9px 30px;
}
/*
@-moz-document url-prefix() {
    a.grey{
    padding:8px 30px;
  }
}*/
a:hover {
    /*color: #367889;*/
    text-decoration:none;
    border: transparent;
}
a img {
    border:none;
}
h1, h2, h3, h4 {
    font-weight: normal;
    margin-bottom:0.5em;
    font-size: 24px;
    font: Verdana, Sans-serif;
    color: Black;
    margin: 10px 0;
}
h1 {
    /*background:#fff;
    color: #003d4c;*/
    font-size: 24;
}
h2 {
    margin: 10px 0;
    font-size: 22px;
}
h3 {
    /*color: #2c6877;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;*/
    font-size: 20px;
}
h4 {
   /* color: #993;*/
    font-weight: bold;
    font-size: 16px;
}
.sectionMenus{border-bottom:1px solid grey;min-width: 950px;}
ul, li {
    margin: 0 12px;
}
p {
    margin: 0 0 1em 0;
}

/** Layout **/
#container {
    /*text-align: left;*/
}

#header{
    /*height: 65px;*/
    background-color: #434343;
}
#header h1 {
   /* background: #434343 url('../img/phoneapp_logo.png') no-repeat left;*/
    color: #fff;
    width: 90%;
    margin: 0 auto;
    background-color: #434343;
}
#header h1 a {
    color: #fff;
    background: #434343;
    font-weight: normal;
    text-decoration: none;
}
#header h1 a:hover {
    color: #fff;
    background: #434343;
    text-decoration: underline;
}
.navigation{
    /*: 40px;*/
    background-color: #f1f1f1;
    border-bottom: 1px solid grey;
    font-family: verdana,sans-serif;
    font-size:14;
    color: #000000;
    margin-bottom: 40px;
    /*Search field border color: #a8a8a8*/
}
table.nav_search tr td{
    width:300px;
}
td.center{
    text-align: center;
}
.navigation button,button.grey,a.grey{

    height:  34px;
    background-color : #434343;
    font-family: verdana,sans-serif;
    cursor:pointer;
    font-size:14px;
}
button.grey,a.grey{ width: 170px;}
.navigation button{ height: 40px; padding : 0px 10px;}
button.light_grey{
    width : 170px;
    height:  34px;
    background-color : #C1BDBD;
    font-family: verdana,sans-serif;
    cursor:pointer;
    font-size:14px;
    border:transparent;
    color:#434343;
}
.orange{
    width : 170px;
    height:  34px;
    background-color : #f2a11d;
    font-family: verdana,sans-serif;
    color:white;
    border:transparent;
    cursor:pointer;
    font-size:14px;
}
.del_grey, .update-record{
    color: #ffffff;
    padding: 9px 29px;
    border: transparent;
    background-color : #434343;
    font-family: verdana,sans-serif;
    color:white;
    cursor:pointer;
    font-weight: normal;
    font-size: smaller;
    text-decoration: none;
}
.nav_options{
    width: 90%;
    margin: 0 auto;
    cursor:pointer;
    white-space:nowrap;
}

.nav_options button{
    color : #ffffff;
    font-weight: lighter;
    text-decoration: none;
}
#HospitalIndexForm div{display:inline;}
.nav_options button,button.grey{
    color: #ffffff;
    border: none;
    background-color : #434343;
}
.nav_options button{
    color: #000;
    border: none;
    margin:0px 5px;
   /* background-color : #434343;*/
    background-color: transparent;
}
.nav_options button:hover,.nav_options button:active,button.grey:hover,.del_grey:hover,.update-record:hover,a.grey:hover,a.nav_grey:hover{
    background-color: #f2a11d;
    color: #fff;
}
.nav_options input{
    width: 38%;
    /*width: 14%;*/
}
input,select{
    width: 296px;
    height: 27px;
    padding: 2px 5px;
    border:1px solid grey;
}
#dept_form select{
    width: 310px;
    border:1px solid grey;
}
textarea{
    border:1px solid grey;
    padding:2px 5px !important;
}
.nav_options input,.nav_options select{
    font-family: verdana,sans-serif;
    display:inline;
    height: 27px;
    padding: 2px 10px;
    margin: 0 2px;
    border-top: none;
    border-bottom: none;
    background: #F1F1F1;
}
.nav_options select{
    width: 17%;
    height: 34px;
    padding:6px 2px 6px 2px;
    margin:0 10px 0 5px;
    border-left: none;

}
.nav_options input[type=text]{ width: 260px;}
table.searchBar{display:inline;}
table.searchBar tr td{width:100px;}
#content{
    background: #fff;
    clear: both;
    color: #333;
    /*overflow: auto;*/
    width: 90%;
    margin: 0 auto;
    /*white-space:nowrap !important;*/
}
#footer {
    clear: both;
    padding: 6px 10px;
    text-align: right;
}
#header a, #footer a {
    color: #fff;
}

/** containers **/
div.form,
div.index,
div.view {
    float:right;
    width:76%;
    padding:10px 2%;
}
div.actions {
    float:left;
    width:16%;
    padding:10px 1.5%;
}
div.actions h3 {
    padding-top:0;
    color:black;
}


/** Tables **/
table {
    border-right:0;
    clear: both;
    color: #000000;
    margin-bottom: 10px;
    width: 100%;
    font-weight: lighter;
    font-size:14px;
    border:0;
    /*line-height: 60px;*/
}

#floor_listing table{
    width: 50%;
}
tr.heading{
    background-color: #f2a11d;
    color:#ffffff;
}
tr.floor_records{text-align: center}
tr.even{background-color:transparent !important;border:none;}
tr.odd{background-color:#f1f1f1;border:none}
th {
    border:0;
    text-align: center;
    padding:4px;
    background-color: #f2a11d;
    font-weight: lighter;
    white-space:nowrap;
    overflow:hidden !important;
}
table.listHosp tr td {
    white-space:nowrap;
    overflow-x:hidden !important;
    padding:6px 2px;
}
table.listSysHosp tr td {
    white-space:nowrap;
    overflow-x:hidden !important;
    padding:10px 2px;
}
th.small{width:40px;}
th.large{width:150px;}
th.large_note{width:35%;}
th.date{width:5%;}
th.added_by{width:10%;}
th.files{width:5%;}
th.send_to{width:15%;}
th.log_action{width:15%;}
th a {display: block;
    padding: 2px 4px;
    text-decoration: none;
    color:#ffffff;
    background-color: #f2a11d;
    font-weight: lighter;
}
.log_toggle{height:25px;overflow:hidden;line-height:25px}
/*.log_toggle:hover{height:100%;overflow:normal;}*/
.log_toggle p{width:400px;}
table.log_listing tr td{vertical-align:top}
th a:hover{color:black}
th a.asc:after {
    content: ' ⇣';
}
th a.desc:after {
    content: ' ⇡';
}
form table tr td{
    padding: 6px;
    text-align: left;
}
table tr td{
    padding: 6px;
}
table tr:nth-child(even) {
    background: #f9f9f9;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}
table td.actions a {
    margin: 5px 2px;
    padding:5px 10px;
    width : 105px;
    height: 33px;
}

/* SQL log */
.cake-sql-log {
    background: #fff;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    font-family: verdana,sans-serif;
}
.cake-sql-log caption {
    color:#fff;
}

/** Paging **/
.paging {
    background:#fff;
    color: #000000;
    margin-top: 1em;
    clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block;
    color: #000000;
}
.paging > span {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0;
}
.paging > span:hover {
    background: #efefef;
}
.paging .prev {
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.paging .next {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.paging .disabled {
    color: #ddd;
}
.paging .disabled:hover {
    background: transparent;
}
.paging .current {
    background: #efefef;
    color: #000000;
}

/** Scaffold View **/
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
    background: #f4f4f4;
}

dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 10em;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

/** Forms **/
form.HospitalSearcher{display:inline}
form.userSearcher{display:none;}
form {
    /*clear: both;*/
    margin-right: 20px;
    padding: 0;
    width: 95%;
}
fieldset {
    border: none;
    margin-bottom: 1em;
    padding: 16px 10px;
}
fieldset legend {
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0;
    padding: 10px 0 0;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    /*clear: both;*/
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
form .input {
    color: #444;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}
label {
    display: inline;
    font-size: 14px;
    margin-bottom:3px;
}
textarea {
    padding: 2px 5px;
    border:1px solid grey;
    width: 296px;
}
select {
    /*clear: both;
    font-size: 120%;
    vertical-align: text-bottom;*/
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
div.checkbox label {
    display: inline;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 6px 0;
    padding: 0;
    line-height: 26px;
}
.radio label {
    margin: 0 0 6px 20px;
    line-height: 26px;
}
input[type=submit] {
    width : 170px;
    height:  34px;
    background-color : #434343;
    font-family: verdana,sans-serif;
    cursor:pointer;
    font-size:14px;
}
form .submit input[type=submit] {
    font-family: verdana,sans-serif;
    display:inline;
    margin:0;
    background-color : #434343;
    font-family: verdana,sans-serif;
    display:inline;
}
form .submit input[type=submit]:hover {
    width : 170px;
    height:  33px;
    background-color : #f2a11d;
    font-family: verdana,sans-serif;
    color:white;
    display:inline;
}
form table tr td{width:150px;margin:0;padding-top:4px;}
/* Form errors */
form .error {
}
form .error-message {
    color: #ff0000;
    padding: 4px 0;
    font-size: 12px;
    margin: 0;
}
form .error,
form .error-message {
}

/** Notices and Errors **/
.message {
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    color: #ff0000;
    padding: 4px 0;
    font-size: 12px;
}
.success,
.message,
.cake-error,
p.error,
.error-message {
}
.error-message{
    color: #ff0000;
    padding: 4px 0;
    font-size: 12px;
}
.message{font-size:16px;}
.success {
}
p.error {
    font-family: verdana,sans-serif;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    font-weight: normal;
    line-height: 140%;
}
.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    color: #fff;
}

/**  Actions  **/
.actions ul {
    margin: 0;
    padding: 0;
}
.actions li {
    margin:0 0 0.5em 0;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}
.actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
    color: #ffffff;
    border: transparent;
    margin:15px 5px;
    background-color : #434343;
    text-decoration: none;
    width : 170px;
    height:  33px;
    font-weight: lighter;
    font-size:14px;
    text-align: center;
    vertical-align: middle;
   /* border: 1px solid red;*/
}
.actions ul li a:hover,
.actions a:hover {
    text-decoration: none;
    background-color: #f2a11d;
    border:transparent;
    width : 170px;
    height:  33px;
}
input[type=submit]:active,input[type=submit]:hover,
.actions ul li a:active,
.actions a:active {
    text-decoration: none;
    background-color: #f2a11d;
    border:transparent;
    width : 170px;
    height:  33px;
}
.floor_records .actions a,.dept_records .actions a,.note_records .actions a,.hospital_update_records .actions a,.work_records .actions a{
    color:orange;
    background-color: transparent;
}
/** Related **/
.related {
    clear: both;
    display: block;
}

/** Debugging **/
pre {
    color: #000;
    background: #f0f0f0;
    padding: 15px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
    padding: 0;
    position: relative;
}
.cake-debug-output > span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px;
    color: #000;
    display: block;
    float: left;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
    font-size: 16px;
    line-height: 20px;
    clear: both;
}
.cake-error > a {
    text-shadow: none;
}
.cake-error {
    white-space: normal;
}
.cake-stack-trace {
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    margin: 10px 0 5px 0;
    padding: 10px 10px 0 10px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.verify{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    margin: 0 !important;
    position: relative;
    width: 75px;
    height: 27px;
    cursor: pointer;
    background: #DE1306 !important;
    border-radius: 5px;
}
.glyphicon_cross {

    background: url(../img/Close.png) center no-repeat !important;
    background-position: center 4% bottom -6% !important;
    background-blend-mode: unset !important;
    background-size: 40% !important;
    width:100%;
    cursor: pointer !important;
    z-index: 999;
    height:100%;
}

.glyphicon_checked{

    background: url(../img/Checkmark.png) center no-repeat !important;
    background-position: center 4% bottom -6% !important;
    background-blend-mode: unset !important;
    background-size: 40% !important;
    width:100%;
    cursor: pointer !important;
    z-index: 999;
    height:100%;
}

 .glyphicon_check:hover .verified_time {
    display: block !important;
} 

 .verified_time{
     display: none;  
 }

.input-with-icon {
    position: relative;
    }
  .input-with-icon .verify_emailinput {

      height: 100%;
      width: 100%;
      padding-right: 3.65rem;
      box-sizing: border-box;

  }

  .input-with-icon .icon {
    position: absolute;
    right: 0.3rem;
    top: -2px;    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .input-with-icon .verify_emailinput {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;

  }

.verifyemail_btn{
    position: relative;
    width: 75px;
    height: 38px;
    background: #DE1306 !important;
    border-radius: 5px;color: #FFFFFF;border:none;
}  

.verified_time {

    position: absolute;
    width: 216px;
    height: 16px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #48464D;
    margin-top: -8px;
}
.cake-stack-trace a {
    text-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 4px 10px 2px;
    font-family: verdana,sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
.cake-context {
    margin-bottom: 10px;
}
.cake-stack-trace pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px 0 10px 0;
    padding: 1em;
    overflow: auto;
    text-shadow: none;
}
.cake-stack-trace li {
    padding: 10px 5px 0px;
    margin: 0 0 4px 0;
    font-family: monospace;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -wekbkit-border-radius: 4px;
    border-radius: 4px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
.cake-code-dump .code-highlight {
    display: block;
    background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
    padding-left:5px;
    display:block;
    margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
    background:#ecc;
}
.code-coverage-results div.covered span.content {
    background:#cec;
}
.code-coverage-results div.ignored span.content {
    color:#aaa;
}
.code-coverage-results span.line-num {
    color:#666;
    display:block;
    float:left;
    width:20px;
    text-align:right;
    margin-right:5px;
}
.code-coverage-results span.line-num strong {
    color:#666;
}
.code-coverage-results div.start {
    border:1px solid #aaa;
    border-width:1px 1px 0px 1px;
    margin-top:30px;
    padding-top:5px;
}
.code-coverage-results div.end {
    border:1px solid #aaa;
    border-width:0px 1px 1px 1px;
    margin-bottom:30px;
    padding-bottom:5px;
}
.code-coverage-results div.realstart {
    margin-top:0px;
}
.code-coverage-results p.note {
    color:#bbb;
    padding:5px;
    margin:5px 0 10px;
    font-size:10px;
}
.code-coverage-results span.result-bad {
    color: #a00;
}
.code-coverage-results span.result-ok {
    color: #fa0;
}
.code-coverage-results span.result-good {
    color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
    display:none;
}
/*hospital */
.hospital_details,.hospital_images,.system_details{
    width: 50%;
    float:left;
    margin-top: 30px;
    margin-bottom: 10px;
    float:left;
}
.hospital_details hr, .system_details hr{width: 650px;}
.group_details{
    width: 50%;
    float:left;
    margin-top: 30px;
    margin-bottom: 10px;
    float:left;
}
.group_details hr{width: 100%;}
.group_details a {
    color: #0066cc;
    text-decoration: none;
    font-family: verdana,sans-serif;
    font-weight: lighter;
    font-size: 12px;
}
.user_details{
    width: 50%;
    float:left;
    margin-top: 30px;
    margin-bottom: 10px;
    float:left;
}
.user_details hr{width: 100%;}
.contact_details,.hospital_address, .system_address{
    width: 45%;
    float:left;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 5%;
    float:right;
}
.clear{clear:both}
/* msg */
#MsgDiv{padding: 20px;}
#msg_listing{width:50%;float:left}
#msg_form{width:40%;float:right;margin-right:20px;}
#msg_listing,#msg_form{/*float:left;*/margin-top:10px;}
#msg_form hr{width:510px;}
/* floor */
#floor_listing{width:57%;float:left}
#floor_form{width:40%;float:right;margin-right:20px;}
#floor_listing,#floor_form{margin-top:10px;}
#floor_form hr{width:510px;}
/* department */
table#dept_form tr{background-color: white;}
#dept_listing{width:57%;float:left}
#dept_form{width:40%;float:right;margin-right:20px;}
#dept_listing,#dept_form{/*float:left;*/margin-top:10px;}
#dept_form hr{width:510px;}
/* notes */
table#notes_form tr{background-color: white;}
table#update_hospital_form tr{background-color: white;}
#notes_listing{width:57%;float:left}
#hospital_update_listing{width:60%;float:left}
#notes_form{width:40%;float:right;margin-right:20px;}
#update_hospital_form{width:37%;float:right;margin-right:10px;}
#notes_listing,#hospital_update_listing,#hospital_url_listing,#notes_form,#update_hospital_form{/*float:left;*/margin-top:10px;}
#notes_form hr,#update_hospital_form hr{width:510px;}
#scrapeSubmitBtn,#scrapeAllSubmitBtn{margin:0px 5px 3px 0px}
#scrapeAllSubmitBtn{float: right;}

/* group notes */
#group_notes_listing{width:57%;float:left}
#group_notes_listing{margin-top:10px;}

/* user notes */
#user_notes_listing{width:57%;float:left}
#user_notes_listing, #custom_book_listing{margin-top:10px;}
/* ticket notes */
#ticket_notes_listing{width:100%;float:left}
#ticket_notes_listing, #custom_book_listing{margin-top:10px;}
/* works */
table#works_form tr{background-color: white;}
#works_listing{width:50%;float:left}
#works_form{width:40%;float:right;margin-right:20px;}
#works_listing,#works_form{/*float:left;*/margin-top:10px;}
#works_form hr{width:510px}
.small_work{width:10%}
.addLogBtn{color:black;}
.work_label{width:10%}
a.nav_grey{
    /*width:20%;*/
    height:  40px;
    background-color : #434343;
    font-family: verdana,sans-serif;
    cursor:pointer;
    font-size:14px;
    padding:11px 10px ;
    background-color: transparent;
    color: #000;
}
div.image a{color:red;}
a.image_option{color:orange;text-align:center;margin:0 0 0 40px;padding:0;}
table#imagesListing{/*border:1px solid red;*/}
#rotator{color:green;text-align:center}
.ckeditor_width{width:600px;}

.group_details .ckeditor_width{width:100%;}
.smaller_td{width:30%;}
.smaller_td2{width:40%;}
.smaller_td3{width:20%;}
#UserEmailSubject{width: 80%;}
.image_size{font-size:9px;color:green}
a.link{color:#848484;}
.approved{background-color:#70ad47;border:0;padding:5px;font-size:12px;color:#70ad47}
.unapproved{background-color:#c00000;border:0;padding:5px;font-size:12px;color:#c00000}
#hospitalDiv,#floorDiv,#DepartmentDiv,#UpdateHospitalDiv,#NotesDiv,#MsgDiv,#GroupDiv,#UserDiv,#UserNotesDiv{/*white-space:nowrap;*/min-width: 950px;}
.log_notes{/*width:1000px;*/over-flow:scroll;word-wrap:break-word}
.file_link{color:#08088A;}
.file_icon{width:50px}
.margin_zero{margin:0;}
input[type=radio].locRad {
    margin:3px 0px 0px 3px;
    float:none;
    vertical-align: middle;
}
/*.group_details input[type=text]{ width: 94%;}
.group_details input[type=file]{ width: 93%;}
.contact_details input[type=text]{ width: 100%;}*/
.group_details table{ display: inline-table;}
.contact_details table{  display: inline-table;}
@-moz-document url-prefix() {

    .contact_details table{  display: inline;}
    .group_details table{ display: inline;}
    .info_page_details table{ display: inline;}
}

.chzn-container, .chzn-done{ width: 94% !important;}
#GroupGroup_chzn .chzn-drop{width: 99% !important;}
#GroupsGroups_chzn .chzn-drop{width: 99% !important;}
.select_system, #SystemSystem_chzn{ display: none; }
#SystemSystem_chzn{width: 55% !important;vertical-align: bottom;}

/************ top menu css **********************/

#horizontalmenu {float: left; height: 40px;}
#top-search{ float: right; background: #F1F1F1; height: 40px; margin-right: 2%;}
#horizontalmenu ul{margin: 0px;}
#horizontalmenu ul { padding:1; margin:1; list-style:none; }
#horizontalmenu li { float:left; position:relative; display:block; margin: 0px; padding: 0px }
#horizontalmenu ul li.top-link{ padding: 8px 10px;}
#horizontalmenu li ul { display:none;
    position:absolute; margin: 0px;
    margin-top: 10px;width:140px; padding: 0px;
    background: #434343;
   ;
}
#horizontalmenu li ul li{
    background: #434343;
}
#horizontalmenu li ul li:first-child{
    background: url("../img/arrow.png") no-repeat;
    background-position: top;
    margin-top: -5px;
    margin-left: -50px;
    height: 5px;
    padding: 0px;
    background-color: transparent;
}
#horizontalmenu li:hover ul{ display:block;  height:auto;  }
#horizontalmenu li ul li{ clear:both; border-style:none; padding: 5px 2%; width: 96%;}

#horizontalmenu li ul li a.nav_grey{ color: #fff;}
#horizontalmenu li ul li:hover{ background-color: #f2a11d;
    color: #fff;
}
#horizontalmenu li ul li:first-child:hover{ background-color: transparent;}
#horizontalmenu ul li:first-child{ padding-left: 0px;}
#horizontalmenu li ul li:hover li.top-link a.nav_grey{background-color: #f2a11d;
    color: #fff;
}
#top-search .HospitalSearcher{ margin: 0px;}
#top-search .userSearcher{ margin: 0px;}
#mdpocket_logo img{
    padding: 5px 0;
}
.overflowCell
{
    /*max-width: 20%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;

}
.overflowCell:hover{
    overflow: visible;
    white-space: normal;
    border: 1px solid #ccc;
    margin-top: 1px;
    padding: 5px;
    width: auto;
    position: absolute;
    background-color:#FFF;
}
.overflowHosp,.overflowSys
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.overflowHosp a
{
   color: #2c2c2c;
}
.overflowSys a{
    color: #2c2c2c;
}
.no_of_hosp a{
    color: #2c2c2c;
}
.overflowHosp a
{
   color: #2c2c2c;

}
.overflowSys a{
    color: #2c2c2c;
}
.no_of_hosp a{
    color: #2c2c2c;
}
.overflowHosp:hover,.overflowSys:hover{
    overflow: visible;
    white-space: normal;
    border: 1px solid #ccc;
    margin-top: 1px;
    padding: 9px;
    width: auto;
    position: absolute;
    background-color:#FFF;
}
.hospital_active_dd ,.informationPage_active_dd,.group_active_dd,.user_active_dd{
    width: auto;
    color: #ffffff;
}
.dd-hospital-subscription, .dd-group-permission, .dd-user-permission, .dd_work_log{
    width: auto;
}
#groupSelection, #groupSelectionPerm{
    display: none;
}
.info_page_details{
    margin-top: 30px;
    margin-bottom: 10px;
}
.info_page_details hr{width: 100%;}
.info_page_details .ckeditor_width{width:100%;}
.info_page_details table{ display: inline-table;}
.info_page_details input[type=text]{ /*margin-left: -150px;*/}
.info_page_title{ width: 20px;padding: 6px;}
.listPages th{text-align: left;}
#otherEmail{
    display: none;
}
#GroupGroupFacebook,#GroupGroupWebsite,
#HospitalHospitalSite,#HospitalFacebook,#HospitalPhoneDirectory,#HospitalTwitter,
#SystemSite,#SystemFacebook,#SystemPhoneDirectory,#SystemTwitter,#SystemSystemSite{
    width:245px;
}
#goFacebookGroupUrl,#goSiteGroupUrl,
#goHospFacebookUrl,#goHospSiteUrl,#goHospTwitterUrl,#goPhnDirUrl,
#goSysFacebookUrl,#goSysSiteUrl,#goSysTwitterUrl {
    width:40px;
}
#info_delete{
    padding:7px 43px 9px 43px;
}
#editHospNameBtn, #editHospSubtitleBtn, #editSysNameBtn, #editHospitalSystemsBtn {
    width: 60px;
}
#editHospName,#editHospSubtitle, #editSysName, #editHospitalSystems{
    background-color: #cccccc;
}
.userSubsGrey {
    color: #969696;
    text-decoration: line-through;
    text-decoration-color: red;
}
.userGroupData{
    color: black;
    font-weight: bolder;
}
.userGroupRow{
    font-size: 12px;
    margin-bottom: 10px;
}
.userGroupDelete{
    color: orange;
    cursor: pointer;
    /*float: right;*/
}
.popup-dd-group-permission{
    width: 62%;
    height: 10%;
    font-size: 9px;
    padding: 0 0;
}
.mainUserGroupName{
    float: left;
}
.mainUserGroupPerm{
    float:right;
}
.groupActiveUpdate{
    display: none;
    float: right;
    margin: 5% -15% 0 0;
    font-size: 10px;
}
/*table jquery sorter*/
#floorTableSort {
    margin: 0 auto;
    /*font-size: 1.2em;*/
    /*margin-bottom: 15px;*/
}


#floorTableSort thead, #deptTableSort thead {
    cursor: pointer;
}
#floorTableSort thead tr th span, #deptTableSort thead tr th span {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#floorTableSort thead tr th.headerSortUp span, #deptTableSort thead tr th.headerSortUp span {
    background-image: url('../images/up-arrow.png');
}
#floorTableSort thead tr th.headerSortDown span, #deptTableSort thead tr th.headerSortDown span {
    background-image: url('../images/down-arrow.png');
}


#floorTableSort tbody tr, #deptTableSort tbody tr {
    color: #555;
}
#floorTableSort tbody tr td, #deptTableSort tbody tr td {
    text-align: center;
    padding: 15px 10px;
}
#floorTableSort tbody tr td.lalign, #deptTableSort tbody tr td.lalign {
    text-align: left;
}
/*column resizing*/
table th.resizing {
    cursor: col-resize;
}
#searchSelection{
    border: none;
    min-width: 135px;
}
#HospitalSearchBy,#UserSearchBy{
   min-width: 126px;
}
.membersLabel{
    display: inline-block;
    width: 200px;
}
.memberDiv{
    margin: 12px 0 0 0;
}
.userHeading{
    float: right;
    margin-top: -50px;
}
.userHeading.userHeadingFixed{
    margin-top: -86px !important;
}
.addUserHeading{
    float: right;
}
.memberSectionMenu{
    margin-top: 90px;
}
.memberRoleDD{
    width: 135px;
}
#UserUserFavouriteHospitalList_chzn{
    width: 50px;
}
#myHospitals{
    width: 50%;
    float: left;
}
#selectedGroups{
    float: right;
    width: 50%;
}
.memberName{
    float: left;
}
.memberProfileImage{
    float: right;
}
#UserUserFavouriteHospitalList_chzn, #GroupGroup_chzn{
    width: 350px !important;
}
#UserUserFavouriteHospitalList_chzn .chzn-drop{
    width: 344px !important;
}
#hospitalSubs{
    margin-left: 34%;
    width: 65%;
}
#hospitalSubs table tr td:first-child{
    width: 80%;
}
#groupSelectionPerm table tr td:first-child{
    width: 67%;
}
#groupSelectionPerm{
    margin-left: 35%;
    width: 70%;
}
#groupSelectionPerm table tr:nth-child(even),#hospitalSubs table tr:nth-child(even){
    background: none;
}
.myHospitalDDLabel,.groupDDLabel{
    float: left;
    /*width: auto;*/
}
#UserDiv form div {
    margin-bottom: 0;
    padding: 0;
}
#groupsHospitalsDetails{
    width: 100%;
 }
.hosp-error-message, .sys-error-message{
    margin-left: 16%
}
.btn-logout{
    background: #c3c3c3 !important;
    padding: 5px 10px;
    float: right;
    margin-top: 15px;
    border-radius: 10px;
    border: 3px solid #7f7f7f;
}
.btn-logout:hover{
    background: #FFBE2C !important;
    border: 3px solid #FF9827;
    text-decoration: none !important;
}
button.customer_section_tabs{
    width: 155px;
}
.product-link-href{
    color: #ff0000;
}
.product-link-href:hover{
    color: #f2a11d
}
.scrapeallfloors{
    white-space: normal;
}
span.updated-data {
    display: none;
    font-size: small;
    color: #008000;
    white-space: normal;
}
span.updated-no-data {
    display: none;
    font-size: small;
}
#updateHospPhone, #updateHospUrl, #updateHospFacebookUrl, #updateHospTwitterUrl {
    width: 60px;
    margin-top: 5px;
}
#membershipDetails .memberDiv .editButton {
    width: auto;
    margin: 0;
    padding: 5px 10px;
    color: #ffffff;
    border: transparent;
    background-color: #434343;
    text-decoration: none;
    font-weight: lighter;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    margin-left: 15px;
}
#membershipDetails .memberDiv .inline-block-span,
#membershipDetails .memberDiv .inline-block-span select,
#membershipDetails .memberDiv .inline-block-span input, 
#membershipDetails .memberDiv .payment-type-dropdown select {
    display: inline-block;
    width: 200px;
}
#groupsHospitalsDetails .memberDiv #UserNoAvailableHospitals{
    width: 50px!important;
}
#membershipDetails .memberDiv.memberHiddenDiv, #myHospitals .memberDiv.memberHiddenDiv{
    display: none;
}
#membershipDetails #membershipDetailsSection {
    width: 50%;
    float: left;
}
#membershipDetails #membershipPriceSection {
    width: 50%;
    float: right;
}
@media only screen and (max-width: 1200px) {
    #dept_listing table {
        font-size: 13px;
    }
}
