﻿.arnidologo {
    height: auto;
    width: auto;
    margin: auto;
    margin-top: 8px;
}

.logowrapper {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
    height: 100%;
}

.contentleft {
    width: 150px;
}

.contentright {
    width: calc(100% - 150px);
}

.navbar-brand {
    padding: unset;
}

.navbar-header {
    text-align: center;
}

.navbar-collapse {
    border: none;
}

.navheader {
    z-index: 999;
}

.body-content {
    margin-top: 50px;
}

body {
    padding-top: 70px;
}

.btn-custom {
    color: #fff;
    background-color: #1fa67b;
}

    .btn-custom:hover,
    .btn-custom:focus {
        color: #fff;
    }

.navbar-inverse {
    background-color: #1fa67b;
    border-color: #1fa67b;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #0f7957;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #0f7957;
        }

@media (min-width: 768px) {
    .navbar-right {
        margin-right: unset;
    }
}


.page-s {
    float: none;
    margin: auto;
    max-width: 400px;
    padding-left: 10px;
    padding-right: 10px;
}


.page-m {
    float: none;
    margin: auto;
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
}

.page-lg {
    float: none;
    margin: auto;
    max-width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
}

.page-full {
    float: none;
    margin: auto;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: unset;
    margin-left: unset;
}

.default-color {
    color: #1fa67b;
}

.pointer-cursor {
    cursor: pointer;
}




/* Statistic Block */
.dashboard-stat.blue-madison {
    background-color: #578ebe;
}

    .dashboard-stat.blue-madison.dashboard-stat-light:hover {
        background-color: #4884b8;
    }

    .dashboard-stat.blue-madison .visual > i {
        color: #FFFFFF;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

    .dashboard-stat.blue-madison .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-madison .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-madison .more {
        color: #FFFFFF;
        background-color: #4884b8;
    }

/***
Dashboard Stats
***/
.marginbottom25 {
    margin-bottom: 25px;
}

.dashboard-stat {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .dashboard-stat:before, .dashboard-stat:after {
        content: " ";
        display: table;
    }

    .dashboard-stat:after {
        clear: both;
    }

.portlet .dashboard-stat:last-child {
    margin-bottom: 0;
}

.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 44px;
    margin-bottom: 52px;
    font-size: 35px;
    line-height: 35px;
}

    .dashboard-stat .visual > i {
        margin-left: -35px;
        font-size: 110px;
        line-height: 110px;
    }

.dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 15px;
}

    .dashboard-stat .details .number {
        padding-top: 25px;
        text-align: right;
        font-size: 34px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 0px;
        font-weight: 300;
    }

    .dashboard-stat .details .desc {
        text-align: right;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 300;
    }

.dashboard-stat .more {
    clear: both;
    display: block;
    padding: 6px 10px 6px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    .dashboard-stat .more:hover {
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .dashboard-stat .more > i {
        display: inline-block;
        margin-top: 1px;
        float: right;
    }

.dashboard-stat-light {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .dashboard-stat-light .details {
        margin-bottom: 5px;
    }

        .dashboard-stat-light .details .number {
            font-weight: 300;
            margin-bottom: 0px;
        }

/***
Dashboard Stats 2
***/
.dashboard-stat2 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 15px 15px 30px 15px;
    margin-bottom: 20px;
}

    .dashboard-stat2 .display {
        margin-bottom: 20px;
    }

        .dashboard-stat2 .display:before, .dashboard-stat2 .display:after {
            content: " ";
            display: table;
        }

        .dashboard-stat2 .display:after {
            clear: both;
        }

        .dashboard-stat2 .display .number {
            float: left;
            display: inline-block;
        }

            .dashboard-stat2 .display .number h3 {
                margin: 0 0 2px 0;
                padding: 0;
                font-size: 30px;
                font-weight: 400;
            }

                .dashboard-stat2 .display .number h3 > small {
                    font-size: 23px;
                }

            .dashboard-stat2 .display .number small {
                font-size: 14px;
                color: #AAB5BC;
                font-weight: 600;
                text-transform: uppercase;
            }

        .dashboard-stat2 .display .icon {
            display: inline-block;
            float: right;
            padding: 7px 0 0 0;
        }

            .dashboard-stat2 .display .icon > i {
                color: #cbd4e0;
                font-size: 26px;
            }

    .dashboard-stat2 .progress-info {
        clear: both;
    }

        .dashboard-stat2 .progress-info .progress {
            margin: 0;
            height: 4px;
            clear: both;
            display: block;
        }

        .dashboard-stat2 .progress-info .status {
            margin-top: 5px;
            font-size: 11px;
            color: #AAB5BC;
            font-weight: 600;
            text-transform: uppercase;
        }

            .dashboard-stat2 .progress-info .status .status-title {
                float: left;
                display: inline-block;
            }

            .dashboard-stat2 .progress-info .status .status-number {
                float: right;
                display: inline-block;
            }




.dashboard-stat .visual {
    width: 100px;
    float: left;
}

.dashboard-stat .details {
    width: calc(100% - 150px) !important;
    color: white;
    height: 100%;
    padding: 10px;
}


/*.owl-theme .owl-nav {
    display: none !important;
}*/

.owl-carousel {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -28px !important;
    background:unset !important;
    font-size:30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.centerOuter {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
    margin: auto;
}

.centerMiddle {
    display: table-cell;
    vertical-align: middle;
}

.centerInner {
    margin-left: auto;
    margin-right: auto;
    width: 100%; /*whatever width you want*/
}