/*
==========================================================
	ANS ASIA
	Layout templates

	作成日      :   2017/07/28
	作成者      :   Tannq@ans-asia.com – viettd@ans-asia.com

	@copyright   :   Copyright (c) ANS-ASIA
	@version     :   1.0.0
==========================================================
 */
/* @import url(http://fonts.googleapis.com/css?family=Oxygen+Mono); */
@charset "UTF-8";

/* START COLLAPSE MENU */

body {
    overflow-x: hidden;
}
#collapse-menu {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
}
#collapse-menu * {
    outline: none;
}
#collapse-menu ul,
#collapse-menu ul li,
#collapse-menu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#collapse-menu.closed ul {
    position: relative;
    z-index: 597;
}

#collapse-menu.closed ul li {
    float: left;
    min-height: 1px;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}
#collapse-menu.closed ul li.has-item {
    overflow:hidden;
}
#collapse-menu.closed ul li.has-item:hover,
#collapse-menu.closed ul li.has-item.active {
    overflow:visible;
}

#collapse-menu.closed ul li.has-item:hover > ul {
    max-height: 250px;
    overflow-y: auto;
}
#collapse-menu.closed ul li.has-item:hover > ul.no-scroll {
    height: auto !important;
    max-height: 99999px;
}
#collapse-menu.closed ul li.hover,
#collapse-menu.closed ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#collapse-menu.closed ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 598;
    width: 100%;
}

#collapse-menu.closed ul ul li {
    float: none;
}

#collapse-menu.closed ul ul ul {
    top: -2px;
    right: 0;
}
#collapse-menu.closed ul li.active >ul,
#collapse-menu.closed ul li:hover>ul {
    visibility: visible;
}

#collapse-menu.closed ul ul {
    top: 0px;
    left: 99%;
    margin:0;
}
#collapse-menu.closed ul li {
    float: none;
}

#collapse-menu.closed ul ul {
    margin-top: 1px;
}

#collapse-menu.closed ul ul li {
    font-weight: normal;
}


/* Custom CSS Styles */

#collapse-menu {
    width: 48px;
    background: #333333;
    font-family: Tahoma, Arial, sans-serif;
    zoom: 1;
    font-size: 12px;
    position: fixed;
    top: 40px;
    left: 0;
    height: 1000px;
    z-index: 9999;
}

#collapse-menu:before {
    content: '';
    display: block;
}

#collapse-menu:after {
    content: '';
    display: table;
    clear: both;
}

#collapse-menu > li.start {
    position: relative;
    height: 48px;
}
#collapse-menu.open  li.start a:before {
    opacity: 0;
}
#collapse-menu.open  li.start a:after {
    font-family: "FontAwesome";
    content: "\f00d";
    position: absolute;
    right: 15px;
   /* transition-duration:400ms;
    -moz-transition-duration:400ms;
    -webkit-transition-duration:400ms;
    -moz-transition-duration:400ms;*/
    opacity: 1;
}
#collapse-menu > li.start  > a {
    position: absolute;
    top:0;
    width: 100%;
    display: inline-block;
}
#collapse-menu.closed > ul > li > a {
    display: block;
    line-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    height: 42px;
    vertical-align: middle;

    /*text-align: center;*/
    padding: 0 10px;
}
#collapse-menu.closed li ul a {
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
}

#collapse-menu.closed ul ul {
    width: 260px;
}

#collapse-menu.closed>ul>li>a {
    color: #ffffff;
}
#collapse-menu .icon {
    font-size: 15px;
}

#collapse-menu.closed>ul>li.active a {
    border-right: 4px solid #2757b3;
}

#collapse-menu.closed>ul>li:hover > a {
    border-right: 4px solid #2757b3;
}

#collapse-menu.closed li {
    position: relative;
}

#collapse-menu.closed ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

#collapse-menu.closed ul ul li.last {
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
    border-bottom: 0;
}

#collapse-menu.closed ul ul {
    border-bottom-right-radius: 2px;
}

#collapse-menu.closed ul ul {
    /*border: 1px solid white;*/
    background-color: rgb(61, 61, 61);
}

#collapse-menu.closed ul ul a {
    font-size: 12px;
    color: #ffffff;
}

#collapse-menu.closed ul ul a:hover {
    color: #ffffff;
}

#collapse-menu.closed ul ul li {
    border-bottom: 1px solid #5f5b5b;
}
#collapse-menu.closed ul ul li:hover {
    border-bottom: 1px solid #2757b3;
}

#collapse-menu.closed ul ul li:hover>a {
    background-color: #2757b3;
    color: #ffffff;
}
.lefttable tbody td {
    height: 30px;
    padding: 3px 10px !important;
}
.lefttable tbody td:hover {
    cursor: pointer;
}
.lefttable>thead>tr>td {
    border-bottom-width: 1px;
}
.lefttable tbody tr.active td {
    background-color: #e2e2e2 !important;
    cursor: pointer;
    border-left: 3px solid #007BFF;
}
table.header {
    margin-bottom: -1px;
}
.left-flow {
    height: 801px;
}

/* OPEN MENU */
#content {
    /*transition-duration: 400ms;*/
    /*transform: translate(48px, 0px);*/
    width: calc(100% - 48px);
    /*transition-duration: .3s;
    transition-duration: 800ms;
    transition-duration: 400ms;*/
}
/*.modal-open #content {
    width: calc(100% - 31px);
}*/
#content.push-content {
    /*transition-duration: .3s;
    transition-duration: 800ms;
    transition-duration: 400ms;*/
    width: calc(100% - 220px);
    margin-left: 220px;
}
/*.modal-open #content.push-content {
    width: calc(100% - 203px);
    margin-left: 220px;
}*/
#collapse-menu {
   /* transition-duration: .3s;
    transition-duration: 800ms;
    transition-duration: 400ms;*/
    transform: translate(0px, 0);
}
#collapse-menu.open {
    /*transition-duration: .3s;
    transition-duration: 800ms;
    transition-duration: 400ms;*/
    transform: translate(0px, 0);
    width: 220px;
    text-align: left;
    align-items: left;
    overflow-x:hidden; 
}
#collapse-menu .icon {
  align-items: center;
  display: inline-block;
  min-width: 30px;
  padding: 0 5px;
  text-align: center;
}
#collapse-menu.open .icon {

    /*display: none;*/
}
#collapse-menu.open .text {
    display: inline;
    opacity: 1;
    transition: ease all .3s;
}

#collapse-menu.closed > ul >  li > a > .text {
    opacity: 0;
    position: absolute;
    left: 0;
}
#collapse-menu.open ul li {
    display: block;
    width: 100%;
}
#collapse-menu > ul > li > a {
    white-space: nowrap;
}
#collapse-menu.open > ul > li > a {
    display: inherit;
    height: 42px;
    line-height: 42px;
    color: white;
    padding: 0 10px;
    text-decoration: none;
    outline: none;
}
#collapse-menu.open > ul > li.active > a, #collapse-menu.open > ul > li:not(:first-child) > a:hover {
  background-color: #444;
  border-right: 4px solid rgb(39, 87, 179);
}
#collapse-menu.open ul.sub {
    display: none;
    /*padding-left: 20px;*/
}
#collapse-menu.open ul.sub a {
  color: rgb(255, 255, 255);
  display: inherit;
  padding: 15px 15px 15px 40px;
  text-decoration: none;
}
#collapse-menu.open ul.sub li {
    /*padding: 15px 0;*/
}
#collapse-menu.open #expand-menu .text {
    /*display: table;*/
    width: 100%;
}
#collapse-menu.open > ul > li > ul li:hover a {
   border-right: 4px solid rgb(23, 147, 130);
}
#collapse-menu.closed > ul > li.has-item.active,
#collapse-menu.closed > ul > li.has-item:hover {
  background: rgb(68, 68, 68) none repeat scroll 0 0;
  width: 308px;
}
#collapse-menu.closed > ul > li.has-item.active > a .text,
#collapse-menu.closed > ul > li.has-item:hover > a .text {
    opacity: 1;
    padding-left: 25px;
    position: static;
}
#collapse-menu.closed ul ul {
  left: 48px;
  margin: 0;
  top: 42px;
}
#expand-menu .col {
    display: table-cell;
}
#expand-menu .col:first-child {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#expand-menu .col:last-child {
    width: 20px;
}
.sub {
    /*height: 63vh;*/
    overflow-x: hidden;
    overflow-y: auto;
}
/* END COLLAPSE MENU */
.w-panel {
    position: relative;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.w-panel .title-panel {
    font-weight: normal;
    position: absolute;
    top: -10px;
    left: 20px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
/* START HEADER MENU */
.header-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99
}
.header-menu .inner {
    height: 45px;
    line-height: 45px;
}
.header-menu .logo {
    float: left;
    margin: 5px 10px;
}
.header-menu .user-info {
    margin-right: 10px;
}
.header-menu .user-info .dropdown-menu {
    top: 18px;
    left: auto;
    right: 0;
}
.header-menu .user-info .dropdown .dd {
    display: none;
    position: absolute;
    top: -5px;
    right: 9px;
    font-size: 15px;
    color: white;
    z-index: 1001;
}
.header-menu .user-info label {
    color: white;
}
.header-menu .user-info .dropdown.open .dd {
    display: inline;
}
.header-menu .user-info .dropdown .btn {
    border: 0;
    background: none;
    color: white;
}
.page-header {
  margin-bottom: 0;
  margin-top: 0;
  border:0;
}
.header-menu  .navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff;
  cursor: pointer;
}
.header-menu .nav .open > a,.header-menu .nav .open > a:focus,.header-menu .nav .open > a:hover,
.header-menu .nav > li.active > a, .header-menu .nav > li.active > a,
.header-menu .nav > li > a:focus, .header-menu .nav > li > a:hover {
  background-color: rgb(34, 91, 200);
  text-decoration: none;
}
.header-menu > .navbar-collapse{
    background-color: #2757b3;
}
.group-action {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    padding-left: 48px;
    /*transition-duration:400ms;
    -moz-transition-duration:400ms;
    -webkit-transition-duration:400ms;
    -moz-transition-duration:400ms;*/
}

.has-sidebar-xs .group-action {
    padding-left: 220px;
    /*transition-duration:400ms;
    -moz-transition-duration:400ms;
    -webkit-transition-duration:400ms;
    -moz-transition-duration:400ms;*/
}
.group-action .page-header {
  border-bottom: 3px solid rgb(39, 87, 179);
  font-size: 15px;
  margin-bottom: 0;
  padding: 6px 10px;
}
.group-action .navbar-nav > li > a {
    color: #333;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    /*transition: ease background-color .2s;
    -moz-transition: ease background-color .2s;
    -webkit-transition: ease background-color .2s;
    -ms-transition: ease background-color .2s;*/
}
.group-action .navbar-nav > li > a:hover,
.group-action .navbar-nav > li > a:focus {
    color: #fff;
    /*transition: ease background-color .2s;
    -moz-transition: ease background-color .2s;
    -webkit-transition: ease background-color .2s;
    -ms-transition: ease background-color .2s;*/
}
.btn-group-action {
    margin-right: 0;
}
.btn-group-action li {
    padding: 5px 1px;
}
.group-action .btn-group-action > li > a.btn
{
    padding: 5px 15px 5px 10px;
    color: #fff;
    line-height: 1;
}
.group-action .btn-group-action > li > a.btn i {
    margin-right: 5px;
}
/* END HEADER MENU 


/*SETUP*/
body:not(.popup) {
    background-color: rgba(228, 233, 240, 1);
    padding: 0 !important;
}
body.modal-open:not(.popup) {
    overflow-y: auto;
    padding-right: 0 !important; 
}
pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    border:0;
}
.form-group {
  margin-bottom: 5px;
}
.input-sm {
  height: 26px;
  line-height: 1;
  padding: 3px 10px;
}
select.input-sm {
  height: 26px;
}
.btn-table,
.btn-sm  {
    line-height: 1.14;
}
.form-horizontal .control-label.label-sm {
  padding-top: 2px;
}
.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}
.form-control {
    text-align: left;
}
.numeric,.money,.only-number {
    text-align: right;
}
.date,.time,.month,.year_month,.time25 {
    text-align: center;
}
.has-icon {
    padding-right: 28px;
}
.text-bold,.bold 
{
    font-weight: bold;
}
.text-normal,.normal {
    font-weight: normal;
}
.clear-border-bottom {
    border-bottom: 0 !important;
}
.clear-border-top {
    border-top: 0 !important;
}
.clear-border-left {
    border-left: 0 !important;
}
.clear-border-right {
    border-right: 0 !important;
}
.p-0,.p0 {
    padding: 0 !important;
}
.pr-0,.pr0 {
    padding-right: 0 !important;
}
.pl-0,.pl0 {
    padding-left: 0 !important;
}
.pt-0,.pt0 {
    padding-top: 0 !important;
}
.pb-0,.pb0 {
    padding-left: 0 !important;
}
.m-0,.m0 {
    margin: 0 !important;
}
.mr-0,.mr0 {
    margin-right: 0 !important;
}
.ml-0,.ml0 {
    margin-left: 0 !important;
}
.mt-0,.mt0 {
    margin-top: 0 !important;
}
.mb-0,.mb0 {
    margin-left: 0 !important;
}

.m-10,.m10 {
    margin: 10px !important;
}
.mr-10,.mr10 {
    margin-right: 10px !important;
}
.ml-10,.ml10 {
    margin-left: 10px !important;
}
.mt-10 ,
.mt10 {
    margin-top: 10px !important;
}
.mb-10,.mb10 {
    margin-left: 10px !important;
}

/********************************************
**                  **
**      BEGIN BUILD DEFAULT CONFIG ITEM    **
**                  **        
********************************************/

.m-0 {
    margin: 0;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.border-none {
    border: 0;
}

.error,
.errors {
    color: rgb(244, 67, 54);
}

.inline-block {
    display: inline-block;
}


/*COLOR*/

.red:hover,
.text-red:hover,
.green:hover,
.text-green:hover,
.blue:hover,
.text-blue:hover,
.yellow:hover,
.text-yellow:hover,
.pink:hover,
.text-pink:hover,
.red:not(.sticky-cell):not(.sticky-row):not(.table),
.text-red:not(.sticky-cell):not(.sticky-row):not(.table),
.green:not(.sticky-cell):not(.sticky-row):not(.table),
.text-green:not(.sticky-cell):not(.sticky-row):not(.table),
.blue:not(.sticky-cell):not(.sticky-row):not(.table),
.text-blue:not(.sticky-cell):not(.sticky-row):not(.table),
.yellow:not(.sticky-cell):not(.sticky-row):not(.table),
.text-yellow:not(.sticky-cell):not(.sticky-row):not(.table),
.pink:not(.sticky-cell):not(.sticky-row):not(.table),
.text-pink:not(.sticky-cell):not(.sticky-row):not(.table) {
    transition: ease .3s all;
    -moz-transition: ease .3s all;
    -webkit-transition: ease .3s all;
    -ms-transition: ease .3s all;
}

.red {
    background-color: rgb(231, 80, 90)!important;
    color: #fff;
}

.red:hover,
.red:focus {
    background-color: rgb(203, 70, 80) !important;
    color: #fff;
}

.text-red {
    color: rgb(231, 80, 90) !important;
}

.green {
    background-color: rgb(39, 87, 179) !important;
    color: #fff;
}

.green:hover,
.green:focus {
    background-color: rgb(56, 112, 220) !important;
    color: #fff;
}

.text-green {
    color: rgb(23, 147, 130) !important;
}

.pink {
    background-color: rgb(243, 106, 90) !important;
    color: #fff;
}

.text-pink {
    color: rgb(243, 106, 90) !important;
}

.pink:hover,
.pink:focus {
    background-color: rgb(233, 90, 60) !important;
    color: #fff;
}

.yellow {
    background-color: rgb(243, 194, 0) !important;
    color: #fff;
}

.text-yellow {
    color: rgb(243, 194, 0) !important;
}

.yellow:hover,
.yellow:focus {
    background-color: rgb(230, 174, 0) !important;
    color: #fff;
}

.blue {
    background-color: rgb(76, 135, 185) !important;
    color: #fff;
}

.text-blue {
    color: rgb(76, 135, 185) !important;
}

.blue:hover,
.blue:focus {
    background-color: rgb(60, 110, 155) !important;
    color: #fff;
}
.transparent {
	background-color: transparent !important; 
}
.sticky-row .transparent {
    background-color: #fff !important;
}
.fixed-header thead tr th.transparent {
    background-color: #fff !important;
}
/* END COLOR */
.btn-table {
  padding: 4px 10px;
}
.btn-flat {
    background: transparent;
}

.btn-flat:hover,
.btn-flat:focus {
    color: #2757b3;
    transition: ease .5s color;
    -moz-transition: ease .5s color;
    -webkit-transition: ease .5s color;
    -ms-transition: ease .5s color;
}

.btn,
.form-control {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.btn:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range) {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.form-control:not([disabled]):not([readonly]):focus {
    border-color: rgba(39, 87, 179, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(39, 87, 179, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(39, 87, 179, 0.6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(39, 87, 179, 0.6);
    background: rgba(224, 242, 241, 0.4);
}
.form-control[disabled]:focus,
.form-control[readonly]:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:1px solid rgb(204, 204, 204);
}
.btn-transparent {
    background: transparent;
}

.btn,
.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.btn:after,
.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(0, 0, 0, .5) 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.btn:active:after,
.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}
.form-control.required,
.form-control.required[value=""] {
	border:1px solid rgb(231, 80, 90);
}
.label-nowrap label {
    white-space: nowrap;
}
/*RADIO MATERIAL*/

@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px transparent;
        border-radius: 50%;
    }
    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
    }
    100% {
        box-shadow: 0px 0px 0px 15px transparent;
        border-radius: 50%;
    }
}

@-moz-keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px transparent;
        border-radius: 50%;
    }
    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
    }
    100% {
        box-shadow: 0px 0px 0px 15px transparent;
        border-radius: 50%;
    }
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px transparent;
        border-radius: 50%;
    }
    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
    }
    100% {
        box-shadow: 0px 0px 0px 15px transparent;
        border-radius: 50%;
    }
}

.md-radio,
.md-checkbox {
    margin: 4px 0 0;
    position: relative;
}

.md-radio input[type="radio"],
.md-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.md-radio input[type="radio"]:checked + label:before {
    border-color: rgb(39, 87, 179);
    animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked + label:after,
.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: scale(1);
}

.md-radio label,
.md-checkbox label {
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 5px 0 25px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}
.table .md-radio.is-table label,.table .md-checkbox.is-table label {
  padding: 0 5px 0 10px;
}
.md-radio label:before,
.md-radio label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}

.md-checkbox label:before,
.md-checkbox label:after {
    position: absolute;
    content: '';
}

.md-checkbox label:before {
    border-radius: 0%;
}

.md-checkbox label:after {
    border-radius: 50;
}

.md-radio label:before,
.md-checkbox label:before {
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio input[type="radio"]:focus  + label:before,
.md-checkbox input[type="checkbox"]:focus  + label:before
{
    box-shadow: 0px 0px 0px 0 rgba(39, 87, 179,.7), 3px 3px 2px 0 rgba(39, 87, 179,.3), 2px 2px 2px 0 rgba(39, 87, 179,.7);
}
.md-radio label:after,
.md-checkbox label:after {
    top: 7px;
    left: 4px;
    width: 6px;
    height: 6px;
    transform: scale(0);
    background: rgb(39, 87, 179);
}



.md-radio input[type="radio"]:checked + label:hover:after,
.md-radio input[type="radio"]:checked + label:focus:after {
    box-shadow: 0 0 5px 4px rgba(33, 33, 33, 0.2);
}

.md-radio input[type="radio"]:focus + label,
.md-checkbox input[type="checkbox"]:focus + label {
    /*outline: thin dotted;*/
}

.md-checkbox input[type="checkbox"]:not([disabled]):checked:focus + label:before {
    box-shadow: 0px 0px 0px 0 rgba(0, 94, 173, 0), 3px 3px 2px 0 rgba(0, 94, 173, .2), 2px 2px 2px 0 rgba(0, 94, 173, .2);
}

.md-checkbox input[type="checkbox"]:checked + label:before {
    /*border-color: rgb(23, 147, 130);*/
    border-color: transparent;
    animation: ripple 0.1s linear forwards;
    background-color: transparent;
    transform: rotate(0deg);
    transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0) rgb(39, 87, 179) rgb(39, 87, 179) rgba(0, 0, 0, 0);
    border-radius: 0;
    border-style: none solid solid none;
    border-width: medium 2px 2px medium;
    height: 15px;
    top: 0;
    transform: rotate(40deg);
}
.md-checkbox input[type="checkbox"]:focus:checked + label:after {
    /*border-color: rgba(0, 0, 0, 0) rgba(39, 87, 179,.5) rgba(39, 87, 179,.5) rgba(0, 0, 0, 0);*/
    box-shadow: 0px 0px 0px 0 rgba(39, 87, 179,.7), 3px 3px 2px 0 rgba(39, 87, 179,.3), 2px 2px 2px 0 rgba(39, 87, 179,.7);
}

.md-checkbox input[type="checkbox"]:not(:checked) + label:after {
    background: transparent;
}
.md-radio input[disabled] + label::before, .md-checkbox input[disabled] + label::before {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0.3);
}
.md-radio input[type="radio"][disabled]:checked + label::before {
  border-color: rgba(0, 0, 0, 0.3);
}
.md-radio input[disabled] + label::after, .md-checkbox input[disabled] + label::after {
  background: rgba(0, 0, 0, 0.3);
}
.md-checkbox input[type="checkbox"][disabled]:checked + label::after {
  background-color:rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0);
  border-style: none solid solid none;
  border-width: medium 2px 2px medium;
}
/*END checkbox*/

label.required {
    position: relative;
}

label.required:after {
    color: rgb(231, 80, 90);
    content: "*";
    font-size: 15px;
    padding-left: 5px;
    position: absolute;
    top: 0;
}

.card {
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(223, 224, 228, .7);
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 15px;
}

.card-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.fluid {
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.card-header > .card-action {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    float: right;
    margin: 1px 0 0;
}

.card-header > .card-action.nav-tabs > li > a {
    border: 0;
    color: #333;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.card-header > .card-action.nav-tabs > li:focus > a,
.card-header > .card-action.nav-tabs > li:hover > a {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid rgba(39, 87, 179, .5);
    background-color: transparent;
    color: rgb(119, 119, 119);
    transition: ease .2s border-bottom;
    -moz-transition: ease .2s border-bottom;
    -webkit-transition: ease .2s border-bottom;
    -ms-transition: ease .2s border-bottom;
}

.card-header > .card-action.nav-tabs > li.active > a,
.card-header > .card-action.nav-tabs > li.active > a:focus,
.card-header > .card-action.nav-tabs > li.active > a:hover {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid rgb(39, 87, 179);
    outline: 0;
    color: rgb(119, 119, 119);
    transition: ease .2s border-bottom;
    -moz-transition: ease .2s border-bottom;
    -webkit-transition: ease .2s border-bottom;
    -ms-transition: ease .2s border-bottom;
}

.card-header .card-title {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
}
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover, .input-group-btn:last-child > .btn, .input-group-btn > .btn, .input-group-btn:last-child > .btn-group
{
  z-index: 3;
}
.input-group-file:after,
.input-group-file:before,
.card-header:after,
.card-header:before,
.card-content:after,
.card-content:before,
.card-footer:after,
.card-footer:before {
    clear: both;
    content: " ";
    display: table;
}

.card-header,
.card-content,
.card-footer {}


/*.input-group.is-icon:after {
		clear: both;
		content: " ";
		display: table;
}*/

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    width: auto;
}
.input-group .form-control.is-icon {
	padding-right: 31px;
}
.input-group-btn {
    float: left;
    font-size: 0;
    margin-left: -31px;
    position: relative;
    white-space: nowrap;
}

.btn-icon {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    display: inline-block;
    align-items: center;
    line-height: 14px;
    padding:5px;
    font-size: 12px;
}

.input-group-text {
    align-items: center;
    min-width: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.input-group-text .md-checkbox {
	margin:0;
}
.input-group.is-text {
	width: 100%;
}
.input-group.is-text .form-control:first-child {
	width: 110px;
}
.input-group.is-text .form-control:last-child {
	width: calc(100% - 110px);
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}

.input-group.is-icon {
    width: 100%;
}

.input-group.is-icon > .input-group-btn {
    width: 0;
    float: left;
}

.input-group.is-icon > .input-group-btn > * {
    margin-left: -36px;
    z-index: 3;
    padding: 2px 10px;
    font-size: 15px;
    border-radius: 50%;
    color: #777;
    transition: ease .2s color;
    -moz-transition: ease .2s color;
    -webkit-transition: ease .2s color;
    -ms-transition: ease .2s color;
}

.input-group.is-icon > .input-group-btn > *:hover,
.input-group.is-icon > .input-group-btn > *:focus {
    color: #2757b3;
    transition: ease .2s color;
    -moz-transition: ease .2s color;
    -webkit-transition: ease .2s color;
    -ms-transition: ease .2s color;
}

.input-group.is-icon > .form-control {
    padding-right: 36px;
}

.input-group.is-icon > .input-group-btn.has-slash {
    width: auto;
}

.input-group.is-icon > .input-group-btn.has-slash > * {
    margin: 0;
    padding: 5px 10px 4px
}

input.right-radius[type="checkbox"]:not(:first-child):not(:last-child),
input.right-radius[type="checkbox"],
.input-group .form-control.right-radius:not(:first-child):not(:last-child),
.input-group .form-control.right-radius {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

input.left-radius[type="checkbox"]:not(:first-child):not(:last-child),
input.left-radius[type="checkbox"],
.input-group .form-control.left-radius:not(:first-child):not(:last-child),
.input-group .form-control.left-radius {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.input-group-file {
    position: relative;
}

.input-group-file > .btn-group {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-group > .btn {
    border-right: 1px solid #ccc;
}

.btn-group > .btn:last-child {
    border-right: 0;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -ms-border-top-right-radius: 2px;
}

.btn-group > .btn:first-child {
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -ms-border-top-left-radius: 2px;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: 0;
}
@media screen and (min-width: 992px) {
	.not-label {
	  margin-top: 25px;
	}
    .form-group.only-radio .md-radio,
    .form-group.only-checkbox .md-checkbox {
        margin-top: 27px;
    }
}

/* TABLE */

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 2px 3px;
    vertical-align: middle;
    white-space: nowrap;
}

.table thead tr th {
    white-space: nowrap;
}

.table thead tr th,
.table thead tr td {
    text-align: center;
    vertical-align: middle;
}

.table-green {
    border: 1px solid rgb(39, 87, 179);
}
.table-green thead tr th,
.table-green thead tr td {
    background-color: rgb(39, 87, 179);
    color: #fff;
}



/* TAB CONTENT */

.tabs {
    margin-bottom: 10px;
}

.tabs.nav-tabs li::after,
.ripple::after {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 9.01%);
    background-position: 50% center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(10, 10);
    transition: transform 0.5s ease 0s, opacity 1s ease 0s;
    width: 100%;
}

.tabs.nav-tabs > li.active {
    background-image: none;
    border: 0 none;
    outline: medium none;
    padding: 0;
}

.tabs.nav-tabs li,
.ripple {
    overflow: hidden;
    position: relative;
}

.tabs.nav-tabs li {
    display: inline-block;
    height: 30px;
    margin-right: 3px;
    text-align: center;
    text-transform: uppercase;
}

.tabs.nav-tabs li.active a {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4) inset, 0 -1px 5px -2px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.tabs.nav-tabs > li.active > a,
.tabs.nav-tabs > li.active > a:hover,
.tabs.nav-tabs > li.active > a:focus {
    background-color: rgb(23, 147, 130);
    border: 1px solid rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
}

.tabs.nav-tabs li a {
    border-radius: 0;
    display: block;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    padding: 5px 20px 5px 30px;
    text-overflow: ellipsis;
    transition: background-color 0.4s ease 0s;
    width: 100%;
    color: #333;
    line-height: 1.3em;
    position: relative;
}
.tabs.nav-tabs li {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.nav-tabs > li.active > a {
    color: #fff;
}
.nav-tabs.tabs:not(.remove-icon) li a:before {
    font-family: FontAwesome;
    content:"\f023";
    position: absolute;
    left: 10px;
}
.nav-tabs.tabs:not(.remove-icon) > li.active > a:before {
    content:"\f09c";
}
/* PAGINATE */
.paging-show {
    margin-top: 10px;
    padding: 0;
    margin-bottom: -5px
}
.pagination-sm > li > a, .pagination-sm > li > span {
  line-height: 1;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: rgb(39, 87, 179);
    border-color: rgb(39, 87, 179);
}

.pagination > li > a,
.pagination > li > span {
    color: rgb(39, 87, 179);
}


/* 
=========================
		BEGIN BUILD CONTENT LAYOUT
=========================
*/

#content {
    margin-left: 48px;
    padding-top: 90px;
    margin-bottom: 20px;
}

#footer {
    border-top: 3px solid rgb(39, 87, 179);
    padding: 7px;
}


/*error item style*/

.error-item,
.textbox-error {
    background-color: #FDB8BA!important;
    border-color: #E5224C !important;
}

.error-item:focus {
    background-color: inherit;
    border-color: #E5224C;
}

#has-balloontip-class {
    position: absolute;
    top: -27px;
    color: red;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 4px;
    margin-bottom: 0;
    min-width: 100px;
    z-index: 999;
    background: white !important;
}

.arrow {
    border-top: 5px solid red;
    border-right: 11px solid transparent;
    content: "";
    height: 0;
    left: 15px;
    position: absolute;
    top: 25px;
    width: 0;
}

.tooltip .tooltip-arrow {
    border-top-color: #FF9933!important; /** Tại sao common lại dùng nhiều important vậy??????? **/
}

.tooltip .tooltip-inner {
    background-color: #FF9933!important; /** Tại sao common lại dùng nhiều important vậy??????? **/
    color: #000000;
    border-radius: 3px!important;
    word-break: break-all;
}

.tooltip.in {
    filter: alpha(opacity=100) !important; /** Tại sao common lại dùng nhiều important vậy??????? **/
    opacity: 1 !important;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#FF9933;
}

/*end error item style*/

.div_loading {
    background: #000000;
    display: none;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.image_loading_popup {
    position: absolute;
    top: 40%;
    left: 47%;
    padding: 10px;
}


/********************************************
**                  **
**                  ALERT                  **
**                  **        
********************************************/

@-webkit-keyframes showMAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes showMAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hideMAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes hideMAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

.m-show.m-noanimation {
    -webkit-animation: none;
    animation: none;
}
.modal-open .modal.m-wrap {
    overflow-y: hidden;
}
.m-show {
    -webkit-animation: hideMAlert 0.15s forwards;
    animation: hideMAlert 0.15s forwards;
    width: 300px;
    top: 20%;
}
.m-show .modal-content > .modal-footer .btn {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease 0s;
  width: 110px;
}
.m-show .modal-content .modal-body {
	min-height: 120px;
}
.m-show .modal-content > .modal-footer .btn :hover {
    transition: ease all .3s;
}
.m-icon {
    -moz-user-select: none;
    border: 4px solid rgb(255, 255, 255);
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    height: 80px;
    margin: 10px auto 15px;
    padding: 0;
    position: relative;
    width: 80px;
    color: rgb(255, 255, 255);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}

/*WARNING*/
.m-show.m-warning .modal-footer .btn,
.m-show.m-warning .modal-header {
    background-color: rgb(243, 194, 0);
}
.m-show.m-warning .modal-footer .btn:hover,
.m-show.m-warning .modal-footer .btn:focus {
	background-color: rgb(233, 174, 0);
}
/* SUCCESS */
.m-show.m-success .modal-footer .btn,
.m-show.m-success .modal-header {
    background-color: rgb(46, 215, 132);
}
.m-icon.m-success [class^="m-success-line"][class$="tip"] {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
}
.m-icon.m-success [class^="m-success-line"][class$="long"] {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
}
.m-icon.m-success [class^="m-success-line"] {
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
}
.m-show.m-success .modal-footer .btn:hover,
.m-show.m-success .modal-footer .btn:focus {
	background-color: rgb(46, 180, 125);
}
/* CONFIRM */
.m-show.m-confirm .modal-footer .btn,
.m-show.m-confirm .modal-header {
	background-color: rgb(76, 135, 185)
}
.m-show.m-confirm .modal-footer .btn:hover,
.m-show.m-confirm .modal-footer .btn:focus {
	background-color: rgb(76, 125, 155);
}
/*ERROR*/
.m-show.m-danger .modal-footer .btn,
.m-show.m-danger .modal-header {
	background-color: rgb(231, 80, 90)
}
.m-show.m-danger .modal-footer .btn:hover,
.m-show.m-danger .modal-footer .btn:focus {
	background-color: rgb(231, 60, 70);
}
.m-icon.m-danger [class^="m-x-mark-line"][class$="left"] {
  left: 17px;
  transform: rotate(45deg);
}
.m-icon.m-danger [class^="m-x-mark-line"] {
  background-color: rgb(242, 116, 116);
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  top: 37px;
  width: 47px;
}
.m-icon.m-danger [class^="m-x-mark-line"][class$="right"] {
  right: 16px;
  transform: rotate(-45deg);
}
.m-icon.m-danger [class^="m-x-mark-line"] {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  top: 37px;
  width: 47px;
}
/**/

.m-show > .modal-content > .modal-body {
    text-align: center;
}
.m-show.m-noanimation {
    -webkit-animation: none;
    animation: none;
}

.in .m-show {
    -webkit-animation: showMAlert 0.3s;
    animation: showMAlert 0.3s;
}

.in .m-show {
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
}

.in .m-show {
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-header {
    position: relative;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
}
.m-show .modal-footer {
    text-align: center;
    border: 0;
}

.m-show .btn-group {
    width: 100%;
}

.m-show .btn-group .btn {
    width: 50%;
    padding: 15px;
}
.pagination-xs > li > a, .pagination-xs > li > span {
  padding: 3px 10px;
}
.pagination {
  margin: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; 
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span
{
      border-bottom-right-radius:2px;
      border-top-right-radius:2px;
      -moz-border-bottom-right-radius:2px;
      -webkit-border-top-right-radius:2px;
      -moz-border-bottom-right-radius:2px;
      -webkit-border-top-right-radius:2px;
}
.tab-error {
    background-color: #FDB8BA!important;
}
.tab-error:active {
    color: red;
}
.jtooltip {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.title-paging{
	position: relative;
    top: -8px;
    margin-right: 5px;
    font-weight: normal;
    font-size: 13px;
}
@media (max-width : 1366px){
	.text-overflow {
		width: 210px;
	}	
}
@media (min-width : 1600px){
	.text-overflow {
		width: 320px;
	}	
}
#btn-create-new{
    background-color: rgb(23, 147, 130) !important
}


.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
 .btn.red {
    background-color: #e74c3c !important;
    color: #fff;
}
.btn-csv {
    background-color: #005ead;
}
.btn-excel {
    background-color: #207144;
}
.btn-report {
    border-radius: 50%;
    height: auto;
    padding: 35px;
    width: auto;
}

.btn-pdf img,.btn-report img, .btn-print img {
    max-width: 60px;
}
.modal-center > .modal-dialog {
    margin: 14% auto;
    width: 600px;
}
.btn.btn-circle:hover, .btn.btn-circle:active, .btn.btn-circle.active:focus, .btn.btn-circle:focus {
    outline: none;
    outline-offset: 0;
    background: #204d74 none repeat scroll 0 0;
    color: #fff;
}
.btn.red:hover, .btn.red:focus {
    background-color: rgb(172, 76, 60) !important;
    color: #fff;
}
.btn-default:focus, .btn-default:active, .btn-default:hover {
    background: #204d74;
    color: #fff;
}
.btn.btn-excel:hover, .btn.btn-excel:focus {
    background-color: rgb(32, 100, 68);
}
/*UPDATE UI*/
.ui-dialog {
    background: #fff;
    border:1px solid #ddd;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); 
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); 
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); 
    z-index: 99999;
}
.ui-dialog-titlebar-close {
    display: none;
}
.ui-dialog-buttonset {
    text-align: center;
}
.ui-widget-overlay {
  background: #000000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.time26 {
    text-align: center;
}