/*****************************
------------------------------
Project: Courses Finder
Author: Cyllestra Technologies
URL: http://cyllestra.com
--------------------------------
*******************************/

/*** System Start ***/
.text-orange {
    color: #ee7202 !important;
}

.btn-orange,
.btn-orange:hover,
.btn-orange:active,
.btn-orange:visited,
.btn-orange:focus {
    background-color: #ee7202;
    border-color: #ee7202;
}

.btn-orange {
    color: #FFF !important;
}

/*** System End ***/

/*** LOGIN ***/
.wrapper-page {
    margin: 7% auto;
    position: relative;
    max-width: 400px;
}

/**** LOGO ***/
.logo {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 38px;
    text-transform: uppercase;
}

/**** MENU ****/
.showBlock{
    display: block;
}

/**** acl-permission-list ****/
ul.acl-permission-list { padding-left: 0px !important; }
ul.acl-permission-list li { list-style: none !important; }

/**** Ratings ****/
.rating-symbol{
    color: #ee7202;
}

.td-membership-1 { background-color: #dfdfdf; color: #000 !important; font-weight: 600;}
.td-membership-2 { background-color: #eee100; color: #FFF !important; font-weight: 600;}
.td-membership-3 { background-color: #ee7202; color: #FFF !important; font-weight: 600;}
.td-membership-4 { background-color: #ee2900; color: #FFF !important; font-weight: 600;}

.table-bg-warning > td {
    background-color: #eaff3bbf !important;
    color: #333333 !important;
}

.table-bg-success > td {
    background-color: #81c868c7 !important;
    color: #333333 !important;
}

.txt-h{ min-height: 38px !important; max-height: 114px;}
