.r-m-05 {
    margin: 0px -5px
}
.c-p-05 {
    padding: 0px 5px
}
.r-m-02 {
    margin: 0px -2px
}
.c-p-02 {
    padding: 0px 2px
}
.r-m-0 {
    margin: 0px -0px
}
.c-p-0 {
    padding: 0px 0px
}
.breadcrumbs {
    border-bottom: 1px solid #ccc;
    background: #333;
}
.breadcrumbs .breadcrumb {
    margin: 0px;
    border-radius: 0px;
    background: none;
    padding-left: 5px
}
.breadcrumbs .breadcrumb li a {
    color: #efefef
}
.breadcrumbs .breadcrumb li.active {
    color: #faa61a
}
.innerpage {
    padding: 10px 0px;
    background: #e5e5e5
}
.dmenu {
    margin: 0px -20px;
    padding: 0px;
    list-style: none
}
.dmenu li {
    display: block;
    border-bottom: 1px solid #e5e5e5
}
.dmenu li a {
    color: #465768;
    display: block;
    padding: 10px 20px;
    text-transform: capitalize
}
.dmenu li a:hover {
    background: #f9f9f9
}
.dmenu li:last-child {
    border-bottom: none
}
.dmenu li.active {
    border-left: 2px solid #faa61a
}
.welcome {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px
}
.welcome i {
    font-size: 100px;
    opacity: 0.3
}
.welcome h3 {
    font-size: 30px
}
.welcome p {
    text-transform: uppercase;
    opacity: 0.5
}
.whitebox {
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px
}
.whitebox.whitebox-height {
    height: 100%
}
.order_table {
    border: 1px solid #e5e5e5
}
.order_table>thead>tr>th {
    border-bottom: 1px solid #ddd;
    background: #fafafa
}
.order_table tbody td {
    vertical-align: middle !important
}
.myhead {
    margin: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    position: relative;
    transition: all .3s ease;
    text-transform: capitalize
}
.myhead:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
    height: 3px;
    margin-top: -1px;
    width: 50px;
    background: #ccc
}
.myhead:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
    height: 3px;
    margin-top: -1px;
    width: 25px;
    background: #676767
}
.label {
    letter-spacing: .05em;
    border-radius: 60px;
    padding: 4px 16px 3px;
    font-weight: 500
}
.label-rounded,
.label-rouded {
    border-radius: 60px;
    padding: 4px 16px 3px;
    font-weight: 500
}
.label-custom {
    background-color: #01c0c8
}
.label-success {
    background-color: #00c292
}
.label-info {
    background-color: #03a9f3
}
.label-warning {
    background-color: #fec107
}
.label-danger {
    background-color: #fb9678
}
.label-megna {
    background-color: #01c0c8
}
.label-primary {
    background-color: mainColor
}
.label-purple {
    background-color: #9675ce
}
.label-red {
    background-color: #fb3a3a
}
.label-inverse {
    background-color: #4c5667
}
.btn-file {
    position: relative;
    overflow: hidden
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block
}
.bordered_form {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 5px
}
.viewtables table {
    margin: 0px;
    border: 1px solid #ccc
}
.viewtables table td {
    padding: 5px 20px;
    border-bottom: 1px solid #ccc
}
.viewtables table tr:last-child td {
    border-bottom: none
}
.form-container {
    max-width: 600px;
    margin: 0 auto
}
.wallet {
    margin-bottom: 20px;
    text-align: center
}
.wallet .pic {
    display: block;
    min-height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #ccc !important
}
.wallet i {
    display: inline-block;
    height: 45px;
    line-height: 41px;
    width: 45px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #faa61a;
    color: #faa61a;
    border-radius: 100%
}
.wallet strong {
    display: block;
    font-size: 16px;
    margin: 5px 0px
}
.wallet .media {
    margin-bottom: 10px
}
.facts {
    text-align: center
}
.facts h1 {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    width: 100px;
    text-align: center;
    background: #8ac83c;
    border-radius: 100%;
    color: #fff
}
.facts strong {
    display: block;
    font-size: 16px
}
.panel-body {
    background: #fff;
    color: #333
}
.radio,
.radio-inline {
    cursor: pointer
}
.radio span,
.radio-inline span {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #999;
    position: relative;
    text-align: center;
    bottom: -2px
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    display: none
}
.radio input[type="radio"]:checked+span,
.radio-inline input[type="radio"]:checked+span {
    background: #faa61a;
    border-color: #faa61a
}
.radio input[type="radio"]:checked+span:before,
.radio-inline input[type="radio"]:checked+span:before {
    content: '';
    height: 6px;
    width: 6px;
    background: white;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}
.checkbox,
.checkbox-inline {
    cursor: pointer
}
.checkbox label,
.checkbox-inline label {
    padding: 0px
}
.checkbox span,
.checkbox-inline span {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #999;
    position: relative;
    bottom: -3px;
    margin-right: 5px
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    display: none
}
.checkbox input[type="checkbox"]:checked+span,
.checkbox-inline input[type="checkbox"]:checked+span {
    background: #faa61a;
    border-color: #faa61a
}
.checkbox input[type="checkbox"]:checked+span:before,
.checkbox-inline input[type="checkbox"]:checked+span:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    line-height: 15px;
    text-align: center;
    color: white;
    z-index: 3
}
@media only screen and (min-width: 1000px) {
    .row-height {
        display: flex;
        flex-wrap: wrap
    }
    .col-height {
        display: flex;
        flex-direction: column
    }
    .btn[data-target="#m_menu"] {
        display: none !important
    }
    .collapse#m_menu {
        display: block !important
    }
}
/*# sourceMappingURL=dashboard.css.map */

.upload-btn{
   color: #333;
    background-color: #fff;
    border:1px solid #ccc;
}

.upload-btn:hover{
    background: #ccc;
    color: #333 !important;
}

.c-p-05 {
    padding: 0px 5px;
}
.myhead {
    margin: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    position: relative;
    transition: all .3s ease;
    text-transform: capitalize;
}

.r-m-05 {
    margin: 0px -5px;
}
.courseblock {
    display: block;
    border: 1px solid #e4e4e4;
    background: #fdfdfd;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 20px;
    text-align: center;
}

.courseblock i {
    display: block;
    height: 60px;
    line-height: 58px;
    width: 60px;
    text-align: center;
    border: 1px solid #e4e4e4;
    color: #e4e4e4;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 25px;
}

.courseblocks .courseblock i {
    color: #ffc107;
    border-color: #ffc107;
}

.courseblock strong {
    display: block;
    margin: 10px 0px;
    color: #676767;
}

.btn {
    border-radius: 2px;
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    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: 4px;
}

.m-g15{padding: 15px 0px;}
.bot-boder{border-bottom: 1px solid #e4e4e4}

.color-btn{
    background: #231f20;
    color: #fff;
}

.color-btn:hover{
    background: #faa61a;
    color: #fff !important;
}