body {
    font-family: 'Rubik', sans-serif;
    direction: rtl;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

a {
    color: #0060F1; 
}

a:hover {
    color: #2d00bf; 
    text-decoration-line: none; 
}

a:focus {
    text-decoration-line: none; 
}

tbody {
    border-width: 0px !important; 
}

select {
    background-position: left;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 39.9375em) {
    .fullscreen-only {
        display: none;
    }

    .mobile-only {
        display: initial;
    }
}


/*
            Colors
*/

.primary-color {
    color: #0060F1; 
}

.dark-grey {    
    color: #939496;
}

.medium-grey {
    color: #B0B2BD;
}

.light-grey {
    color: #edeef7;
}

.clear-background {
    background-color: rgba(0,0,0,0) !important; 
}
/*
            Font Sizes
*/

.extra-thick {
    font-weight: 900;
}

.font-weight-500 {
    font-weight: 500;
}

.thick {
    font-weight: bold;
}

.extra-large-text {
    font-size: 30px;
    line-height: 90%;
}

.larger-text {
    font-size: 24px;
}

.large-text {
    font-size: 18px;
}

/*
            Icons
*/

.extra-large-icon {
    font-size: 50px;
}

.medium-icon {
    font-size: 14px;
}

.close-button{
	right: auto;
	left: 1rem;
}

.input-text-icon {
    position: absolute;
    top: 38px;
    right: 10px;
}

hr {
    border-color: #dadae4 transparent #dadae4 transparent;
    border-width: 1px;
    border-style: solid;
    height: 0;
    max-width: none;
    margin: 0px 20px 20px 20px;  
}

.hr-full-width {
    margin: 0px 0px 20px 0px;  
}

option {    
    color: #23272B;
    font-size: 14px;
    font-weight: 500;
}

.input-checkbox {
    width: 20px;
    display: inline;
    position: relative;
}

.input-checkbox label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #0060F1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.input-checkbox label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.input-checkbox label:hover::after {
  opacity: 0.4;
}

.input-checkbox input[type=checkbox] {
  visibility: hidden;
}

.input-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.form-checkbox {
    text-align: right;
    color: #2b2c32;
    padding-right: 15px;
}

.form-checkbox-text {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    top: -3px;
    right: -12px;
}

.card-header-text
{
    display: inline;
    color: white;
    font-size: 28px;
    font-weight: 500;
    background-color: black;
    position: absolute;
    right: 10px;
    line-height: 25px;
    z-index: 1;
}

input:read-only { 
    background-color: white;
}

.card-header-text-1 {
    top: 20px;
}

.card-header-text-2 {
    top: 45px;
}

.card-header-text-3 {
    top: 70px;
}

.card-image {
    min-height: 1px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.hidden-element {
    visibility: hidden;
}

.defaultCursor {
    cursor: default;
}

.waitCursor {
    cursor: wait !important;
}

.input-label {
    text-align: right;
    font-weight: 500;
    color: #818496;
    position: relative;
}

.input-label-text {
    padding-right: 10px;
}

.input-label-text.required:before {
    content: "* ";
    color: red;
}

.input-text {
    font-weight: 500;
    color: #2b2c32;
}

.input-text-icon-space {
    padding-right: 35px;
}

.input-email {
    direction: ltr;
}

.comiseo-daterangepicker-presets {
    display: none;
}

.comiseo-daterangepicker-main {
    border: none;
}

.comiseo-daterangepicker-calendar {
    border: none;
}

.ui-state-default {
    background: none !important;
    border: none !important;
    color: mediumpurple !important;
}

.ui-state-highlight {
    background: none !important;
    border: none !important;
    background-color: lavender !important;
}

.ui-state-active {
    background: none !important;
    border: none !important;
    background-color: #0060F1 !important;
    color: white !important;
}

.red {
    color: #E55662;
}

.hyperlink {
    color: #0060F1;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
}

.hyperlink:hover {
    color: #498FF8;
    text-decoration: underline;
}

/***************************

    Sizing Classes

****************************/

.full-view-port {
    height:100vh;
}

.min-full-view-port {
    min-height:100vh;
}

.full-width {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.full-height {
    height: 100%;
}

@media (any-hover: hover) {
    .overflow-ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/***************************

    Alignment Classes

****************************/

.center-block {
    margin: 0 auto;
}

.vertical-middle {
    vertical-align: middle;
}

/***************************

    Margin Classes

****************************/

.no-margin {
    margin: 0px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-sides-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-top-13 {
    margin-top: 13px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

/***************************

    Padding Classes

****************************/

.no-padding {
    padding: 0px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

/***************************

    Formatting Classes

****************************/

.whitespace-pre-wrap {
    white-space: pre-wrap;
}

/***************************

    Modal Dialog Classes

****************************/

/* The Modal (background) */
.modal-background {
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Fallback color */
    display: inline-block;
    z-index: 50;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    text-align: center;
    max-width: 550px;
    max-height: 100vh;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* The Close Button */
.close {
    color: #B0B2BD;
    float: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 24px;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #3A405B;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.dialog-button {
    width: 140px;
}

.dialog-text {    
    color: #505053;
    margin-bottom: 50px;
}

#alert-text {
    padding: 0px 10px 0px 10px;
}

/***************************

    Forms Classes

****************************/

.form-error {
    margin-bottom: 0px;
    margin-top: -24px;
    text-align:left;
}



/***************************

    Button Classes

****************************/

button {
    cursor: pointer;
}

.button-round {
    margin-right: .25rem;
    font-weight:600;
    border-radius: 50px;
    height: 40px;
    margin-top: 10px;
}

.button-center {
    min-width: 200px;  
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}

.button-blue, .button-blue:hover, .button-blue:focus {
    background-color: #0060F1;
}

.button-blue:hover, .button-blue:focus {
    background-color: #498FF8;
}

.button-black, .button-black:hover, .button-black:focus {
    background-color: #000000;
}

.button-clear {
    color: #393f58;
    background-color: white;
    border-color: #e4e7ef;
    border-width: 2px;      
}

.button-clear:hover, .button-clear:focus {
    background-color: #2b2c32;
    border-color: #2b2c32;
    color: white;
}

.button-delete {
    color: #C13E3E; 
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}

.keepAliveButton {
    width: 200px !important;
}

/***************************

    Loader Classes

****************************/
.loader {
    color: black;
    font-size: 30px;
    position: absolute;
    display: inline-block;
}

.loader-fullscreen {
    color: white;
    font-size: 72px;
    animation: roll 2s linear infinite;
}

@keyframes roll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.processing {
    width: 16px;
    height: 16px;
    border: 0 none;
    background: none;
    background-image: url('../../../Images/processing.gif');
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 0;
    margin-right: 1px;
}


/***************************

    Tooltip

****************************/

.tooltip-on-hover {
    display: inline-block;
    max-width: 100%;
}

.tooltip-text-wrapper {
    position: absolute;
}

.tooltip-on-hover .tooltip-text {
    /*visibility: hidden;*/
    display: none;
    white-space: normal;
    background-color: #FFFFFF;
    text-align: right;
    padding: 8px 12px;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 3px 6px #DBDBDB;
    width: 300px;

    /* Position the tooltip text */
    position: relative;
    z-index: 12;
    top: -33px;
    right: -6px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-on-hover:hover .tooltip-text {
    display: block;
    opacity: 1;  
    transition-delay: 0.5s;
}


/***************************

    Border Classes

****************************/

.top-border-line {
    border-top: 2px solid #cecfd8;
}

.left-border-line {
    border-left: 2px solid #cecfd8;
}

.rounded-corners-top-10 {
    border-radius: 10px 10px 0px 0px;
}

/***************************

    Placement Classes

****************************/

.position-relative {
    position: relative;
}

.centered {
  position:absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centered-horizontal {
  position:absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/***************************

    Overflow Classes

****************************/

.overflow-auto {
    overflow-y: auto;
}


/***************************

    Font Weight Classes

****************************/

.normal-weight {
    font-weight: normal;
}

/***************************

    Animations

****************************/


@keyframes bottomFlyIn {
  0% {
    position: relative;
    top: 200px;
    opacity: 0;
  }

  100% {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}

.bottomFlyIn {
    animation-name: bottomFlyIn;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
}

.bottomFadeOut {
    animation-name: bottomFlyIn;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-direction: reverse;
}

@keyframes fade-in {
    0%   {opacity: 0.10;}
    100% {opacity: 1;}
}


@keyframes fade-out {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}

.fade-out {
    animation-name: fade-out;
    animation-duration: 1s;
    animation-timing-function: linear;
}

@keyframes animate-top {
    0% {
        top: -300px;
        opacity: 0;
    } 
    100% 
    {
        top: 0;
        opacity: 1;
    }
}

/***************************

    CHECKBOX TOGGLE SWITCH

****************************/

*, *::before, *::after {
    box-sizing: inherit;
}

.toggler {
    width: 68px;
    float: right;
    margin-bottom: 16px;
}

.toggler-enabled label {
    background: white;
    color: white;
}

.toggler-disabled label {
    background: #E4E7EF;
    color: #E4E7EF;
    cursor: not-allowed !important;
}

.toggler-label {
    margin-top: 10px;
    margin-right: 4px;
    float: right;
}

.toggler input {
    display: none;
}

.toggler label {
    display: block;
    position: relative;
    width: 68px;
    height: 36px;
    margin-right: 0px;
    border-radius: 5px;
    font-size: 16px;
    text-align:center;
    border: 1px solid #BBC0D2;
}

.toggler label:hover {
    background: #E4E7EF;
}

.toggler-enabled label::after {
    background-color: #C13E3E;
}

.toggler-disabled label::after {
    background-color: #737378;
}

.toggler label::after {
    display: block;
    border-radius: 3px;
    content: '';
//    -webkit-animation-name: toggler-size;
//            animation-name: toggler-size;
    -webkit-animation-duration: .15s;
            animation-duration: .15s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-direction: forwards;
            animation-direction: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-play-state: running;
            animation-play-state: running;
}

.toggler label::after,
.toggler label .toggler-on,
.toggler label .toggler-off {
    position: absolute;
    top: 50%;
    left: 75%;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out;
}

.toggler input:checked + label::after,
.toggler input:checked + label .toggler-on,
.toggler input:checked + label .toggler-off {
    left: 25%;
}

.toggler-enabled input:checked + label::after {
    background-color: #268262;
}

.toggler-disabled input:checked + label::after {
    background-color: #737378;
}

.toggler .toggler-on,
.toggler .toggler-off {
    opacity: 1;
    z-index: 2;
}

.toggler input:checked + label .toggler-off,
.toggler input:not(:checked) + label .toggler-on,
.toggler input:checked + label .toggler-off-label,
.toggler input:not(:checked) + label .toggler-on-label {
    width: 0;
    height: 0;
    opacity: 0;
}

.toggler label .toggler-on-label,
.toggler label .toggler-off-label {
    position: absolute;
    top: 50%;
    left: 25%;
    font-size: 14px;
    color: #23272B;
    font-weight: 500;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.toggler input:checked + label .toggler-on-label,
.toggler input:checked + label .toggler-off-label {
    left: 75%;
}

@-webkit-keyframes toggler-size {
  0%,
  100% {
    width: 28px;
    height: 28px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
}

@keyframes toggler-size {
  0%,
  100% {
    width: 28px;
    height: 28px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes toggler-size2 {
  0%,
  100% {
    width: 28px;
    height: 28px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
}
@keyframes toggler-size2 {
  0%,
  100% {
    width: 28px;
    height: 28px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
}

/***************************

    SECTIONS MENU

****************************/

#menu-sections-wrapper {
    height: 36.375px;
}

#menu-sections {    
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    color: black;
    background-color: transparent;
}

#menu-sections li{
    white-space: nowrap;
    display: inline;
    margin-bottom: -5px;
}

#menu-sections a {   
    color: black;
}

#menu-sections a:hover {   
    color: #0060F1;
}

#menu-sections a.is-active {   
    color: #0060F1;
    border-bottom: 3px solid #0060F1;
    padding-bottom: 5px;
}

/********************************************************

    Date Range Picker

********************************************************/

.daterangepicker_input {    
    display: none;
}

.daterangepicker table thead {
    background-color: transparent;
    color: #0A0B0C;
    position: relative;
}

.daterangepicker .calendar.right{
    display: none;
}

.daterangepicker table tbody {
    background-color: transparent; 
}

.daterangepicker table tbody tr {
    background: transparent;
    color: #0A0B0C;
}

.daterangepicker table tbody tr:nth-child(even) {
    background-color: transparent; 
}

.daterangepicker td.available:not(.in-range):hover {    
    background-color: #EBF3FF; 
    color: #0000f0;
    border-radius: 50%; 
}

.daterangepicker td.in-range, .daterangepicker td.in-range:hover {    
    background-color: #EBF3FF; 
}

.daterangepicker td.off {    
    visibility: hidden;
}

.daterangepicker td.active, .daterangepicker td.active:hover {    
    background-color: #0060F1;
    border-radius: 50%; 
    color: white;
}

.daterangepicker td.start-date.end-date {    
    border-radius: 50%; 
}

/********************************************************

    Date Range Picker

********************************************************/

.date-picker-range .daterangepicker {    
    padding-right: 15px;
    padding-left: 15px;
}

.date-picker-range .daterangepicker .calendar {
    margin-bottom: 80px;
}

.date-picker-range .daterangepicker .ranges {
    color: white;
    background-color: #0060F1;
    font-size: 12px;
    float: none !important;
    position: absolute; 
    bottom: 0; 
    right: 0px;
    width: 100%;
    margin: 0px;
    text-align: right;
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.date-picker-range .daterangepicker .ranges ul {
    width: 100%;
}

.date-picker-range .daterangepicker .ranges li {
    color: white;
    background-color: #0060F1;
    font-size: 12px;
    text-decoration: underline;
    border: none;
    display: inline-block;
    width: 90px;
    white-space: nowrap;
    text-align: center;
    padding-right: 4px;
    padding-left: 4px;
}

.date-picker-range .daterangepicker td.available:not(.off):not(.active) {    

}

.date-picker-range .daterangepicker td:not(:last-child).start-date:not(.in-range) {    
    box-shadow: -16px 0px  #EBF3FF;
}

.date-picker-range .daterangepicker td:not(:first-child).end-date.in-range {    
    box-shadow: 16px 0px  #EBF3FF;
}