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;
}

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

#test_drive
{
    border-bottom: 2px solid #AAA;
}

#login_form .button
{
    margin-top:5px;
    margin-bottom:5px;
}

div.control
{
    clear:both;
}

div.page form 
{
    text-align:left;
}

#questionnaires
{
    text-align:left;
}

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
{
    border: 1px solid #e4edee;
    margin-bottom: 20px;
    padding-top:10px;
    padding-bottom:10px;
}

#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;    
    text-transform: capitalize;
    font-weight: 400;
    font-size: 10px;
    text-align: left;    
}

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

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

#booking_form label.booking-item-label
{
    font-size: 10px;
    font-weight: normal;
    padding-left: 0px;
    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: #888;
    text-decoration: none;
    /*width: 140px;*/
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 12px;
    font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	display:block;
}

ul.level_3 a.click_action.sitemap_menu:hover
{
    color:#222;
    border-bottom:1px solid #71c55d;
    text-decoration: none;
}

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;
}

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;  
}

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

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

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

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

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


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;
}


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

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

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

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

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

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

.hide_arrow64
{vertical-align: middle;
    background-image: url(../img/hide_arrow64.png);
}

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

.menu_open64
{
    background-image: url(../img/menu_open64.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;
}


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

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

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



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

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

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

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

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

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


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

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

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


.upload32
{
    background-image:vertical-align: middle; url(../img/upload_32.png);
}

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

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

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

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

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

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

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



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


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

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

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


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

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

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

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

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

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



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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


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

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


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

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

.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;
}*/



.button li
{
    color: #71c55d;    
}

.button
{
font-family: "Roboto", sans-serif;
letter-spacing: 2px;
display: inline-block;
padding: 5px 10px;
border-radius: 50px;
transition: 0.5s;
border: 2px solid #71c55d;
background: #fff;
color: #71c55d;
text-decoration: none; 
}

.button:hover, .button.selected
{
	background: #71c55d;
    color: #fff;
}

.button:hover li
{
    color: #fff;    
}

.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;
    font-weight:normal;
    border: 1px solid #AAA;
}
.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;
}

#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
{
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 16px;
	font-weight: bold;    
	text-indent: 0px;
    text-shadow: none;
    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: 222222;
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 16px;
	/*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;
    min-width: 200px;
    width: 60%;    
}


.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: #12200F;
    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;
    left: 50%;
    margin-left: -50px;
    margin-right: auto;
    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:98%;
    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:white;
}

#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;
    vertical-align:top;
}

.click_action.danger
{
    color:red;
}

form.edit .click_action.danger
{
    float:right;
}

form.list .click_action.danger
{
    margin-top:10px;
}


.click_action:hover
{
    text-decoration:none;
}

ul.level_1 
{
    /*display:none;*/
    text-align: left;
    min-width:320px;
    width:480px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    height: 20px;
    overflow: visible;
}
}

ul.level_1>li
{
    float:left;
    display:block;
    clear:both;
    width:220px;
    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;
    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:2000;
}

#user_login i
{
    color:#71c55d;
}

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

#user_login .login_form_header button
{
    background:transparent;
    border:0px solid white;
}

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;
}
