﻿* {
    font-size: 12px;
}

.table td {
    padding: 4px 8px;
    vertical-align: inherit !important;
}

.text-c {
    text-align: center !important;
}

#header {
    height: 110px;
}

    #header h1 {
        background: url("Default/img/logo.png") no-repeat scroll transparent !important;
        height: 64px;
        /*width: 490px;*/
        background-size: 100% 100% !important;
        top: 3px;
    }

.container-fluid .row-fluid:first-child {
    margin-top: 0;
}

#content-header {
    min-height: 43px;
    padding-top: 0;
}

.dataTables_info {
    float: left;
    margin-left: 7px;
}

.dataTables_filter {
    margin: 6px 8px 2px 30% !important;
}

.fooName {
    margin-left: 29px !important;
    width: 246px;
    text-align: left !important;
    height: 30px;
    width: 247px !important;
}

/* Tree view */
.tree {
    margin-left: 28px;
    min-height: 20px;
    padding: 0;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    height: 225px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px;
        }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

/* Validation Error */
.field-validation-error {
    color: #fc002a;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 11px;
}

.help-inline {
    color: #B94A48 !important;
}

/* Form logout & login */
#logo img {
    width: auto !important;
}

#loginbox {
    height: 233px !important;
}

#logoutForm a {
    display: block;
    font-size: 10px;
    padding: 5px 10px;
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    #logoutForm a > i {
        background-image: url("Default/img/glyphicons-halflings-white.png");
        margin-top: 4px;
        vertical-align: top;
        opacity: 0.5;
    }

    #logoutForm a:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #FFFFFF;
    }

        #logoutForm a:hover > i {
            opacity: 1;
            background-image: url("Default/img/glyphicons-halflings-white.png");
            margin-top: 2px;
            vertical-align: top;
        }

/* Customize class icon-people and class icon-survey*/
.customize-icon i[class^="icon-"], .customize-icon i[class*=" icon-"] {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: -2px 0 0 !important;
    margin-right: 10px;
    padding: 10px;
    vertical-align: middle;
}

.customize-icon i.icon-people {
    background-image: url('Default/img/icons/16/people.png');
}

.customize-icon i.icon-tagadd {
    background-image: url('Default/img/icons/16/tags_add.png');
}

.customize-icon i.icon-survey {
    background-image: url('Default/img/icons/16/survey.png');
}

.info-applicant {
    background: none repeat scroll 0 0 rgb(245, 245, 245);
    padding: 5px 5px 5px 10px;
}

.inline-applicant {
    float: left;
    margin-right: 10px;
}

.icon-applicant {
    background: url("Default/img/applicant.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 0 30px;
    position: relative;
    height: 25px;
    width: auto;
}

.icon-arrow {
    background: url("Default/img/applicantchat.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 7px;
}

/* admin */
#user-nav {
    top: 15px !important;
}

/*
.modal-body {
    overflow-y: inherit !important;
}
*/


.modal-xl {
    max-width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}

.from-title-visa {
    color: #ff0000;
    display: flex;
    margin: 0px 0 10px 0;
    padding: 0px 0px 5px 0;
    font-size: 14px;
    line-height: inherit;
    border-bottom: 1px solid #eeeeee;
}
.mt-15 {
    margin-top: 15px;
}


.form-horizontal.from-add-visa .control-label {
    padding-top: 15px;
    width: 230px;
}

.form-horizontal.from-add-visa .controls {
    margin-left: 250px;
    padding: 10px 0;
}

.modal.modalAdd.fade.in {
    top: 1%;
}

.select-xlarge {
    max-width: inherit;
    min-width: initial;
    width: 282px;
}

.mr-10 {
    margin-right: 10px;
}

.from-title-appli {
    color: #0000ff;
    display: flex;
    margin: 0px 0 0px 0;
    padding: 0px 0px 5px 0;
    font-size: 14px;
    line-height: inherit;
    font-weight: normal !important;
    text-decoration: underline;
}

.upload-step .sui-upload {
    padding: 5px 0;
    border: 0px;
}

.upload-step .sui-upload-dropfiles {
    padding: 0em 0em 1em 0em;
}

.upload-step ul.sui-upload-files li {
    padding-bottom: .5rem;
}

.upload-step .sui-upload-button {
    background: #317aa4;
    border-color: #165e88;
    color: #fff;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: none;
    border-radius: 0px;
    padding: 5px 10px;
    text-transform: none !important;
}


.upload-step .sui-upload-button-text {

    color: #fff;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: none;

}

.upload-step .sui-upload-button-text::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.upload-step .sui-upload-button:hover {
    color: #fff;
    background-color: #2b97d8;
}

.sui-upload-button:active {
    color: #fff;
    background-color: #2b97d8;
}
