/* html body & container */

html {
    position: relative;
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #f2f8fd;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    height: 100%;
}

.container {
    margin: auto;
    height: 100%;
}

.clear {
    clear: both;
}

@media screen and (max-width: 768px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*--------------------------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #12abde;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #12abde
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    height: 200px
}


/* loading */

.wsloading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
}

.wsloading .wsloading-text {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: #12abde;
    text-align: center;
    margin-top: -25px;
}

.wsloading.trans {
    background: rgba(255, 255, 255, 0.6);
}

.modal {
    z-index: 99999;
    top: 70px;
}


/* ------------------------------------*/

.mgt-0 {
    margin-top: 0 !important;
}

.mgt-5 {
    margin-top: 5px !important;
}

.mgt-10 {
    margin-top: 10px !important;
}

.mgt-15 {
    margin-top: 15px !important;
}

.mgt-20 {
    margin-top: 20px !important;
}

.mgt-25 {
    margin-top: 25px !important;
}

.mgt-30 {
    margin-top: 30px !important;
}

.mgt-35 {
    margin-top: 35px !important;
}

.mgt-40 {
    margin-top: 40px !important;
}

.mgt-45 {
    margin-top: 45px !important;
}

.mgt-50 {
    margin-top: 50px !important;
}

.mgb-0 {
    margin-bottom: 0 !important;
}

.mgb-5 {
    margin-bottom: 5px !important;
}

.mgb-10 {
    margin-bottom: 10px !important;
}

.mgb-15 {
    margin-bottom: 15px !important;
}

.mgb-20 {
    margin-bottom: 20px !important;
}

.mgb-25 {
    margin-bottom: 25px !important;
}

.mgb-30 {
    margin-bottom: 30px !important;
}

.mgb-35 {
    margin-bottom: 35px !important;
}

.mgb-40 {
    margin-bottom: 40px !important;
}

.mgb-45 {
    margin-bottom: 45px !important;
}

.mgb-50 {
    margin-bottom: 50px !important;
}


/* gap */

.mini-gap {
    margin-left: 2px;
    margin-right: 2px;
}

.normal-gap {
    margin-left: 5px;
    margin-right: 5px;
}

.big-gap {
    margin-left: 10px;
    margin-right: 10px;
}

.extra-gap {
    margin-left: 20px;
    margin-right: 20px;
}


/* toolstip */

.tooltip * {
    white-space: nowrap;
}


/* Styles, not important */

*,
*:before,
*:after {
    box-sizing: border-box;
}

button {
    outline: none !important;
}

.btn-default.focus,
.btn-default:focus {
    background-color: inherit;
    border-color: inherit;
}

.btn.orange {
    background-color: #e67e22;
    color: #fff;
}

.btn.orange:hover,
.btn.orange:focus {
    background-color: #d35400;
    color: #fff;
}

.btn.red {
    background-color: #e74c3c;
    color: #fff;
}

.btn.red:hover,
.btn.red:focus {
    background-color: #c0392b;
    color: #fff;
}

.btn.gray {
    background-color: #4B515D;
}

.btn.gray:hover,
.btn.gray:focus {
    background-color: #3E4551;
}

.btn-set-min {
    padding: 3px 8px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.btn-mat-normal {
    border-width: 0;
    outline: 0;
    background-color: #12abde;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-mat-normal:hover {
    color: #fff;
    background: #00769d;
    /*
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    */
}

.btn-mat {
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding: 0;
    overflow: hidden;
    border-width: 0;
    outline: 0;
    background-color: #12abde;
    color: #fff;
    transition: background-color .3s;
    line-height: 1.3;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    text-indent: -10px;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-mat>i {
    position: absolute;
    right: 5%;
    top: 10px;
    font-size: 18px
}

.btn-mat:hover {
    color: #fff;
    background: #00769d;
    /*
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    */
}

.material_box {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

@media screen and (max-width: 360px) {
    .btn {
        padding: 10px 30px 10px 20px;
    }
}


/* ------------------------------------*/


/* link */

a {
    line-height: 35px;
    color: #12abde;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none;
}


/* ------------------------------------*/


/* form control */

.form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    font-size: 12px;
}

.form-control-static {
    /*padding-top: 15px;*/
}


/* add for material css*/

.form-group {
    margin-bottom: 15px;
}

label {
    color: #3E4551;
}

label>.fa {
    /* margin-right: 10px; */
}

label>small {
    font-size: 12px;
    font-weight: 400;
    color: #acacac;
}


/* ------------------------------------*/


/* --------------- pagnition ---------*/

.pagination.wins {
    display: inline-block;
    margin: 5px auto;
}

.pagination.wins>li>a {
    color: #000;
    padding: 5px 12px;
}

.pagination.wins>.active>a,
.pagination.wins>.active>a:focus,
.pagination.wins>.active>a:hover,
.pagination.wins>.active>span,
.pagination.wins>.active>span:focus,
.pagination.wins>.active>span:hover {
    background-color: #12abde;
    color: white;
    text-decoration: none;
    border-color: #ddd;
}

.pagination.wins>li:hover:not(.active)>a {
    background-color: #ddd;
}


/* misc */

.voffset {
    margin-top: 15px;
}


/* ------------------------------------*/


/* backgroud */

.border-mat {
    border-color: #12abde !important;
}

.bg-mat {
    font-family: 'Roboto', 'Prompt', sans-serif;
    background: #12abde !important;
    color: #fff;
    line-height: 25px;
}


/* jobs */

.block_job {}

.block_job .panel-heading {
    line-height: 25px;
    max-height: 100%;
    padding: 7px 15px;
}

.block_job .btn-is {
    padding: 0px 10px;
}


/* login */

.login-form {
    margin: 10% auto 0 auto;
    padding-bottom: 100px;
}

.login-form .logo {
    display: block;
    margin: auto;
}

.login-form .hr {
    background: #dddddd;
    height: 1px;
    margin: 25px auto;
    width: 100%;
    border: none;
}

.login-form .login-block {
    margin: 35px auto;
}

.login-form .top_title {
    margin: 15px auto;
    line-height: 45px;
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #12abde;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .login-form {
        margin: 50px auto;
    }
}


/* ------------------------------------*/


/* navbar */

.navbar {
    position: fixed;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 9999;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar .contain-logo {
    display: inline-block;
    width: 237px;
    height: 80px;
    padding: 12px 15px;
    margin: 0;
    vertical-align: middle;
    background: #f1f1f1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar .contain-logo img {
    max-width: 100%;
    max-height: 100%;
}

.navbar .contain-logo img.logo_big {
    display: block;
}

.navbar .contain-logo img.logo_min {
    display: none;
}


/* navbar mini */

.navbar .contain-logo.mini {
    width: 70px;
    padding: 15px 10px;
}

.navbar .contain-logo.mini img.logo_big {
    display: none;
}

.navbar .contain-logo.mini img.logo_min {
    display: block;
}

.navbar .contain-info {
    background: #fff;
}

.navbar .contain-info a {
    display: block;
    color: #acacac;
    line-height: 80px;
}

.navbar .contain-info .form-control {
    margin-top: 24px;
    float: left;
    width: 200px;
}

.navbar .contain-info .btn {
    margin-top: 24px;
    float: left
}

.navbar .contain-info a:hover,
.navbar .contain-info a:active,
.navbar .contain-info a:focus {
    color: #12abde;
    text-decoration: none;
}

.navbar .contain-info {
    display: inline-block;
    width: auto;
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.navbar .contain-info .fa {
    font-size: 24px;
    vertical-align: middle;
}

.navbar .contain-info .infor {
    display: inline-block;
}

.navbar .contain-info .show_name {
    color: #838383;
    margin: auto 15px;
}

.navbar .contain-info .caret_line {
    width: 2px;
    background: transparent url('../images/bg_caret.png') 50% 50% no-repeat;
    margin: auto 10px;
}

.navbar .contain-info .caret_line.no_bg {
    background: none;
    margin: auto 5px;
}

.navbar .contain-info .noti_bar {
    text-align: center;
}

.navbar .contain-info .noti_bar a {
    position: relative;
    display: inline-block;
    margin: auto 10px;
    padding: 0;
    color: #12abde;
}

.navbar .contain-info .noti_bar a:hover {
    color: #00769d;
}

.navbar .contain-info .noti_bar .box_count {
    position: relative;
}

.navbar .contain-info .logout_cl {
    background: #f1f1f1;
    width: auto;
    height: auto;
    padding: 0 25px;
}

.navbar .contain-info .top_menu_bar {
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
}


/* Count Noti */

.navbar .contain-info .count {
    position: absolute;
    top: 23px;
    right: -5px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 1.5;
    color: #fff;
    background: #ff5454;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

@media screen and (max-width: 640px) {
    .navbar .contain-info .show_name,
    .navbar .contain-info .caret_line {
        display: none;
    }
}


/* ------------------------------------*/


/* menu left panel */

.menu_left_panel {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 238px;
    min-height: 100%;
    margin: auto;
    padding: 0;
    height: 100%;
    padding-top: 80px;
    background: #12abde;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: auto;
}

.menu_left_panel ul {
    margin: 0;
    padding: 0;
}

.menu_left_panel ul li {
    display: block;
    width: 100%;
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    padding-left: 20px;
    padding-right: 0px;
    border-bottom: 1px solid #41bbe4;
}

.menu_left_panel ul li:hover {
    background: #00769d;
}

.menu_left_panel ul li.active {
    background: #00769d;
}

.menu_left_panel ul li span {
    display: inline;
}

.menu_left_panel ul li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 15px 0;
    white-space: nowrap;
}

.menu_left_panel ul li a .fa {
    font-size: 26px;
    min-width: 50px;
    padding-right: 23px;
    vertical-align: middle;
}

.menu_left_panel ul ul li {
    background: #12abde;
}

.menu_left_panel ul ul {
    display: none;
}

.menu_left_panel li.active ul,
.menu_left_panel ul li:hover>ul {
    display: block;
}


/* .menu_left_panel > ul > li:hover { background: #12abde; } */


/* menu mini */

.menu_left_panel.mini {
    width: 70px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9998;
}

.menu_left_panel.mini:hover {
    width: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu_left_panel.mini span {
    display: inline;
}

.menu_left_panel.mini ul li {
    text-align: left;
    padding-left: 20px;
    /*padding-right: 20px;*/
}

.menu_left_panel ul li a .fa {
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
}


/* menu hidden */

.menu_left_panel.cloed {
    width: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu_left_panel.cloed span {
    display: none;
}

.menu_left_panel.cloed ul li {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}


/* ------------------------------------*/


/* content */

.main-content {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 80px;
    padding-right: 0;
    padding-left: 238px;
    padding-bottom: 0;
}

.main-content .content-inner {
    margin: 30px 30px;
    background: #ffffff;
    padding: 20px;
}

.main-content .content-inner h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 10px auto;
}

.main-content .content-inner hr.lineset {
    margin: 0 auto 15px auto;
}

@media screen and (max-width: 640px) {
    .main-content .content-inner {
        margin-left: 15px;
        margin-right: 15px;
    }
}


/* table */

.wstable>thead {
    background: #00769d;
    border-collapse: collapse;
    box-sizing: border-box;
}

.wstable>thead>tr>th,
.wstable>thead>tr>td {
    vertical-align: middle;
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 14px;
    height: 60px;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}

.wstable>tbody>tr {
    border-bottom: 1px solid #f0f0f0;
}

.wstable>tbody>tr>td {
    vertical-align: middle;
    padding: 10px 20px;
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 14px;
    color: #666;
}

.wstable.min>thead>tr>th {
    height: auto;
    padding: 12px 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.wstable.min>thead>tr>td {
    height: auto;
    padding: 10px 10px;
    text-transform: inherit;
    font-size: 13px;
}

.wstable.min>tbody>tr>td {
    height: auto;
    padding: 10px 10px;
    text-transform: inherit;
    font-size: 13px;
}

.wstable.min>tbody>tr.color_status>td {
    display: block;
    height: 2px;
    padding: 1px !important;
}

.wstable.minjob>thead>tr>th {
    height: auto;
    padding: 5px 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.wstable.minjob>thead>tr>td {
    height: auto;
    padding: 5px 5px;
    text-transform: inherit;
    font-size: 12px;
}

.wstable.minjob>tbody>tr>td {
    height: auto;
    padding: 5px 5px;
    text-transform: inherit;
    font-size: 12px;
}

.wstable.minjob>tbody>tr.color_status>td {
    display: block;
    height: 2px;
    padding: 1px !important;
}

.wstable>thead.black {
    background: #000;
}

.wstable>thead.gray {
    background: #333;
}

.wstable>thead.normal {
    background: #00769d;
}

.wstable.freeze_table_data>thead>tr>td {
    height: 58px;
}

.wstable.freeze_table_data>thead>tr.color_status>td {
    height: 5px;
    padding: 5px !important;
}

.wstable.freeze_table_data>tbody>tr>td {
    padding: 5px 10px !important;
    height: 87px !important;
}

.wstable.jobstable>tbody>tr>td>.form-control {
    background: transparent !important;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
}

.wstable.jobstable>tbody>tr>td>.form-control:hover {
    border: 1px solid #999;
}

.wstable.jobstable>tbody>tr>td>.form-control:focus {
    border: 1px solid #999;
    color: black;
    background: #ffffcc!important;
}


/* respone */

.ws-respon {
    border-collapse: collapse;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    padding: 15px 20px;
    background: #12abde;
    color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.50);
}

.ws-respon .ws-inner {
    display: table;
    width: 100%;
}

.ws-respon .ws-inner .ws-icon {
    display: table-cell;
    width: 70px;
    font-size: 36px;
    vertical-align: middle;
}

.ws-respon .ws-inner .ws-text {
    display: table-cell;
    width: auto;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: auto;
    line-height: 20px;
}

.ws-respon .ws-inner .ws-text .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.ws-respon .ws-inner .ws-text .text {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: auto;
    line-height: 20px;
}

.ws-respon .ws-close {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
    line-height: 100%;
}

.ws-respon .ws-close a {
    color: #fff;
    font-size: 32px;
    opacity: 1;
    -moz-opacity: 1;
    -weblkit-opacity: 1;
    -o-opacity: 1;
}

.ws-respon .ws-close a:hover,
.ws-respon .ws-close a:focus,
.ws-respon .ws-close a:active {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -weblkit-opacity: 0.6;
    -o-opacity: 0.6;
}

.ws-respon .ws-inner ul {
    margin: 8px 8px;
    padding: 0;
}

.ws-respon .ws-inner ul li {
    list-style: none;
}

.ws-respon .ws-inner ul li:before {
    content: '-';
    margin-right: 10px;
}

.ws-respon.boxed {
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 auto 25px auto;
}

.ws-respon.primary {
    background: #12abde;
}

.ws-respon.error {
    background: #f44336;
}

.ws-respon.warning {
    background: #ffb300;
}

.ws-respon.success {
    background: #7cb342;
}


/*-------- NOTICE */

.notice {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.list-group-item {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80D651;
}

.notice-success>strong {
    color: #80D651;
}

.notice-info {
    border-color: #45ABCD;
}

.notice-info>strong {
    color: #45ABCD;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-warning>strong {
    color: #FEAF20;
}

.notice-danger {
    border-color: #d73814;
}

.notice-danger>strong {
    color: #d73814;
}

.m-5 {
    margin: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.lh-25 {
    line-height: 25px;
}

.lh-30 {
    line-height: 30px;
}

.lh-35 {
    line-height: 35px;
}

.lh-40 {
    line-height: 40px;
}

.lh-45 {
    line-height: 45px;
}

.tableprocessflow {
    table-layout: fixed;
    margin: 0px auto;
    position: relative;
    text-align: center;
    vertical-align: top;
    max-width: 800px;
    border: 1px none Transparent;
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 14px;
    color: Black;
    overflow: hidden;
    display: block;
    line-height: 15px;
    background-color: Transparent;
    border-spacing: 0px 0px;
}

.tableprocessflow a:link {
    color: #0070c0;
    text-decoration: none;
}


/* unvisited link */

.tableprocessflow a:visited {
    color: #0033cc;
    text-decoration: none;
}


/* visited link */

.tableprocessflow a:hover {
    color: #FF0000;
    text-decoration: none;
}


/* mouse over link */

.tableprocessflow a:active {
    color: #000000;
    text-decoration: none;
}


/* selected link */

.tableprocessflowrow {
    background-color: #EBF0FC;
    line-height: 15px;
    height: 15px;
}

.tableprocessflowcell {
    width: 70px;
    font-weight: normal;
    font-size: 11px;
    vertical-align: middle;
    color: #000000;
    text-align: center;
    background: url(/assets/img/flowbg.png) repeat-x;
    background-position: center;
}

.tableprocessflowcellfirst {
    width: 65px;
    font-weight: normal;
    font-size: 11px;
    vertical-align: middle;
    color: Blue;
    text-align: center;
    background-color: #EBF0FC;
}

.tableprocessflowheader {
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    color: Gray;
    font-weight: bold;
    line-height: 15px;
}

.rejectflow {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: #FFFFFF;
    background-color: #DD2C00;
    font-size: 13px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    cursor: default;
}

.completeflow {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: #333333;
    background-color: #64DD17;
    font-size: 13px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    cursor: default;
}

.workingflow {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: #333333;
    background-color: #FFD600;
    font-size: 13px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    cursor: default;
}

.waitingflow {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: #FFFFFF;
    background-color: #607D8B;
    font-size: 13px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    cursor: default;
}

.closeflow {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 13px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    cursor: default;
}

.waitapp {
    position: relative;
}


/* .approve-flow {
    border-style: solid;
    border-color: #FF6600;
    border-width: 2px;
} */

.approve-flow:after {
    font-family: FontAwesome;
    content: "\f023";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.upload_sap {
    border-style: solid;
    border-color: #64DD17;
    border-width: 2px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: #333333;
    background-color: #64DD17;
    font-size: 13px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    cursor: default;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.bounceef {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.rejectmat {
    font-size: 11px;
    color: SteelBlue;
    font-weight: bold;
}

.tablerejectlist {
    table-layout: fixed;
    margin: 0px auto;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
    border: 1px solid LightGray;
    font-size: 11px;
    color: Black;
    /*overflow: hidden;*/
    display: block;
    height: 120px;
    overflow: scroll;
    line-height: 15px;
    background-color: #EBF0FC;
}

.tablerejectlist a:link {
    color: #0070c0;
    text-decoration: none;
    cursor: pointer;
}


/* unvisited link */

.tablerejectlist a:visited {
    color: #0033cc;
    text-decoration: none;
    cursor: pointer;
}


/* visited link */

.tablerejectlist a:hover {
    color: #FF0000;
    text-decoration: none;
    cursor: pointer;
}


/* mouse over link */

.tablerejectlist a:active {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}


/* selected link */

.tablerejectlisthead {
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    color: SteelBlue;
    font-weight: bold;
    line-height: 15px;
}

.tablerejectlistrow {
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 11px;
    color: Black;
    background-color: White;
    line-height: 25px;
}

.tablerejectlistcell {
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 11px;
    color: Black;
    background-color: White;
    line-height: 25px;
}

.inputreject {
    width: 100px;
    font-size: 11px;
    color: Black;
    border: 1px solid Gray;
    background-color: Transparent;
}

.inputreject:focus {
    color: Blue;
    border: 1px solid Blue;
    background-color: White;
}

.inputreject:hover {
    border: 1px dotted Blue;
}

.newmat {
    color: #808080;
    margin-left: 20px;
}

.validateimg {
    border: 1px solid transparent;
    cursor: pointer;
}

.validateimg:hover {
    border: 1px solid red;
}

.divrecallmat {
    width: 100%;
    height: auto;
    max-height: 250px;
    overflow: scroll;
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 12px;
    color: #808080;
    text-align: left;
    padding-bottom: 10px;
}

.recallmat {
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-size: 12px;
    color: Blue;
    font-weight: normal;
    cursor: pointer;
    background-color: Transparent;
    margin-left: 5px;
}

.recallmat:hover {
    background-color: #EBF0FC;
}

.recalldetail {
    border-style: solid;
    border-width: 1px;
    border-color: #84bbf3;
    font-size: 12px;
    font-family: 'Roboto', 'Prompt', sans-serif;
    width: 95%;
    height: 95%;
    color: Brown;
}

.recalldetail:focus {
    color: Black;
    border-color: Blue;
}

.removejob {
    border: 0px none transparent;
    cursor: pointer;
    vertical-align: top;
}

.tablevalidate {
    position: relative;
    width: 100%;
    text-align: left;
    border-spacing: 0px 0px;
    border: 1px none Transparent;
    font-size: 12px;
    color: Black;
}


/* job top view css */

.flex-container {
    display: -webkit-flex;
    display: flex;
    background-color: lightgrey;
}

.flex-item {
    background-color: cornflowerblue;
}

.flex-panel-height {
    height: 370px;
}

.flex-panel-height2 {
    height: auto;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

#imagePreview {
    width: 180px;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}

.drop-area {
    width: 100px;
    height: 25px;
    border: 1px solid #999;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

#thumbnail img {
    width: 100px;
    height: 100px;
    margin: 5px;
}

canvas {
    border: 1px solid red;
}

.imgBox {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
}

.thumb {
    border: 1px solid #000000;
    height: 75px;
    margin: 10px 5px 0 0;
}

.upload-image-preview img {
    width: 100%;
    height: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

button:disabled,
button[disabled] {
    background-color: #000;
    color: #666666;
}

button:disabled:hover,
button[disabled]:hover {
    background-color: #000 !important;
    color: #666666 !important;
}


/* font */

.font-normal {
    font-weight: normal;
}


/* font color */

.fcolor-mat {
    color: #12abde;
}

.fcolor-matdeep {
    color: #00769d;
}

.fcolor-red {
    color: #F44336;
}

.fcolor-pink {
    color: #E91E63;
}

.fcolor-purple {
    color: #9C27B0;
}

.fcolor-blue {
    color: #2196F3;
}

.fcolor-brown {
    color: #795548;
}

.fcolor-green {
    color: #8BC34A;
}

.fcolor-yellow {
    color: #FFEB3B;
}

.fcolor-orange {
    color: #FF9800;
}

.fcolor-gray {
    color: #9E9E9E;
}

.fcolor-black {
    color: #222;
}


/* bg color */

.bgcolor-mat {
    background-color: #12abde;
    color: #fff;
}

.bgcolor-matdeep {
    background-color: #00769d;
    color: #fff;
}

.bgcolor-red {
    background-color: #F44336;
    color: #fff;
}

.bgcolor-pink {
    background-color: #E91E63;
    color: #fff;
}

.bgcolor-purple {
    background-color: #9C27B0;
    color: #fff;
}

.bgcolor-blue {
    background-color: #2196F3;
    color: #fff;
}

.bgcolor-brown {
    background-color: #795548;
    color: #fff;
}

.bgcolor-green {
    background-color: #8BC34A;
    color: #fff;
}

.bgcolor-yellow {
    background-color: #FFEB3B;
    color: #fff;
}

.bgcolor-orange {
    background-color: #FF9800;
    color: #fff;
}

.bgcolor-gray {
    background-color: #9E9E9E;
    color: #333;
}

.bgcolor-black {
    background-color: #222;
    color: #fff;
}

.bgcolor-efg {
    background-color: #795548;
    color: yellow;
}


/*mat panel */

.for_text {
    display: none;
}

.help-block {
    font-size: 11px;
}


/* New job panel */

.jobs hr {
    margin: 10px auto 20px auto;
}

.jobs .btn-panel {
    margin: 0 auto 15px auto;
    padding: 5px 0 35px 0;
}

.jobs .main_job_contain {
    position: relative;
    width: 100%;
    height: 400px;
    min-height: 400px;
    overflow: auto;
    background: #EBF0FC;
    border: 1px solid #e7e7e7;
    margin: 0;
    padding: 0;
}

.jobs .main_job_contain .main_job_content {
    width: 600%;
    height: auto;
    margin: 0;
    padding: 10px;
    white-space: nowrap;
}

.jobs .main_job_contain .main_job_content .job_box {
    position: relative;
    margin: 0;
    padding: 0;
}

.jobs .btnbox {
    width: 100%;
    height: auto;
}

.jobs .loading_overflow {
    position: relative;
}

.jobs .loadingpro {
    display: none;
    position: absolute;
    left: -15px;
    top: 0;
    right: -15px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.70);
    z-index: 999;
}

.jobs .loadingpro .text {
    position: absolute;
    top: 50%;
    line-height: 45px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    text-align: center;
    margin-top: -25px;
}

.jobs .text-forms {
    width: 100% !important;
    padding: 3px 0;
    text-align: center;
}

.jobs .show-department {
    margin-left: 5px;
    margin-right: 5px;
}


/* mat code card */

.mat_code_card {
    display: none;
    position: fixed;
    bottom: 70px;
    left: 20px;
    width: 320px;
    height: 130px;
    background: #fff;
    border: 1px solid #c7c7c7;
    z-index: 99999;
    padding: 0 0;
    margin: auto;
    text-align: left;
}

.mat_code_card .header_top {
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px;
    background: #12abde;
    color: #fff;
}

.mat_code_card .contents {
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.mat_code_card .lenth_box {
    display: inline-block;
    width: 12.5px;
    line-height: 25px;
    height: 25px;
    min-height: 25px;
    border: none;
    border-bottom: 1px solid #45ABCD;
    background: transparent;
    outline: none;
    text-align: center;
}

table.freeze thead tr td.freeze_child {
    position: absolute;
    left: 500px;
    top: 0;
    background-color: red;
    z-index: 9999;
}

.order2 {
    order: 2;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-10 {
    margin-top: 10px!important;
}


/*table.jobstable thead tr th:nth-child(1),
table.jobstable thead tr th:nth-child(2),
table.jobstable thead tr th:nth-child(3),
table.jobstable thead tr th:nth-child(4),
table.jobstable thead tr th:nth-child(5),
table.jobstable tbody tr td:nth-child(1),
table.jobstable tbody tr td:nth-child(2),
table.jobstable tbody tr td:nth-child(3),
table.jobstable tbody tr td:nth-child(4),
table.jobstable tbody tr td:nth-child(5)
{
    position:absolute;  change this
}*/

.circle {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
    ;
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
    ;
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loadpage {
    position: fixed;
    width: 100%;
    left: 0px;
    height: 100%;
    top: 45%;
    display: none;
}

.loadpage_text_div{
    text-align: center;
    color: #12abde;
}

.loadpage_text_div h2{
    margin-top: 0px;
    margin-bottom: 36px;
}

.substr {
    margin: 0 auto;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    display: inline-block;
    font-weight: normal;
}

.hidecolums {
    display: none;
}

.after_edit {
    display: none;
}

.pointer {
    cursor: pointer;
}


/* inActiveFreeze */

.accept_freeze,
.accept_freeze_fix {
    cursor: pointer;
}

.inActiveFreeze {
    background: #2187e7;
}


/* sweet alert */

.scg_alert {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


/* freeze box */

.freeze_box {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    background: #EBF0FC;
    padding: 10px 0 10px 10px;
}

.makeitLabel {
    background: transparent !important;
    border: none !important;
    resize: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.makeitLabel::-ms-expand {
    display: none;
}

.icon-menu {
    margin-right: 18px;
    margin-top: -6px;
    width: 38px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    padding: 6px;
    float: left;
    text-align: center;
    color: #12abde;
    background-color: white;
    font-size: 18px;
    /* font-weight: bold; */
}

.p-hover:hover{
  color: blue;
  font-weight: bold;
  text-decoration: underline;
}
.w-100px{
    min-width: 100px;
    width: 100px;
}
.w-120px{
    min-width: 150px;
    max-width: 150px;
}

/* design_change page */
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    /* padding: 16px 34% 30px 30px; */
    padding: 10px;
}
.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3 {
    margin-bottom: 16px;
}
.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -30px;
    top: 33px;
    width: 85%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #57b87b;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;

}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li.active,
.process-model li.visited {
    color: #57b87b;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #57b87b;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}
.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}
.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: #57b87b;
}
.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}



@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}
@media screen and (max-width: 380px) { 
    .process-model.more-icon-preocess li {
        width: 16%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }
    .more-icon-preocess.process-model li::after {
        top: 18px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
}
.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.next-btn {
    height: 35px;
    /* width: 80px; */
    margin: 10px;
 }
 .tb-type tr{
    width: 25%;
 }
 table th {
    text-align: center;
 }
 .table-schedule th, .table-schedule td{
    text-align: center;
 }
 .endrow {
    margin-top: 30px;
    margin-bottom: 20px;
 }
 .fa-minus-square{
    color: red;
    font-size: 17px;
 }
 .fa-plus-square{
    color: green;
    font-size: 17px;
 }
 
.check-email, .new-email, .add-email-header {
    margin-left: 30px;
    margin-bottom: 5px;
 }
 
 .checkbox-size {
    height: 16px;
    width: 16px;
 }
/* end design_change page */