﻿@font-face {
    font-family: 'montserrat-medium';
    src: url('../fonts/montserrat/montserrat-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat/montserrat-bold.ttf') format('truetype');
}
html {
    font-family: montserrat-medium !important;
}
body {
    font-family: montserrat-medium !important;
}
header {
    font-family: montserrat-medium !important;
}


.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: montserrat-medium !important;
    background-color: #F5F7F8 !important;
}
/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"] {
    /*max-width: 280px;*/
}

.loading-icon-container {
    font-size: 22px;
    float: left;
    padding-left: 10px;
    color: #65328f;
}
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

    .validation-summary-errors ul {
        list-style: none;
        /*font-family: 'Open Sans';*/
        font-weight: 700;
        font-size: 18px;
        padding-left: 0px;
    }

.validation-summary-valid {
    display: none;
}

.error-msg {
    font-size: 16px;
    font-weight: 700;
}

/****************************************** LOGIN *************************************/
.row-with-margin {
    margin-top: 5%;
}

.btn-primary {
    /* background-color: #0f5555;
    border-color: #0f5555;*/
    padding-left: 5px;
    padding-right: 5px;
    background-image: linear-gradient(to right, #1dbfbb, #9ef3ef) !important;
    font-family: 'montserrat-bold',montserrat-bold;
   /* margin-top: 5px;*/
    color: black !important;
}

input.btn-primary:hover {
   /* background: #28c8c8;
    color: #092F50;*/
    color: #FFFFFF; /*original was #333*/
    background-color: #1dbfbb;
}

.login-panel-default {
    border: 1px solid #28c8c8;
    /*border-radius: 10px;*/
}

/* panel heading */
.login-panel-heading {
    padding: 5px 15px;
    color: #FFFFFF;
    background-color: #28c8c8; /*#65328f;*/
    height: 32px;
    /*border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
    font-weight: 700;
    font-size: 18px;
    margin-top: -2px;
}

.panel-input {
    display: table;
    margin: 0 auto;
}

@media only screen and (min-width: 380px) {
    .panel-input {
        width: 300px;
    }
}



/* help text */
.help-text {
    margin-top: 2px;
    margin-bottom: 25px;
    padding-left: 0px;
    font-weight: 400;
    font-size: 16px;
    text-shadow: #444444 0 0 0px;
}

/* forgot password */
.forgot-password {
    font-weight: 700;
    font-size: 14px;
    color: #65328f;
}

/* remember me*/
label.remember-me {
    font-weight: 400;
    font-size: 16px;
    text-shadow: #444444 0 0 0px;
}


/***************************************************iCheck radio button***************************************************/
.iradio_square-blue {
    margin-right: 5px !important;
}




/***************************************************Drop down boxes for selection *******************************************/
.right-margin {
    margin-right: 10px;
}

@media only screen and (max-width:767px) {
    .right-margin {
        margin-right: 0px;
    }
}

.category-title {
    color: #65328f;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

.category-label {
    /*font-size: 1em;*/
    font-size: 14px;
}

.category-text {
    font-size: 15px; /*18px;*/
}



.layout-selection .layout-button {
    font-size: 12px;
    padding-left: 6px;
    height: 24px;
    line-height: 0.8;
    cursor: pointer;
}

    .layout-selection .layout-button:hover {
        /*color: #65328f;*/
        color: #FFFFFF; /*original was #333*/
        background-color: #1dbfbb;
    }

    .layout-selection .layout-button:not(:last-child) {
        border-right: 1px solid #54575a;
        padding-right: 6px;
    }

    .layout-selection .layout-button:nth-child(-n+2) {
        padding-top: 5px;
    }


/*****************toggle button*************/
div.toggle {
    min-height: 28px !important;
    border-radius: 4px !important;
    height: 28px !important;
}

div.toggle-group label {
    padding: 4px 12px !important;
}

div.toggle-group .toggle-handle {
    border-radius: 2px !important;
}

a.export-btn-link {
    text-decoration: none;
    color: #54575a;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

    a.export-btn-link:hover {
        /*color: #3399FF;*/
        color: #FFFFFF; /*original was #333*/
        background-color: #1dbfbb;
    }


.modal-custom {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;*/
    background: rgba( 0, 0, 0, .8 ) url('../Images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    /*overflow: hidden;*/
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal-custom {
        display: block;
    }

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-25 {
    margin-top: 25px;
}
/*icons in the grid*/
.glow-icon {
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

    .glow-icon:hover {
        /*color: #3399FF;*/
        color: #FFFFFF; /*original was #333*/
        background-color: #1dbfbb;
    }

/*shadow to grid text*/


.top-margin-10 {
    margin-top: 10px;
}

.top-margin-5 {
    margin-top: 5px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.left-margin {
    margin-left: 6px;
}

.left-margin-40 {
    margin-left: 40px;
}

.right-margin-label {
    margin-right: 10px;
}


/*---------------------------------------------------------------------*/
hr.dashed {
    border: thin dashed #999999;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

/*------------------forms fieldset----------*/
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }


/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #65328f;
}

input[type="checkbox"].input-validation-error {
    /*border: 0 none;*/
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*---------------------FONT AWESOME RELATED-------------------------------------------*/
.fa-3by2x {
    font-size: 1.5em !important;
}

.fa-stack-3by2x {
    font-size: 1.5em !important;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

/*----------------------WIZARD STYLE----------------------*/

.wizard-step {
    display: none;
    min-height: 400px;
}

.DisableRadioDiv {
    cursor: not-allowed;
    /*background-color:#eeeeee;*/
    opacity: 0.4;
}

.RemovePointer {
    cursor: not-allowed !important;
}


select.input-validation-error {
    border: 1px solid #e80c4d;
    /*Other styles*/
}

/*** To make text unselectable ***/
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.DisableLink {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}


/************* TILES ***************************/
.tile-container {
    padding-top: 20px;
}

.tile-border {
    border-right: 2px dotted #666;
}

@media only screen and (max-width: 767px) {
    .tile-border {
        border-right: none;
        border-bottom: 2px dotted #666;
    }
}

.tile-image-placeholder {
    vertical-align: top;
    text-align: right;
}

.tile-title {
    font-weight: 700;
    font-size: 28px;
    /*color:#3399FF;*/
}

.tile-img {
    opacity: 0.85;
}

@media only screen and (max-width: 767px) {
    .tile-title {
        font-size: 2.0em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tile-title {
        font-size: 2.0em;
    }

    .tile-img {
        width: 60px;
    }
}

.tile-description {
    font-size: 18px;
    text-shadow: 0px 0px 0px #000;
}



.tile-main-value {
    font-weight: 700;
    font-size: 60px;
    color: #3399FF;
}

.tile-main-value-unit {
    font-weight: 700;
    font-size: 35px;
    color: #3399FF;
}

.tile-stat-title {
    font-size: 21px;
    font-weight: 700;
    color: #b34f4f;
}

.tile-stat-value {
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .tile-stat-value {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tile-stat-value {
        font-size: 20px;
    }
}

.tile-stat-value-unit {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .tile-stat-value-unit {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tile-stat-value-unit {
        font-size: 16px;
    }
}

.tile-cell {
    margin-top: 30px;
    margin-bottom: 20px;
}

.tile-cell-right-border {
    border-right: 1px solid #54575a;
}

table.tile-header {
    width: 100%;
}

.pointer-cursor {
    cursor: pointer;
}

.loading-anim {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
    color: #b34f4f;
}

.tile-error {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
    color: #b34f4f;
}

.HideCursor {
    visibility: hidden;
}

.ShowCursor {
    visibility: visible;
}



.default-text-color {
    color: #54575a;
}

.top-margin-20 {
    margin-top: 20px;
}


.non-scrollable-grid-in-iframe div.k-grid {
    overflow-x: hidden;
}

/*----------------Accounts Management-------------------------------*/

.top-bottom-heading-margin {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

.text-bold {
    font-weight: bold;
}


/*-----------------------------------------------------------------*/

/*---------------Clients Management-------------------------------*/

.page-heading {
    font-size: 36px;
    color: #313a46;
    /*background-color: #313a46;*/
}

/*-----------------------------------------------------------------*/

.left-padding-10 {
    padding-left: 10px !important;
}

#dropZone {
    background: gray;
    border: black dashed 3px;
    width: 200px;
    padding: 50px;
    text-align: center;
    color: white;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.form-group {
    font-size: 18px;
}

.k-icon {
    color: #65328f !important;
    font-size: 18px !important;
}

.k-window-titlebar {
    color: #65328f !important;
}


.k-window div.k-window-content {
    overflow-y: auto !important;
}



.navbar-default .navbar-nav > li > a {
    color: #FFFFFF; /*original was #777*/
    font-size: 18px; /*original was nil*/
    /*font-weight: 700; /*original was nil*/ */ text-transform: uppercase; /*original was nil*/
    transition: all 0.3s; /*original was nil*/
    -moz-transition: all 0.3s; /*original was nil*/
    -webkit-transition: all 0.3s; /*original was nil*/
    -o-transition: all 0.3s; /*original was nil*/
    -ms-transition: all 0.3s; /*original was nil*/
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #FFFFFF; /*original was #333*/
        background-color: #1dbfbb;
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1dbfbb;
    
}


body.loading .modal-custom {
    display: block;
}

.modal-custom {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;*/
    background: rgba( 0, 0, 0, .8 ) url('../Images/loading.gif') 50% 50% no-repeat;
}

.form-control {
    display: block;
    width: 100%;
    height: 28px; /*original was height: 34px;*/
    padding: 0px 9px; /*original was padding: 6px 12px;*/
    font-size: 16px; /*changed from 18px*/ /*original was font-size: 14px;*/
    line-height: 1.42857143;
    color: #54575a; /*original was color: #555;*/
    background-color: #fff;
    background-image: none;
    border: 1px solid #c0c0c0; /*original was border: 1px solid #ccc;*/
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/ /*original was -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/ /*original was box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    /*padding: 6px 12px;*/ /*original was padding: 6px 12px;*/
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600; /*original was font-weight: normal;*/
    /*line-height: 1.3;*/ /*original was line-height: 1.42857143;*/
    height: 30px;
     width: 180px !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*border: 1px solid transparent;*/
    border-radius: 12px; /*original was border-radius: 4px;*/
    padding-right: 12px; /*original was nil;*/
    padding-left: 12px; /*original was nil*/
    transition: all 0.3s; /*original was nil*/
    -moz-transition: all 0.3s; /*original was .navbar-default .navbar-nav > li > a*/
    -webkit-transition: all 0.3s; /*original was nil*/
    -o-transition: all 0.3s; /*original was nil*/
    -ms-transition: all 0.3s; /*original was nil*/
}

/*@media only screen and (max-width:1100px) {

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF; 
        font-size: 18px;
        text-transform: uppercase; 
    }
}*/

/*@media only screen and (max-width:986px) {

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF; 
        font-size: 14px; 
        text-transform: uppercase; 
    }
}*/

/*@media only screen and (max-width:850px) {

    .navbar-default .navbar-nav > li > a {
        color: #54575a; 
        font-size: 12px; 
        font-weight: normal; 
        text-transform: uppercase;
    }
}*/

.ChatBoxBlink {
    -webkit-animation: ChatBoxBlink 1s infinite; /* Safari 4+ */
    -moz-animation: ChatBoxBlink 1s infinite; /* Fx 5+ */
    -o-animation: ChatBoxBlink 1s infinite; /* Opera 12+ */
    animation: ChatBoxBlink 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes ChatBoxBlink {
    0%, 49% {
        background-color: red;
    }

    50%, 100% {
        background-color: #428bca;
    }
}

.page-heading1 {
    font-size: 20px;
    font-weight: bold;
}

.ExtraMobileBookingBlink {
    -webkit-animation: ExtraMobileBookingBlink 1s infinite; /* Safari 4+ */
    -moz-animation: ExtraMobileBookingBlink 1s infinite; /* Fx 5+ */
    -o-animation: ExtraMobileBookingBlink 1s infinite; /* Opera 12+ */
    animation: ExtraMobileBookingBlink 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes ExtraMobileBookingBlink {
    0%, 49% {
        background-color: green;
    }

    50%, 100% {
        background-color: #428bca;
    }
}

.border-radius-14 {
    border-radius: 14px;
}

.blink {
    animation: blinker 0.6s linear infinite;
    color: #1c87c9;
    font-size: 30px;
    font-weight: bold;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.select2-search__field {
    width: 100% !important;
}

.BookedClass {
    background-color: green !important;
}

.DeclinedClass {
    background-color: green !important;
}
.scaleby1x5 {
    scale: 1.5;
}
.modal {
    z-index: 10000 !important;
}