/* =============================================================================
   Base
   ========================================================================== */

@font-face {
    font-family: 'Gotham-Medium';
    src: url('Gotham-Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Tahoma, Geneva, sans-serif;
    background: #eee url(../images/bg_content.png) no-repeat center 50px;
}

a {
    color: #5a90e5;
}

    a:hover {
        color: #609efe;
    }

.container {
    width: 1024px;
}
/*.row-fluid [class*="span"] {
	margin:0 8px 0 0;
	padding:0;
}
*/

/* =============================================================================
   Header
   ========================================================================== */

#banner {
    background: #1D45AC;
}

#userdata {
    background: #103496;
    border-bottom: 1px solid #d6d6d6;
}

.brand {
    font-family: 'Gotham-Medium';
    float: left;
    display: block;
    margin: 16px 0;
    text-align: center;
    width: 100%;
}

    .brand:hover {
        text-decoration: none;
    }

    .brand h1, .brand p {
        margin: 0;
        padding: 0;
    }

    .brand h1 {
        font-size: 23px;
        font-weight: normal;
        color: white;
    }

    .brand p {
        font-size: 11.12px;
        line-height: 13.32px;
        color: #717171;
    }

.youman_logo {
    margin: 22px 0 22px 0px;
    width: 80px;
}

#HeaderControl_lblOrgName {
    color: white;
}

.row-fluid .user_info {
    float: right;
    margin-right: 0;
    width: 110px;
}

.user_info {
    position: relative;
    margin-top: 5px;
    text-align: right;
    height: 32px;
}

    .user_info input[type="text"], .user_info input[type="text"]:focus {
        border: none;
        background: url(../images/icon_user.png) no-repeat 5px center;
        box-shadow: none;
        outline: none;
        margin: 0;
        padding: 0 20px 0 35px;
        width: 120px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        font-size: 14px;
        font-family: Tahoma, Geneva, sans-serif;
        color: #3a3a3a;
    }

.icon_drop {
    width: 11px;
    height: 6px;
    background: url(../images/icon_drop.png) no-repeat center;
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
}

.user_info .dropdown > a {
    background: url(../images/icon_user.png) no-repeat 5px top;
    color: white;
    padding: 0 20px 0 40px;
    line-height: 25px;
    position: relative;
    z-index: 99999;
}

    .user_info .dropdown > a:hover {
        color: white;
        background: url(../images/icon_user.png) no-repeat 5px top;
        filter: none;
    }

.user_info .dropdown-menu {
    border-top: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 30px 0 0 0;
    text-align: left;
    top: 0;
    background: none;
    width: 201px;
}

    .user_info .dropdown-menu li {
        background: #fff;
        white-space: normal;
        background: #fff;
        padding: 0 10px;
    }

        .user_info .dropdown-menu li a {
            background: #fff url(../images/icon_arrow_right.png) no-repeat right center;
            white-space: normal;
            padding: 15px 0;
            border-bottom: 1px solid #d9d9d9;
            border-bottom: 1px solid rgba(0,0,0,0.2);
        }

            .user_info .dropdown-menu li a:hover {
                background: #fff url(../images/icon_arrow_right.png) no-repeat right center;
                color: #00c6ff;
            }

        .user_info .dropdown-menu li:last-child a {
            border: none;
        }

/* hover menu */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/* end hover menu */

/* =============================================================================
   form base re-setup
   ========================================================================== */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .btn {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Tahoma, Geneva, sans-serif;
}

input[type="text"], input[type="password"] {
    padding: 8px 6px;
}

.login input[type="text"], .login input[type="password"] {
    padding: 8px 6px;
    height: 38px;
    line-height: 38px;
}

.uneditable-input {
    height: 36px;
    line-height: 30px;
}

.form-horizontal .control-label {
    padding-top: 8px;
    color: #4f4f4f;
    width: 130px;
    height: 20px;
}

.form-horizontal .controls {
    margin-left: 140px;
}

.btn {
    padding: 8px 27px;
    position: relative;
}

.controls {
    position: relative;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .thumbnail,
.input-append input, .input-append select, .input-append .uneditable-input,
.fileupload-new .input-append .btn-file {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Tahoma, Geneva, sans-serif;
}

.input-append .btn {
    padding: 8px 14px;
}

.icon_down {
    background: url(../images/icon_drop-white.png) no-repeat center;
    display: block;
    width: 14px;
    height: 7px;
    padding: 7px 0px 6px 0px;
}

.icon_cal {
    background: url(../images/icon_calendar.png) no-repeat center;
    display: block;
    width: 19px;
    height: 18px;
    padding: 1px 0px;
}

.form-horizontal {
    margin-bottom: 0;
}

img, img a, a.img {
    border: none;
    outline: none;
}

.table td, .table th {
    border: none;
    font-weight: normal;
}

.table input {
    width: 10%
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background: #f6f6f6;
}

.textarea {
    width: 95%;
    margin: 0 0 20px 0;
    height: 200px;
}

.thumbnail {
    width: 154px;
    height: 136px;
    background: #fff;
}
/* =============================================================================
   Content
   ========================================================================== */

.wrap {
    padding: 20px 0 20px 0;
    border-top: 1px solid #fff;
}

.page-header {
    padding: 0;
    margin: 10px 0 20px;
    border-bottom: 1px solid #f4f4f4;
}

    .page-header h1 {
        font-size: 19px;
        color: #606060;
        padding: 0;
        margin: 0;
        font-weight: normal;
        border-bottom: 1px solid #f9f9f9;
    }
/* tabs menu */
.nav-tabs {
    margin-bottom: 1px;
    border: none;
}

.nav-tabs {
    margin-left: 30px;
}

    .nav-tabs > li > a {
        line-height: 40px;
        height: 40px;
        color: #fff;
        padding: 0 20px;
        margin: 0 5px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background: #1D45AC;
    }

        .nav-tabs > li > a:hover {
            color: #626262;
            background: #fff;
            border: 1px solid transparent;
        }

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
    }

.tab-content {
    background: #fff;
    margin: 0;
    padding: 30px;
    overflow: hidden;
}
/* end tabs menu*/

/* login */
.login {
    padding: 50px 0;
}

.submision {
    margin: 0 60px 0 0;
    float: right;
    height: 36px;
    line-height: 36px;
}

    .submision a {
        color: #00baff;
        text-decoration: none;
        display: inline;
        float: left;
        margin: 0 40px 0 0;
    }

    .submision .btn {
        color: #fff;
    }
/* create company */
.notice .control-label {
    width: 110px;
}

.notice .controls {
    margin-left: 120px;
}

.btn_upload input {
    margin: 10px 10px 0 0;
}
/* create user */
input[type="checkbox"].checkbox-alone, .checkbox-alone {
    margin-top: 12px;
}

.input_city {
    width: 176px;
}

.link_org {
    padding-top: 20px;
}


    .link_org input[type="text"] {
        border: 1px solid #eae5e5;
        padding: 7px;
    }

    .link_org .control-label {
        padding-top: 8px;
        color: #4f4f4f;
        width: 150px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }

    .link_org .controls {
        margin-left: 230px;
    }

    .link_org .dropdown-toggle {
        margin-right: 20px;
    }

    .link_org > input[type="button"] {
        position: absolute;
    }

    .link_org > input[type="submit"] {
        position: absolute;
        height: 38px;
        margin-left: 10px;
    }

    .link_org .percentage {
        margin: 0 20px 0 10px;
        position: relative;
        top: -10px;
    }
/* default parameter */
.default_prm {
    padding-top: 12px;
}

    .default_prm .control-label {
        font-weight: normal;
        font-size: 15px;
        width: 200px;
    }

    .default_prm .controls {
        margin-left: 200px;
    }

    .default_prm span {
        margin-left: 10px;
    }

.table td.gray_td, .table-striped tbody > tr:nth-child(odd) > td.gray_td, .add_country {
    background: #d6d5d5;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.add_country {
    position: relative;
    margin: -40px 0 20px 0;
    color: #fff;
    text-decoration: none;
    display: block;
    background: #d6d5d5 url(../images/icon_add_country.png) no-repeat 5px center;
    padding: 8px 35px 8px 35px !important;
    text-shadow: none;
}
    /*.add_country:hover, .add_country:focus{
	background:#00c6ff url(../images/icon_add_country.png) no-repeat 5px center;
}
*/
    .add_country:focus {
        background: #ccc url(../images/icon_add_country.png) no-repeat 5px center;
    }
/* stepline */
.stepline {
    border-bottom: 2px solid #b5b5b5;
    position: relative;
    height: 30px;
    margin: 20px 25px;
}

a.step {
    position: absolute;
    text-align: center;
    display: block;
    width: 50px;
    color: #a4a4a4;
    text-decoration: none;
    cursor: pointer;
}

.step p {
    margin: 0;
}

.step .step_bullet {
    background: #3a3a3a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    margin: 0 auto;
}

.stepline .first {
    margin-left: -25px;
}

.stepline .middle {
    left: 50%;
    margin-left: -25px;
}

.stepline .last {
    right: 0;
    margin-right: -25px;
}

.stepline .active p {
    color: #00c6ff;
}

.stepline .active .step_bullet {
    background: #00c6ff;
}

/* step 2 */
.top_variable {
    position: relative;
}

.subtitle_blue {
    font-weight: bold;
    font-size: 15.2px;
    margin: 0;
    color: #00c6ff;
}

.budget_variable, .market_budget, .budget_calculate {
    font-size: 10px;
    padding: 10px;
    background: #eee;
    border: 3px solid #eee;
    position: relative;
    z-index: 2;
    position: relative;
}

.budget_variable, .budget_calculate {
    height: 180px;
}

    .budget_variable .row-fluid .span6, .budget_variable .row-fluid .span3, .budget_variable .row-fluid .offset6 {
        min-height: 20px;
    }

.market_budget {
    margin-bottom: 14px;
    font-size: 12px;
}

    .market_budget input[type="text"] {
        font-size: 12px;
        padding: 5px;
        text-align: left;
        line-height: 20px;
        min-height: 20px;
    }

.budget_calculate {
    font-size: 12px;
}

    .budget_calculate input[type="text"] {
        font-size: 12px;
        width: 30px;
        height: 20px;
        text-align: center;
    }

.color_disable {
    color: #ccc;
}

    .color_disable input[disabled] {
        background: #f1f1f1;
        color: #ccc;
    }

.border_updated {
    border: 3px solid #9995;
}

.border_active {
    border: 3px solid #000;
}

.top_active, .bottom_active {
    height: 3px;
    position: absolute;
    background: #000;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    z-index: 1;
}

.top_active {
    top: 25px;
}

.bottom_active {
    bottom: 37px;
}

.table.compact {
    margin: 0;
    padding: 0;
}

    .table.compact td, .table.compact th {
        border: 1px solid #d3d3d3;
        padding: 0px 5px 0px 5px;
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
    }

    .table.compact th {
        line-height: 1;
        padding: 5px;
    }

    .table.compact td.white {
        background-color: #fff;
        border: none;
        padding: 0;
        border: 1px solid #fff;
        overflow: hidden;
        border-bottom: none;
    }

    .table.compact td.dark, .table.compact tr.dark, .table.compact th.dark, .table.compact tr.dark th {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #363636;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom,#444343,#2c2c2c);
    }

#CPTAtable tr th {
    word-break: break-word;
    font-size: 8px;
}

#MainContent_gridMbpt tr th {
    font-size: 12px;
}

.block_dark {
    background: #555;
    color: #FFF;
    /*padding:6px !important;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;*/
    font-size: 10px;
    /*width: 23px;*/
    padding: 0 3px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 0;
}

.block_transparent {
    background: #transparent;
    color: #transparent;
    padding: 7px;
    border-left: 0;
    border-bottom: 0;
    font-size: 10px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin: 0 -5px 0 0;
}

#gallery {
    margin: 0 !important;
    /*    width: auto !important;*/
    height: 30px !important;
}

    #gallery li.block_dark {
        padding: 0 6px;
        font-size: 12px;
    }

    #gallery li.block_dark.block_number {
        padding: 0 9px;
        font-size: 12px;
    }

@media (max-width: 1368px) {

    #gallery {
        margin: 0 !important;
        height: 27px !important;
    }
}


/*.draggCompt {
	height:30px !important;
}*/
/* parameter */
.link_gray, .link_gray:hover {
    color: #434343;
    text-decoration: none;
}

.table.compact td.active_td, .table-striped.compact td.active_td {
    background: #00c6ff;
    color: #fff;
}

.table.compact td.selective_td {
    color: #999;
}

.table.compact td.border2 {
    border-bottom: 2px solid #4c4c4c;
}


/* =============================================================================
   utilities
   ========================================================================== */

.color_blue {
    color: #00c6ff;
}

.gray_zone {
    background: #f6f6f6;
}

.pad_20 {
    padding: 20px;
}

.pad_20_0 {
    padding: 20px 20px 0 20px;
}

.marg_b_30 {
    margin-bottom: 30px;
}

.marg_b_10 {
    margin-bottom: 10px;
}

.marg_t_90 {
    position: absolute;
    top: 0;
    margin-left: 10px;
}

.marg_t_20 {
    margin-top: 20px;
}

.table td.align_center, .table th.align_center, .align_center, .align_center td, .align_center th {
    text-align: center;
}

    .table td.align_center, .table th.align_center, .align_center, .align_center td, .align_center th {
        text-align: center;
    }

.table td.align_left, .table th.align_left, .align_left, .align_left td, .align_left th {
    text-align: left;
}

.align_right, .table td.align_right, .table th.align_right, .align_right, .align_right td, .align_right th {
    text-align: right;
}

.btn {
    padding: 8px 27px;
}

    .btn:hover {
        background: #222;
    }

.btnAddCountry {
    padding: 8px 27px;
    position: relative;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Tahoma, Geneva, sans-serif;
}

.btn_dark {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#1e45ac,#103496);
    border-top-color: #222;
    border-bottom-color: #000;
}

    .btn_dark:hover {
        color: #fff;
        background-color: #103496;
    }

.btn_blue {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background: #00c6ff;
}

    .btn_blue:hover {
        color: #fff;
        background-color: #00bdf3;
    }

.input-fix {
    width: 170px;
}

.color_light {
    color: #b2b2b2;
}

.align_right {
    text-align: right;
}

.subtitle {
    font-size: 16px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover {
    background: #00c6ff;
    cursor: pointer;
}

.sub_head {
    border-bottom: 1px dashed #c7c7c7;
    padding: 15px 0;
}

    .sub_head h4 {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 16px;
        font-weight: normal;
        background: url(../images/icon_subtitle.png) no-repeat left center;
        padding-left: 20px;
    }

.ArrowTitle {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
    background: url(../images/icon_subtitle.png) no-repeat left center;
    padding-left: 20px;
}

.doc_download {
    min-width: 200px;
    position: relative;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#1e45ac,#103496);
    border-top-color: #222;
    border-bottom-color: #000;
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 20px 0;
}

    .doc_download a {
        background: url(../images/icon_doc.png) no-repeat 10px center;
        padding: 40px;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }

.blue_right {
    background: url(../images/icon_arrow_right_blue.png);
    width: 11px;
    height: 21px;
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 20px;
}

.styled-select select {
    background: transparent;
    width: 258px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 37px;
    -webkit-appearance: none;
}

.styled-select {
    width: 200px;
    height: 37px;
    overflow: hidden;
    background: #fff url(../images/icon_select.png) no-repeat right;
    padding-right: 30px;
}

.styled-select-org select {
    background: transparent;
    width: 675px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 37px;
    -webkit-appearance: none;
}

.styled-select-org {
    width: 614px;
    height: 37px;
    overflow: hidden;
    background: #fff url(../images/icon_select.png) no-repeat right;
    padding-right: 30px;
}


.styled-select-Export select {
    background: transparent;
    width: 350px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 37px;
    -webkit-appearance: none;
}

.styled-select-Export {
    width: 290px;
    height: 37px;
    overflow: hidden;
    background: #fff url(../images/icon_select.png) no-repeat right;
    padding-right: 30px;
}


td input[type="text"] {
    width: 80%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    margin: 0;
}

    td input[type="text"]:focus {
        outline: none;
        box-shadow: none;
    }

.disabled, .disabled:hover {
    background: #ccc !important;
    color: #777 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
    cursor: pointer;
    border: none;
}

.select_link {
    border: 1px solid #eae5e5;
    margin-right: 20px;
}

.blue-select select {
    background: transparent;
    width: 150px;
    height: 23px;
    line-height: 23px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.blue-select {
    width: 90px;
    overflow: hidden;
    background: #fff url(../images/blue_drop.png) no-repeat right;
    border: 1px solid #d9d9d9;
    margin-top: 5px;
}

.blue-table-select select {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 12px;
    -webkit-appearance: none;
    color: #fff;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 155px;
    /*width:192px;*/
}

.blue-table-select {
    /*width: 135px;*/
    width: 100%;
    overflow: hidden;
    background: #0cc8fe url(../images/icon_drop-white.png) no-repeat right center;
}

    .blue-table-select option {
        background: #fff;
        color: #333;
    }


.whiteSelect select {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 12px;
    -webkit-appearance: none;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 380px;
}

.whiteSelect {
    overflow: hidden;
    background: url(../images/icon_drop.png) no-repeat right center;
}


.styled-select select, .styled-select-org select, .blue-select select, .blue-table-select select:focus {
    box-shadow: none;
    outline: none;
}


/* end select style */
.font_10 {
    font-size: 10px;
}

.font_11 {
    font-size: 11px;
}

.font_12 {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.smaller_btn {
    font-size: 10px;
    padding: 5px;
    white-space: nowrap !important;
}

.border_light, input.border_light {
    border: 1px solid #e3e3e3;
}

.indent_50 {
    text-indent: 50%;
}

.table.compact td.middle_img {
    vertical-align: bottom;
    padding: 0;
    width: 239px;
    min-width: 239px;
}

    .table.compact td.middle_img img {
        width: 239px;
        min-width: 239px;
        border: none;
    }

.popover {
    background: #000;
}

/* gradient table */
.table.compact td.gradient_1 {
    background: #e01b2d;
    color: #fff;
}

.table.compact td.gradient_2 {
    background: #e23b2c;
    color: #fff;
}

.table.compact td.gradient_3 {
    background: #e44d2e;
    color: #fff;
}

.table.compact td.gradient_4 {
    background: #e65f2e;
    color: #fff;
}

.table.compact td.gradient_5 {
    background: #e96f2d;
    color: #fff;
}

.table.compact td.gradient_6 {
    background: #eb7e2b;
    color: #fff;
}

.table.compact td.gradient_7 {
    background: #ee8d2a;
    color: #fff;
}

.table.compact td.gradient_8 {
    background: #f09c28;
    color: #fff;
}

.table.compact td.gradient_9 {
    background: #f3a923;
    color: #fff;
}

.table.compact td.gradient_10 {
    background: #f6b720;
    color: #fff;
}

.table.compact td.gradient_11 {
    background: #f8c31d;
    color: #fff;
}
/* end gradient table */

/* tooltip */
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip-inner {
    background: #e2dfdf;
    color: black;
    border: 1px solid #b4b4b4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: Tahoma, Geneva, sans-serif;
    position: relative;
}

.tooltip.bottom .tooltip-arrow {
    display: none;
}
/* end tooltip */


.spanDefault {
    background: none repeat scroll 0 0 #00C6FF;
    color: #FFFFFF;
}

.block_transparent1 {
    background: #transparent;
    color: #transparent;
    padding: 7px;
    border-left: 0;
    border-bottom: 0;
    font-size: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin: 0 -5px 0 0;
    border: 1px dotted #999;
}

.block_dark1 {
    background: #555;
    color: #FFF;
    padding: 7px;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    font-size: 10px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin: 0 -5px 0 0;
    position: relative;
}

/* add peny on development */
.no_pad {
    padding: 0 !important;
    border: none !important;
    vertical-align: top !important;
}

td.small {
    width: 20px !important;
}

.spinner_container {
    position: relative;
}

.updown {
    position: absolute;
    top: 0;
    right: 5px;
}

.btnUP, .btnDown {
    border: none;
    width: 20px;
    height: 10px;
    display: block;
    background: #00c6ff url(../images/spin_down.png) no-repeat center;
}

.btnUP {
    background: #00c6ff url(../images/spin_up.png) no-repeat center;
    border-bottom: 1px solid #fff;
    height: 11px;
}

.btnUP_disabled, .btnDown_disabled {
    border: none;
    width: 20px;
    height: 10px;
    display: block;
    background: #ddd;
}

#btnCalculate:hover {
    background: #E9E9E9;
    color: #747474;
    opacity: 1;
    filter: alpha(opacity=100);
}

.lineHeight35 {
    line-height: 35px;
}

.HeightFix {
    height: 10px;
    line-height: 10px;
    padding: 0 5px !important;
}

/* breadcrumb */
.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .breadcrumb > li > .divider, .breadcrumb li a {
        color: #434343;
        font-weight: bolder;
    }

    .breadcrumb li.active a {
        color: #00c6ff;
    }

/* end breadcrumb */
.icon_left {
    background: url(../images/icon_prev.png) no-repeat;
    width: 8px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 11px;
}

.icon_right {
    background: url(../images/icon_next.png) no-repeat bottom;
    width: 8px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 11px;
}

.btnBrowse {
    width: 0px !important;
    margin-top: 8px !important;
    cursor: pointer !important;
    border: 1px solid red;
}

.btnBrowse2 {
    font-size: 50px;
    width: 50px !important;
    opacity: 0;
    filter: alpha(opacity: 0);
    position: absolute;
    top: 6px;
    left: 0px;
    padding: 6px 30px;
}

.lblBrowse {
    position: absolute;
    top: 0;
    left: -10px;
    width: 100px !important;
    line-height: 30px;
    height: 30px;
}

.btnUpload {
    padding-left: 30px !important;
    padding-right: 0 !important;
}

.input-largest {
    width: 450px;
}

.BackTop {
    background: url(../images/Back_Top.png) no-repeat center top;
    position: absolute;
    right: 20px;
    padding-top: 45px;
    color: black;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
    opacity: 0.8;
    filter: alpha(opacity: 80);
}

    .BackTop:hover {
        color: black;
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity: 100);
    }

.marg_l_10 {
    margin-left: -83px !important;
}

.white_nowrap {
    white-space: nowrap;
    position: absolute;
    margin-top: 9px;
    margin-left: 10px;
}

.labelExpired {
    font-size: 14px;
    margin-left: -23px !important;
    width: 135px !important;
}

/* add peny */
.fix_upload {
    height: 26px;
    width: 320px;
}

.marg_l-3 {
    margin-left: -3px;
}

.img_upload {
    margin-left: 20px;
}

.btn_browse {
    padding: 9px 15px;
    margin-left: -3px;
}

.gridStep21 {
    width: 100% !important;
}

    .gridStep21 td {
        border-top: none !important;
    }

.bg_blue {
    background-color: #00c6ff !important;
}

.w100 {
    width: 100%;
}

.w500 {
    width: 500px;
}

.pad_10 {
    padding: 10px;
}

.w10 {
    width: 10px;
}

.forgotPasswd input {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #ddd;
    margin-top: 5px;
}

.forgotPasswd span {
    margin-right: 30px;
}

.modal {
    width: auto;
    z-index: 999999;
}

.WordBreak {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.tdResult {
    max-width: 500px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.logo_org {
    text-align: center;
    line-height: 108px;
    white-space: nowrap;
}

    .logo_org img {
        width: auto !important;
        float: right;
        padding-top: 15px;
        max-height: 80px;
    }

    .logo_org span {
        float: left;
        padding-top: 40px;
        white-space: normal;
        line-height: 18px;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

.btnModalSearcCompany {
    margin-right: 60px !important;
    margin-top: -90px !important;
}

.NotClickable {
    cursor: default;
    pointer-events: none;
}

.VersionLogin {
    float: right;
    height: 0;
    padding-top: 11px;
}

.VersionStep {
    position: relative;
    top: -60px;
}

.pull-right-ButtonStep2 {
    position: relative;
    right: -68px;
}

#MainContent_rbAlasTrue {
    display: none;
}

#MainContent_rbAlasFalse {
    display: none;
}

#MainContent_lblRedistributionTitle {
    /*display:none;*/
}

/* new */

.banner-header {
    padding: 50px 0;
    background-color: transparent !important;
}


    .banner-header img {
        max-width: 150px;
        margin: 0 auto;
        display: block;
    }

.login-container {
    display: flex;
    flex-direction: column;
}

.form-login {
    min-height: 100vh;
    flex: 1 0 100%;
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-image: url(../Images/bg-pic.png),linear-gradient(58.41deg,#163996 -.3%,#1e4aa8 92.8%);
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin: 0;
    font-family: Roboto, sans-serif;
}

.login-form {
    border-radius: 8px;
    background: #fff;
    max-width: 330px;
    width: 100%;
    padding: 35px;
    margin: auto;
}

.login-title {
    color: #204196;
    font-size: 28px;
    margin-top: 6px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    font-family: Lato,sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.login-form .control-label {
    color: #193c86;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.login-form .control-group {
    margin-bottom: 20px;
}

.login-form input[type=text], .login-form input[type=password] {
    display: block;
    width: 100%;
    height: calc(1em + 24px + 2px);
    padding: 12px 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    color: #204196;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7e4ff;
    border-radius: 6px;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .login-form input[type=text]:focus, .login-form input[type=password]:focus {
        color: #204196;
        background-color: #fff;
        border-color: #4077f8;
        outline: 0;
        box-shadow: none;
    }

.control-forgot-pass {
    font-size: 11px;
    font-weight: 500;
    margin: 36px 0 8px;
    text-align: center;
}

    .control-forgot-pass a {
        color: #204196;
        text-decoration: underline;
        background-color: transparent;
    }

.container-btn {
    margin-top: 35px;
    text-align: center;
}

.btn-primary {
    background: #4077f8;
    border-color: #4077f8;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    min-width: 170px;
}

    .btn-primary:hover {
        background: #1b5df7;
        border-color: #0f54f6;
    }

.login-form textarea,
.login-form input[type="text"], .login-form input[type="password"],
.login-form input[type="datetime"], .login-form input[type="datetime-local"],
.login-form input[type="date"], .login-form input[type="month"],
.login-form input[type="time"], .login-form input[type="week"],
.login-form input[type="number"], .login-form input[type="email"],
.login-form input[type="url"], .login-form input[type="search"],
.login-form input[type="tel"], .login-form input[type="color"],
.login-form .uneditable-input, .login-form .btn {
    font-family: Roboto, sans-serif;
}

.login-subtitle {
    color: #5f84de;
    font-size: 20px;
    padding: 50px 0 10px 0;
    text-align: center;
}

.message-container {
    margin-bottom: 15px;
    text-align: center;
}

.message-error {
    color: #ee4559;
    font-size: 11px;
}

#ResetPassForm {
    display: none;
}

.password-subtitle {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #5f84de;
    margin-bottom: 16px;
    display: block;
}

.text-bold {
    font-weight: bold;
}

.scroller {
    position: relative;
    margin-left: auto;
}

    .scroller .scroller-container {
        /*        position: absolute;*/
        top: 0;
        min-width: 180px;
    }

    .scroller .ps__rail-y {
        display: none !important;
    }


.table-striped tr, .table-striped tr td {
    height: 30px !important;
    max-width: 200px;
}

li.block_dark {
    height: 30px;
}


.table-title-uppercase {
    font-size: 12px;
    text-transform: uppercase;
}

.gridStep21 tr td {
    width: 11% !important;
    font-size: 11px;
}

    .gridStep21 tr td:nth-child(1) {
        width: 23% !important;
    }

.inputright td input[type="text"] {
    text-align: right;
}
