/* --------------------------------------
=========================================
RESPONSIVE FIXES
=========================================
-----------------------------------------*/



@media (max-width: 1200px){


}

@media (max-width: 992px) {



}

@media (min-width: 769px){
    div.page
    {
        min-height:600px;
    }
}

@media (max-width: 768px) {

    div.page {
        min-height: 300px;
    }
}

#login_form .button
{
    padding: 5px 10px;
    font-size: 16px;
}

i.feature.fa, #features .feature-block img.img-fluid
{
    border: 3px solid #00acdb;
    padding: 5px 6px;
    border-radius: 50%;
    width: 50px;
}

#features .feature-block img.img-fluid
{
    height:auto;
}

#td_description p, #form_list table td p 
{ 
    margin-top:0px;margin-bottom:0px
}


form.image
{
    margin-bottom:10px;
}

form.image input, form.image button
{
    margin-bottom:10px;
    margin-left:10px;
}

img.ajax_loader
{
    margin-left:-50px;
    margin-top:-50px;
}

#user_menu_li ul
{
    padding-left:15px;
}

#user_menu_li
{
    width:150px;
}
#user_menu_li ul>li
{
    height: 2em;
}

#user_menu_li a>span.fa
{
    float:right;
    padding-top:4px;
}

.top-menu .navbar-nav
{
    width:100%;
}

ul li
{
    list-style-type:none;
}

#td_custom .edit_input input
{
    margin-right:10px;
}

#td_custom .edit_input label
{
    width:45px;
}

#test_drive
{
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -45px;
}

#tr_role input[type="radio"], #tr_role input[type="checkbox"]
{
    margin-left:10px;
    margin-right:3px;
}


div.control
{
    clear:both;
}
a.click_action:hover
{
    background-color:black;
}
#custom_edit_block
{
    display:block;
    clear:both;
}
#form_list a.click_action.button.danger
{
    margin-top:20px;
    border:1px solid red;
}

#custom_edit_block a.click_action.button.danger, div.control a.click_action.button.danger
{
    float:right;
    border:1px solid red;
}

#custom_edit_block a.click_action.light-button
{
    border:1px solid gray;padding-left:5px;padding-right:5px;border-radius:5px;background-color:#DDDDDD;
    margin-bottom:5px;
}
#custom_edit_block a.click_action.light-button:hover
{
    background-color:#555555;
}

#custom_edit_block a.click_action, div.control a.click_action.button
{
    float:left;
}

form.edit table.data th, form.new table.data th
{
    text-align:left;
    padding-left:10px;
}


form.edit table.data td.label, form.new table.data td.label
{
    white-space:normal;
    text-align:left;
}

iframe.youtube_frame
{
    margin-left:auto;
    margin-right:auto;
    display:block;
}



#hanger_greeting_close i
{
    margin-bottom:5px;
}
#features img.img-fluid
{
    height:32px;
}

#features h4, #templates h4
{
    font-weight:bold;
    font-style:italic;
}

div.table_content
{
    text-align:left;
}
div.table h4
{
    font-weight:bold;
    font-style:italic;
}
div.service-item
{
    background-color:#00acdb;
    margin-bottom:5px;
    border-radius:5px;
    padding:5px 5px;
    color:white;
}

div#appointment_status_container
{
	margin-left:auto;
	margin-right:auto;
    position:fixed;
    bottom:0px;
    width:100%;
    z-index:1000;
}

.template-item-container
{
    padding-top:5px;
    padding-bottom:5px;
}

#appointment_status
{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    overflow: hidden;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#check_status_form
{
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.appointment_message
{
	padding-left:10px;
	padding-right:10px;
}

div.appointment_message.high
{
	background:#FF8888;
	font-weight:bold;
}

div.appointment_message.medium
{
	background:#FFFF88;
	font-weight:bold;
}

div.appointment_message.low
{
	background:#00dba5;
}

form.list table td>a.click_action
{
	display:block;
    max-width:80px;
}

form table td>a.click_action
{
	white-space:nowrap;
	border:0px solid gray;
	background-color:#DDDDDD;
	border-radius:5px;
	padding-left:5px;
	padding-right:5px;
    padding-top:2px;
	padding-bottom:2px;
	margin-top:2px;
	margin-left:2px;
	margin-right:2px;
	color:#555555;    
}

form table td>a.click_action:hover
{
	background-color:#AAAAAA;
}

form input.date
{
	min-width:6em;
}

label.booking-item-label
{
    font-size: 10px;
    font-weight: normal;
    padding-left: 20px;
    margin-top:-8px;
    margin-bottom:0px;
    display:block;
}

a
{
    cursor:pointer;
}

h3
{
	font: italic bold 16px Times New Roman;
	color: #555555;
    text-decoration: none;
}
.title
{
    color: #0089BC;
    text-decoration: none;
    font-family: Times New Roman,Helvetica,Arial;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    text-align:center;
}
.sitemap_menu
{
    color: #0089BC;
    text-decoration: none;
    /*width: 140px;*/
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 18px;
    font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	display:block;
}

a.title:hover
{
    color: #FFFFFF;
}
a
{
    color: #0089BC;
    text-decoration: none;
    /*width: 140px;*/
    font-family: Times New Roman, Helvetica, Arial;
    /*font-size: 40px;*/
	font-weight: bold;
}

a:hover
{
    color: #FFFFFF;
}

.sitemap a
{
	height:100%;
}
.content p
{
    color: #555555;
    text-decoration: none;
    /*width: 140px;*/
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 22px;    
	font-weight: bold;
}

ul.menu_tabpane
{
    margin: 0 2px;
    border: 2px;	
	list-style-type:none;
}

/*ul.menu_tabpane:hover
{
	background-color:#555555;
}*/

ul.mobile.nav li>a
{
	background-color: #00dba5;
	border-radius: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
    height: 2.5em;
    display: block;
}

ul.mobile.nav li>a:hover
{
    background-color:#00acdb;
}


table.odd_even_row_alternate_color tbody tr:nth-child(2n) 
{
    background: #FFFFFF;
}
    
table.odd_even_row_alternate_color tbody tr:nth-child(2n+1) 
{
    background: #EEEEEE;
}

table thead tr
{
	background-color: #0089BC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
table th, table th>select, table th>a
{
    color: #DDD;
    background-color: #0089BC;
    font: normal normal normal 14px/1 FontAwesome;
    /*padding: 5px 10px;*/
    padding: 0px;
    text-align: center;
    text-shadow: none;
    border-right: 2px solid white-smoke;
    text-transform: capitalize;
    white-space:nowrap;
}


table th>select.filter, table th>select.sort
{
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px;
    color: #DDDDDD;
}

table th>select.sort
{
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px;
    color: rgba(255,255,255,0.001);
    height:0px;
    overflow:hidden;
}



table, table > thead
{
    background-color: transparent;
}


table tr:first-child th
{
    border-left: 1px solid #707070;
    padding-top:0.2em;
    padding-bottom:0.2em;
    /*border-spacing: 2px;*/
}

h3.heading
{
	font-size:18px;
}

table tr:first-child th:first-child
{
    border-top-left-radius: 5px;
}

form.edit table th:first-child
{
    width:30%;
    max-width:200px;
}

table 

table tr:first-child th:last-child
{
    border-top-right-radius: 5px;
    
}

table > thead > tr:nth-child(2) > th:first-child
{
	border-left: 1px solid #AAAAAA;
}

#form_list table th+th
{
	border-left: 1px solid #AAAAAA;
}

table td:first-child
{
    border-left: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

form.edit table td:first-child
{
	width: 30%;
	text-align: left;
	max-width: 200px;
}

table td:nth-child(2)
{
    border-left: 1px solid #D0D0D0;
}

table td:nth-child(n+2) 
{
    border-right: 1px solid #D0D0D0;
    padding-top: 5px;
    padding-bottom: 5px;
}

table td
{
	padding-left:10px;
	font-size: 14px;
    color: #333333;
    /*vertical-align: top;*/
    /*border-right: 2px solid #D0D0D0;*/
}

table tr:last-child td
{
    border-bottom: 1px solid #D0D0D0;
} 




ul.menu_tabpane > li.menu.selected > a
{
    background-color: #555555;
    color: #FFFFFF;
}

ul.menu_tabpane > li.menu > a.add
{
    text-indent: 20px;
}

ul.menu_tabpane > li.menu.selected > a.edit_page
{
    text-indent: 20px;
}


.important_link
{
    font-size: 24px;
}


.toc_title
{
    color: #999999;
    padding-top:2em;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 32px;
	font-weight: bold;
    text-shadow: none;
}

.toc_elements, .toc
{
    border: none;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    border-style: none;
    padding: 5px 20px 5px 20px;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    font-family: Times New Roman, Arial;
    text-shadow: none;
}


.height_
{
    height: 28px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    opacity: 1.0;
    text-decoration: none;
    font-size: 12px;  
    text-indent:24px;  
    display: inline-block;
    vertical-align: bottom;
}

vertical-align: middle;
.height_32
{
    height: 38px;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    opacity: 0.6;
    text-decoration: none;
    font-size: 16px;
    text-indent: 32px;
    display: inline-block;
    vertical-align: bottom;
}

.height_64 
{
    height: 74px;
    padding-left: 64px;
    padding-top:16px;
    padding-bottom:16px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    opacity: 0.6;
    text-decoration: none;
    font-size: 32px;  
    display: inline-block;
    vertical-align: bottom;  
}




input.edit_title,input.edit_page,button.edit_title,button.edit_page,input.login,button.login,input.logout,button.logout,input.edit,button.edit,input.add,buttton.add,s
input.register, button.register
{
    text-indent: 1.4em;
}



.sitemap32
{
    background-image: url(../img/sitemap_32.png);
 }

.sitemap64
{
    background-image: url(../img/sitemap_64.png);
 }


.edit_title,.edit_page
{
    height: 30px;
    padding-left: 24px;
    padding-top:5px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url(../img/edit.png);
    opacity: 0.6;
    text-decoration: none;
}




.unsorted
{
    height: 36px;
    text-indent: 20px;
    padding-top:2px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPkFycm93IDIzLjU8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiMwMDAwMDAiPjxwYXRoIGQ9Ik02Mi45MTcyNjQxLDU2Ljg4MTkzMTIgQzY1LjE3MjA5NjksNTUuMjkwMjg0NiA2NS44MzgyMTE5LDU1LjkxMzUzMzMgNjQuNDA4ODE5NCw1OC4yNjc4MjY5IEw1MS41NTM3MDMyLDc5LjQ0MDk1OTQgQzUwLjY5NTYxNjYsODAuODU0Mjc4NSA0OS4zMDE4ODY0LDgwLjg1MDE2NTkgNDguNDQ2Mjk2OCw3OS40NDA5NTk0IEwzNS41OTExODA2LDU4LjI2NzgyNjkgQzM0LjE2MDExMTEsNTUuOTEwNzcxMiAzNC44MzU0NDk5LDU1LjI5NTYxMTcgMzcuMDgyNzM1OSw1Ni44ODE5MzEyIEw0OS4xODAwNTQ3LDY1LjQyMTIxNTEgQzQ5LjYzMjg5OCw2NS43NDA4NjkyIDUwLjM3MDg3OTEsNjUuNzM4MjAzIDUwLjgxOTk0NTMsNjUuNDIxMjE1MSBMNjIuOTE3MjY0MSw1Ni44ODE5MzEyIFogTTM3LjA4MjczNTksNDMuMTE4MDY4OCBDMzQuODI3OTAzMSw0NC43MDk3MTU0IDM0LjE2MTc4ODEsNDQuMDg2NDY2NyAzNS41OTExODA2LDQxLjczMjE3MzEgTDQ4LjQ0NjI5NjgsMjAuNTU5MDQwNiBDNDkuMzA0MzgzNCwxOS4xNDU3MjE1IDUwLjY5ODExMzYsMTkuMTQ5ODM0MSA1MS41NTM3MDMyLDIwLjU1OTA0MDYgTDY0LjQwODgxOTQsNDEuNzMyMTczMSBDNjUuODM5ODg4OSw0NC4wODkyMjg4IDY1LjE2NDU1MDEsNDQuNzA0Mzg4MyA2Mi45MTcyNjQxLDQzLjExODA2ODggTDUwLjgxOTk0NTMsMzQuNTc4Nzg0OSBDNTAuMzY3MTAyLDM0LjI1OTEzMDggNDkuNjI5MTIwOSwzNC4yNjE3OTcgNDkuMTgwMDU0NywzNC41Nzg3ODQ5IEwzNy4wODI3MzU5LDQzLjExODA2ODggWiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+");
    text-decoration: none;
    -webkit-appearance: none;

}


.ascending
{
    height: 36px;
    text-indent: 5px;
    padding-top:2px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url(../img/ascending.png);
    text-decoration: none;
    -webkit-appearance: none;
}

.ascending>li,.descending>li,.unsorted>li
{
	height: 36px;
}

.descending
{
    height: 36px;
    text-indent: 5px;
    padding-top:2px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url(../img/descending.png);
    text-decoration: none;
    -webkit-appearance: none;

}

.login_submit 
{
    height: 30px;
    padding-left: 24px;
    padding-top:5px;
    text-indent: 0em;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url(../img/login_submit.png);
    opacity: 0.6;
    text-decoration: none;
}

.button_form
{
    text-align: left;
}

.search
{
    background-image: url(../img/search.png);
}

.search32
{
    background-image: url(../img/search_32.png);
}

.search64 
{
    background-image: url(../img/search_64.png);
}

.user_control64:hover, .hide64:hover, .search64:hover, user_control32:hover,
.forward_32:hover, .forward_64:hover, .hide32:hover,
.backward_32:hover, .backward_64:hover,
.home:hover, .home32:hover, .home64:hover, 
.edit_title:hover,  .link_64:hover,
.edit_page:hover, .folder:hover,
.cancel:hover, .cancel64:hover, .upload64:hover,
.login:hover, .login32:hover, .login64:hover,
.register:hover, .register32:hover, .register64:hover,
.delete:hover, .delete32:hover, .delete64:hover,
.update64:hover,
.add:hover, .add32:hover, .add64:hover, 
.ok:hover, .not_ok:hover,
.image:hover,.email:hover, .file:hover, .webapp:hover,
.logout:hover,.logout32:hover, .logout64:hover, .forgot64:hover,
.save:hover, .save64:hover, .save32:hover,
.create:hover, .links64:hover, .left_links64:hover, .menu_open64:hover, .sitemap64:hover
{
    opacity: 1.0;
    cursor: pointer;
}

#user_label
{
    z-index: 0;
    position: relative;
    overflow: hidden;
}

input#user 
{
    background-color: white;
    padding-left: 10px;
    opacity:0.6;
    z-index: 1;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
	width:90%;
}

input#user:active,
input#user.active,
input#user:focus, 
input#user:valid
{
    background-color: white;
    opacity:1;
}

#password_label
{
    z-index: 0;
    position: relative;
    overflow: hidden;
}

input#password 
{
    background-color: white;
    opacity:0.6;
    padding-left: 10px;
    z-index: 1;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
	width: 90%;
}

input#password:active,
input#password.active,
input#password:focus, 
input#password:valid
{
    background-color: white;
    opacity:1;
}

/*.label
{
    padding-left: 10px;
}*/


.button64
{
	background-color: #555555;
    color: #FFFFFF;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
	position: relative;
   
    margin: 10px 2px;
    text-shadow: 0px 0px 3px #FFFFFF;
    height: 68px;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 28px;
    font-style: italic;
	font-weight: normal;    
	text-indent: 4px;
}

.button32
{
    background-color: #0089BC;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    position: relative;
    margin: 10px 2px;
    text-shadow: 0px 0px 3px #FFFFFF;
    
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    text-indent: 4px;
    border: 1px solid #7777FF;
}

.button
{
	background-color: #006699;
    color: #FFFFFF;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px;
	position: relative;
    
    margin: 5px 2px;
    text-shadow: 0px 0px 3px #FFFFFF;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 12px;
    font-style: italic;
	font-weight: normal;    
	text-indent: 1px;
    border: 1px solid #005588;
   padding-left:5px;
   padding-right:5px;
   padding-top:3px;
   padding-bottom:3px;    
}

.button:hover, .button.selected, .button32:hover, .button32.selected, .button64:hover, .button64.selected
{
	background-color: #11AAFF;
}

.action_link
{
	background-color: rgb(153, 153, 153);
	opacity: 0.5;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	position: relative;
	float: left;
	margin: 10px 2px;
	text-shadow: 0px 0px 3px rgb(255, 255, 255);
	height: 1.5em;
	font-family: Times New Roman,Helvetica,Arial;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	text-indent: 4px;
	text-align: center;
	border: 1px solid #555555;
}

.action_link:hover, .action_link.selected
{
	opacity:1;
}

img
{
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}

.round-corners-5px
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
}

.round-corners
{
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}

.round-corners-bottom
{
    -moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; /* future proofing */
	-khtml-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px; /* future proofing */
	-khtml-border-bottom-right-radius: 10px;
}
.content
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

textarea, input[type=text]
{

    color: #555555;
    text-decoration: none;
    /*width: 140px;*/
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 24px;
	font-weight: bold;
}

div.page textarea, div.page input[type=text]
{
	font-size: 16px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    border:1px solid #AAAAAA;
    font-weight:normal;
}

div.page input[type=text]
{
    max-width:300px;
}

.link
{
	opacity: 0.7;
}

.link:hover
{
	opacity: 1.0
}

/*.footer 
{
	width:100%;
	height:auto;
	position:fixed;
	bottom:0;
	left:0;
	background:#555555;
}*/

td>input, td > textarea, td > select, td > div
{
	text-align:left;
	/*margin-left:10px;
    min-width:250px;*/
    width:98%;
    white-space: nowrap;
}

table#member_questions td>a
{
    min-width:0px;
}

td.label, td>a:hover
{
	color: #555555;
    text-shadow: none;
}

td.label, td>a.link
{
    text-align:center;
	color: #555555;
    text-shadow: none;
    border-radius: unset;
    height: 100%;
    display: table-cell;    
    font-size:14px;
}

button.user_login
{
    margin-top:0;padding-top:0;margin-bottom:0;padding-bottom:0;float:right;
}

#user_login form
{
   background-color: #0089BC;
   border: 0px solid #0089BC;
   padding: 5px 5px 5px 5px;
   width: 95%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   max-width: 320px;
   margin-top: 15px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;   
   border-radius: 10px; /* future proofing */
}

#user_login > div
{
   max-width:330px;
   margin-left:auto;
   margin-right:auto;
}

.form>ul
{
    border: 4px solid #DDDDDD;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}

.form input[type=submit]
{
    margin-top:10px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}

.form input[type=float], .form input[type=text], .form input[type=number], .form input[type=password], .form input[type=datetime], .form div>span
{
    color: blue;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 16px;
	font-weight: bold;    
	text-indent: 0px;
    text-shadow: none;
    border:2px solid #0089BC;
    color: #222222;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
	position: relative;
    line-height: 1.5em;
    padding-top: 0px;
    padding-bottom: 0px;
}

.form textarea, .form select,
.chosen-container-multi .chosen-choices li.search-field , .chosen-container-multi .chosen-choices li.search-choice, .chosen-container-multi .chosen-results li
{
    color: blue;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 16px;
	font-weight: bold;    
	/*text-indent: 4px;*/
    text-shadow: none;
    /*height:80px;*/
    min-width: 100px;
    min-width:80%;
}

.form div>span, div.draggable>span.item
{
    color: blue;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 24px;
	font-weight: normal;    
	text-indent: 4px;
    text-shadow: none;
    min-height:32px;
    line-height:1.5em;
    background-color: transparent; 
    color: #222222;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
	position: relative;
    padding-left:5px;
    padding-right:5px;
    border: 2px solid gray;
}

div.sortable>span
{
    color: blue;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 48px;
	font-weight: normal;    
	text-indent: 4px;
    text-shadow: none;
    min-height:50px;
    line-height:1.5em;
    background-color: transparent; 
    color: #222222;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
	position: relative;
    padding-left:0.5em;
    padding-right:0.5em;
    border: 2px solid gray;
}

div.underlinable>span
{
    color: blue;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 24px;
	font-weight: normal;    
	text-indent: 4px;
    text-shadow: none;
    min-height:32px;
    line-height:1.5em;
    background-color: transparent; 
    color: #222222;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
	position: relative;
    padding-left:5px;
    padding-right:5px;
    border: 0px solid gray;
}

div.fillable>input
{
    width: 10px;
    padding-left: 10px;
    font-size: 16px;
    color: #333333;
}

.form label
{
    color: #0089BC;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 18px;
	font-weight: normal;    
	text-indent: 4px;
}

.user_greeting
{
    color: white;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 10px;
    font-weight: normal;    
	 text-indent: 4px;
    font-style: italic;
    text-shadow: 0px 0px 3px #FFFFFF;
    line-height:1.5
}

.user_greeting a
{
   font-size:10px;
   color:white;
}

/*.footer 
{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: none repeat scroll 0% 0% rgba(0,0,256,0.8);
}*/

.popup-open
{
	width:5px;
	min-width:5px;
    position:fixed;
    right:0;
    bottom:0;
    background-color:transparent;
}

.popup-close
{
	width:5px;
	min-width:5px;
    position:fixed;
    right:0;
    bottom:0;
    background-color:transparent;
}

table.full_width
{
    width: 100%;
}

.choices
{
	padding-top:0.1em;
	padding-bottom:0.1em;
	min-width:100px;
	width:150px;
	margin-left:10px;
	margin-right:10px;
	background-color: transparent;
    color: #222222;
    margin: 10px 2px;
    text-shadow: 0px 0px 3px #000000;
    font-family: Times New Roman, Helvetica, Arial;
    font-style: italic;
	font-weight: normal;    
	text-indent: 4px;	
    cursor: pointer;
}

div.choices_div input[type="text"]
{
	padding:5px;
	font-size:15px;
	width:200px;
}


.choices:hover
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
    background-color: #11AAFF;
}

.choices > input[type=radio]
{
	width:1em;
	height:1em;
	vertical-align: top;
}


.checkmark
{
    height: 64px;
    width:64px;
    padding-left: 68px;
    padding-top:2px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url(../img/check.png);
    opacity: 1.0;
    text-decoration: none;
}

.wrongmark
{
    height: 64px;
    width:64px;
    padding-left: 68px;
    padding-top:2px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url(../img/wrong.png);
    opacity: 1.0;
    text-decoration: none;
}

.center
{
    text-align:center;
}


.date_time_picker div
{
    display:inline-block;
    vertical-align:center;
}

.date_time_picker input
{
    display:block;
    width:80px;
    margin-left: auto;
    margin-right: auto;
    min-width:60px;
    vertical-align:center;
}


.button_curve_bot
{
    height: 50px;
    background-color:#666666;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/down_arrow.png);
    opacity: 0.8;
    text-decoration: none;
    -moz-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px; /* future proofing */
	-khtml-border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px; /* future proofing */
	-khtml-border-bottom-right-radius: 20px;
    border: 0px solid;
}

.button_curve_top
{
    height: 50px;
    background-color:#666666;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/up_arrow.png);
    opacity: 0.8;
    text-decoration: none;
    -moz-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px; /* future proofing */
	-khtml-border-top-left-radius: 20px;
    -moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px; /* future proofing */
	-khtml-border-top-right-radius: 20px;
    border: 0px solid;
}

.button_curve_top:hover, .button_curve_bot:hover
{
    opacity: 1.0;
    
}



ul.links
{
    list-style-type: none;
}


form select.filter, select.sort
{
    border: 1px solid white;
    border-collapse: collapse;
  -webkit-appearance: none;
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
} 

select.sort
{
	text-overflow: "";
	-moz-appearance: none;
	border: 0px solid;
}    

img.profile, img.profile_icon
{
    display:block;
}

img.profile_icon
{
    opacity:0.7;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.profile_icon:hover
{
    opacity:1.0;
}

.user_basic_controls
{
	position:fixed;
	top:0px;
	right:5px;
	z-index:101;
    background:#4c4c4c;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.user_basic_controls a
{
	background-color: transparent;
    padding-right:5px;
    text-indent: 0px;
}

.user_basic_controls a:hover, span.hide32:hover
{
    background-color: #11AAFF;
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; /* future proofing */
	-khtml-border-radius: 15px;
    
}

.user_basic_controls a.user_control64, .user_basic_controls a.hide64
{
    -moz-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px; /* future proofing */
	-khtml-border-top-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px; /* future proofing */
	-khtml-border-bottom-left-radius: 20px;
}


ul.art-hmenu>li.hidden
{
    display:none;
}

ul.art-hmenu > li.hidden.active
{
    display:inline-block;
}

.speak
{
    text-indent: 32px;
    background-repeat: no-repeat;
    background-position: 1px 50%;
    background-image: url(../img/speak.png);
}

span.speak,p.speak
{
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: 1px 50%;
    background-image: url(../img/speak.png);
    border: 2px solid #DDDDDD;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
	cursor:pointer;
	font-family: Times New Roman;
	color: #ff5555;
}

div.paginator
{
    height: 2.25em;
    float: left;
    margin-top: 0.25em;    
}

div.paginator div.a_container
{
    height:30px;
    display:inline-block;
}

div.paginator a, div.paginator input
{
    display:inline-block;
    height: 2em;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:20px;
    background: -webkit-linear-gradient(#DDDDDD, gray, #DDDDDD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DDDDDD, gray, #DDDDDD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DDDDDD, gray, #DDDDDD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DDDDDD, gray, #DDDDDD); /* Standard syntax */
    border: 1px solid #AAAAAA;    
    color: #000088;
    text-decoration: none;
    margin-right: 1px;
    vertical-align:top;
    margin-top:auto;
    margin-bottom:auto;
    opacity: 0.7;
}


div.paginator .first
{
    -moz-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px; /* future proofing */
	-khtml-top-left-border-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px; /* future proofing */
	-khtml-bottom-left-border-radius: 20px;
	
	-moz-border-top-right-radius: 0px;;
	-webkit-border-top-right-radius: 0px;;
	border-top-right-radius: 0px;; /* future proofing */
	-khtml-top-right-border-radius: 0px;;
    -moz-border-bottom-right-radius: 0px;;
	-webkit-border-bottom-right-radius: 0px;;
	border-bottom-right-radius: 0px;; /* future proofing */
	-khtml-bottom-right-border-radius: 0px;;    
	
    /*line-height: 2.2em;*/
}

div.paginator .last
{
   
    -moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px; /* future proofing */
	-khtml-top-right-border-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px; /* future proofing */
	-khtml-bottom-right-border-radius: 20px;
	
    -moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px; /* future proofing */
	-khtml-top-left-border-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px; /* future proofing */
	-khtml-bottom-left-border-radius: 0px;
	
}

div.paginator .center
{
    /*line-height: 2.2em;*/
    margin-right:3px;
    color: #DD3C27;
}

div.paginator a:hover, div.paginator input:hover
{
    opacity: 1.0;
    text-decoration: none;
}

div.paginator input.no_hover_effect:hover
{
	opacity: 1.0;
    text-decoration: none;
}

div.paginator .left
{
    -moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px; /* future proofing */
	-khtml-top-left-border-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; /* future proofing */
	-khtml-bottom-left-border-radius: 10px;
	
	-moz-border-top-right-radius: 0px;;
	-webkit-border-top-right-radius: 0px;;
	border-top-right-radius: 0px;; /* future proofing */
	-khtml-top-right-border-radius: 0px;;
    -moz-border-bottom-right-radius: 0px;;
	-webkit-border-bottom-right-radius: 0px;;
	border-bottom-right-radius: 0px;; /* future proofing */
	-khtml-bottom-right-border-radius: 0px;;    
	
}

div.paginator .right
{
    -moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px; /* future proofing */
	-khtml-top-right-border-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px; /* future proofing */
	-khtml-bottom-right-border-radius: 10px;
	
    -moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px; /* future proofing */
	-khtml-top-left-border-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px; /* future proofing */
	-khtml-bottom-left-border-radius: 0px;

    padding-right:10px;
}

div.paginator .disabled
{
    color: gray;
}

div.paginator input, div.paginator select 
{
    vertical-align: middle;
    font-size: 14px;
    font-family: Cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-weight: bold;
    font-style: normal;
}

.hanger
{
    background-color: rgba(255,255,255,1.0);
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.hanger
{
    z-index: 2000;
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 10px 10px;
    opacity:0.85;
    background-color: #112244;
    color:white;
}

.hanger_greeting
{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.8);

    position:fixed;
    z-index:1000;
    top:0;
    right:0%;
    margin-left:auto;
    margin-right:auto;    
    min-width:100px;
    background-color: #0089BC;
    
    -moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px; /* future proofing */
	-khtml-bottom-right-border-radius: 10px;    
    
    -moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; /* future proofing */
	-khtml-bottom-left-border-radius: 10px;        
    
    border-right: 2px solid rgb(0, 137, 188);
    border-left: 2px solid rgb(0, 137, 188);
    border-bottom: 2px solid rgb(0, 137, 188);
    text-align: center; 
    
    opacity:0.7;
}

div.hanger_greeting
{
	background-color:#DDDDDD;
}


.hanger>form, .hanger>ul
{
    overflow-x:hidden;
}

textarea.droppable.edit_question
{
    min-height:150px;
}

textarea.droppable.answer,textarea.droppable.choices
{
    min-height:60px;
}


.items_draggable
{
    max-height:300px;
    overflow-x:hidden;
    overflow-y:scroll;

}

.items_draggable .draggable_item
{
    margin: 5px 5px 5px 5px;
    border: 2px solid gray;
    min-width:50px;
}

.draggable_item:hover
{
    border: 2px solid white;
}

.hanger ul>li>a:hover
{
    background-color: rgba(255,255,255,1);
    display:block;
    color:black;
}

table.data
{
    margin-left:auto;
    margin-right:auto;
    border: 0px none;
    border-spacing: 0px;
    font-size: 14px;
    font-style: italic;
    font-family: Times New Roman,Arial;
    text-shadow: none;    
    width: 100%;
}

div.page
{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    /*min-height:700px;*/
}

input[type=checkbox],input[type=radio]
{
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
}



a.button32
{
    color: white;
    line-height:1.8em;
    padding-right:5px;
}

ul.links>li
{
    padding-left:10px;
}

#site_map ul.links>li
{
    background-color:#EEE;
}

#site_map button
{
    border: 0px solid white;
    background-color:transparent;
    color: #8B764B;
}

.login_form_input_div, .login_form_button_div
{
    padding-bottom:10px;
    padding-left:5px;
}

.login_form_button_div
{
    width:90%;
}

div.search_form_input_div input.search
{
    width: 80%;
}

.transparent_button32
{
    background-color: transparent;
    color: #FFF;
    border-radius: 5px;
    position: relative;
    margin: 10px 2px;
    text-shadow: 0px 0px 3px #FFF;
    font-family: Times New Roman,Helvetica,Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    text-indent: 4px;
    border: 0px solid #000;
}

.transparent_button32:hover
{
    background-color: rgba(100,100,100,0.3);
}

a.toggle_sort
{
    display: block;
    vertical-align: bottom;
    text-align: left;
    padding-left: 5px;
}

select.sort
{
    float:right;
    
}

div.header
{
    background: rgba(220,220,220,0.5);
    max-width:100%;
}

.slicknav_menu 
{
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
}

.mobile .slicknav_menu 
{
    position: absolute;
}


a.click_action
{

}

a.slicknav_btn
{
    float:left;
}

.theme-color-reverse
{
    background: #0089BC;
    color: white;
}

.hanger .hide32
{
    float:right;
}

a.top_left_menu
{
    display:inline;
    line-height:40px;
    vertical-align:top;
}

ul.level_1 
{
    display:none;
    width:auto;
    z-index:1000;
    position:relative;
    /*height: 20px;*/
    overflow: visible;
}
}

ul.level_1>li
{
    float:left;
    display:block;
    clear:both;
    width:auto;
    font-size:16px;
}

ul.level_1.active
{
    display:block;
}

ul.level_1.active li.active > ul.menu
{
    display:block;
}

ul.level_1.active li ul
{
    display:none;
}

ul.level_1.active li
{
    padding-left:10px;
    padding-right:5px;
    background:#0089BC;
    border:2px solid #0089BC;
    opacity:0.8;
    color:white;
    line-height:1.8em;
}

/*bul.level_1.active li:hover
{
    background-color:#0069AC;
}*/

ul.level_1.active>li:hover li.fa
{
    border:1px solid #FFFFFF;
    color:#FFFFFF;
}

ul.level_1.active>li:hover
{
    border:2px solid #00498C;
    background-color:#0069AC;
    color:#FFFFFF;
}

ul.level_1.active>li.active:hover
{
    border:2px solid #0089BC;
    background:#0089BC;
}

ul.level_1.active>li:hover>a
{
    color:#000;
}

ul.w3-navbar
{
    height:60px;
}

.mobile ul.w3-navbar
{
    height:50px;
}

ul.menu li>li.fa
{
    float:right;
    margin-top:4px;
}

ul.level_1 ul.menu li>a
{
    color:white;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size:14px;
    font-weight:normal;
    width:190px;
    padding-left:5px;
}

ul.level_1 ul.menu.level_2 li
{
	list-style:none;
}

ul.level_1 ul.menu.level_2 li>a
{
    padding-left:15px;
    display:block;
}

ul.level_1 ul.level_2
{
	padding-left:0px;
}

ul.level_1 ul.menu li:hover>a
{
    background-color:#0069AC;
}

#user_login .title
{
   padding-left:5px;
   padding-right:5px;
   color:white;
}

#user_login form
{
   background-color:transparent;
}

.hanger_greeting:hover
{
   background-color: #0089BC;
}

#notice_maya div.hanger_content
{
	text-align:center;
}

form input.search_text
{
	background-color:white;
	width:60%;
}

form a.search_text_button
{
    width: 1.5em;
    display: inline-block;
    border: 1px solid white;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 0px;
    height: 1.4em;
    margin-top: 0px;
    vertical-align: middle;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 12px;
    font-weight: bold;
}

#name_logo
{
    white-space: nowrap;
    opacity: 0.8;
    padding-right: 80px;
}

#user_login
{
    border: 1px solid gray;
    width: 320px;
    background-color: #EEEEEE;
    padding: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -160px;
    left: 50%;
    position: fixed;
    z-index:100;
}

#user_login .login_form_header button
{
    height:28px;
    background:transparent;
    border:0px;
}

#user_login .login_form_header
{
	border-bottom: 1px solid;
	background: #388;
	padding:4px 10px;
}

h3.heading
{
    background: #88CCFF;
    padding: 5px 5px;
    margin-top: 20px;
    margin-bottom:5px;
}

td.label a:hover
{
   color:#00498C;
}

#loggout_page
{
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
    background-image: url(../images/front_page.png);
    border: 2px solid #DDDDDD;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
    width:100%;
    min-height:320px;
}

.mobile .w3-top
{
    position: absolute;
    width: 100%;
    z-index: 1;
}

.mobile #site_title
{
    float:right;
    font-size:8px;
    line-height:10px;
    padding-left:5px;
    white-space:normal;
}

.mobile #name_logo
{
    padding-right:5px;
}

form input[type="text"].search_text
{
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0px;
    text-shadow: none;
    border: 1px solid white;
    color: #222222;
    position: relative;
    line-height: 1.5em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
    height: 1.4em;
    vertical-align: middle;
}

div.search_filter_header
{
    margin-bottom:5px;
    margin-top:5px;
}

div.answers
{
    margin-left:10px;
}
