/* Minification failed. Returning unminified contents.
(1676,12): run-time error CSS1024: Expected media identifier, found '{'
(1694,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*hearder + menu*/
.container-fluid {
    max-width: 1280px;
}

body {
    padding-top: 70px;
    padding-right: 0px !important;
}

.navbar-default {
    border-radius: 0;
}
.fixfixed .navbar-fixed-top
{ 
    position: absolute; 
} 
@media (max-width: 767px) {
    #header .navbar-header {
        margin-left: 0px;
    }

}

@media (min-width: 768px) {
    #header .navbar-header .navbar-toggle {
        margin-right: 0px;
    }
}



.filecompact {
    word-break: break-word;
}

ul.mobile-right-menu {
    float: right !important;
    margin: 0 -7px;
}

    ul.mobile-right-menu > ul > li > a {
        font-weight: bold;
    }

    ul.mobile-right-menu a {
        color: #333 !important;
        font-weight: bold;
    }

    ul.mobile-right-menu > li {
        float: left;
    }

@media (min-width: 768px) {
    .filecompact {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    ul.mobile-right-menu {
        padding: 5px 0;
    }

    .margin-left20-sm {
        margin-left: 20px !important;
    }
}

@media (max-width: 767px) {
    .mobile-right-menu > li > a > i {
        font-size: 18px;
        margin-top: 5px;
    }
}

.navbar-right .user-name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 20px;
}

    .navbar-right .user-name .caret {
        top: 25px;
        right: 7px;
        position: absolute;
    }

#header .navbar-brand {
    padding: 0px;
    margin-left: 0;
}

#header .navbar-toggle:hover {
    background-color: #fff;
    background-color: transparent;
}

.navbar-brand {
    padding: 0;
}

    .navbar-brand img {
        height: 100%;
        width: auto;
        padding: 0px;
        display: table;
    }

.navbar-header .menu-name {
    margin-top: 15px;
    font-weight: bold;
}

.main-menu {
    margin-top: 65px;
}

.mobile-menu .header {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
    min-height: 60px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-width: 0;
}

.mobile-menu .user {
    padding-left: 15px;
    width: 100%;
}

.navbar-fixed-top {
    -webkit-transform: none;
    transform: none;
}

.mobile-menu .content ul li {
    padding-left: 7px;
}

.mobile-menu .content ul a {
    color: #333;
}

.mobile-menu .content ul li a:hover, .mobile-menu .content ul li a:focus {
    background-color: #428bca;
    color: #fff;
}

.menu-popover,.collapsed-menu-popover {
    position: fixed;
    right: 0;
    max-width: 320px;
    left: inherit !important;
    border-radius: 0;
    min-height: 110%;
    border: none;
}

.menu-popover .popover-title {
    border-radius: 0;
}

.menu-popover .popover-content {
    position: absolute;
    overflow: auto;
    top: 35px;
    bottom: 0;
    left: 0;
    word-wrap: break-word;
    padding-bottom: 100px;
}

.collapsed-menu-popover .popover-content {
    position: absolute;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    padding-bottom: 100px;
}

.close {
    font-size: 30px;
}

#global-message button.close,
.global-message button.close {
    font-size: 20px;
    padding-left: 5px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.menu-popover .close {
    margin-right: 5px;
    margin-top: 2px;
}

.mobile-right-menu .popover-title {
    font-weight: bold;
    height: 35px;
}

#menu-overlay {
    width: 120%;
    height: 120%;
    position: fixed;
    background-color: rgba(0,0,0, 0.6);
    z-index: 1000;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
}
/*Color*/
.text-amber {
    color: #FFC107;
}


/*Navigation*/
@media (max-width: 992px) {
    .navbar-brand img {
        margin: 0 auto;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}
/*End Navigation*/
/*Footer*/
.footer {
    word-wrap: break-word;
    margin-bottom: 10px;
}
/*validation*/

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #a94442;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

#global-message .validation-summary-errors,
.global-message .validation-summary-errors {
    color: #8a6d3b;
}

.validation-summary-valid {
    display: none;
}

.message-center {
    font-weight: bold;
}


/*loading*/

.modal-loading {
    display: none;
    position: fixed;
    z-index: 1051;
    /*bootstrap model is 1050*/
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url(images/ajax-loader.gif) 50% 50% no-repeat;
    opacity: 0.5;
}

.inprogress-loading {
    display: block;
    position: fixed;
    z-index: 1051;
    /*bootstrap model is 1050*/
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url(images/ajax-loader.gif) 50% 50% no-repeat;
    opacity: 0.5;
}

.upload-progress {
    display: flex;
}

.loading-progress {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.loading {
    /*overflow: hidden;*/
}

    body.loading .modal-loading {
        display: block;
    }

/*space*/

.space-top {
    margin-top: 10px;
}

.space-bottom {
    margin-bottom: 10px;
}

.space-left {
    margin-left: 10px;
}

.space-right {
    margin-right: 10px;
}


/*section*/

.section-top {
    margin-top: 20px;
}

.section-bottom {
    margin-bottom: 20px;
}

.section-left {
    margin-left: 20px;
}

.section-right {
    margin-right: 20px;
}


/*utilities*/

.text-small {
    font-size: 12px;
}

.auto-width {
    width: auto !important;
}


/*godmode*/

i.godmode {
    font-size: 11px !important;
    font-weight: bold;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #0000ff;
    color: #0000ff !important;
    background-color: #ffffff;
    background-color: #ffffff !important;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 1px 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 3px;
}

i.godmode-label {
    display: none;
}

#global-message,
.global-message {
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #faebcc;
    z-index: 101;
    cursor: pointer;
    margin-bottom: 0px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    word-wrap: break-word;
}

    #global-message.success,
    .global-message.success {
        color: #3c763d;
        background-color: #dff0d8;
        border: 1px solid #d6e9c6;
    }


/*utilities*/

.top {
    margin-top: 10px;
}

.bottom {
    margin-bottom: 10px;
}

.hider {
    display: none;
}


/*bootstrap override*/
.panel-default > .panel-heading {
    padding: 7px 15px;
    font-weight: bold;
    color: #A30327;
}

.form-horizontal .control-label {
    text-align: left;
}

.nav-pills > li {
    float: none;
}

.list-group-item {
    padding: 7px 15px;
}

.clearboth {
    clear: both;
}

.height10 {
    height: 10px;
}

.height15 {
    height: 15px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.floatnone {
    float: none;
}

.widthpercent20 {
    width: 20%;
}

.widthpercent60 {
    width: 80%;
}

.widthpercent80 {
    width: 80%;
}

.widthpercent100 {
    width: 100%;
}

.width30 {
    width: 30px;
}

.width100 {
    width: 100px !important;
}

.width150 {
    width: 150px !important;
}

.width153 {
    width: 153px !important;
}

.width200 {
    width: 200px !important;
}

.margintop10 {
    margin-top: 10px;
}

.marginleft7 {
    margin-left: 7px;
}

.marginleft20 {
    margin-left: 20px !important;
}

.marginleft0 {
    margin-left: 0px !important;
}

.marginright20 {
    margin-right: 20px;
}

.marginright22 {
    margin-right: 22px;
}

.marginright35 {
    margin-right: 35px;
}

.marginright40 {
    margin-right: 40px;
}

.borderright0 {
    border-right: 0px !important;
}

.boxline {
    border: solid 1px silver;
    padding: 10px 10px 5px 10px;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.margin-top-15 {
    margin-top: 15px;
}


.padding-right-25 {
    padding-right: 25px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-30{
    margin-bottom:30px;
}
.margin-top-5{
    margin-top:5px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.margin-botton-10 {
    margin-bottom: 10px;
}

.margin-left-7 {
    margin-left: 7px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-15 {
    margin-left: 15px;
}

.none-padding-left {
    padding-left: 0px !important;
}

.none-padding-right {
    padding-right: 0px !important;
}
.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

    .cursor-pointer:hover {
        color: #428bca;
    }

.text-error {
    color: #ff0000;
}

.font-size-25 {
    font-size: 25px;
}


/*Add custom style*/
table.grid td {
    max-width: 150px;
    overflow: hidden;
}

.table.no-border tr td, .table.no-border tr th {
    border-width: 0;
}

.bold {
    font-weight: bold !important;
}

    .bold label {
        font-weight: bold !important;
    }

.gray {
    background-color: darkgray;
}

#notice-div {
    float: left;
    margin-top: 15px;
}

.contentimportant {
    font-weight: bold;
    background-color: silver;
    padding: 5px;
}

input, .btn, select, .select2-selection {
    border-radius: 0 !important;
}

.vertical-align-middle {
    vertical-align: middle;
    display: table-cell;
}

@media only screen and (min-width : 992px) {
    .td-md {
        max-width: 300px;
    }

    .compact-md {
        float: left;
    }

    .td-lg {
        max-width: 300px;
        white-space: -moz-pre-wrap !important;
        white-space: -webkit-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
        word-break: break-all;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-md {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .compact-md {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 97%;
        float: left;
    }
}

@media only screen and (max-width : 767px) {
    .inline-form-control {
        width: 78% !important;
    }

    .pull-left-xs {
        float: left !important;
    }

    .pull-right-xs {
        float: right !important;
    }

    .margin-bottom0-xs {
        margin-bottom: 0px;
    }

    .margin-left0-xs {
        margin-left: 0px;
    }

    .margintop10-xs {
        margin-top: 10px;
    }

    .space-top-xs {
        margin-top: 10px;
    }

    .height35-xs {
        height: 35px;
    }

    .margin-top-10-xs {
        margin-top: -10px;
    }

    .margin-top10-xs {
        margin-top: 10px;
    }

    .compact-xs {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 97%;
        float: left;
    }

    .truncate-xs {
        overflow: hidden;
        white-space: nowrap;
        max-width: 97%;
        text-overflow: ellipsis;
    }

    .td-xs {
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (max-width : 576px) {
}

.compact {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 97%;
    float: left;
}

td.control {
    font-size: 13px;
}

.btn-group {
    padding-left: 2px;
    padding-right: 2px;
}

.wrap-text {
    word-wrap: break-word;
}

.pagination * {
    height: 25px;
}

.wrapping-long-text {
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
    max-width: 0;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    position: relative !important;
    top: 1px !important;
    display: inline-block !important;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    content: "\e158" !important;
    color: #428bca !important;
    font-size: 14px !important;
    background: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    position: relative !important;
    top: 1px !important;
    display: inline-block !important;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    content: "\e159" !important;
    color: #428bca !important;
    font-size: 14px !important;
    background: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    left: 0px !important;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 0px;
}

.table-bordered {
    border-bottom-color: rgb(221, 221, 221) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
}

table.dataTable.dtr-column > tbody > tr > td.control {
    width: 16px !important;
}

.height30 {
    height: 30px;
}

td.cursor-not-allowed > div {
    cursor: not-allowed;
}


.total-row {
    width: 100%;
    font-size: 14px !important;
}

.even {
    background-color: #EEEEEE !important;
}

/*Breadcumb*/

.breadcrumb > li + li:before {
    content: ">\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb-custom {
    padding: 0 15px;
    margin: 0;
}

/*Hide element*/

.display-none {
    display: none;
}

.heading-border-top {
    border-top: solid 1px #ddd;
}

.invitation-calendar {
    background-image: url("images/calendar-icon.png");
    background-size: 100px 100px;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    clear: both;
}

.invitation-month {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 13px;
}

.invitation-day {
    width: 100%;
    height: 35px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.invitation-time {
    width: 100%;
    height: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.session .control-label {
    padding-left: 15px !important;
}

.session .col-xs-4 {
    padding-left: 20px !important;
}

.badge-danger {
    background-color: #ff0000;
}

.flag_red {
    background-image: url("images/flag_red.png");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    clear: both;
}

.icn_blank {
    background-image: url("images/icn_blank.gif");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    clear: both;
}

.flag_gray {
    background-image: url("images/flag_gray.png");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    clear: both;
}

.new_message {
    background-image: url("images/new_message.gif");
    background-size: 15px 10px;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    clear: both;
}

.row_padding {
    padding-bottom: 15px;
}

.msg_who {
    font-size: 10px;
}

.msg_header {
    font-weight: bold;
}

.msg_row_messsage_unread {
    color: red;
    font-weight: bold;
}

.msg_row_who_unread {
    color: red;
}

.msg_scroll_first {
    height: 465px;
}

.msg_padding_left_25px {
    padding-left: 25px;
    word-wrap: break-word;
}

.msg_message_detail_scroll_second {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.msg_scroll_second {
    max-height: 185px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.attachment {
    background-image: url("images/attachment.png");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    clear: both;
}

.selected {
    background-color: #9FC5F8;
}

.msg_boder {
    border-bottom: 1px solid #ddd;
    padding-top: 2px;
    padding-left: 7px;
    cursor: pointer;
}

.msg_margin-bottom {
    margin-bottom: 0px;
}

.msg_detail_body {
    word-wrap: break-word;
    border: 1px solid #ddd;
    padding: 7px;
    /*white-space: pre-wrap;*/
}

.msg_underline {
    text-decoration: underline;
}

.msg_updload_file_style {
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

.field-label {
    font-weight: bold;
}

.btn-margin-left {
    display: inline-block;
    margin-left: 120px;
}

.text-normal {
    font-weight: normal;
}

.btn-absolute {
    position: relative;
}

.application-item.active {
    background-color: #ccc;
    border-top: none;
    border-bottom: none;
}

    .application-item.active:hover {
        background-color: #ccc;
    }


/*date control*/

.date-control {
    display: inline-block;
    min-width: 95px;
}


/*Upload document*/

.upload-files-table input[type="checkbox"] {
    margin-left: 0 !important;
}

.upload-files-table a[href=""] {
    text-decoration: none;
    color: #333;
}

    .upload-files-table a[href=""]:hover {
        cursor: default;
    }


/*Set red color for tag strong careleaver*/

.care-leaver-check-strong-red {
    color: red;
}


/*Auto Complete*/

.ui-autocomplete {
    max-height: 120px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.line-height-50 {
    line-height: 50px;
}

.padding-top-result {
    padding-top: 140px;
}

.panel-subheading {
    padding: 7px 15px;
    font-weight: bold;
    color: #A30327;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
}

.text-black {
    color: black;
}

.wrap {
    word-wrap: break-word; /* IE */
}

.cellwrap {
    max-width: 100px;
    word-wrap: break-word;
}

.PopupVisaBorder {
    border: 1px solid #ccc;
    padding: 15px 10px 0px 10px !important;
    margin-bottom: 20px;
}


/*Custom Jquery UI*/

.ui-widget-content .ui-state-focus {
    font-weight: normal !important;
}
.sponsor-notes {
    white-space: pre-wrap !important;
    word-wrap: break-word !important; 
}

#body_PopupYourvisa {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    margin-bottom: 6px;
    color: #333;
}

.header_PopupYourvisa {
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 7px 12px;
}


/*Custom type ahead*/

ul.typeahead {
    width: 97% !important;
    max-height: 300px;
    overflow-y: auto !important;
}

    ul.typeahead a {
        white-space: pre-wrap;
        /* css-3 */
        white-space: -moz-pre-wrap;
        /* Mozilla, since 1999 */
        white-space: -pre-wrap;
        /* Opera 4-6 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        word-wrap: break-word;
        /* Internet Explorer 5.5+ */
    }


/*Select2 CSS*/
.input-validation-error, .input-validation-error + .select2-container .select2-selection {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

  .input-validation-error + span {
        color: #ff0000;
    }

.select2-dropdown {
    z-index: 1000;
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center !important;
}

.text-xs-justify {
    text-align: justify;
}

.messagewrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-body, .word-wrap {
    word-wrap: break-word;
}

    .panel-body img {
        max-width: 100%;
    }

@media (min-width: 768px) {
    .pull-left-sm {
        float: left !important;
    }

    .pull-right-sm {
        float: right !important;
    }

    .vertical-align-sm {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .container > .navbar-header {
        margin-right: -7px;
        margin-left: -7px;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-justify {
        text-align: justify !important;
    }
}

@media (min-width: 992px) {
    .container > .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {    

    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

.bg-info-pre-session-english-calculator {
    color: #fff;
    background-color: #46b8da;
    border-color: #269abc;
}

.borderless td, .borderless th {
    background-color: #FAFAFA;
    border-top: 7px solid #ffffff !important;
    border: none;
}

.text-grey {
    color: #9E9E9E;
}

    .upload-background {
        background-color: #f5f5f5;
    }

fieldset.fileupload {
    border: 1px solid #ccc;
    padding: 7px;
}

legend.fileupload {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    width: auto;
    background: transparent;
    border-bottom: none;
    padding-left: 5px;
}

#upload-file-panel .panel-body,
#oldFilePanel .panel-body {
    padding: 2px 10px;
}

#upload-file-panel .form-group,
#oldFilePanel .form-group {
    margin-bottom: 2px;
}

    #upload-file-panel .form-group .control-label,
    #oldFilePanel .form-group .control-label {
        padding-top: 2px;
    }

.display-block {
    display: block;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child:before {
    display: none !important;
}

.table-striped tbody tr.selected td {
    background-color: #bed7ed;
}

#messageDetail {
    padding-left: 5px;
}

.attach-message {
    display: table-cell;
}

#list-messages > div.selected {
    border-left: 5px solid #428bca;
}

.inline-form-control {
    width: 59%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    border-color: #808080;
    background-color: #808080;
    color: #fff;
}
/*back to top*/
#toTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 99;
}

    #toTopBtn.fa {
        opacity: 0.3;
    }

        #toTopBtn.fa:hover {
            opacity: 1;
        }

.alert-info {
    background-color: #9FC5F8;
    border-color: #ddd;
    color: #333;
    text-align: left;
}

.button-info {
    border-color: #9FC5F8;
    background-color: #9FC5F8;
    color: #333;
}

.active-radio {
    background-color: #428bca !important;
    border-color: #428bca !important;
    color: #fff !important;
}

.btn-grey {
    background-color: #808080 !important;
    /*border-color: #808080 !important;*/
    border: 2px solid #ffffff !important;
    color: #fff;
}

.btn-red {
    color: #fff;
    background-color: #d9534f;
    border: 2px solid #ffffff;
}
/*Grid (Education/Profesional/Employment)*/
table.grid-format td {
    font-weight: bold;
}

table.grid-format tr {
    cursor: pointer;
}

body.modal-open {
    /*position: fixed;*/
    overflow: hidden !important;
    left: 0;
    right: 0;
}

#payment-modal-body {
    -webkit-overflow-scrolling: touch;
}

/* Overwrite the default to keep the scrollbar always visible */
@media not all and (min-resolution:.001dpcm) {
    @media {
        ::-webkit-scrollbar {
            width: 10px;
        }

        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
            border-radius: 8px;
            -webkit-border-radius: 8px;
        }

        ::-webkit-scrollbar-thumb {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: rgba(100,100,100,0.8);
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        }
    }
}

#tblSourceGrant td{
    cursor: pointer;
}

.panel-group .panel.hider +.panel{
    margin-top: 0px;
}
.form-group.popover-title.space-bottom.title-background {
    background-color: #ececec;
    border-radius: 5px;
    float: left;
    width: 100%;
}
.popover-title.space-bottom.title-background {
    background-color: #ececec;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.col-xs-4 .booking-fee {
    text-align: right;
    margin-right: 10%;
}
.col-xs-8.text-decoration {
    text-decoration: underline;
}
.form-group.title-programme {
    padding: 8px 14px;
    margin-bottom: 0;
}
.form-group.content-programme {
    float: left;
    width: 100%;
}

.body-programme {
    padding: 8px;
    margin-bottom: 20px;
}
.col-sm-10.col-xs-12.discount-note {
    margin-top: 15px;
    padding: 0;
}
.col-xs-8.sub-total b {
    text-decoration: underline;
}
.section-payment.col-xs-12 {
    padding: 0;
}
.col-sm-12.col-xs-12.discount-message {
    padding: 0;
    color:red;
}
.border {
    border: 1px solid #ddd !important;
}
.padding-10px {
    padding: 10px;
}

.navigation-site-name {
    float: left;
    font-size: 16px;
    font-weight: bold;
    left: 5px;
    bottom: -15px;
    position: relative;
}
.show-text-box-format {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}

.display-flex-end {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

@media (min-width: 768px) {
    .display-flex-end {
        flex-direction: row;
    }
}

.input-data-required::after {
    content: " *";
    font-weight: bold;
    color: red; 
}

.modal-backdrop-duplicated-document {
    z-index: 1051
}

.modal-duplicated-document {
    z-index: 1052
}

.scroll-table {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.not-bold label {
    font-weight: normal;
}

.default-cursor {
    cursor: default;
}

.checkbox-inline-override-padding {
    padding-left: 7px;
}

label > input.vertial-center-input {
    vertical-align: middle;
    margin-top: 0px;
}

label > span.vertial-center-input {
    vertical-align: middle;
}

.lock-icon {
    color: #777;
    padding: 1px 5px;
}

.email-icon {
    color: #777;
    padding: 1px 5px;
}

.items-center,
.popup-items-center {
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.popup-heading {
    padding: 7px 15px 15px 15px;
    font-weight: bold;
    color: #A30327;
}

.popup-btn-left {
    float: left;
}

.modal-header > .mfa-popup-heading {
    text-align: center;
    padding: 7px 15px;
    font-weight: bold;
    color: #A30327;
}

.mfa-popup-header {
    padding: 25px 25px 0px 15px;
    border: none;
}

.mfa-popup-footer {
    padding: 15px 15px 30px 15px;
    border: none;
}

.mfa-popup {
    margin-top: 150px;
}


.btn-secondary {
    color: #ffffff; 
    background-color: #6c757d; 
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #ffffff; 
        background-color: #5c636a; 
        border-color: #565e64;
    }

    .btn-secondary:focus {
        color: #ffffff;
        background-color: #6c757d;
        border-color: #6c757d;
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .btn-secondary:active {
        color: #ffffff;
        background-color: #565e64;
        border-color: #51585e;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-secondary:disabled {
        color: #ffffff;
        background-color: #6c757d;
        border-color: #6c757d;
        opacity: 0.65;
        pointer-events: none;
    }

.text-italic,
.italic-placeholder:placeholder-shown {
    font-style: italic;
}

.container-center-limited-width {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}
