﻿
@font-face {
    font-family: 'Assistant';
    src: url("../fonts/Assistant-VariableFont_wght.ttf");
}

body, html {
    background-color: #F9F9FB;
    font-family: 'Assistant';
    background-image: url('../Images/background.png');
    background-size: cover;
}

/*.login, .login input, .login select, .login textarea {
    background-color: #F9F9FB;
    background-image: url('../Images/background.png');
    background-size: cover;
}
*/
a, div { outline: 0 none;}
img{vertical-align:middle;}

h1,h2,h3 {font-weight:normal!important;}
h1 {font-size:40px!important;}
h2 {font-size:25px!important; color:#404040;}

a {color:#1982c4; text-decoration:none;}
a.hover, a:hover {text-decoration:underline;}

.logo {margin:auto auto}
.login {width: 570px; margin:0 auto;}
.loginFooter {position:fixed; bottom:0; right:0; left:0;}
.loginFooter img {height:6px; width:100%; vertical-align:bottom;}

/*tooltip*/
.custom-tooltip {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 300px;
    display: none;
    left: -320px;
}

.info-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.info-icon:hover .custom-tooltip {
    display: block;
}

.tooltip-right .custom-tooltip {
    left: 0;
}

/*input*/
.md-block {margin: 18px 10px;}
md-radio-button {float:left; margin-right: 50px;}
md-radio-group md-radio-button:not(:first-child), md-radio-group md-radio-button:first-child {margin-top:35px;}
.upload {position: absolute; right: 0px; background-color: transparent; padding: 3px; top: 3px; color: #1982c4; cursor:pointer;}
.red {color: red!important;}
.upload md-progress-circular {position:absolute; top:-13px; right:90px;}

/*bottons*/
.md-raised {box-shadow:none!important;}
/*md-input-container.md-default-theme.md-input-focused:not(.md-input-invalid) .md-input, md-input-container.md-input-focused:not(.md-input-invalid) .md-input {border-color: #1982c4}
md-input-container.md-default-theme.md-input-focused:not(.md-input-invalid) label, md-input-container.md-input-focused:not(.md-input-invalid) label {color: #1982c4}
md-select-menu.md-default-theme md-option[selected], md-select-menu md-option[selected] {color: #1982c4}*/

/*top-toolbar*/
.top-toolbar {height:85px; background-color:#fff!important; padding:10px 58px; }
.toolbar {height:203px; background-color:#1F2532!important; padding:70px 40px; font-size:40px;}
.fix-width {width:1220px; margin:0 auto; padding:90px 0;}
.fix-width-main {width:1220px; margin:0 auto; padding:0; }

.menu {height:50px; background-color:#fff!important; text-align:center; padding-top:10px;}
.menu a span {color:rgba(0,0,0,0.87);}
.md-sidenav-left { margin-top: 3.3%;}
.md-toolbar-tools {
    background-color: #fff;
    color: #404040;
    font-size:14px;
}

.md-toolbar-tools h2 {
    color: #404040;
}

.addNewPageIcon {
    width: 18px;
    height: 15px;
    margin: 1px 1px 2px 0;
    font-family: FontAwesome5Pro-Solid;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.addNewPageBtn {
    width: 70%;
    color: white;
    padding: 18px 40px 17px 41px;
    border-radius: 26.5px;
    box-shadow: 0 2px 10px 0 rgba(106, 76, 147, 0.4);
    background-image: linear-gradient(105deg, #6a4c93, #1982c4 100%);
    margin: 10% 0% 10% 14%;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    color: #ffffff;
} 

.activePage {
    background-color: #1982c4;
    color: #ffffff;
}

    .activePage i.toolbarIcons.fa, i.toolbarIcons.fas {
        color: #ffffff;
    }
.activePage :hover i.toolbarIcons.fa, i.toolbarIcons.fas {
    color: #404040;
}

.activePage:hover {
     color: black;
}

i.fa.fa-bell.toolbarNotif {
    color: #8f92a1;
    justify-content: center;
    vertical-align: middle;
    font-size: 1.3rem;
}

/*.toolbarBadge {
    padding: 30%;
    position: relative;
    left: -35px;
    top: -7px;
    background-color: red;
    border-radius: 50%;
    color: white;
    font-weight:bold;
    font-size: 14px;
}*/

.toolbarBadge {
    display: inline-block;
    position: relative;
    min-width: 8px;
    top: -10px;
    right: 32px;
    padding: 1px 5px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    background-color: #de350b;
    color: #fefefe;
}

.sideBarContent {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.sideBarFirstList{
    background-color:#ffffff;
    margin:0px;
    padding:0px;
}

.toolbarPageBtn {
    display: block;
    width: 95%;
}

.campaignsToolBar {
    display: inline-block;
    min-width: 15px; /* pixel unit */
    padding: 12px 5px; /* pixel unit */
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    background-color: #de350b;
    color: #fefefe;
    margin: 0 0 0 20%;
}

.toolBarNotifNum {
    vertical-align:middle;
    display: flex;
    justify-content: center;
    align-items: center;
}



.titleDropDown {
    margin-top: 48px;
    top: 48px !important;
}

.quickShortcuts {
    margin-left:10%;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f92a1;
}

i.toolbarIcons {
    margin-right: 10%;
    font-size: large;
    color: #404040;
}


md-input-container input[type=date], md-input-container input[type=datetime-local], md-input-container input[type=month], md-input-container input[type=time], md-input-container input[type=week] {
    text-align: left;
}


md-sidenav, md-sidenav.md-locked-open, md-sidenav.md-closed.md-locked-open-add-active {
    min-width: 50px !important;
    width: 50vw !important;
    max-width: 250px !important;
    position: relative;
    transition: 0.5 all ease-in-out;
    overflow: hidden;
}

    md-sidenav.ng-isolate-scope._md {
        /*overflow: hidden;*/
        overflow-y: scroll;
    }

::-webkit-scrollbar {
    display: none;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #5471AF inset !important;
    -webkit-text-fill-color: #fff;
}

#menu_container_0 {
    top: 52px !important;
}

ng-view.layout-fill.ng-scope.layout-column {
    overflow: scroll;
    /*overflow-x: hidden;*/
}

.quickShortcuts {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f92a1;
}


/*.md-button {
    line-height: 0px;
}*/
/*progress*/
.progress-wrapper {
    padding-top: 12px;
    padding-left: 30px;
}
.inside-circle {margin:-80px 75px; position:absolute; transform:translateY(-50%) translateX(-50%); color:#4FEDA5; font-size:39px;}
.inside-circle2 {margin:-70px 60px; position:absolute; transform:translateY(-50%) translateX(-50%); color:#4FEDA5; font-size:39px;}
.below-circle {color:#fff; font-size:12px; text-align:center;}

.addCampain {position:fixed; bottom:60px; right:60px;}
.campaigns {background-color:#fff;}
.campaigns div {padding: 30px 0; color:#969696; font-size:12px;}
.campaigns span {color:#3D3D3D;}
.search {height: 60px;}
.search .md-block {margin:0;}
.search md-checkbox {margin-top: 7px;}

.order{cursor:pointer; width:12px; height:9px; margin:15px 0; background-position:3px 0; background-repeat:no-repeat; background-image:url('../Images/myMessages/btn_list_sort.png');}
.orderUp {background-position:3px -8px!important;}
.orderDown {background-position:3px -16px!important;}

/*table*/
md-table-container {min-width:100%;}
md-content.md-default-theme, md-content {background-color:#F9F9FB!important;}
md-icon {color:#36E391!important;}
/*.md-table-pagination{position:fixed; width:100%; bottom:0; background-color:#fff;}*/
md-fab-speed-dial {position:absolute; top:0; margin-left:-50px;}
/*.md-body {overflow:auto; display:block;}*/
/*thead, tbody { display: block; }
tbody {    height: 100px; overflow-y: auto; overflow-x: auto;}*/
/*table.md-table td.md-cell.md-numeric, table.md-table th.md-column.md-numeric{text-align:left!important;}*/
th md-input-container{margin:18px 0 0;}
table.md-table th.md-column {font-size:14px!important;}
table.md-table th.md-column md-icon.md-sort-icon.md-asc{margin-right:0;}
table.md-table th.md-column .md-errors-spacer {min-height:0!important;}
table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {background-color:#fff!important;}
md-datepicker.md-default-theme, md-datepicker {background-color:transparent;}
.md-datepicker-triangle-button.md-button.md-icon-button, .md-datepicker-input {display:none;}
md-datepicker, sm-date-time-picker {margin:0 -20px; padding-top:20px;}
.th-spacer {display:inline-block; width:10px;}
.tableBorder td {border: 1px rgba(0,0,0,.12) solid; padding:0!important; text-align:center!important; width:50px}

input::-webkit-calendar-picker-indicator {display: none;}
input[type="date"]::-webkit-input-placeholder {visibility: hidden !important;}

/* table item popup */
cell md-input-container {margin:36px 0 8px;}
cell md-input-container .md-input {width:300px;}
cell md-datepicker {margin:-90px 0 0 260px; display:inline-block; }

/* home */
.dashboard-container {border-radius: 14px; margin: 16px; background-color:#fff; width:270px; height:730px;}
.dashboard-top {border-top-left-radius: 10px; border-top-right-radius: 10px; width: 270px; height: 203px; text-align:center; color:#fff; font-size:24px;}
.dashboard-top img {padding-top: 0;}
.dashboard-top div {color:#fff}
.dashboard-item {
    padding: 16px 0px 16px 44px;
    font-size: 14px;
    display: block;
    color: #3d3d3d;
    background-image: url('../Images/admin/ic_arrow.png'), url('../Images/admin/ic-timeline-current.png');
    background-repeat: no-repeat;
    background-position: 245px center, 10px center;
    line-height: 20px;
    border-top: 1px solid #f1f2f4;
}

.lock{position:absolute; margin:-20px -47px;}
.openCircle {width:72px; height:72px; border-radius:56px; position:relative; background-color:#e1faf4; margin:-160px 191px; border:0; font-weight:bold;}
.openCircle .inside-circle {color:#06b662}

/* center */
.center-container {border-radius: 3px; margin: 50px; padding:1px 0px 50px 50px; background-color:#fff; width:1050px; }
.center-item {margin-top:30px; margin-right: 40px; width:220px; font-size:13px; display:inline-block; color:#3d3d3d; background-image: url('../Images/admin/ic_arrow.png'); background-repeat:no-repeat; background-position:190px center;}

/* dialog */
md-dialog md-toolbar h2 {color:#404040;}

/* BI */
.BI {margin:0 20px; background-color:#ffffff;}
.smallBlock .flex {background-color:#fff; margin:30px; padding:15px; height:315px;}
.bigBlock .flex {background-color:#fff; margin:30px; padding:15px;}

.map-list {width:300px; max-height:500px; overflow:auto;}
.map-list-item {border-bottom:1px solid; border-bottom-color:#E9EEF2; color:#8B8B8B}
.map-list1 {display:inline-block; padding:7px 0 10px 4px;}
.map-list i {margin:0 4px; display:block; float:left; line-height:58px;}
.ic{vertical-align:inherit;}
.fullScreenClass {position:absolute; z-index:9999; width:98%}
.fullScreenClass .map-list {max-height:100%}

/* Rental */
.good {background-color:#1982c4}
.warning {background-color:#F9EC21}
.danger {background-color:#FF5722}
.up {width:15px; position:absolute;margin-left:10px;margin-top:-10px; cursor:pointer}
.down {width:15px; position:absolute;margin-left:10px;margin-top:10px; cursor:pointer}
.holiday {
    background: repeating-linear-gradient( 45deg, #606dbc, #606dbc 3px, #465298 3px, #465298 6px);
}

.chalenge .layout-gt-sm-row { background-color:#fff; border-radius:15px;}


md-content#body-part {
    overflow-y: scroll;
    overflow: hidden;
}


/* bi.html page */
.biSideCard {
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(30, 30, 30, 0.06);
    padding: 0;
    margin: 10px 0 11px 23px;
}

.biMainPercent {
    color: #404040;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.biMobileCircle {
    width: 120px;
    height: 120px;
    border-radius: 55px;
    position: relative;
    top: 20px;
    left: 4px;
}

.biFaIconAngle {
    color: #d9dadb;
    font-size: 15px;
    position: relative;
    top: -45px;
    left: 177px;
}

.middleBiCard {
    width: 558px;
    height: 222px;
}

.biShowYear {
    border-radius: 5px;
    background-color: #f3f3f5;
    width: 175px;
    height: 40px;
    margin: 21px 58px 0 0;
}

.biYearSelect {
    margin-left: 10px;
}



.logoImgPrize {
    width: 40px;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    height: 40px;
}

.viewAll {
    border-radius: 20px;
    background-color: #f3f4f5;
    font-size: 13px;
    color: #171717;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    width: 92%;
    margin: 4% 0 0 4%;
    padding: 9px 0 9px 0px;
}

div#columnchart_values {
    position: relative;
    top: 2px;
    left: 12px;
}

.biIndexForChart {
    width: 240px;
    height: 40px;
    border-radius: 20px;
    margin: 0 10px 0 15px;
    text-align: center;
    line-height: 3;
    font-size: 14px;
}

.biChartIndexCircle {
    position: relative;
    left: -15px;
    top: 0px;
}

div.google-visualization-tooltip {
    width: 25%;
    font-family: "Assistant";
    /*left: 30px !important;
    top: 10px !important;*/
}

.biSideNumber {
    position: relative;
    top: 8px;
    right: 30px;
    float: right;
    color: #8e92a2;
    font-size: 25px;
    line-height: 0.8;
    letter-spacing: -0.42px;
}

.biSideTrophy {
    position: relative;
    top: 9px;
    right: 390px;
    float: right;
    font-size: 14px;
    color: #404040;
}

.biSideStatus {
    position: relative;
    top: 6px;
    right: 10px;
    float: right;
    font-size: 14px;
    border-radius: 14px;
    width: 96px;
    height: 28px;
    background-color: #8f92a1;
    text-align:center;
    line-height: 2;
}

.biSideStatusActive {
    background-color: #f0f9f7;
    color: #06b662;
}

.biSideStatusEndsoon {
    background-color: #fdf5f3;
    color: #ff7052;
}

.biSideStatusEnded {
    background-color: #f3f4f5;
    color: #8f92a1;
}

.biSidePercent {
    position: relative;
    top: 5px;
    right: 30px;
    float: right;
    color: #00ba58;
    font-size: 25px;
}


.biProgressBtn {
    width: 60%;
    position: relative;
    top: -40px;
    right: 10px;
    margin: 0 12px 3px 0px;
}

.biDollarIncome {
    text-align: center;
    border-radius: 26.7px;
    background-color: #f2f9f7;
    width: 80px;
    height: 80px;
    color: #00875a;
    line-height: 2.4;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 32px;
    font-size: 33.3px;
    font-weight: 600;
}

.biGradientEmpBlock {
    position: absolute;
    bottom: -80px;
    left: 0px;
    width: 100%;
    height: 84px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


/*scrollbar*/
/*****************************************/
/* width */
::-webkit-scrollbar {
    width: 15px;
    display: inline-block;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0.2px 0px 1px grey;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/*scrollbar end*/
/*****************************************/

.color-primary {
    color: #1982c4;
}

.active-button {
    color: #000000;
}

.d-none {
    display: none;
}

.rtl-direction {
    direction: rtl;
}