/* Write your custom CSS here */
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

.content {
    padding: 30px;
    background: #f1f3fa;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

/* Portlet */
.portlet {
    background: #fff;
    padding: 15px;
}

    .portlet.portlet-gray {
        background: #f7f7f7;
    }

    .portlet.portlet-bordered {
        border: 1px solid #eee;
    }

/* Portlet Title */
.portlet-title {
    min-height: 50px;
    border-bottom: 1px solid #eee;
    background: #4B02F6 !important;
    margin-bottom: 15px;
}

.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}

    .caption.caption-green .caption-subject,
    .caption.caption-green i {
        color: #4db3a2;
        font-weight: 200;
    }

    .caption.caption-red .caption-subject,
    .caption.caption-red i {
        color: #e26a6a;
        font-weight: 200;
    }

    .caption.caption-purple .caption-subject,
    .caption.caption-purple i {
        color: #8775a7;
        font-weight: 400;
    }

    .caption i {
        color: white;
        font-size: 15px;
        font-weight: 300;
        margin-top: 15px;
        margin-left: 10px;
    }

.caption-subject {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.caption-helper {
    padding: 0;
    margin: 0;
    line-height: 13px;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}

/* Actions */
.actions {
    float: right;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

    .actions a {
        margin-left: 3px;
    }

    .actions .btn {
        color: #666;
        padding: 3px 9px;
        font-size: 13px;
        line-height: 1.5;
        background-color: #fff;
        border-color: #ccc;
        border-radius: 50px;
    }

        .actions .btn i {
            font-size: 12px;
        }

        .actions .btn:hover {
            background: #f2f2f2;
        }

/* Pagination */
.pagination {
    margin: -3px 0 0;
    border-radius: 50px;
}

    .pagination > li > a,
    .pagination > li > span {
        padding: 4px 10px;
        font-size: 12px;
        color: #8775a7;
        background: #f7f7f7;
    }

    .pagination > li:hover > a,
    .pagination > li.active > a,
    .pagination > li.active:hover > a {
        color: #fff;
        background: #8775a7;
        border-color: #8775a7;
    }

/* Inputs */
.inputs {
    float: right;
    display: inline-block;
    padding: 4px 0;
    margin-top: -10px;
}

.input-inline {
    width: 240px;
    display: inline-block;
    vertical-align: middle;
}

/* Tab */
.portlet-title > .nav-tabs {
    background: none;
    margin: 0;
    float: right;
    display: inline-block;
    border: 0;
}

    .portlet-title > .nav-tabs > li {
        background: none;
        margin: 0;
        border: 0;
    }

        .portlet-title > .nav-tabs > li > a {
            background: none;
            border: 0;
            padding: 2px 10px 13px;
            color: #444;
        }

        .portlet-title > .nav-tabs > li.active,
        .portlet-title > .nav-tabs > li.active:hover {
            border-bottom: 4px solid #f3565d;
            position: relative;
        }

        .portlet-title > .nav-tabs > li:hover {
            border-bottom: 4px solid #f29b9f;
        }

            .portlet-title > .nav-tabs > li.active > a,
            .portlet-title > .nav-tabs > li:hover > a {
                color: #333;
                background: #fff;
                border: 0;
            }

/* Btn Circle */
.actions .btn.btn-circle {
    width: 28px;
    height: 28px;
    padding: 3px 7px;
    text-align: center;
}

    .actions .btn.btn-circle i {
        font-size: 11px;
    }

/* Btn Grey Salsa */
.actions .btn.grey-salsa {
    border: none;
    margin-left: 3px;
    box-shadow: none;
    border-radius: 50px !important;
}

    .actions .btn.grey-salsa.active {
        color: #fafcfb;
        background: #8e9bae;
    }

.actions .grey-salsa.btn:hover,
.actions .grey-salsa.btn:focus,
.actions .grey-salsa.btn:active,
.actions .grey-salsa.btn.active {
    color: #fafcfb;
    background: #97a3b4;
}

/* Btn Red */
.actions .btn.btn-red.active,
.actions .btn.btn-red:hover {
    color: #fff;
    box-shadow: none;
    background: #e26a6a;
    border-color: #e26a6a;
}

/* Btn Red */
.actions .btn.btn-purple.active,
.actions .btn.btn-purple:hover {
    color: #fff;
    box-shadow: none;
    background: #8775a7;
    border-color: #8775a7;
}


.btn-primary {
    background-color: #5867dd !important;
    border-color: #5867dd !important;
}


/*.sidebar.sidebar-light {
    background-color: #d9d9d9;
}
*/

.page-content.page-content-light {
    background-color: #5F5F5F;
}

/*.menu.menu-light {
    background-color: #d9d9d9;
}*/

.menu.accordion-menu > li > a {
    color: ghostwhite;
}

    .menu.accordion-menu > li > a:hover {
        border-radius: 0;
        background: #27272b;
    }

.menu.accordion-menu > li.active > a, .menu.accordion-menu > li.active.open > a {
    border-radius: 0;
    background: #ededfd;
}

.menu.accordion-menu > li.active > a p, .menu.accordion-menu > li.active.open > a p, .menu.accordion-menu > li.active > a, .menu.accordion-menu > li.active.open > a {
    color: black;
}


.page-footer {
    background: #FFF;
}


.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: 999px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}


.form-control select {
    padding: 0px !important
}