/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 3.1
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/*******************
Preloader
********************/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em;
}

.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #1976d2;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #1976d2;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ui-link {
    color: #009c9f;
    text-decoration: none;
    background-color: transparent;
}


/*Steps*/

body {
    padding: 1em;
}

.steps {
    list-style-type: none;
    padding: 0;
}

    .steps li {
        display: inline-block;
        margin-bottom: 0px;
    }

        .steps li a, .steps li p {
            background: #b54f45;
            padding: 8px 20px;
            color: #FFFFFF;
            display: block;
            font-size: 14px;
            font-weight: 400;
            position: relative;
            text-indent: 12px;
        }

            .steps li a:hover, .steps li p:hover {
                text-decoration: none;
            }

            .steps li a:before, .steps li p:before {
                border-bottom: 18px solid transparent;
                border-left: 12px solid #fff;
                border-top: 18px solid transparent;
                content: "";
                height: 0;
                position: absolute;
                left: 0;
                top: 50%;
                width: 0;
                margin-top: -18px;
            }

            .steps li a:after, .steps li p:after {
                border-bottom: 18px solid transparent;
                border-left: 12px solid #b54f45;
                border-top: 18px solid transparent;
                content: "";
                height: 0;
                position: absolute;
                /*right: -12px;*/
                left: 100%;
                top: 50%;
                width: 0;
                margin-top: -18px;
                z-index: 1;
            }

        .steps li.active a, .steps li.active p {
            background: #710C00;
            color: #fff;
        }

            .steps li.active a:after, .steps li.active p:after {
                border-left: 12px solid #710C00;
            }

        .steps li.undone a, .steps li.undone p {
            background: #eee;
            color: #333;
        }

            .steps li.undone a:after, .steps li.undone p:after {
                border-left: 12px solid #eee;
            }

        .steps li.undone p {
            color: #aaa;
        }

.info {
    color: white;
    font-weight: bold;
    font-size: 12px;
    float: right;
    position: relative;
    white-space: pre;
    z-index: 1;
}

    .info:hover {
        text-decoration: underline;
    }

.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;
    }

.oe_stat_button {
    /* height: 48px; */
    /* padding: 5px 12px 5px 0; */
    text-align: left;
    background-color: transparent;
}

    .oe_stat_button > .o_button_icon {
        padding-right: 3px;
        /* display: inline-block; */
        vertical-align: middle;
        /* width: 30%; */
    }

    .oe_stat_button > span {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        display: inline-block;
        vertical-align: middle;
        /* max-width: 70%; */
        padding-right: 12px;
        /* line-height: 1.2; */
        white-space: normal;
    }

.form_view .pdfviewer {
    width: 100%;
    height: 450px;
    border: 0;
    margin-top: 10px;
}


/* brown,Black and white---start */

.main-menu.menu-light .navigation .navigation-header {
    color: #f6f9ff;
    padding: 24px 20px 8px 20px;
}

.bg-primary {
    background-color: #691C32 !important;
}

.main-menu.menu-light .navigation {
    background: #480b1d;
}

    .main-menu.menu-light .navigation li a {
        color: #ffffff;
    }

    .main-menu.menu-light .navigation > li > ul {
        background: #1c1e21;
    }

    .main-menu.menu-light .navigation > li ul .open > a {
        color: #ffff00;
    }

    .main-menu.menu-light .navigation > li ul .open .hover > a {
        background: white;
    }

.btn-primary {
    border-color: #3a3b3c !important;
    background-color: #691c32 !important;
    color: #FFFFFF;
}

.border-primary {
    border: 1px solid #691c32 !important;
}

form .form-control {
    border: 1px solid #691c32;
    color: #691c32;
}

/* brown,Black and white---End */


/* Edit*/
.btn-brown {
    border-color: #3c3c3c !important;
    background-color: #691c32 !important;
    color: #FFFFFF;
}

.btn-brown-light {
    border-color: #3c3c3c !important;
    background-color: #692c3e !important;
    color: #FFFFFF;
}

.btn-brown:hover {
    border-color: #3c3c3c !important;
    background-color: #692c3e !important;
    color: #FFF !important;
}

.btn-brown:focus, .btn-primary:active {
    border-color: #008385 !important;
    background-color: #006a6c !important;
    color: #FFF !important;
}

.nav.nav-tabs.nav-linetriangle {
    border-bottom-color: brown;
}

    .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active::before {
        border-top-color: brown;
    }

    .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
        color: brown;
        border-bottom-color: brown;
    }

        .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
            color: brown;
        }

 /*for audit logs*/       
.form-avatar {
    float: left;
    position: center;
    margin-right: 10px;
}

.Parentdiv {
    /*border: 1px solid #d2d3d5;*/
    background-color: ghostwhite;
    padding-bottom: 3px;
    padding-left: 5px;
}

    .Parentdiv hr {
        padding-bottom: -3px;
    }

    /*DX Dateboz*/
.dx-calendar {
    width: 250px;
    min-width: 250px;
    height: 250px;
    min-height: 250px;
    margin: 0 !important;
}

.dx-timeview {
    height: 200px;
    width: 230px;
    margin: 0 !important;
}

.dx-timeview-clock {
    min-height: 150px;
    min-width: 150px;
    background-size: 150px;
}

.dx-popup-bottom.dx-toolbar {
    padding: 0;
}
#selected-file {
    display: none;
}