@charset "UTF-8";
/* CSS Document */

.heading-phl {
/*     margin-bottom: 15px; */
	border-bottom: 2px solid #c4960c;
}

.header-phl{
/*  	background: url(../images/header-UAT.png) !important; */
	background-color: #c4960c;
/*     background-color: #ededee; */
/*     background: -moz-linear-gradient(right, #f7f7f7 10%, #c4960c 90%); */
/*     background: -o-linear-gradient(right, #f7f7f7 10%, #c4960c 90%); */
/*     background: -ms-linear-gradient(right, #f7f7f7 10%, #c4960c 90%); */
/*     background: -webkit-gradient( linear, right top, left top, color-stop(0.1, #f7f7f7), color-stop(0.9, #c4960c)); */
}

/*
* box
*/
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  /*border-top: 3px solid #d2d6de;*/
  margin-bottom: 20px;
  width: fit-content;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.box.box-phl {
  border-top-color: #f39c12;
  min-width: 200px;
  max-width: 100%;
  background: none;
  margin-left: 30px;
}

.box-header {
	text-align: left;
	font-size: 20px;
	background-color: #c4960c;
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    margin: 0;
    line-height: 1;
    color: white;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #c4960c;
    padding: 5px;
    background-color: #ffffff;
    text-align: left;
}

/*
* Button
*/
.btn {
	font-size: 16px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 5px 20px 5px 20px;
    border-radius: 10px;
}

.btn-phl {
	color: #fff;
    background-color: #c4960c;
    border-color: #f39c12;
    margin: 5px;
}

.btn-phl.active.focus, .btn-phl.active:focus, .btn-phl.active:hover, .btn-phl:active.focus, .btn-phl:active:focus, .btn-phl:active:hover, .open>.dropdown-toggle.btn-phl.focus, .open>.dropdown-toggle.btn-phl:focus, .open>.dropdown-toggle.btn-phl:hover {
    color: #fff;
    background-color: #c4960c;
    border-color: #f39c12;
}

.btn-phl:hover, .btn-phl:active, .btn-phl.hover {
    background-color: #f39c12;
    color: #ffffff;
}

.btn-cancel {
	color: #808080;
    background-color: #ffffff;
    border-color: #f39c12;
    margin: 5px;
/* 	background: url(../images/back_button.png); */
	
}

.btn-cancel:hover, .btn-cancel:active, .btn-cancel.hover {
    background-color: #ff4f3c;
    color: #ffffff;
}

.btn-cancel.active.focus, .btn-cancel.active:focus, .btn-cancel.active:hover, .btn-cancel:active.focus, .btn-cancel:active:focus, .btn-cancel:active:hover, .open>.dropdown-toggle.btn-cancel.focus, .open>.dropdown-toggle.btn-cancel:focus, .open>.dropdown-toggle.btn-cancel:hover {
    color: #f39c12;
    background-color: #c51b1c;
    border-color: #f39c12;
}

.btn-important {
	color: #ffffff;
    background-color: #e60000;
    border-color: #f39c12;
    margin: 5px;
}

.btn-important:hover, .btn-important:active, .btn-important.hover {
    background-color: #0000d2;
    color: #ffffff;
}

.btn-important.active.focus, .btn-important.active:focus, .btn-important.active:hover, .btn-important:active.focus, .btn-important:active:focus, .btn-important:active:hover, .open>.dropdown-toggle.btn-important.focus, .open>.dropdown-toggle.btn-important:focus, .open>.dropdown-toggle.btn-important:hover {
    color: #f39c12;
    background-color: #ffffff;
    border-color: #f39c12;
}

/*
* Table client
*/
.table-phl-client {
	display: block;
	margin-top: 15px;
	padding: 20px;
	padding-bottom: 0px;
	border: 2px solid #c4960c;
	background-color: white;
}

.table-phl-client>table {
	font-size: 14px;
}

.table-phl-client>table>tbody>tr {
	border-bottom: 1px inset;
	border-top: 0px;
}

.table-phl-client>table>tbody>tr>th {
	padding: 10px 10px;
    width: 50%;
}

.table-phl-client>table>tbody>tr>td {
	border-left: 1px inset;
	padding: 10px 10px;
    width: 50%;
}
/*
* End Table client
*/
/*
* Table
*/
.table{
	margin-bottom: 0px
}

.bg-table-phl {
    display: block;
    padding: 10px;
    /*background: #ffff;*/
    /*border: 1px solid #e5e5e5;*/
}

.bg-table-phl .table-responsive {
    overflow: auto;
    border: 2px solid #c4960c;
    background-color: #ffff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: none;
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

.bg-table-phl table tr {
    height: auto;
}

.bg-table-phl table th {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0px !important;
}

.bg-table-phl table td {
	padding: 5px !important;
	font-size: 12px !important;
}

.bg-table-phl .table .u_t_no {
	max-width:50px;
	width: 20px;
}
.bg-table-phl .table .u_t_code {
	min-width: 100px;
	width: 50px;
}
.bg-table-phl .table .u_t_title {
	min-width: 150px;
	width: 150px;
	max-width: 500px;
}

.bg-table-phl .table .u_t_status {
	width: 120px;
}

.bg-table-phl .table .u_t_tel {
	width: 110px;
}

.bg-table-phl .table .u_t_date {
	width: 70px;
}
.bg-table-phl .table .u_t_action {
	width: 20px;
	max-width: 50px;
}
.bg-table-phl .table .u_t_comments {
	max-width: 500px;
}

.bg-table-phl .table .u_t_premium {
	width: 120px;
}
.bg-table-phl .table .text-center {
	text-align: center;
}
.bg-table-phl .table .text-right {
	text-align: right;
}
/*Icon*/
.custom-icon {
  font-size:12px;
/*   background:#19709b; */
  /* background:rgba(0,0,0,0.4); */
  padding:5px;
  margin:2px;
  /* -webkit-border-radius:1100%; */
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
/*   border:6px solid #fff; */
  color:#fff;
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46); */
  text-align:center;
  /* display:table-cell; */
  vertical-align:middle;
  /* width:60px;
  height:60px; */
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  top:-4px;
}

.custom-icon:hover{
	cursor: pointer;
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.custom-icon.new{
	background: #008040;
/* 	transition: transform .2s; Animation */
}

.custom-icon.edit{
	background: #ff8000;
/* 	transition: transform .2s; Animation */
}

.custom-icon.view{
	background:#19709b;
}

.custom-icon.search{
	background:#008000;
}

.custom-icon.delete{
	background:#ff0000;
}

.img-phl{
	max-width: 320px;
    max-height: 250px;
}

.textarea{
	border-color: #dadada;
	border-radius: 5px;
	padding-left: 15px;
}

.input-underline{
	background-image: linear-gradient(to right, #000, #000);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 12px) 0.5px;
    background-repeat: no-repeat;
    background-color: white !important;
    border: 0px;    
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 5px;
}

.input-underline-transparent{
	background-image: linear-gradient(to right, #000, #000);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 12px) 0.5px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0px;    
    height: 35px;
}

/*Text Color PHL*/

/*Text Color PHL*/
.title-label{
	font-size: 24px;
	padding-bottom: 10px;
    border-bottom: 1px solid;
    width: 100%;
}

.phl-title{
	font-size: 20px;
	color: #c4960c;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
}

.control-title{
	/*width: 30%;*/
	height: 40px;
	background-color: #c4960c;
	font-size: 20px;
	text-align: center;
	color: white;
	margin-bottom: 10px;
}

/*
* Content Page
*/
.content-wrapper {
/*      background: url(../images/background.png) no-repeat center center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
/*     min-height: 550px; */
    background-color: #ecf0f5;
    z-index: 800;
} 

.content-client {
/*   background: url(../css/background.png) no-repeat center center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/*   min-height: 600px; */
  background-color: #ededee;
  z-index: 800;
}

.content-bg-phl {
    display: block;
    padding: 0px 5px 10px 5px;
    background: #fefefe;
    border: 1px solid #e5e5e5;
}

/* Content */
.content {
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  adding-bottom: 10px;
}

.content-client {
	/*background: url(../images/background.png) no-repeat;*/
	background: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 600px;
	z-index: 800;
	margin: 0px 50px 0px 50px;
	padding-top: 10px;
	background-color: #ededee;
}
/*
* CSS for background images header
*/
.breadcrumb {
	margin-bottom: 0px;
}
/* 
.sidebar-mini.sidebar-collapse .main-header .logo {
  	background-image: url(../images/logo-mini.png) !important;
  	background-size: 100%;
    width: 50px;
    margin-left: -50px;
  }

.skin-yellow .main-header .logo {
	border-bottom: 0 solid transparent;
	background-image: url(../images/logo-header-mini.png) !important;
	background-position: center;
	background-repeat: no-repeat;
} */

/* .sidebar-mini .main-header .logo {
  	background-image: url(../images/Logo-PHL-small.png) !important;
    background-position: center;
    
    background-size: 80%;
    background-repeat: no-repeat; 
    background-color: #ededee;
  } */
.text-left-menu{
	padding-left: 5px;
}

/* 
*
*
*/
.required:after {
    color: red !important; 
    font-size: 14px !important;
    content: " *" !important;
}

.input-group-sm .select2-container .selection .select2-selection--single {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
}

.form-group.has-error .select2-selection {
    border-color: #dd4b39;
    box-shadow: none;
}

table tbody tr td.text-center {
    text-align: center;
}

table tbody tr td.text-number {
    text-align: right;
}

table tbody tr td.text-left {
    text-align: left;
}

table tbody tr td.text-right {
    text-align: right;
}

table tbody tr.highlight {
    background: #ddd none repeat scroll 0 0 !important;
}

table tbody tr.selected {
    background: #ddd none repeat scroll 0 0 !important;
}

.combo {
    height: 34px !important;
    width: 100% !important;    
}

.combo .textbox-text {
    color: #555;
    height: 100% !important;
    padding-left: 10px !important;
    width: 87% !important;
    font-size: 14px !important;
}

table.table tfoot.header  {
    display: table-header-group !important;
}

.form-group {
    margin-bottom: 5px !important;
    margin-left: 0px !important;
    
}

/* .form-group > label:FIRST-CHILD {
	margin-top: 6px;
} */

label.form-control {
    background: none;
    border: none;
    box-shadow: none;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    padding: 6px 0;
    height: 28px;
}

.select2-container span.form-label {
    background: none;
    border: none;
    box-shadow: none;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    padding: 0px;
    height: 28px;
}

.select2 {
	width: 100% !important;
}

.box-tools .select2 {
	width: auto !important;
}

.form-horizontal .control-label {
    text-align: left;
    margin-right: -15px;
    font-size: 14px;
    font-weight: lighter;
    padding-left: 0px;
    padding-top: 5px; !important;
    height: 34px !important;
    font-weight:400;
}

.form-horizontal .label-data{
	padding-top: 5px;
	text-align: left;
    font-size: 14px;
    font-weight: bold;
    
}

.label-phl-small{
	margin-bottom: 10px;
	font-size: 20px;
}

.label-phl{
/* 	font-weight: lighter; */
	margin-bottom: 10px;
	font-size: 18px;
	height: 50px;
	padding-top: 10px;
}

.title{
	background-color: #c4960c;
	font-weight: bold;
	color: white;
	font-size: 16px;
	height: auto;
    padding-top: 5px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.border-phl{
	border: 1px solid #c0c0c0;
/* 	margin-left: 15px; */
}

.border-top{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.border-bottom{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.border-haft-left{
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: -15px;
}

.border-haft-right{
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: -15px;
    margin-left: 30px;
}

.modal-lg-md {
	max-width: 760px;
}

.modal-lg-max {
    width: 1300px;
}

.modal-custom .modal-header {
	background-color: #3c8dbc;
	border-bottom: 1px solid #d2d6de;
}

.modal-custom .modal-footer {
    border-top: 1px solid #d2d6de;
}

.modal-custom .modal-body {
    background-color: #ecf0f5;
}
}
/*
.modal-dialog{
	height: 70% !important;
	width: 70% !important;
	position: fixed;
	left: 50%;
 }
.modal-dialog .modal-content{
	position: relative;
	left: -50%
} */

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 10px;
}

.table tr th.action {
	width: 115px;
}

.document-table .document-type {
	font-size: 100%;
	font-weight: normal;
}

.avatar {
	margin-bottom: 3px;
	float: left;
}

.avatar .avatar-lg {
	height: 150px;
    width: 150px;
}

.input-radius {
	border-radius: 4px;
}
.error {
	color: red;
	font-size:11px;
}
/**
 * CSS resize textarea
 * 
 * @version 01-00
 * @since 01-00
 * @author VuHH
 */
 
.vresize {
	resize: vertical;
}

.hresize {
	resize: horizontal;
}

.noresize {
	resize: none;
}

/**
 * CSS button List, Create align Right
 * 
 * @version 01-00
 * @since 01-00
 * @author VuHH
 */
.button-right {
	float: right;
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding: 0px 5px;
	position: absolute;
	top: 7px;
	right: 10px;
	border-radius: 2px;
}

.button-right > li {
	float: left;
	list-style: none;
	margin: 0px 5px;
}

/**
 * CSS account page
 * 
 * @version 01-00
 * @since 01-00
 * @author VuHH
 */
 .arrow-button {
 	margin: 0px 10px;
 }
 
 .out-tbl th {
	background-color: #339a99;
	color: #fff;
	text-align: center;
	vertical-align: middle !important;
	border-right: 1px solid #ddd !important;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	padding: 4px;
	vertical-align: middle;
}

.group-control-inline label {
    float: left;
    text-align: left;
    font-weight: normal;
    margin-bottom: 5px;
    margin-right: 4px;
    margin-top: 4px;
}

.group-control-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.widget {
	width: 100%;
	float: left;
	border-radius:4px;
	text-align: center;
	color: #fff;
}

.widget .with-border {
	border-bottom: 1px solid #fff;
}

.widget .widget-header, .widget .widget-body {
	padding: 5px 0px;
}

.widget-aqua {
	background: #1486e6;
}

.widget-yellow {
	background: #eea32e;
}

.widget-blue {
	background: #1486E6;
}

.widget-green {
	background: #2B870B;
}

.widget-red {
	background: #dd4b39;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 215px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 235px !important;
}

.main-sidebar .sidebar .user-panel .info p {
	white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* ancient Opera */
    white-space: -o-pre-wrap; /* newer Opera */
    white-space: pre-wrap; /* Chrome; W3C standard */
    word-wrap: break-word; /* IE */
}

.table-fixed {
  table-layout:fixed;
}

.table-fixed td.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table thead th.no {
	width: 2%;
}

/*
* Disable LI tag
*/
.disabled {
    pointer-events:none; /*This makes it not clickable*/
    /*opacity:0.6;         /*This grays it out to look disabled*/
/*     background-color: #d8d9da; */
}

.button_disabled {
   cursor: not-allowed;
   filter: alpha(opacity=55);
   -webkit-box-shadow: none;
   box-shadow: none;
   opacity: .55;
}

.cursor-none{
	cursor: not-allowed;
}

.hover-hand{
	cursor: pointer;
}

.color-phl{
	color: #c4960c;
}

.title-page {
 	padding: 5px 0px;
 	background: #efefef; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #efefef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #efefef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #efefef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #efefef); /* Standard syntax */
 }
 
 .navbar {
	border-radius: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon{
	width: 40px;
	height: 40px;
}

/*
* Question row custom
*
*/
.data-row{
	margin: 15px 0px 20px 15px;
    font-size: 14px;
    display: table;
    text-align: center;
    width: 100%;
}

.question{
	text-align: left;
    border: 2px solid #f5cd76;
    padding: 15px 10px 15px 15px;
    border-radius: 10px;
  	width: 80%;
  	display: table-cell;
  	vertical-align: middle;
}

.answer{
  	width: 10%;
  	display: table-cell;
  	vertical-align: middle;
}

.action-group{
	margin-top: 15px;
	margin-bottom: 15px;
/* 	text-align: center; */
}

.number-circle{
/* 	border: 2px solid #F39C12; */
	border: 2px solid #f5cd76;
    width: 36px;
    height: 36px;
    border-radius: 17px;
    background-color: #f5cd76;
    padding-top: 6px;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    color: #fff;
    font-weight: bold;
}
/*
* END Question row custom
*
*/
/*
* Checkbox Custom
*/
.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #F39C12;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

 .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
} 

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #F39C12;
  border-color: #F39C12;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/*
* END Checkbox Custom
*/
.logo-payment{
	max-width: 100px;
	max-height: 100px;
}

.panel-phl{
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.alert h4{
	margin-bottom: -15px;
}

.sidebar-menu > li {
/*     padding-top: 5px !important; */
}

.select2-selection__rendered {
    line-height: 22px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}


/*
	Tab menu border bottom
*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border-bottom: 2px solid #c4960c !important;
}

/*
	Tree view
*/
.skin-yellow .sidebar-menu .treeview-menu > li.active > a, .skin-yellow .sidebar-menu .treeview-menu > li > a:hover {
	color: #ffffff;
}

.treeview-menu > li > a {
    padding: 10px 5px 10px 30px;
    display: block;
    font-size: 14px;
}

/*
	SweetAlert2
*/
.customPopupSweetAlert{
	min-width: 200px !important;
	min-height: 50px !important;
	font-size: 15px !important;
	padding: 15px !important;
}

.customTitleSweetAlert{
	font-size: 15px !important;
	padding-left: 15px !important;
}

.customHeaderSweetAlert{
	padding-left: 5px !important;
	font-size: 15px !important;
	min-width: 200px !important;
	min-height: 50px !important;
}

.table-agent-granted thead th, .table-agent-granted td {
    border: 1px solid #e0e0e0;
    font-size: 12px;
    font-weight: bold;
    background: #C4B833;
    color:white;
}
.table-normal thead th {
    border: 1px solid #e0e0e0;
    font-size: 13px;
    font-weight: bold;
    background: #C4B833;
    color:white;
}
.control-label-no-margin-right{
	text-align: left;
    font-size: 14px;
    font-weight: lighter;
    padding-left: 0px;
    padding-top: 5px;
    !important: ;
    height: 34px !important;
}
div.inforider {
    background: #a5a5a5;
    border: 0px solid #000;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 10px auto;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
	line-height: 0.07em;
}
.control-text{
	margin-top:5px;
}
.margin-top-10{
	margin-top:10px;
}
.control-label-1{
	color:black;
	padding-top:10px;
}


#btnSearchIllu{
		margin-top: 0px; 
		margin-left: 0px; 
		font-size: 16px; 
		min-width: 150px;
		margin-top:15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: black;
    font-size: 14px;
}
@media  screen and (min-width: 300px) and (max-width: 576px) {
	.modal-dialog-ext{
		width: 95% !important
	} 
}
@media  screen and (min-width: 577px) and (max-width: 767px) {
	.modal-dialog-ext{
		width: 95% !important
	} 
	
}
@media  screen and (min-width: 768px) and (max-width: 991px) {
	.modal-dialog-ext{
		width: 95% !important
	} 
	.box-button-1{
	    padding: 10px;
    	margin-left: 20px;
	}
	#btnSearchIllu{
		margin-top:50px;
	}
	.table-phl-ext{
	}
	.prd-name{
		width:300px;
	}
	.po-name{
		width:300px;
	}
	.ben-fullname{
		width:300px;
	}
	.ben-birthday{
		width:200px;
	}
	.ben-idno{
		width:150px;
	}
	.ben-rate{
		width:100px;
	}
	#frmInfoTab3 .control-label{
	    margin-right: 0px;
	}
	.add-full-name{
		width:200px;
	}
	.add-occclass{
		width:200px;
	}

	.la-health-fullname{
		width:200px;
	}
	.la-health-ans-yes{
		width:250px;
		text-align: center;
		float:left;
	}
	.la-health-ans-yes-1{
		margin-top:0;
		padding-top:0;
	}
	.col-health-ans-yes{
		width:  280px;
		text-align: left;
		float:left;		
	}
	.agent-report-kind-ship-4{
		margin-left:0px;
		float:left
	}
	.agentreport-kind-ship-year{
		width: 100%;
		float:left;
		margin-left:0px;
	}
	.agentreport_registerapplicationdesc{
		width: 380px;
		float:left;
		margin-left:30px;
	}
	.agentreport_healthstatusdesc{
		width: 180px;
		float:left;
		margin-left:00px;
	}
	.agenthelth-chid-1{
		margin-left:30px;
		float:left
	}
	.agentreport_healthchild6desc{
		width: 380px;
		float:left;
		margin-left:30px;
	}
	.AgentReport_POCompanyName{
		width: 380px;
	}
	.AgentReport_POCompanyAddress{
		width: 380px;
	}
	.AgentReport_POCompanyOccClass{
		width: 380px;
	}
	.AgentReport_AgentRegister1{
		width: 380px;
	}
	.AgentReport_AgentNo1{
		width: 380px;
	}
	.AgentReport_AgentRegisterDate1{
		width: 380px;
	}
	.AgentReport_AgentRate1{
		width: 380px;
	}
	.col-btn-app{
		margin-top:20px;
		margin-left:20px;
	}
	.input-ext-1{
		margin-left:-15px;
	}
	label{
		font-weight:700;
	}
	.other-contract-po-fullname{
		width:400px;
	}
	.col-contract-companyname-4{
		width:400px;
	}
	.col-contract-sa-4{
		width:250px;
	}
	.col-contract-issue-4{
		width:250px;
	}
	.col-contract-descr-4{
		width:400px;
	}
	.col-product-name-1{
		width:300px;
	}
	.col-product-type-1{
		width:100px;
	}
	.col-product-fullname-2{
		width:300px;
	}
	.col-product-sa-3{
		width:200px;
	}
	.col-product-term-4{
		width:200px;
	}
	.col-product-prem-5{
		width:200px;
	}
	.health-ques-1{
		width:800px;
		float:left;
	}
	.add-dob{
		width:100px;
	}
	.add-kindship{
		width:150px;
	}
	.add-idno{
		width:150px;
	}
	.health-add-fullname{
		width:350px;
	}
	.col-health-addition-1{
		width:450px;
	}
	.col-health-addition-2{
		width:350px;
	}
	.col-health-addition-3{
		width:350px;
	}
	.col-health-addition-4{
		width:350px;
	}
	.table-phl-ext-1{
		max-width:none;
		width:1000px;
	}
	.col-benf-kind-ship{
		width:600px;
	}
}
@media  screen and (min-width: 991px) and (max-width: 1200px) {
	.modal-dialog-ext{
		width: 80% !important
	}
	.la-health-ans-yes{
		width:250px;
		text-align: center
	} 
	.la-health-ans-yes-1{
		margin-top:0;
		padding-top:0;
	}
	.agent-report-kind-ship-4{
		margin-left:30px;
		float:left
	}
	.agentreport-kind-ship-year{
		width: 200px;
		float:left;
		margin-left:30px;
	}
	.agentreport_registerapplicationdesc{
		width: 400px;
		float:left;
		margin-left:30px;
	}
	.agentreport_healthstatusdesc{
		width: 200px;
		float:left;
		margin-left:30px;
	}
	.agentreport_healthchild6desc{
		width: 400px;
		float:left;
		margin-left:30px;
	}
	.col-contract-companyname-4{
		width:400px;
	}
	.col-contract-sa-4{
		width:250px;
	}
	.col-contract-issue-4{
		width:250px;
	}
	.col-contract-descr-4{
		width:400px;
	}
	.col-health-addition-1{
		width:450px;
	}
	.col-health-addition-2{
		width:250px;
	}
}
@media  screen and (min-width: 1201px) and (max-width: 3000px) {
	.modal-dialog-ext{
		width: 80% !important
	}
	.la-health-ans-yes{
		width:250px;
		text-align: center
	} 
	.la-health-ans-yes-1{
		margin-top:0;
		padding-top:0;
	}
	.agent-report-kind-ship-4{
		margin-left:30px;
		float:left
	}
	.agentreport-kind-ship-year{
		width: 200px;
		float:left;
		margin-left:30px;
	}
	.agentreport_registerapplicationdesc{
		width: 400px;
		float:left;
		margin-left:30px;
	}
	.agentreport_healthstatusdesc{
		width: 200px;
		float:left;
		margin-left:30px;
	}
	.agentreport_healthchild6desc{
		width: 400px;
		float:left;
		margin-left:30px;
	}
	.col-contract-companyname-4{
		width:auto;
	}
	.col-contract-sa-4{
		width:170px;
	}
	.col-contract-issue-4{
		width:120px;
	}
	.col-contract-descr-4{
		width:400px;
	}
	.col-health-addition-1{
		width:450px;
	}
	.col-health-addition-2{
		width:250px;
	}
}

.error-field-ext{
	border: solid red 1px;
}
.bootbox-close-button{
display:none;
}