﻿/*.rsAptContent h6{color:#fff;}*/

/* Simple */
.RadScheduler .rsAptColor {
    /*width:98% !important;*/
    margin-left: 1% !important;
    cursor: pointer;
}

.RadScheduler .rsAptColor .rsAptMid {
    margin: 0;
    padding: 0;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
}

.RadScheduler .rsAptColor .rsAptMid .rsAptIn {
    margin: 0;
    padding: 0;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-left: 4px solid;

}

/* before refactor
.RadScheduler .rsAptColor .rsAptMid .rsAptIn {
    margin: 0;
    padding: 0;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-width: 4px;
    border-left: 0;
    border-right: 0;
}
*/

.RadScheduler .rsAptColor .rsAptMid .rsAptIn .rsAptContent {
    margin: 0;
    padding: 0;
    width: auto;
    border-width: 0;
    padding-left: 5px;
    /*added */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*.RadScheduler .rsAptColor{width:98% !important; margin-left:1% !important;cursor:pointer;}
.RadScheduler .rsAptColor .rsAptIn{background-color:transparent !important;}
.RadScheduler .rsAptColor .rsAptContent{background-color:transparent !important;color: inherit !important;}
.RadScheduler .rsAptColor .rsAptMid{border:solid 0 #AAA !important;border-left-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;}*/

/** Aqua **/
.RadScheduler .rsAqua {
    width: 98% !important;
    margin-left: 1% !important;
    cursor: pointer;
}

.RadScheduler .rsAqua .rsAptMid {
    margin: 0;
    padding: 0;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
}

.RadScheduler .rsAqua .rsAptMid .rsAptIn {
    margin: 0;
    padding: 0;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-color: #AAA;
    border-top-width: 4px;
    border-left: 0;
    border-right: 0;
}

.RadScheduler .rsAqua .rsAptMid .rsAptIn .rsAptContent {
    margin: 0;
    padding: 0;
    width: auto;
    border-width: 0;
    background-color: Aqua;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #000;
}