/*--- Elements ---*/

@font-face {
    font-family: FbAnkol;
    src: url("../fonts/FbAnkol-Regular_0.otf");
}

@font-face {
    font-family: PoorRich;
    src: url("../fonts/PooRich.ttf");
}

body {
    direction: rtl;
    font-family: FbAnkol;
}

ul {
    padding: 0;
    list-style-type: none;
}

th {
    text-align: center;
}

button {
    cursor: pointer;
}

/*--- Custom ---*/

.ltr {
    direction: ltr;
}

.ml {
    margin-left: 8px;
}

.mr {
    margin-right: 8px;
}


.error {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    color: #b71f0e;
}

.success {
    padding: 8px;
    color: #fff;
    background: #5cb85c;
}

.en-font {
    font-family: PoorRich;
}

.pink-bg {
    background-color: #e83c9e;
}

.white-bg {
    background-color: #fff;
}

.pink-text {
    color: #e83c9e;
}

.grey-text {
    color: #737373;
}

.white-text {
    color: #fff;
}

.green-text {
    color: #139e1c !important;
}

.text-shadow {
    text-shadow: 1px 5px #555;
}

.bootstrap-switch-handle-off {
    background: #fff !important;
}

.bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #e83c9e !important;
}

.loader {
    display: none;
    width: 100px;
}

.cc-logo {
    width: 200px;
}

.amex-logo {
    width: 100px;
}

.popup-content {
    display: none;
}

.btn:focus, .btn:hover {
    color: inherit;
}

.btn-black {
    background-color: #000;
}

.btn-pink {
    background-color: #e83c9e;
    color: #fff;
}

.btn-rounded {
    border-radius: 20px;
    font-size: 24px;
}

.b {
    font-weight: bold;
}

.select2-dropdown {
    text-align: center;
}

.pink-select .select2-selection {
    color: #e83c9e;
}

.pink-select .select2-selection--single {
    border-radius: 20px !important;
}

.pink-select .select2-selection__arrow {
    border: #e83c9e 1px solid;
    border-radius: 20px 0 0 20px;
    background: #e83c9e;
    color: #fff;
}

.pink-select .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

.stat {
    margin-top: 12px;
    padding: 8px;
    color: #e83c9e;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 18px;
    box-shadow: 6px 4px 0px 0px #e83c9e;
    background-color: #fff;
}

.page-sidebar {
    background-color: #737373;
}

.table-actions {
    display: none;
    padding: 3px;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    box-shadow: 1px 1px 8px 1px;
}

.table-top {
    height: 50px;
}

.table-top .reset-search {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}

.table-top .search {
    display: table-cell;
    width: 180px;
    padding: 4px 8px;
    border: 2px solid #e83c9e;
    border-radius: 8px;
    vertical-align: top;
    background-color: #fff;
}

.table-top .search input {
    border: none;
    outline: none;
}

.table-top .search i {
    margin-top: 3px;
    cursor: pointer;
}

.table-action {
    display: inline-block;
    width: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    color: #e83c9e;
}

.table-action:hover {
    color: #005fcc;
}

.table-action i {
    display: block;
    color: #000;
    font-size: 16px;
    transition: 0.1s;
}

.table-action:hover i {
    font-size: 18px;
}

.table-main {
    margin: 10px 0 0 0;
    color: #e83c9e;
    text-align: center;
}

.table-main tfoot a {
    color: #fff !important;
    cursor: pointer;
    border-radius: 20px;
    transition: 0.3s;
}

.table-main tfoot a.btn:hover {
    background-color: #fff;
    color: #000 !important;
    font-weight: bold;
}

.table-main .pagination {
    margin: 0 20px 5px 0;
}

.table-main .pagination > a {
    margin: 0 2px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.table-main .pagination > a.active {
    color: #000 !important;
}

.task-list {
    height: 594px;
    padding: 20px;
    background: url("../img/layout/pink_box_left.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}

.task-list > ul {
    height: 57%;
    width: 86%;
    margin: 8% 5% 20px 0;
    overflow-y: auto;
}

.task-list > ul > li {
    height: 25px;
    margin: 8px 0;
}

.task-list > ul > li.completed .taskDescription {
    text-decoration: line-through;
}

.task-list .icheckbox_minimal {
    background-color: #fff;
}

.task-list .taskDescription {
    height: 20px;
    margin: 0 1%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
    outline: 0;
    resize: none;
    overflow-y: hidden;
    background: transparent;
    color: #fff;
}

.task-list ::-webkit-input-placeholder
{
    color: #fff;
}

.task-list li .removeTask {
    display: none;
    color: #fff;
    font-size: 22px;
    vertical-align: top;
    cursor: pointer;
}

.task-list li:hover .removeTask {
    display: inline;
}

.task-list .addTask {
    margin-right: 5%;
    padding: 1.5% 2%;
    color: #737373 !important;
    font-size: 20px;
    background: #fff;
    box-shadow: 2px 3px 1px 1px #555;
    cursor: pointer;
}

.suggestionForm .h3 {
    color: #000;
}

.suggestionForm textarea {
    width: 100%;
    height: 120px;
    margin-top: 5px;
    border-radius: 20px;
    border: 1px solid #e83c9e;
}

.sweet-alert {
    font-family: FbAnkol;
    z-index: 99999999;
}

.sweet-alert p {
    font-size: 24px;
}

.sweet-alert .pink-text {
    color: #e83c9e;
}

.sweet-alert input {
    display: inline-block;
}

.sweet-alert fieldset input {
    display: none;
}

.sweet-alert select {
    height: 45px !important;
    font-size: 20px;
}

.sweet-alert .extra-button {
    position: absolute;
    right: 24%;
    padding: 13px 32px !important;
    background-color: #e83c9e !important;
}

.sa-button-container {
    text-align: left;
}

.sa-button-container button.cancel, .sa-button-container button.confirm {
    background-color: #e83c9e !important;
}

.uploadExcelFile {
    display: none !important;
}

.form-inline .input-group {
    margin: 0 auto;
    float: right;
    text-align: right;
}

.print-only {
    display: none;
}

.printTable {
    display: none;
}

.progress {
    position: relative;
    overflow: visible;
}

.progress > .progress-bar {
    width: 33.3%;
}

.progress .indicator {
    position: absolute;
    top: -7px;
    height: 170%;
    width: 4px;
    background-color: #000;
}

/*---Upload Excel---*/

#uploadExcel {
    width: 65%;
    margin: 0 auto;
    text-align: right;
}

#uploadExcel .pink-text {
    color: #e83c9e !important;
}

#uploadExcel label {
    font-weight: normal;
}

#uploadExcel .form-block {
    margin: 25px 0;
}

#uploadExcel #excelFileLabel, #uploadExcel select {
    background: #797979;
    border: 1px solid #797979;
    color: #fff;
    cursor: pointer;
}

#uploadExcel #excelFileLabel {
    padding: 2px 12px;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 20px;
}

#uploadExcel select {
    width: 20%;
    text-align: center;
    border-radius: 10px;
}

#guestTable_t, #guestTable{
    -webkit-overflow-scrolling: touch !important;
    overflow-x: scroll !important;
    max-width: none !important;
    direction:rtl !important;

}
#guestTable thead{
    -webkit-overflow-scrolling: touch !important;
    overflow-x: scroll !important;
}
#guestTable tbody{
    -webkit-overflow-scrolling: touch !important;
    overflow-x: scroll !important;
}

#uploadExcel #excelColumnInputs .form-inline {
    margin: 5px 0;
}

#uploadExcel #excelColumnInputs label {
    width: 70%;
}

/*--- Header ---*/

header #topHeader {
    padding-bottom: 0.2%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    background-color: #212121;
}

header #topHeader > .h2 {
    padding-top: 20px;
}

header .headerBtns {
    padding-top: 14px;
    padding: 0px;
}

header .headerBtns > a {
    padding: 4px 15px;
    transition: 0.3s;
}

header .headerBtns > a:hover {
    background-color: #fff;
    color: #e83c9e;
    text-decoration: none;
}

header #menu {
    padding-top: 12px;
    border-top: 7px solid #e83c9e;
    border-bottom: 7px solid #e83c9e;
    box-shadow: inset 0px 20px 5px -12px #9a9a9a;
    background: #fff;
}

header #menu a,
header #mobileMenu #navbarContent ul li a {
	text-align: center;
	color: #737373;
	font-size: 22px;
	cursor: pointer;
}

header #menu a:hover,
header #menu a.active,
header #mobileMenu #navbarContent ul li a:hover,
header #mobileMenu #navbarContent ul li a.active {
	color: #e83c9e;
	text-decoration: none;
}

header #menu img {
    display: block;
    margin: 0 auto;
}

header .navbar {
    min-height: 60px;
}

header .navbar-toggler {
    top: 15px;
}

.content {
	padding-bottom: 6rem;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #212121;
}

footer a {
    padding: 0 1%;
    border-left: 2px solid #fff;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

footer a:last-child {
    border-left: 0;
}

#reportIssueInput {
    height: 120px;
    width: 100%;
}

@media (max-width: 768px) {
    .row {
        margin: 0;
    }

    header #topHeader > .h2 {
        font-size: 20px;
    }

    header .headerBtns {
        padding-top: 0;
    }

    header .headerBtns > a {
        padding: 4px;
        font-size: 14px;
    }

    .stat {
        margin-top: 20px;
    }

    .btn-rounded {
        font-size: 20px;
    }

    footer {
        padding-top: 12px;
        position: static;
    }

    footer a {
        font-size: 14px;
    }
}

@media (max-width: 576px) {

    header #topHeader > .h2 {
        padding: 20px 0 0 0;
        font-size: 20px;
        margin-top: 13px;
        margin-right: -13px;
    }

    header .headerBtns a {
        font-size: 20px;
    }

    .task-list .h2 {
        font-size: 20px;
    }
}


@media print {
    .printTable {
        display: table;
    }

    .print-only {
        display: block;
    }
}