﻿/* Google web fonts */
@import url('http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css');
/* Google web fonts */
@font-face {
    font-family: "ge_dinar";
    src: url('http://www.hawaalive.com/girl-games/themes/default/assets/fonts/ge_dinar.eot');
    src: local("Ø£Â¢&#732;Ø·â€º"),
    url('http://www.hawaalive.com/girl-games/themes/default/assets/fonts/ge_dinar.eot?#iefix') format('embedded-opentype'),
    url('http://www.hawaalive.com/girl-games/themes/default/assets/fonts/ge_dinar.otf') format('opentype');
    font-weight: normal;
}
body {
    font: normal 1em tahoma;
    font-weight: bold;
}
a#prev-link {
    position: absolute;
    left: 15px;
    top: 0;
    font-weight: bold;
}
a#prev-link:hover {
    text-decoration: underline;
}
#decs-container fieldset {
    border: 1px solid #999;
    margin: 16px auto 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#decs-container legend {
    width: 25%;
    text-align: center;
    font: bold 2.5em 'ge_dinar';
}
div.search-btn-container {
    display: flex;
}
#search-btn {
    width: 10em;
    margin: 0 auto 15px;
    font-size: 2em;
}
#decs-container .form-control, select option {
    font-size: 1.5em;
    min-height: 45px;
    color: #444;
    margin-bottom: 15px;
}
#decs-container select option option {
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
}
a#adv-search {
    display: inline-block;
    width: 10em;
    height: 44px;
    font-size: 1.9em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
a#adv-search:hover {
    text-decoration: underline;
}
button#adv-search i.fa {
    display: inline-block;
    margin-left: 10px;
}
div.loading {
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: #fff;
    padding-top: 20%;
    font: bold 2.5em 'Droid Arabic Naskh';
    color: #000;
    text-align: center;
}
div.loading > div {
    margin-top: 20px;
}
#decs-container div.dec-item {
    background: #f9f9f9;
    overflow: hidden;
    padding: 10px;
    margin: 0 auto 10px;
    border-radius: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#decs-container div.dec-item:hover {
    background: #B1D0EA;
    border-right: 2px solid #2e6da4;
    border-radius:0;
}
#decs-container div.dec-item:nth-child(even) {
    background: #ebf1f5;
}
#decs-container div.item-icon {
    width: 5%;
    float: right;
}
#decs-container div.item-text {
    width: 90%;
    float: left;
    font: bold 1em 'Droid Arabic Naskh';
}
#decs-container div.dec-item h2 {
    font: bold 1.8em 'Droid Arabic Naskh';
    line-height: 30px;
}
#decs-container div.dec-item > h2 {
    font: bold 2.4em 'Droid Arabic Naskh';
}
#decs-container  div.item-details {
    display: flex;
    justify-content: space-around;
    font: bold 1.5em tahoma;
}
#decs-container  div.item-details > div {
    flex: 0 1 50%;
}
div.sub-title > span:first-child {
    font: bold 1.3em 'ge_dinar';
    color: #1e3050;
    margin-left: 7px;
}
div.sub-title > span {
    font: bold 1.2em 'Droid Arabic Naskh';
    color: #444;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* fix bootstrap layout in the parent Dewan_Home Page */
/* ------------------------------------------------------------------------------------------------------------ */
.col-md-5 {
    width: 35%;
    float: right;
}
.col-md-2 {
    width: 28%;
    float: right;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.col-md-4 {
    float: right;
    width: 33.33%;
}
.col-md-8 {
    float: right;
    width: 66.66%;
}
.col-md-12 {
    clear: both;
    width: 100%;
}
a.btn {
    border: 1px solid #337AB7;
}
/* -------------------------------------------------------------------------------------------------------------
    override print styles in bootstrap
---------------------------------------------------------------------------------------------------------------- */
@media print {
    a[href]:after {
        content: none !important;
    }
}
/* ------------------------------------------------------------------------------------------------------------ */
/* customize calender style */
/* ------------------------------------------------------------------------------------------------------------ */
/* calender container */
.ui-datepicker {
    font-size: 2em !important;
}
/* calender button icon */
.ui-datepicker-trigger {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 3.2em;
    color: #337ab7;
}
/* calender header */
.ui-datepicker-header.ui-widget-header {
    background: #337ab7;
}
/* calender background */
table.ui-datepicker-calendar {
    background: #c6d8e4;
}
/* calender days default state*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    font-weight: bold;
    text-align: center;
    background: #f9f9f9;
    color: #444;
}
/* calender days hover state */
.ui-state-highlight,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: 1px solid #6896bd;
    background: #c6d8e4;
    font-weight: bold;
    color: #212121;
}
/* calender days selected state */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #1B578C;
    background: #337AB7;
    color: #f9f9f9;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* customize calender style */
/* ------------------------------------------------------------------------------------------------------------ */