﻿@charset "UTF-8";
/* CSS Document */
@import 'reset.css';
@import 'font-awesome.min.css';
@import 'bootstrap.min.css';
@import 'style.css';
/* changed colors  */
/*MIXINS*/
html,
body {
    min-height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'open_sansregular', helvetica, arial;
    background-color: #ededec;
}

    body.login {
        background: #e4ebf5;
    }

h1 {
    color: #242424;
    font-size: 20px;
    font-family: 'open_sansregular', helvetica, arial;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #fffbf8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: none;
}

h2 {
    color: #242424;
    font-size: 18px;
    font-family: 'open_sansregular', helvetica, arial;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}

h3 {
    color: #242424;
    font-size: 15px;
    font-family: 'open_sansregular', helvetica, arial;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}

h4 {
    color: #242424;
    font-size: 15px;
    font-family: 'open_sansregular', helvetica, arial;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}

p {
    color: #242424;
    font-size: 12px;
    font-family: 'open_sansregular', helvetica, arial;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

a {
    /*color: #fff8f3;*/
    font-size: 12px;
    font-family: 'open_sansregular', helvetica, arial;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
}

.fl {
    float: left;
    display: block;
}

.fr {
    float: right;
    display: block;
}

.auto {
    margin: 0 auto;
    text-align: center;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    border: 1px solid #c9c9c9;
    color: #999;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 12px;
    resize: vertical;
    font-family: 'open_sansregular', helvetica, arial;
}

::-webkit-input-placeholder {
    color: #a6a6a6;
}

::-moz-placeholder {
    color: #a6a6a6;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #a6a6a6;
}
/* ie */
input:-moz-placeholder {
    color: #a6a6a6;
}

.btn {
    /*min-width: 70px;*/
    height: 45px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 0 10px;
    color: #fff;
}

    .btn.blue {
        background-color: #509aed;
        background: -webkit-gradient(linear, left top, left bottom, from(#509aed), to(#206cc2));
        background: -webkit-linear-gradient(top, #509aed, #206cc2);
        background: -moz-linear-gradient(top, #509aed, #206cc2);
        background: -ms-linear-gradient(top, #509aed, #206cc2);
        background: -o-linear-gradient(top, #509aed, #206cc2);
        border: 1px solid #206cc2;
        -webkit-box-shadow: 0px 0px 4px #509aed;
        -moz-box-shadow: 0px 0px 4px #509aed;
        box-shadow: 0px 0px 4px #509aed;
    }

        .btn.blue:hover {
            color: white;
            text-shadow: none;
            background-color: #206cc2;
            background: -webkit-gradient(linear, left top, left bottom, from(#206cc2), to(#509aed));
            background: -webkit-linear-gradient(top, #206cc2, #509aed);
            background: -moz-linear-gradient(top, #206cc2, #509aed);
            background: -ms-linear-gradient(top, #206cc2, #509aed);
            background: -o-linear-gradient(top, #206cc2, #509aed);
            border: 1px solid #206cc2;
            -webkit-box-shadow: 0px 0px 4px #509aed;
            -moz-box-shadow: 0px 0px 4px #509aed;
            box-shadow: 0px 0px 4px #509aed;
        }

        .btn.blue:active {
            color: white;
            text-shadow: none;
            background-color: #206cc2;
            background: -webkit-gradient(linear, left top, left bottom, from(#206cc2), to(#206cc2));
            background: -webkit-linear-gradient(top, #206cc2, #206cc2);
            background: -moz-linear-gradient(top, #206cc2, #206cc2);
            background: -ms-linear-gradient(top, #206cc2, #206cc2);
            background: -o-linear-gradient(top, #206cc2, #206cc2);
            border: 1px solid #206cc2;
            -webkit-box-shadow: 0px 0px 4px #509aed;
            -moz-box-shadow: 0px 0px 4px #509aed;
            box-shadow: 0px 0px 4px #509aed;
        }

    .btn.green {
        background-color: #a8d34e;
        background: -webkit-gradient(linear, left top, left bottom, from(#a8d34e), to(#74ba31));
        background: -webkit-linear-gradient(top, #a8d34e, #74ba31);
        background: -moz-linear-gradient(top, #a8d34e, #74ba31);
        background: -ms-linear-gradient(top, #a8d34e, #74ba31);
        background: -o-linear-gradient(top, #a8d34e, #74ba31);
        border: 1px solid #7fab45;
        -webkit-box-shadow: 0px 0px 4px #b4b2c4;
        -moz-box-shadow: 0px 0px 4px #b4b2c4;
        box-shadow: 0px 0px 4px #b4b2c4;
    }

        .btn.green:hover {
            background-color: #74ba31;
            background: -webkit-gradient(linear, left top, left bottom, from(#74ba31), to(#a8d34e));
            background: -webkit-linear-gradient(top, #74ba31, #a8d34e);
            background: -moz-linear-gradient(top, #74ba31, #a8d34e);
            background: -ms-linear-gradient(top, #74ba31, #a8d34e);
            background: -o-linear-gradient(top, #74ba31, #a8d34e);
            color: white;
            text-shadow: none;
            border: 1px solid #7fab45;
            -webkit-box-shadow: 0px 0px 4px #b4b2c4;
            -moz-box-shadow: 0px 0px 4px #b4b2c4;
            box-shadow: 0px 0px 4px #b4b2c4;
        }

        .btn.green:active {
            background-color: #74ba31;
            background: -webkit-gradient(linear, left top, left bottom, from(#74ba31), to(#74ba31));
            background: -webkit-linear-gradient(top, #74ba31, #74ba31);
            background: -moz-linear-gradient(top, #74ba31, #74ba31);
            background: -ms-linear-gradient(top, #74ba31, #74ba31);
            background: -o-linear-gradient(top, #74ba31, #74ba31);
            border: 1px solid #7fab45;
            -webkit-box-shadow: 0px 0px 4px #b4b2c4;
            -moz-box-shadow: 0px 0px 4px #b4b2c4;
            box-shadow: 0px 0px 4px #b4b2c4;
        }

    .btn.btn-dx {
        height: 21px;
        margin: 0;
        line-height: 21px;
        padding: 0 5px;
        font-size: 12px;
    }

    .btn .fa {
        margin-right: 5px;
    }

article {
    position: relative;
    padding-top: 60px;
}
/* GENERAL  */
header {
    background: #ffffff;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

    header .headerin {
        margin: 0;
        padding: 0;
        position: relative;
    }

        header .headerin .logo {
            float: left;
            display: block;
        }

            header .headerin .logo img {
                height: 30px;
                margin: 10px;
                border: 1px solid black;
                padding: 3px;
            }

            header .headerin .logo i {
                font-size: 50px;
                color: #0572bb;
            }

        header .headerin h3.caption {
            line-height: 50px;
            float: left;
            font-size: 20px;
            /*color: #BF4E6A;*/
            font-weight: bold;
        }

        header .headerin .top-menu {
            position: absolute;
            right: 0;
            top: 0;
        }

@media screen and (max-width:768px) {
    header .headerin .top-menu {
        position: relative !important;
    }
}

header .headerin .top-menu ul li {
    float: left;
    display: block;
}

    header .headerin .top-menu ul li a span {
        padding: 10px;
        display: block;
        overflow: hidden;
    }

        header .headerin .top-menu ul li a span i {
            font-size: 30px;
            color: #c8c8c8;
        }

    header .headerin .top-menu ul li.help {
        border-left: 1px solid #d6d3e2;
        border-right: 1px solid #d6d3e2;
    }

    header .headerin .top-menu ul li.user-nav .user-btn {
        background: #fefef6;
        overflow: hidden;
        width: 50px;
        border-left: 1px solid #d6d3e2;
        border-right: 1px solid #d6d3e2;
        float: left;
        display: block;
        padding: 9px 10px 9px 10px;
    }

        header .headerin .top-menu ul li.user-nav .user-btn i {
            color: #c8c8c8;
        }

    header .headerin .top-menu ul li.user-nav p {
        font-size: 16px;
        /*color: #BF4E6A;*/
        float: left;
        display: block;
        position: relative;
        margin: 5px 10px;
    }

        header .headerin .top-menu ul li.user-nav p span {
            font-size: 11px;
            padding: 0;
        }

    header .headerin .top-menu ul li.return-nav p {
        font-size: 16px;
        color: #000;
        float: left;
        display: block;
        position: relative;
        margin: 12px 10px;
    }

    header .headerin .top-menu ul li.exit-nav {
        border-left: 1px solid #d6d3e2;
        background: #fefef6;
        /*width: 120px;*/
    }

        header .headerin .top-menu ul li.exit-nav .exit-btn p {
            float: left;
            display: block;
            font-size: 16px;
            color: #c8c8c8;
            padding: 15px 0 0 15px;
        }
/*header*/
article.container {
    height: 100%;
}

section.left-menu {
    float: left;
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    height: 100%;
    width: 63px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    overflow: hidden;
    z-index: 1000;
}

    section.left-menu ul {
        width: 220px;
        -webkit-transition: height 0.2s;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.2s;
        background: #fefef6;
        height: 100% !important;
        position: relative;
    }

        section.left-menu ul li {
            border-bottom: 1px solid #ebe5e0;
            -webkit-transition: background 0.5s;
            /* For Safari 3.1 to 6.0 */
            transition: background 0.5s;
            cursor: pointer;
        }

            section.left-menu ul li a {
                overflow: hidden;
                height: 60px;
                padding: 15px 16px;
                display: block;
            }

                section.left-menu ul li a span {
                    font-size: 14px;
                    /*color: #BF4E6A;*/
                    float: left;
                    display: block;
                    margin-top: 10px;
                    -webkit-transition: color 0.5s;
                    /* For Safari 3.1 to 6.0 */
                    transition: color 0.5s;
                }

                    section.left-menu ul li a span.right-arrow {
                        margin: 10px 0 0 0;
                        float: right;
                        display: block;
                    }

                        section.left-menu ul li a span.right-arrow i {
                            font-size: 16px;
                        }

                    section.left-menu ul li a span.menu-icon {
                        margin: 0 20px 0 0;
                    }

                    section.left-menu ul li a span i {
                        font-size: 30px;
                        /*color: #BF4E6A;*/
                        margin: 0;
                        width: 30px !important;
                    }

            section.left-menu ul li ul {
                position: absolute;
                left: 220px;
                top: 0;
                width: 0;
                background: #ebe5e0;
                -webkit-transition: width 0.5s;
                /* For Safari 3.1 to 6.0 */
                transition: width 0.5s;
                overflow: hidden;
            }

                section.left-menu ul li ul li {
                    border-bottom: 1px solid #ebe5e0;
                    width: 220px;
                }

                    section.left-menu ul li ul li i {
                        font-size: 20px;
                        margin-top: 5px;
                        float: left;
                        display: block;
                    }

                section.left-menu ul li ul.active {
                    width: 220px;
                    display: block !important;
                }

                    /*section.left-menu ul li ul.active li span,
                    section.left-menu ul li ul.active li i {
                        color: #BF4E6A;
                    }

                    section.left-menu ul li ul.active li:hover {
                        background: #BF4E6A;
                    }*/

                        section.left-menu ul li ul.active li:hover span,
                        section.left-menu ul li ul.active li:hover i {
                            color: #fefef6;
                        }


        section.left-menu ul.sub-menu a span {
            line-height: 30px;
            margin-top: 0;
        }

        section.left-menu ul.sub-menu.active a {
            -webkit-animation: slidedown .5s ease;
            -moz-animation: slidedown .5s ease;
            -o-animation: slidedown .5s ease;
        }

@-webkit-keyframes slidedown {
    from {
        -webkit-transform: translate(0, -30em);
    }

    to {
        -webkit-transform: none;
    }
}

@-moz-keyframes slidedown {
    from {
        -moz-transform: translate(0, -30em);
    }

    to {
        -moz-transform: none;
    }
}

@-o-keyframes slidedown {
    from {
        -o-transform: translate(0, -30em);
    }

    to {
        -o-transform: none;
    }
}

section.left-menu.sup_menu {
    width: 550px !important;
}

section.left-menu:hover {
    width: 220px;
}

    /*section.left-menu:hover ul li:hover {
        background: #BF4E6A;
    }*/

        section.left-menu:hover ul li:hover span,
        section.left-menu:hover ul li:hover i {
            color: #fefef6;
        }

        /*section.left-menu:hover ul li:hover ul li span,
        section.left-menu:hover ul li:hover ul li i {
            color: #BF4E6A;
        }*/

        section.left-menu:hover ul li:hover ul li:hover span,
        section.left-menu:hover ul li:hover ul li:hover i {
            color: #fefef6;
        }



/* DROPDOWN MENU */
section.left-menu.dropdown ul:first-child {
    width: 240px !important;
    overflow-y: auto;
    padding-bottom: 60px;
}

section.left-menu.dropdown ul li {
    width: 230px;
}

    section.left-menu.dropdown ul li ul li {
        height: 60px;
    }

        section.left-menu.dropdown ul li ul li:last-child {
            /*padding-bottom: 60px;*/
            margin-bottom: 30px;
        }

    section.left-menu.dropdown ul li a .right-arrow {
        -webkit-transition: all 0.5s;
        /* For Safari 3.1 to 6.0 */
        transition: all 0.5s;
    }

    section.left-menu.dropdown ul li a.active .right-arrow {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }

    section.left-menu.dropdown ul li ul {
        position: relative;
        display: none;
        left: 0;
        top: 0;
        overflow: hidden;
        height: auto !important;
        -webkit-transition: width 0.3s;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.3s;
    }


/*left-menu*/
section.content {
    min-height: 100%;
    margin: 0 17px 0 80px;
    overflow: hidden;
    position: relative;
}

    section.content .wrapper {
        width: 100%;
        min-height: 60%;
        overflow: hidden;
        display: block;
        min-height: 560px;
        /*margin-left: -15px;
        margin-right: -15px;*/
    }

        section.content .wrapper h1 {
            color: #000;
            display: block;
        }

section.login {
    position: absolute;
    height: 248px;
    width: 276px;
    margin: -124px 0 0 -138px;
    top: 50%;
    left: 50%;
}

    section.login form a.logo {
        text-align: center;
        margin: 0;
        padding: 0;
        display: block;
    }

    section.login form a.forgotLink {
        float: right;
        color: gray;
        font-weight: bold;
        cursor: pointer;
    }

    section.login form a.logo i {
        text-align: center;
        color: #006fba;
    }

    section.login form h3 {
        color: #fff;
        font-size: 25px;
        font-family: 'open_sansbold', helvetica, arial;
        display: block;
        margin-top: -10px;
    }

    section.login form .line {
        margin-top: 10px;
        position: relative;
        display: block;
    }

        section.login form .line i {
            color: #a6a6a6;
            border-right: 1px solid #a6a6a6;
            height: 38px;
            font-size: 27px;
            position: absolute;
            left: 5px;
            top: 2px;
            z-index: 999;
            padding-top: 4px;
            padding-right: 5px;
        }

        section.login form .line input[type="text"],
        section.login form .line input[type="password"] {
            display: block;
            position: relative;
            height: 40px;
            padding: 0 0 0 45px;
            -webkit-box-shadow: 0px 0px 4px #d0cce3;
            -moz-box-shadow: 0px 0px 4px #d0cce3;
            box-shadow: 0px 0px 4px #ffe991;
            border-radius: 0;
        }

    section.login form .btn {
        width: 100%;
        margin: 15px auto 0;
        display: block;
        padding: 5px;
        color: white;
        font-weight: bold;
        border-radius: 0 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#a1d04a), to(#78bb33));
        background: -webkit-linear-gradient(top, #a1d04a, #78bb33);
        background: -moz-linear-gradient(top, #a1d04a, #78bb33);
        background: -ms-linear-gradient(top, #a1d04a, #78bb33);
        background: -o-linear-gradient(top, #a1d04a, #78bb33);
        border: 1px solid #78bb33;
    }


        section.login form .btn:hover {
            background: -webkit-gradient(linear, left top, left bottom, from(#a1d04a), to(#78bb33));
            background: -webkit-linear-gradient(top, #a1d04a, ##A0CF70) #
            background: -moz-linear-gradient(top, #a1d04a, #A0CF70);
            background: -ms-linear-gradient(top, #a1d04a, #A0CF70);
            background: -o-linear-gradient(top, #a1d04a, #A0CF70);
            border: 1px solid #A0CF70;
            -webkit-box-shadow: 0px 0px 15px #A0CF70;
            -moz-box-shadow: 0px 0px 15px #A0CF70;
            box-shadow: 0px 0px 15px #A0CF70;
        }

.panel-heading {
    /*color: #BF4E6A !important;*/
    font-weight: bold;
    background: #fefef6 !important;
}

    .panel-heading .btn {
        height: 36px;
        position: relative;
        top: -10px;
        margin: 2px 0 0 10px;
        float: right;
    }

.dxscViewSelectorButton_Mulberry {
    width: inherit !important;
    height: inherit !important;
}

.dxscViewNavigatorButton_Mulberry,
.dxscViewNavigatorGotoDateButton_Mulberry {
    width: inherit !important;
    height: inherit !important;
}

.dxeCalendarButton_Mulberry {
    width: auto !important;
}

td.dxgvHeader_Mulberry {
    font-weight: bold !important;
    text-align: center;
}

span.help-inline.field-validation-error {
    color: red;
}


.validator{
        color: #a94442;
        font-size:small;

}

.validation-summary-errors {
    color: red;
}

.navbar-default {
    background-color: #fefef6 !important;
    border-color: #e7e7e7;
}

.control-label {
    height: 39px;
    line-height: 39px;
}

td.dxgvTitlePanel_Mulberry {
    font-weight: bold;
    font-size: 16px;
    color: rgb(141, 141, 141);
}

table.dxgvControl_Mulberry .dxpclW {
    min-width: 235px !important;
}

.bootbox-body ul {
    margin-left: 15px;
}

.bootbox-body li {
    list-style-type: disc;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    z-index: 1001 !important;
}

    div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .ui-widget-overlay.ui-front {
        z-index: 1000 !important;
    }

.btnGrdDelete {
    cursor: pointer;
    color: red;
}
.btnGrdApprove {
    cursor: pointer;
    color: red;
}

.btnGrdReject {
    cursor: pointer;
    color: red;
}
.btnGrdSendBack {
    cursor: pointer;
    color: red;
}
.btnGrdComplete {
    cursor: pointer;
    color: red;
}
.dxlineheightfix {
    height: 39px;
    line-height: 39px;
}