@font-face {
    font-family: 'Bariol-Bold';
    src: url('../fonts/Bariol-Bold.eot');
    src: local('☺'), url('../fonts/Bariol-Bold.woff') format('woff'), url('../fonts/Bariol-Bold.ttf') format('truetype'), url('../fonts/Bariol-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'trebuc';
    src: url('../fonts/trebuc_1.eot');
    src: local('☺'), url('../fonts/trebuc_1.woff') format('woff'), url('../fonts/trebuc_1.ttf') format('truetype'), url('../fonts/trebuc_1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** {
    margin: 0;
    padding: 0;
}*/

.chk_align {
    position: relative;
    top: -12px;
}

.chk_text {
    position: relative;
    top: -15px;
    font-size: 13px;
    color: #757575;
}

.chk_text1 {
    position: relative;
    top: -24px;
    font-size: 13px;
    color: #757575;
}

.check_head_text {
    position: relative;
    top: -2px;
}

.check {
    padding: 10px 0px 10px 10px;
    border-top: 1px solid #bbbbbb;
}

.check1 {
    padding: 10px 0px 0px 10px;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.wrapper {
    width: 100%;
    min-width: 1024px;
}

.container {
    width: 960px;
    margin: 0 auto;

}

.logo {
    margin-left: 20px;
    margin-right: 20px;
}

.logo_nw {
    margin-right: 10px;
    float: left;
}

.head {
    width: 95%;
    text-align: right;
    color: #2a2f73;
    font-size: 12px;
    padding-right: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Bariol-Bold';
}

.head_nw {
    width: 100%;
    color: #2a2f73;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Bariol-Bold';
}

.head_text {
    position: relative;
    top: -10px;
}

.head_text_nw {
    position: relative;
    top: 7px;
    line-height: 12px;
    font-size: 16px;
}

.head_sub_text {
    font-size: 12px;
}

.header_wrapper_ticket {
    width: 100%;
    height: 100px;
    background: url(../images/header_bg.png) no-repeat 100%;
    position: relative;
    background-size: cover;
}

.header_wrapper1 {
    width: 100%;
    height: 100px;
    background: url(../images/header_bg2.png) no-repeat 48%;
    background-size: 2040px 100px;
}

.head_bg_txt {
    color: #8f97db;
    font-size: 24px;
    position: relative;
    top: 60px;
}

.head_bg_txt_wh {
    color: #ffffff;
    font-size: 24px;
    position: relative;
    top: 60px;
}

.head_bg_sub_txt {
    color: #2f7695;
    font-size: 14px;
    position: relative;
    top: 15px;
}

.content_wrapper {
    width: 100%;
}

.right_content {
    width: 225px;
    float: right;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    /*padding-bottom:145px;	*/
}

.user_img {
    text-align: center;
    margin-top: -45px;
}

.user_name {
    text-align: center;
    font-size: 18px;
}

.not_employee{
    font-size: 13px;
}

.user_name a{
    color: #000000;
}

.user_arrow {
    margin-left: 5px;
    vertical-align: middle;
}

.user_status {
    text-align: center;
    font-size: 14px;
    color: #bbbbbb;
    padding-bottom: 20px;
}

.user_status a{
    color: #bbbbbb;
}

.ckeck_head {
    padding-top: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #757575;
    border-bottom: 1px dashed #bbbbbb;
    padding-bottom: 5px;
}

.ckeck_head_1 {
    padding-top: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #757575;
    border-bottom: 1px dashed #bbbbbb;
    padding-bottom: 5px;
}

.ckeck_head_img {
    margin-right: 15px;
}

.check {
    padding: 10px 0px 10px 10px;
    border-top: 1px solid #bbbbbb;
}

.check1 {
    padding: 10px 0px 0px 10px;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.seperater {
    width: 1px;
    height: 40px;
    background: #bbbbbb;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.chk_align {
    position: relative;
    top: -12px;
}

.chk_text {
    position: relative;
    top: -15px;
    font-size: 13px;
    color: #757575;
}

.chk_text1 {
    position: relative;
    top: -24px;
    font-size: 13px;
    color: #757575;
}


.modal_car {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    height: 100%; width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    font-size: 16px;
}

.modal_car:target {
    opacity: 1;
    pointer-events: auto;
}

.modal_car > div {
    width: 800px;
    border: 1px solid #cccccc;
    position: relative;
    margin: 5% auto;
    background: #fff;
    text-transform: uppercase;
    color: #555555;
}

.modal_car > div > div {
    height: 400px;
    overflow: auto;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}

.modal_amodal_area{
    width: 100%;
    height: 100%;
}

.modal_content > form > p :nth-child(2), .modal_content > form > p :nth-child(3), .modal_content > div > p :nth-child(2){
    display: inline-block;
    width: 248px;
    height: 40px;
    overflow: hidden;
    background: #ffffff no-repeat 95% 50% !important;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 8px;
}

.modal_content > form > p :nth-child(1), .modal_content > div > p :nth-child(1){
    width: 120px;
}

.modal_content > form > p :nth-child(2) select, .modal_content > div > p :nth-child(2) select{
    width: 100%;
    height: 100%;
    border: 1px solid #bbbbbb;
    box-shadow: none;
    background: transparent !important;
    background-image: none !important;
    -webkit-appearance: none;
}
#modal_header, .modal_header{
    background: #dddddd;
    height: 20px;
    padding: 15px;
    border: 1px solid #cccccc;
    text-transform: uppercase;
    font-size: 16px;
    box-sizing: content-box;
}

























.half, .one-fourth, .two-fourth, .three-fourth{
    display: inline-block;
}

.one-third{
    width: 32%;
}

.two-third{
    width: 62%;
}

.one-fourth{
    width: 24%;
}

.three-fourth{
    width: 65%;
}

.half{
    width: 48%;
}

.block{
    display: block;
    width: 100%;
}

.txt_featured{
    font-weight: bold;
    font-size: 18px;
    vertical-align: top;
    text-align: left;
    letter-spacing: 2px;
}

.menu_ticket{
    color: #666666;
    font-size: 15px;
    text-shadow: 0 0 1px #bbb;
    float: right;
    width: 225px;
    border: 1px solid #ccc;
}

.menu_ticket > div:not(.line_dashed_bottom){
    margin: 10px 0;
}

.time_now{
    margin-left: 20px;
}

.btn_small{
    font-weight: bold;
    padding: 5px 10px;
    border: 0;
    font-size: 14px;
    text-shadow: 0 0 1px #a9a9a9;
    cursor: pointer;
}

.btn_square{
    font-weight: bold !important;
    padding: 5px 10px;
    border: 0;
    height: 50px !important;
    line-height: 40px;
    font-size: 12px !important;
    text-shadow: 0 0 1px #a9a9a9;
    cursor: pointer;
}

button.btn_square i.fa{
    margin-right: 0;
}

.btn-red{
    background: #D92A27 !important;
    color: #FFFFFF !important;
    border: 0 !important;
}

.btn-red:disabled{
    background: #d97b79 !important;
}

.btn-green{
    background: #00A650 !important;
    color: #FFFFFF !important;
    border: 0 !important;
}
.btn-green:disabled{
    background: #77a68f;
}

.btn-blue{
    background: #2A306E !important;
    color: #FFFFFF !important;
    border: 0 !important;
}

.btn-blue:disabled{
    background: #5151ee;
}

.btn-white{
    background: #FFFFFF;
    border: 1px solid #bbbbbb;
}

.txt_blue{
    color: #2A306E;
}

.txt_green{
    color: #008000;
}

.txt_red{
    color: #D92A27;
}

.txt_yellow{
    color: #ffff00;
}

.txt_gray{
    color: #666666 !important;
}

.panel_square{
    font-weight: bold;
    padding: 5px 10px;
    height: 30px;
    line-height: 40px;
    font-size: 15px;
}

.number_booth > input{
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    color: #666666;
    margin-left: 13px;
    border: 1px solid #bcbcbc;
    box-sizing: initial;
}

.number_booth > p{
    vertical-align: super;
}

.menu_ticket .btn-white.txt_red .fa.fa-bell{
    margin-right: 3px;
}

.header_rating > div{
    display: inline-table;
}

.btn_close{
    float: right;
    color: #666666;
    cursor: pointer;
    width: 15%;
    text-align: right;
}

.btn_go_back{
    float: left;
    color: #666666;
    cursor: pointer;
    width: 15%;
}

.title_modal_ticket{
    text-align: center;
    width: 70%;
}

.content_ticket{
    border-radius: 3px;
}

.modal_car > .content_ticket > div{
    /*height: auto;*/
}

.modal_ticket{
    background: rgba(0, 0, 0, 0.4);
}

.questions{
    margin: 5px;
}

.questions > p{
    text-transform: none;
    padding: 7px;
    display: inline;
}

.questions > span{
    font-weight: bold;
}

.questions .rating_pass{
    background: #2A306E;
    color: #FFFFFF;
    padding: 10px;
    height: 40px;
    width: 195px;
    margin: 20px 0 20px 35%;
}

.questions .rating_pass input{
    width: 70px;
    height: 35px !important;
    text-align: center;
    font-size: 34px !important;
    vertical-align: middle !important;
}

.questions .rating_text{
    background: #2A306E;
    color: #FFFFFF;
    padding: 10px;
    height: 34px;
    width: 550px;
    margin: 20px 0 20px 15%;
}

.questions .rating_text input{
    text-align: left;
    font-size: 20px !important;
    vertical-align: middle !important;
    height: 30px !important;
    width: 400px;
    padding: 0 15px !important;
}

.none{
    display: none;
}

/*tooltip*/

a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    width:218px;
    color: #FFFFFF;
    background: #000000;
    height: auto;
    line-height: 30px;
    text-align: left;
    visibility: hidden;
    border-radius: 6px;
    padding: 5px;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
/*
a:hover.tooltips span.panel_tooltip {
    visibility: visible;
    opacity: 0.8;
    bottom: 30px;
    left: 50%;
    margin-left: -58px;
    z-index: 999;
}
*/

.tooltips.alert_expired span{
    visibility: visible;
    opacity: 0.8;
    bottom: 30px;
    left: 50%;
    margin-left: -58px;
    z-index: 999;
    cursor: pointer;
}

.txt-yellow{
    color: #ffa500;
}

.tooltips .txt-yellow{
    margin-right: 5px;
}
.tooltips p{
    width: 190px;
    float: right;
    display: inline-block;
}

.login .nav_vertical{
    display: none;
}

.nav_vertical a{
    text-decoration: none !important;
}

.nav_vertical{
    float: right;
    width: 230px;
    min-height: 400px;
}

.nav_vertical > div, .nav_vertical > section{
    /*background: #ffffff;*/
}

.msg_empty{
    padding: 20px;
    font-size: 20px;
}

.txt_align_center{
    text-align: center;
}

.txt_align_left{
    text-align: left;
}

.txt_align_right{
    text-align: right;
}

#list_all_tickets a{
    color: rgb(0, 0, 238);
    font-size: 16px;
    font-weight: bold;
}

.all_tickets {
    width: 100%;
    height: 400px;
    overflow-x: auto;
}
.all_tickets table{
    width: 100%;
}

.all_tickets table thead td{
    background: #eeeeee;
    color: #747474;
    border: 1px solid #cccccc;
}

.all_tickets table tbody td{
    border-top: 1px solid #cccccc;
    color: #A7A7A7;
}

.all_tickets table tbody td:first-child{
    color: #777777;
    font-weight: bold;
}

.all_tickets table tbody td:last-child{
    text-transform: lowercase;
}

.all_tickets table, .all_tickets thead tr, .all_tickets thead td {
    border-collapse: collapse;
}

.all_tickets table td{
    padding: 10px;
    height: 19px;
}

.two-column{
    width: 50%;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    float: left;
    /*border: 1px solid #cccccc;*/
    /*border-collapse: collapse;*/
}

.two-column > div{
    border: 1px solid #cccccc;
    padding: 15px;
    color: #777777;
}

.two-column > div span:first-child{
    margin: 0 5px;
    font-weight: bold;
    width: 70px;
    display: inline-block;
    text-align: center;
}

.area_label_current_ticket_service{
    height: 30px;
}

.hidden{
    display: none !important;
}

.float_left{
    float: left;
}

.float_right{
    float: right;
}

.center_nav{
    text-align: center;
}

.header_dashboard_ticket{
    text-transform: uppercase;
    text-align: center;
    width: 30vw;
    margin: auto;
    color: #2A306E;
}

.header_dashboard_ticket h1{
    font-size: 2.5vw;
}

.header_dashboard_ticket h2{
    font-size: 1.5vw;
}

.setting_profile_user{
    height: 65px;
}

.setting_profile_user img{
    position: relative;
    top: -30px;
    left: 22px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid rgb(29, 82, 107);
}

.setting_profile_user > a:not(.float_left){
    float: right;
}

.setting_profile_user > a{
    margin: 1px;
    color: #2A306E;
}

.setting_profile_user > a:visited{
    color: #2A306E;
}

.setting_profile_user > a:hover{
    color: #ffffff;
    background: #2A306E;
}

.form_alter_pass{
    width: 50%;
    display: inline;
    border-radius: 10px;
    border: 1px solid #cccccc;
}

.form_alter_pass form{
    padding: 20px;
}

.form_alter_pass input{
    display: block;
    font-family: 'trebuc','Trebuchet MS';
    font-size: 16px;
    height: 24px;
    margin: 0;
    padding: 10px;
    width: 185px;
}

.form_alter_pass button{
    text-transform: uppercase;
    margin-left: 33%;
}

#content{
    width: 100% !important;
    float: left;
    display: inline-block;
    margin-right: 0;
    right: 0;
}

.error_message{
    color: #ff0000;
}

.success_message{
    color: #008000;
}

.error_highlight{
    box-shadow: 0 0 15px #FF0000;
    transition: all 2s
}

.line_dashed_bottom{
    padding-bottom: 10px;
    margin: 20px 2px;
    border-bottom: 1px dashed #bbbbbb;
    height: 50px;
}

.display_inline{
    display: inline;
}

.txt_right{
    width: auto;
    display: inline;
    float: right;
}
.txt_left{
    width: auto;
    display: inline;
    float: left;
}
.txt_center{
    width: auto;
    display: inline;
    text-align: center;
    margin-left: 25%;
}

.setting_profile_user a{
    font-size: 16px;
}

.popup .nav_vertical{
    display: none;
}

.header_wrapper {
    width: 100%;
    height: 100px;
    background: url(../images/header_bg.png) no-repeat 48%;
    background-size: 2040px 100px;
}

.breadcrumbs span{
    text-transform: uppercase;
}

.breadcrumbs{
    text-transform: uppercase;
    /*font-size: 24px;*/
    font-size: 18px;
    color: #9396D9;
    /*margin-bottom: 21px;*/
}

.breadcrumbs a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'trebuc';
}

.breadcrumbs a:hover{
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.link_header_breadcrumb{
    color: #9396D9 !important;
    font-size: 18px !important;
}

.head_bg_sub_txt a{
    color: #2f7695;
    text-decoration: none;
}

.filebrowser .nav_vertical{
    display: none;
}

.filebrowser #content{
    width: 100% !important;
}

.number_booth > p{
    margin: 15px 0;
    height: 17px;
}

.number_booth{
    height: 47px;
}

#modal_ticket_content *{
    font-size: 16px;
}

.fa.fa-times:hover{
    text-decoration: none;
}

.row-align div{
    display: inline-block;
}
.alert_import{
    position: fixed;
    top: 20%;
    left: 35%;
    z-index: 99999;
    background: white;
    padding: 6px 14px;
    box-shadow: 0 0 13px;
    border-radius: 15px;
    display: none;
    width: 25%;
    max-height: 70%;
    overflow-y: auto;
}


.alert_save{
    position: fixed;
    top: 20%;
    left: 35%;
    z-index: 99999;
    background: white;
    padding: 6px 14px;
    box-shadow: 0 0 13px;
    border-radius: 15px;
    display: none;
    width: 25%;
    max-height: 70%;
    overflow-y: auto;
}

.alert_save .messages{
    padding: 0;
}

.alert_save .messages li{
    float: none;
    list-style: disc;
    margin-left: 10px;
}

.alert_save .messages .success{
    color: #008000;
}

.alert_save .messages .error{
    color: #ff0000;
}

.alert_save p{
    margin: 0
}

.alert_save a:hover{
    text-decoration: underline;
}

.alert_save a{
    width: 100%;
    display: block;
    text-align: center;
}

#yourlabs_overlay{
    position: fixed !important;
}

.close_line, #table_perspective tfoot span{
    cursor: pointer;
}

#table_perspective th:nth-child(1), #table_perspective td:nth-child(1){
    width: 190px;
}

#table_perspective th:nth-child(2), #table_perspective td:nth-child(2){
    width: 360px;
}

#table_perspective th:nth-child(4), #table_perspective td:nth-child(4){
    width: 30px;
}

#table_perspective tr th{
    vertical-align: middle;
}

#table_perspective{
    table-layout: fixed;
}

.cursor_pointer{
    cursor: pointer;
}

.loader_gif{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 600vh;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9999;
}

.loader_gif > div > p{
    display: block;
}

.loader_gif > div{
    width: 20%;
    height: 100px;
    margin-left: 38%;
    margin-top: 15%;
    background: #ffffff;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 0px 47px #303030;
    box-sizing: content-box;
}

.hide{
    display: none;
}

.custom_ckeditor > div:first-child{
	margin-left: 0 !important;
}

section.menu_ticket > div:first-child {
  margin: 5px 3px !important;
}

section.menu_ticket > div{
    margin-right: 3px !important;   
    margin-left: 3px !important;   
}

#form_person input#id_name, #company_form input#id_corporate_name{
    text-transform: uppercase;
}