/*

md-content{
    background-color: #efefef;
}*/
#colors-selected{
    color: #F0EEFC;
    color: #7460EE;
}
/* super-title */
.super-title{
    margin:10px 0;
    font-weight: 300;
    opacity: 0.7;
}
.form-user-card .layout-row > .flex{
    min-height: inherit;
}
.form-separator{
    width: 15px;
}
md-switch.md-checked.md-compactmode .md-thumb{
    background-color: #a296f1;
}
md-switch.md-checked.md-compactmode .md-bar {
    background-color: #d6d0ff
}

a.md-button.menu-active,
.md-button.md-default-theme:not([disabled]).menu-active,
a.md-button:not([disabled]).menu-active.md-focused{
    background-color: #F0EEFC;
    color: #7460EE;
    position: relative;
}
a.md-button.menu-active:after {
    position: absolute;
    left:0;
    top:0;
    width: 3px;
    height:100%;
    background-color:#7460EE;
    content:""
}
.sidebar-logo{
    width: 70px;
    margin: 15px;
    background-image:url('../img/logo.svg');
    background-size: 40px;
    background-repeat: no-repeat;
    padding-left:50px;
    min-height:40px;
    color: #7460EE;
    font-weight: 100;
    font-size:30px;
    line-height: 40px;
}
/* main-toolbar */
md-sidenav.main-toolbar{
    max-width: 260px;
    border:solid 1px #e8e8e8;
}

/* CALENDAR */
md-content.transparent{
    background: transparent;
}
.day-title{
    display: block;
    text-align: center;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px;
    color: #505050;
}
.day-box{
    margin:5px;
    width:100%;
}
.hour-box{
    position: relative;
    padding-left:40px;
    margin-bottom:5px;
}
.hour-box .hour{
    font-size: 11px;
    color: #666666;
    position: absolute;
    left: 0;
    top:0;
}
.hour-box .hour-content{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    background-color: #f5effd;
    padding:5px 7px;
    color:#a990e2;
    font-weight: 500;
    font-size: 11px
}

.hour-box .hour-spots{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    background-color: #a990e2;
    padding:10px;
    color:#fff;
    font-weight: 500;
    font-size: 10px;
    display: inline-block;
    padding:2px 4px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    margin-top:2px;
}

/**
 *
 * subscription-box
 *
 */
.fake-label{
    font-size:75%;
    margin-bottom:10px;
}
.subscription-box{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #7460EE;
    color: #FFFFFF;
}
.subscription-box.chooser{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #F0EEFC;
    color: #7460EE;
}
.subscription-box.chooser h3{
    background-color:rgba(116,96,238, 0.2);
}
.subscription-box.chooser.selected{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #7460EE;
    color: #FFFFFF;
}
.subscription-box .subscription-price-container{
    height:400px;
}
.subscription-box-padder{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.subscription-price{
    font-size:40px;
    font-weight: 100;
}
.subscription-price span{
    font-size:20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: baseline;
    margin-left:-8px;
    text-align: left;
    line-height: 24px;
}
.subscription-price span span{
    font-size: 11px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    line-height: 12px;
    margin-left:0px;
    line-height:12px;
}
.subscription-box h3{
    margin: 0;
    font-weight: 500;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    box-sizing: content-box;
/*
    margin-top: -8px;
    padding-top:6px;*/
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    text-align: center;
}
.lf-ng-md-file-input-preview-container button.close{
    display: none;
}
/*
md-content{
    background-color: #f6f6f6;
}
md-content[name="main"]{
    box-shadow: inset 2px 0px 10px -5px rgba(0, 0, 0, 0.2);
}*/
/*
a.md-button.menu-active {
    background-color: transparent;
    color: #42006e;
    border-left: solid 3px #42006e;
}
a.md-button.menu-active:after {
    content: "";
    width: 12px;
    height: 100%;
    background: red;
    position: absolute;
    left: 0;
    top: 0;

    background: -moz-linear-gradient(left, rgba(66,0,110,0.2) 0%, rgba(66,0,110,0) 100%);
    background: -webkit-linear-gradient(left, rgba(66,0,110,0.2) 0%,rgba(66,0,110,0) 100%);
    background: linear-gradient(to right, rgba(66,0,110,0.2) 0%,rgba(66,0,110,0) 100%);
}
*/
/*
profile-box
*/
md-grid-tile-footer figcaption{
    width: 100%;
}
md-grid-tile-footer figcaption md-icon {
    color: #a296f2;
}
.status-set{
    height: 33px;
    width: 36px;
    padding: 0;
    background: white;
    border-radius: 3px;
}
.status-set md-icon {
    color: #7460ee;
}
.profile-box{
    padding:20px;
    width:280px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;

    /*border:solid 1px #e8e8e8;*/

    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);/**/
    position: relative;
}
.md-button-top-right{
    transform: scale(0.7);
    margin: 0px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.profile-box h2{
    font-size: 18px;
    font-weight:400;
    margin-bottom: 5px;
}
/* contact-info-box */
.contact-info-box{
    text-align: left;
    position: relative;
}
.contact-info-box h2{
    font-size: 17px;
    font-weight:300;
    padding-bottom:6px;
    border-bottom:dotted 1px #d5d5d5;
}
.contact-info-box dl,dd{
    margin-left:0;
    padding-left:0;
}
.contact-info-box dl{
    font-size: 75%;
    color: #777777;
    margin:10px 0;
}
button.no-margin-sides{
    margin-left: 0;
    margin-right: 0;
}
button.full-width{
    width: 100%;
}
.contact-info-box dl:last-child{
    margin-bottom:0;
}
.contact-info-box dd{
    font-size: 118%;
    color:rgba(0, 0, 0, 0.87)
}
.services-box{
    /*border:solid 1px #e8e8e8;*/
    padding:20px;
    width:280px;
    background-color: #F0EEFC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color:#7460EE;

    -webkit-box-shadow: 0px 0px 5px rgba(116,96,238, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(116,96,238, 0.4);
    box-shadow: 0px 0px 5px rgba(116,96,238, 0.4);
    margin:15px 0;
    position: relative;
    /*
    color: #F0EEFC;
    color: #7460EE;*/
}
.services-box dl{
    margin:0;
    color:#7460EE;
}
.services-box dd{
    color:#7460EE;
}
/*
.hour-box .hour-spots{
    display: block;
    color:#a990e2;
    font-size: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    margin-top:2px;
    padding: 0;
    font-weight: 800;
}
.hour-box .hour-spots:before{
    content: "°";
    font-size: 22px;
    line-height: 22px;
    height: 10px;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 10px;
    margin-right: -10px;
}*/


md-input-container {
    margin-bottom: 0;
}
md-input-container .md-errors-spacer{
    display: none;
}

 /* TABS  */
md-tabs.md-secondary{
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
md-tabs.md-secondary md-tabs-wrapper{
    background-color: #F0EEFC;
}
md-tabs.md-secondary md-ink-bar{
    background-color: #7460EE;
    color: #7460EE;
}
md-tabs.md-secondary{
    overflow: visible;
}
md-tabs.md-secondary md-tabs-content-wrapper{
    background-color: #ffffff;
    -webkit-border-radius: 0 0 5px;
    -moz-border-radius: 0 0 5px;
    border-radius: 0 0 5px;
    text-align: center;
}
md-tabs.md-secondary .demo-tab{
    padding:20px;
    text-align: left;
}



/*******/
.cal-title{
    font-size: 18px;
    padding:0px;
    background-color:rgba(116, 96, 238,0.2);
    color:#725CB7;
}
.calendar{
    border-bottom:solid 1px #F1F1FA;
    background: #FCFCFF;
    position: relative;
    z-index: 2;
}
.rool-hour-box.hour-box{
    padding-left: 0;
}
.rool-hour-box.hour-box .hour-line{
    font-size: 11px;
    color: #7465eb;;
}
.day{
    display:inline-block;
    width:13.5%;
    text-align: center;
    color:#41414E;
    padding: 6px 0;
    outline:none;
    cursor: pointer;
}
.day span{
        width:30px;
    height:30px;

    line-height: 30px;
    display: inline-block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.day.disabled {
    color:#C2C2D4
}
.day.has-event span{
    background-color:rgba(116, 96, 238,0.2);
    color:#725CB7;
}
.day.selected-event span{
    background-color:#7460ee;
    color:white;
}
.has-reserve .item-content{
    background-color:#7460ee;
    color:white;
}
.reserve-box,
.reserve-box-available{
    display: inline-block;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#7460ee;
    color:white;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}
.reserve-box-available{
    background-color:#a296f1;
}
.dialog-full-users md-dialog-content,
.dialog-full-users md-list{
    margin:0;
    padding: 0 !important;
}
.dialog-full-users .md-toolbar-tools-search{
    padding: 0 10px !important;
    background: #e6e4fb;
    border-bottom: solid 2px #7460ee;
}
.class-title{
    font-size: 14px;
    padding:3px 0;
    display: block;
}

 /**** NOTIFICATIONS ***/
 .ta-root{
    background: #f7f7f7;
    padding: 0;
    outline: none;
    border: solid 1px #bdb6ff;
    margin: 0;
    margin-top: 15px;
 }
.ta-toolbar {
    background: #dbd8f6;
    border-bottom: solid 1px #bdb6ff;
}

.ta-scroll-window > .ta-bind {
    outline: none;
}
.ta-scroll-window > .ta-bind p:first-child{
    margin-top:0;
}

.md-table{
    text-transform: uppercase;
}
/****/
.doc-list{
    border-bottom: solid 1px #d5d5d5;
    padding: 10px 15px;
    text-align: left;
}
.doc-list a{
    color:#7460ee;
    text-decoration: none;

}
.doc-list a span{
    display: block;
    font-size: 13px;
    color:gray;
}
/*****/
.notifications-layout{
    background-color: #b7adf4;
    z-index: 9;
    min-height: 100%;
    text-align: left;
}
.notifications-card{
    background-color: white;
    padding: 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 400px;

}
.notifications-card h4{
    font-size: 18px;
    margin: 10px 0;
    font-weight: 700;
}
.notifications-card .time{
    font-size: 11px;
    text-transform: uppercase;
}
.notifications-card .body{
    font-size: 14px;
}
.notifications-card-padder{
    padding:15px;
}
.notifications-header{
    margin-bottom: 10px;
}
.notifications-badge{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #7460ee;
    background-image: url('/img/logo.svg');
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px
}


.coupon-code{
    background: #7360ef;
    padding: 3px 5px;
    border-radius: 3px;
    display: inline-block;
    color: white;
    font-weight: 500;
    font-size: 13px;
}
.stats-box{
   display:inline-block;
   border-radius:4px;
   background-color: #F44336;
   padding: 2px 4px 10px 4px;
   color: white;
   width:48px;
   text-align:center;
   position:relative; 
}
.stats-box.green{
   background-color: #CDDC39;
   color:#575d18;
}
.stats-box span{
    font-size:9px;
    text-transform:uppercase;
    position:absolute;
    bottom:2px;
    left:0px;
    width:100%;
}