/*.padding-body-frontend {
    padding-bottom: 40px;
    padding-top: 80px;
}*/

.checkbox input[type=checkbox] {
    position: relative !important;
}

.mainBody {
    background-color: #FFFFFF;
}

div#footer {
    text-align: center;
    margin: 0 auto;
}

.input-xs {

    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.nodecoration a:hover { 
    text-decoration: none; 
}

.bs-callout+.bs-callout {
  margin-top: -5px;
}

.bs-callout-warning {
  border-left-color: #aa6708 !important;
}

.bs-callout-info {
  border-left-color: #1b809e !important;
}

.bs-callout-danger {
  border-left-color: #ce4844 !important;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}


.sidebar-nav ul ul a {
 
  /*margin-top: 20px;*/
  /*background-color: rgba(255, 255, 255, 0.1);*/
}

.show-title {
  /*font-size: 14px;*/
  color: #707070;
}

.show-value {
	font-size: 1.5em;
}
.table.table-striped tr.terminMinal {
    background: #D9534F; 
}


/*CSS childe row*/
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	 border: none; 
}

td.details-control i:first-child.fa-pull-left {
  margin-right: .3em;
}
td.details-control i:first-child.fa-pull-right {
  margin-left: .3em;
}
td.details-control i:first-child.pull-left {
  margin-right: .3em;
}
td.details-control i:first-child.pull-right {
  margin-left: .3em;
}
td.details-control i:first-child:before {
  content: "\f196\a0";
}
tr.details td.details-control i:first-child {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
tr.details td.details-control i:first-child.fa-pull-left {
  margin-right: .3em;
}
tr.details td.details-control i:first-child.fa-pull-right {
  margin-left: .3em;
}
tr.details td.details-control i:first-child.pull-left {
  margin-right: .3em;
}
tr.details td.details-control i:first-child.pull-right {
  margin-left: .3em;
}
tr.details td.details-control i:first-child:before {
  content: "\f147\a0";
}
.main {
    word-wrap: break-word;
}
.dataTables_scrollBody{
    height: auto !important;
}
.dataTables_scrollHeadInner {
/*	width: auto !important;*/
}

.pz_icon {
    background: url("../images/pz_logo.png");
    background-size:contain;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

.wk_icon {
    background: url("../images/logoLogin.png");
    background-size:contain;
    display: inline-block;
    width: 83px;
    height: 18px;
    vertical-align: bottom;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.hr_custom_margin {
    margin-top: 12px;
    margin-bottom: 6px;
}
.subfooter2  {
	text-align:center;
}
.subfooter2 #baner_unia {
	max-width: 100%;
}
/*checkbox style 1*/
.checkbox-style1 .checkbox {
	margin-left: 32px;
}
.checkbox-style1 .checkbox .form-group {
	margin-bottom: 4px;
}
.checkbox-style1 .checkbox input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.checkbox-style1 .checkbox label {
	cursor: pointer;
	text-indent: -999999em;
	width: 53px;
	height: 29px;
	background: #ccc;
	display: block;
	border-radius: 100px;
	position: relative;
}

.checkbox-style1 .checkbox label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.checkbox-style1 .checkbox input:checked + label {
	background: rgba(21,58,124,1);
}

.checkbox-style1 .checkbox input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

.checkbox-style1 .checkbox label:active:after {
	width: 29px;
}
.checkbox-style1 .checkbox span {
	float: left;
	margin-left: 77px;
	margin-top: 4px;
}
.notification .fa-stack[data-count]:after{
    position:absolute;
    right:0%;
    top:1%;
    content: attr(data-count);
    font-size:30%;
    padding:.6em;
    border-radius:50%;
    line-height:.8em;
    color: white;
    background:rgba(255,0,0,.85);
    text-align:center;
    min-width: 1em;
    font-weight:bold;
}

.notification-label {
    padding: 12px;
    font-size: 17px;
    margin-bottom: 25px;
}

.badge-red {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background:rgba(255,0,0,.85);
    border-radius: 10px;
}

.dropdown-scrollable {
    max-height: 400px;
    max-width: 500px;
    overflow-x: auto;
    list-style: none;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 1px solid #ccc;
}

.dropdown-scrollable::-webkit-scrollbar {
    width: 0;
}

.dropdown-scrollable > li > a {
    display: inline-block;
    max-width: 500px;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-scrollable > li > a:hover,
.dropdown-scrollable > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.sv_main .sv_p_root .sv_q_title {
    font-size: 20px;
}

.sv_main label, .sv_main .sv_q span, .sv_main .sv_q_matrix_dropdown {
    font-size: 18px;
}