﻿/**
 * This CSS will breach the style included by Bootstrap/Overrides.css which messed up hkecl's style
 * hkecl orientated classes will be added here to take the charge of CSS
 */
body {
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0;
}

#hkecl-container {
    background-color: rgb(245, 247, 247);
    background-image: none;
}

a:hover, a:focus {
    text-decoration: none;
    border-bottom: 0px;
    padding-bottom: inherit;
}

a:focus {
    color: #0a85ba;
}

.mmteam-disclaimer {
    padding: 30px;
    font-size: 80%;
}

.bootstrap-style {
    font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
}

.bootstrap-style .btn {
	font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
	font-size: 16px;
}

.bootstrap-style textarea.form-control {
    height: auto;
}

#no_work{
	display:none;
}

.ui-widget-overlay {
    background: #000000 none repeat scroll 0 0;
    z-index: 100;
}

.noTitleStuff {
	display:none
}
