@import url(../../base/css/common.css);
body {
    background-image: none;
    background-color: #F5F7FA;
}
.sys-bullet:before {
    content: "\00A0\2022\00A0";
    color: #999999;
}
.ch_sys_unit_checkbox {
    top: 3px;
    left: 3px;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9);
    background-color: #ffffff;
}
.ch_sys_unit_checkbox input[type="checkbox"], .ch_sys_unit_checkbox input[type="radio"] {
    position: relative;
    display: block;
    margin: 3px;
    padding: 0px;
}
/*--- Thumbnail ---*/

div.thumbnail_image a {
    position: relative;
    display: block;
}
div.thumbnail_image a:before {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    /*
	TODO: Remove after final decision
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
	*/
    content: "";
}
div.thumbnail_image p.thumbnail_image_letter, div.thumbnail_image p.thumbnail_image_letter2, div.thumbnail_image img.thumbnail_image_file, div.thumbnail_image img.thumbnail_image_file2 {
    box-shadow: none;
}
div.thumbnail_image p.thumbnail_image_letter, div.thumbnail_image p.thumbnail_image_letter2 {
    border-color: rgba(255, 255, 255, 1.0);
}
/*--- Modal window ---*/

.popup_form_wrapper .container {
    border-color: rgba(0, 0, 0, 0.6);
}
/*--- DesignBox ---*/

.disignBoxFirst {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-color: #cbd2d6;
    background-color: rgba(255, 255, 255, 0.9);
}
.disignBoxFirst .boxFirstHeader .dbTitle {
    position: relative;
    float: left;
    font-weight: bold;
    color: #000000;
}
/*--- DesignBox Menu ---*/

.dbTopMenu .dbTmActive {
	padding: 0;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: inherit;
}

.dbTopMenu .dbTmActive:hover {
	border: none;
}

.dbTopMenu .dbTmActive {
	font-weight: bold;
	color: #01527e;
	cursor: pointer;
}

.dbTopMenu .dbTmActive:hover {
	color: #0288d1;
}
/*--- Pagination ---*/

div.paginate {
    padding-bottom: 10px;
    background-color: transparent;
}
#submit_btn_overlay {
    background-color: rgba(234, 239, 243, 0.5);
}
/*--- Button ---*/

.ch-btn {
    position: relative;
    border-width: 0px;
    background-color: rgba(2, 136, 209, 1.0);
    /* equal to #0288D1 */
    background-image: none;
    filter: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 700;
    font-size: 16px;
}
.ch-btn, .ch-btn:hover {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
.ch-btn:hover, .ch-btn:active {
    background-color: rgba(2, 136, 209, 0.8);
}
.ch-btn:active {
    top: 1px;
    background-image: none;
    box-shadow: none;
    filter: none;
}
.ch-btn .sys-icon {
    margin-right: 10px;
    font-size: 19px;
}
.ch-btn-small {
    padding: 0px 15px 0px 15px;
    font-size: 12px;
}
.ch-btn.ch-btn-small .sys-icon {
    font-size: 15px;
}
.ch-btn-primary {
    background-color: rgba(255, 64, 129, 1.0);
    /* equal to #FF4081 */
    background-image: none;
    filter: none;
}
.ch-btn-primary:hover {
    background-color: rgba(255, 64, 129, 0.8);
}
.ch-btn-primary:active {
    background-image: none;
    filter: none;
}
.ch-btn-loading, .ch-btn-disabled, .ch-btn-loading:hover, .ch-btn-disabled:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.ch-btn-disabled:active {
    top: 0px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
/*--- admin actions panel ---*/

.admin_actions_panel {
    background-color: rgba(0, 0, 0, 0.1);
}
