﻿
@import "/Manage/Styles/font-awesome/css/font-awesome.css";

@import "/Manage/assets/global/plugins/simple-line-icons/simple-line-icons.min.css";
@import "/Manage/assets/global/plugins/bootstrap/css/bootstrap.min.css";
@import "/Manage/assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css";
@import "/Manage/assets/global/css/components-rounded.min.css";
@import "/Manage/assets/global/css/plugins.min.css";




@import "/Manage/Styles/css/plugins/iCheck/custom.css";
@import "/Manage/Styles/css/plugins/sweetalert/sweetalert.css";
@import "/Manage/Styles/css/plugins/ladda/ladda-themeless.min.css";

body {

    color: #000;
    font-family:'DINPro';
        background-color: #e7ecf1;
}
h1, h2, h3, h4, h5, h6,div, p, a, .select2-selection,.select2-container--bootstrap .select2-selection,.overlay_text h2,input,.page-title,
.label {
     font-family:'DINPro';
}





.page-header {
    height: 58px;
    margin-top: 0px;
    background:#e7ecf1;
}

    .page-header .page-header-top {
        height: 58px;
    }

        .page-header .page-header-top.fixed {
            -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
            height: 58px;
        }




        .page-header .page-header-top .page-logo {
            float: left;
            display: block;
            width: 195px;
            height: 58px;

            border-left: 0px solid #17C4BB;
        }

            .page-header .page-header-top .page-logo img {
                float: left;
                margin-top: 5px;
                height: 42px;
            }


h3.logo {
    font-size:50px;
    text-align:center;
}


.drop-shadow {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}



.btn-success {
    color: #fff;
    background-color: #5383ED;
    border-color: #5383ED;
}

    .btn-success:hover, .btn-success:link, .btn-success:visited, .btn-success:checked, .btn-success:before {
        color: #fff;
        background-color: #5383ED;
        border-color: #5383ED;
    }




.breadcrumb {
    background: 0 0;
    padding: 0 0 15px;
    margin: 0;
    color: #000;
}

.page-title {
    width: 400px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

    .page-title h3 {
        font-size: 16px;
        text-align: center;
    }

.select2-selection__choice {
    background-color: #FF9B00!important;
    border: 1px solid #FF9B00!important;
}

.list-attachment {
    margin: 0;
    list-style: none;
    padding: 0;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
}

    .list-attachment li {
        padding: 5px;
        line-height: 16px;
        width: 25%;
        float: left;
        text-align: center;
        text-wrap: inherit;
        word-wrap: break-word;
        margin-bottom: 10px;
    }

        .list-attachment li img {
            text-align: center;
            width: 60px;
            height: 60px;
        }

        .list-attachment li h3 {
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 16px;
        }

        .list-attachment li a {
            color: #000;
        }




.app-sys-command-container {
    border-left: 1px solid #e7ecf1;
    height: 58px;
    display: flex;
    -webkit-app-region: drag;
    justify-content: flex-end;
    width: 180px;
    float: right;
}

    .app-sys-command-container > .sys-commands {
        list-style: none inside;
        padding: 0;
        margin: 0;
        height: 58px;
        -webkit-app-region: no-drag;
        display: flex;
    }

        .app-sys-command-container > .sys-commands > li {
            display: inline-flex;
            width: 40px;
            background-color: transparent;
            color: #696969;
            align-items: center;
            justify-content: center;
            transition: all ease-in-out 300ms;
            font-size: 0.8em;
        }

    .app-sys-command-container:hover {
    }

        .app-sys-command-container:hover > .sys-commands > li {
            /*background-color: #FF9B00;
				color: #fff;*/
        }

    .app-sys-command-container > .sys-commands > li:hover {
        background-color: #e7ecf1;
        color: #000;
    }

    .app-sys-command-container > .sys-commands > li:active {
        /*background-color: #FF9B00;*/
    }

    .app-sys-command-container > .sys-commands > li:last-child:hover {
        background-color: #e7ecf1;
        color: #000;
    }

    .app-sys-command-container > .sys-commands > li:last-child:active {
        background-color: #e7ecf1;
        color: #000;
    }



@media (max-width: 768px) {
    .input-lg {
        width: 100%!important;
    }
}
