/*=====================================
=  Custom CSS maninnovation 2017 =
=======================================*/

hr {
	border-bottom: 1px solid #f9f9f9;
}

.has-error .form-control {
	border-color: #ed1c24!important;
}

.has-error .control-label, .has-error .help-block, label.error {
	color: #ed1c24!important;
}

.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.text-center{
	text-align: center !important;
}
.bold{
	font-weight: bold !important;
}
.opacity5 {
	opacity: 0.5;
}

[readonly] {
	background-color: #fff !important;
}
.select2.select2-container{
	/*width: 100% !important;*/
}
.mt-radio>span:after {
    left: 3px;
    top: 3px;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: #29abe2;
}
tbody .img-user{
	float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
tbody .accname_box{
	float: left;
	padding-top: 5px;
}
tbody span:not(.fc-title, .fc-time){
	float: left;
	padding-top: 8px;
}
.table-fixcol{
	position: relative;
}
.table-fixcol .table-field{
	overflow-x: auto;
  	overflow-y: visible;
  	width: calc(100% - 250px);
  	margin-left: 250px;
}
.table-fixcol .table-field table {
	table-layout: fixed; 
  	width: 100%;
  	float: left;
  	*margin-left: -250px;
}
.table-fixcol .table-field table th{
	text-align:center;
}
.table-fixcol tr.head th,.table-fixcol tr.sub th{
  	min-width: 8%;
  	width: 110px;
}
.table-fixcol tr.head th.fixcol_f,.table-fixcol tr.sub th.fixcol_f{
  	width: 50px;
  	min-width: 50px;
}
.table-fixcol tr.head th.fixcol,.table-fixcol tr.sub th.fixcol{
  	width: 201px;
}
.table-fixcol tr.head th.fixcol_f,.table-fixcol tr.head th.fixcol{
	height: 74px;
    z-index: 1;
    padding-top: 32px;
    margin-top: -1px;
}
.table-fixcol tr.head th.colspan3{
  	min-width: 24%;
  	width: 330px;
}
.table-fixcol tr.head th.colspan2{
  	min-width: 16%;
  	width: 220px;
}
th.fixcol_f{
    position: absolute;
  	*position: relative; /*ie7*/
  	margin-left: -250px;
  	width: 50px;
  	height: 38px;
}
td.fixcol_f {
    position: absolute;
  	*position: relative; /*ie7*/
  	margin-left: -250px;
  	width: 50px;
  	height: 52px;
}


th.fixcol{
    position: absolute;
  	*position: relative; /*ie7*/
  	margin-left: -201px;
  	width: 201px;
  	height: 38px;
}
td.fixcol {
    position: absolute;
  	*position: relative; /*ie7*/
  	margin-left: -201px;
  	width: 201px;
  	height: 52px;
}

.page-content-wrapper .page-content{
	min-height: calc(100vh - 50px);
	background: #F2F2F2;
	min-width: 992px;
}
.page-content-wrapper .page-content .content{
	background: #FFFFFF;
}
.top-menu ul.nav li.line-set{
	height: 50px;
	padding: 5px 0;
}
.top-menu ul.nav li.line-set .line-user{
	border-left: 1px solid #ddd;
	height: 100%;
}
.page-header.navbar .page-logo .logo-default {
    margin: 6px 0 0;
    height: 36px;
}
/*Sidebar Menu custom*/
.page-sidebar .page-sidebar-menu>li>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.arrow:before{
	top: 12px;
}
.page-sidebar .page-sidebar-menu>li>a{
	padding: 14px 15px !important;
}
.page-sidebar .page-sidebar-menu .sub-menu li>a{
	padding: 12px 15px 12px 43px !important;
}
.page-sidebar-wrapper .page-sidebar-menu li span{
	font-size: 12pt;
}
.page-sidebar .page-sidebar-menu>li:hover>a{
	background: #2c3744 !important;
}
.page-sidebar .page-sidebar-menu>li.active.open>a:hover, .page-sidebar .page-sidebar-menu>li.active>a:hover,
.page-sidebar .page-sidebar-menu>li.active.open>a, .page-sidebar .page-sidebar-menu>li.active>a{
	background: #29abe2 !important;
}
.page-sidebar .page-sidebar-menu>li.active>a,
.page-sidebar .page-sidebar-menu>li.active>a:hover{ 
	background: #29abe2 !important; 
	font-weight: bold;
}
.page-sidebar .page-sidebar-menu .sub-menu{
	background: #202730;
	margin: 0;
}
.page-sidebar .page-sidebar-menu .sub-menu>li:hover>a,
.page-sidebar .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar .page-sidebar-menu .sub-menu>li.active>a:hover{
	background: #14191e !important;
}
@media (min-width: 992px){
	.page-sidebar.collapse {
	    min-height: calc(100vh - 50px);
	    position: fixed;
	    z-index: 5;
	}
}
@media (max-height:815px){
	.page-sidebar.collapse {
		position: absolute;
	}
}
/* END Sidebar menu custom */

textarea.no-resize{
	resize: none !important;
}
.label-left label{
	text-align: left !important; 
}
.img-rounded {
	width: 150px;
	height: auto;
}
.content {
	padding: 20px;
	border: 1px solid #F9F9F9;
}
.c-paddingL{
	padding-left: 0 !important;
}
.c-paddingR{
	padding-right: 0 !important;
}


.select2-container .select2-selection--single{
	height: 34px;
	border-color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 32px;
}
.select2-container.select2-container--default.select2-container--open  {
  z-index: 99999;
}

.dropdown-menu{
	min-width: 130px;
}

.clearfix {
	clear: both;
}
.page-list {
	margin: 0px;
}

/* table */
.table-search thead tr.head th {
	vertical-align: middle;
	background-color: #f9f9f9;
}
.table-search tbody tr td {
	vertical-align: middle;
}
.table-search tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}
.table-search tbody tr:hover {
	background-color: #e8f4f9;
}
.table-search thead tr th[data-sort] {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.table-search thead th.sorting_asc {
	background: url('../images/sort/sort_asc.png') no-repeat center right;
}

.table-search thead th.sorting_desc {
	background: url('../images/sort/sort_desc.png') no-repeat center right;
}

.table-search thead th.sorting {
	background: url('../images/sort/sort_both.png') no-repeat center right;
}

.table-search thead th.tool {
	width: 122px;
    max-width: 122px;
    min-width: 122px;
}

/* table */

/* note */
.note-blue {
	background-color: #e8f4f9!important;
	border-color: #29abe2!important;
}
.note-green {
	background-color: #ecfcd0 !important;
	border-color: #8cc63f!important;
}
/*.note-yellow {
	background-color: #fcc84d!important;
	border-color: #fbb03b!important;
}*/
.note-red {
	background-color: #f7a6b1!important;
	border-color: #ed1c24!important;
}
/* note */

/* bg */

.bg-blue {
	background-color: #29abe2!important;
	border-color: #29abe2!important;
}
th.bg-blue{
	background-color: #e8f4f9!important;
	border-color: #ddd!important;
}
td.bg-blue:not(.text-white){
	background-color: #d4ebf4!important;
	border-color: #ddd!important;
}
.bg-green {
	background-color: #8cc63f!important;
	border-color: #8cc63f!important;
}
th.bg-green{
	background-color: #ecfcd0!important;
	border-color: #ddd!important;
}
td.bg-green:not(.text-white){
	background-color: #e0f4b5!important;
	border-color: #ddd!important;
}
.bg-yellow {
	background-color: #fbb03b!important;
	border-color: #fbb03b!important;
}
th.bg-yellow,td.bg-yellow{
	background-color: #fffde6!important;
	border-color: #ddd!important;
}
.bg-black {
	background-color: #000!important;
	border-color: #000!important;
}
.bg-red {
	background-color: #ed1c24!important;
	border-color: #ed1c24!important;
}
.bg-gray {
	background-color: #f3f3f3!important;
	border-color: #f3f3f3!important;
}
.bg-softblack {
	background-color: #4d4d4d!important;
	border-color: #4d4d4d!important;
}
.bg-purple {
	background-color: #93278f!important;
	border-color: #93278f!important;
}
/* bg */

/* border */
.border-blue {
	border-color: #29abe2!important;
}
.border-green {
	border-color: #8cc63f!important;
}
.border-yellow {
	border-color: #fbb03b!important;
}
.border-black {
	border-color: #000!important;
}
.border-gray {
	border-color: #f3f3f3!important;
}
.border-red {
	border-color: #ed1c24!important;
}
.border-softblack {
	border-color: #4d4d4d!important;
}
.border-purple {
	border-color: #93278f!important;
}
/* border */

/* text */
.text-blue {
	color: #29abe2!important;
}
.text-green {
	color: #8cc63f!important;
}
.text-yellow {
	color: #fbb03b!important;
}
.text-black {
	color: #000!important;
}
.text-red {
	color: #ed1c24!important;
}
.text-black {
	color: #000!important;
}
.text-white {
	color: #FFF!important;
}
/* text */

/* button */
.btn-blue {
	color: #fff!important;
	background-color: #29abe2;
	border: 1px solid #29abe2;
}
.btn-blue:hover {
	background-color: #35c4eb;
	border: 1px solid #35c4eb;
}
.btn-blue:active {
	background-color: #1d92d9;
	border: 1px solid #1d92d9;
}

.btn-green {
	color: #fff!important;
	background-color: #8cc63f;
	border: 1px solid #8cc63f;
}
.btn-green:hover {
	background-color: #aed752;
	border: 1px solid #aed752;
}
.btn-green:active {
	background-color: #69b52c;
	border: 1px solid #69b52c;
}

.btn-yellow {
	color: #fff!important;
	background-color: #fbb03b;
	border: 1px solid #fbb03b;
}
.btn-yellow:hover {
	background-color: #fcc84d;
	border: 1px solid #fcc84d;
}
.btn-yellow:active {
	background-color: #fa9829;
	border: 1px solid #fa9829;
}

.btn-red {
	color: #fff!important;
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
}
.btn-red:hover {
	background-color: #ea323f;
	border: 1px solid #ea323f;
}
.btn-red:active {
	background-color: #d81a29;
	border: 1px solid #d81a29;
}

.btn-white {
	color: #000!important;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.btn-white:hover {
	background-color: #e6e6e6;
	border: 1px solid #b3b3b3;
}

.btn-gray {
	color: #000!important;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
}
.btn-gray:hover {
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
}
.btn-purple {
	color: #fff!important;
	background-color: #93278f;
	border: 1px solid #93278f;
}
.btn-purple:hover {
	background-color: #af3caf;
	border: 1px solid #af3caf;
}
/* button */

/* page */

.pagination>li:first-child>a, .pagination>li:last-child>a {
	border-color: #fff;
	border-radius: 5px!important;
	padding: 6px 6px;
	font-weight: bolder;
}

.pagination>li:first-child>a:hover, .pagination>li:last-child>a:hover, .pagination li a:hover {
	background-color: #fff;
	border : 1px solid #eee;
}

.pagination li a {
	margin: 0 3px;
	border-color: #fff;
	color: #000;
	border-radius: 5px!important;
}

.pagination>.active>a {
	background-color: #29abe2!important;
	border-color: #29abe2!important;
}

/* page */

/* badge */

.badge {
	color: #fff!important;
}

/* badge */

/* tab */

.tab-status {
	border-bottom: 1px solid #f9f9f9;
}

.tab-status li a {
	background-color : #fff!important;
	color: #000!important;
}

.tab-status li.active a {
	border-bottom: 2px solid;
}

.tab-status li a:hover {
	border-bottom: 2px solid;
	opacity: 0.8;
}

/* tab */

/* check box */
.g_toggle {
	display: inline-block;
	padding: 0;
	margin: 5px 0;
	cursor: pointer;
}

.g_toggle > input {
	display: none;
}

.g_toggle > input ~ i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 2px;
	transition: all 200ms;
}
.g_toggle.xs > input ~ i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	transition: all 200ms;
}

.g_toggle input:disabled ~ i {
	background-color: #b5b5b5;
	border-color: #b5b5b5;
}

.g_toggle > input:checked ~ i {
	border-color: #8cc63f;
	background: #8cc63f;
}

.g_toggle > input:hover ~ i .g_toggle:hover > input ~ i{
	border-color: #3bb44a;
}

.g_toggle > input ~ span {
	line-height: 1em;
	vertical-align: middle;
	color: #2c3e50;
}

.g_toggle > input:checked ~ span {
	color: #2c3e50;
}

.g_toggle > input ~ i:before {
	content: '';
	position: absolute;
	top: 4px;
	right: 3px;
	width: 11px;
	height: 7px;
	border: solid #FFFFFF;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: none;
}

.g_toggle.xs > input ~ i:before {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	width: 9px;
	height: 6px;
	border: solid #FFFFFF;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: none;
}
.g_toggle > input:checked ~ i:before {
	display: block;
}

/* check box */

/* radio box */
.g_radio {
	display: inline-block;
	padding: 0;
	margin: 5px 0;
	cursor: pointer;
}

.g_radio > input {
	display: none;
}

.g_radio > input ~ i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	transition: all 200ms;
}

.g_radio input:disabled ~ i {
	background-color: #b5b5b5;
	border-color: #b5b5b5;
}

.g_radio > input:checked ~ i {
	/*border-color: #3bb44a;
	background: #3bb44a;*/
}
.g_radio > input:hover ~ i .g_radio:hover > input ~ i{
	border-color: #3bb44a;
}

.g_radio > input ~ span {
	line-height: 1em;
	vertical-align: middle;
	color: #2c3e50;
}
.g_radio > input:checked ~ span {
	color: #2c3e50;
}

.g_radio > input ~ i:before {
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.g_radio > input:checked ~ i:before {
	background-color: #8cc63f ;
	display: block;
}

/* radio box */
.portlet.light>.portlet-title>.caption{
	color: #333;
}
/* .portlet>.portlet-title>.nav-tabs*/
.portlet>.portlet-title>.nav-tabs {
    float: left;
}
.tabbable-line>.nav-tabs>li.active {
    background: 0 0;
    border-bottom: 4px solid #29abe2;
    position: relative;
}
.portlet.light>.portlet-title>.nav-tabs>li>a{
	font-size: 16px;
	font-weight: bold;
}

/* .portlet>.portlet-title>.nav-tabs*/

/* .file_list  */
.file_list {
	margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}
.file_list .dz-preview {
	width: 120px;
    height: 120px;
    margin: 5px;
    /*float: left;*/
    display: inline-block;
    position: relative;
    border-radius: 10px !important;
    cursor: pointer;
}
.file_list .dz-preview .dz-image{
	width: 100%;
    height: 100%;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 2px !important;
    border-radius: 0;
    text-align: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    overflow: hidden;
    position: relative;
    float: left;
    background: #ffffff;
}
.file_list .dz-preview .dz-image img{
	-o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.file_list .dz-preview .dz-image img.pdf{
	height: 100%;
    width: auto ;
}
.file_list .dz-preview .dz-details{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
}
.file_list .dz-preview .dz-details .dz-icon{
	cursor: pointer;
}
.file_list .dz-preview .dz-details .dz-filename{
	position: absolute;
	bottom: -90px;
}

/* notification */
#notification_field li.dropdown-extended .dropdown-menu:after {
    border-bottom-color: #2c3744;
}

#notification_field .external {
    padding: 10px 15px;
    background-color: #2c3744;
}

#notification_field .dropdown-menu-list {
    height: 250px; 
    overflow-y: auto; 
    background: #f9f9f9; 
    padding: 8px!important;
}

#notification_field .dropdown-menu-list li a {
    background : #fff;
    padding: 8px 8px 8px;
}

#notification_field .dropdown-menu-list li a {
    border-bottom: 1px solid #e6e6e6!important;
}

#notification_field .dropdown-menu-list li.active a {
    background : #edf2fa;
}

#notification_field .dropdown-menu-list li a .time {
    background: transparent;
    margin-top: -3px;
}
/* notification */

/* detail_footer_box */
#detail_footer_box{
	margin-top: 20px;
}
#detail_footer_box .item{
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
#detail_footer_box .item:last-child{
	margin-bottom: 0;
}
#detail_footer_box .item .titel{
	padding:0 15px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
#detail_footer_box .item .titel .name{
	line-height: 45px;
    font-size: 16px;
    font-weight: bold;
}
#detail_footer_box .item .titel .btn-group{
	position: absolute;
    right: 5px;
    top: 5px;
}
#detail_footer_box .item .detail{
	padding: 15px;
}
#detail_footer_box .item .detail p{
	margin: 0;
}
/* detail_footer_box */
.daterangepicker .input-mini{
	width: 100% !important;
}