h1,h2,h3,h4,h5,h6{
  font-family: inherit;
  font-weight: bold;
}

.nomargin {
    margin: 0px;
}

.nomargin li p {
    min-width: 160px;
    margin-bottom: 5px;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
    /*visibility:hidden;*/
}


@media (min-width: 1570px) {
    .container.wide-container {
        width: max-content !important;
        max-width: calc(100vw - 400px);
    }
}

a.btn.btn-default.btn-sm.inner-btn{
    margin-top:15px;
}
a.btn.btn-danger.btn-sm.inner-btn{
    margin-top:15px;
}


a.btn.btn-default.btn-block.btn-back{
    margin-top:21px;
}

@media screen and (min-width: 768px){
    .form-group.next{
       margin-top:50px;
    }
}

.layout-app {
    margin-top:110px;
    margin-bottom:70px;
}

.datepicker-dropdown {
    margin-top:110px;
}

@media only screen and (max-width:767px){
    .btn-primary{margin-bottom:10px;}
}

.btn-standard {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-standard:hover,.btn-standard:focus,.btn-standard:active,.btn-standard.active,.open .dropdown-toggle.btn-standard {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-standard:active,.btn-standard.active,.open .dropdown-toggle.btn-standard {
    background-image: none
}

.btn-standard.disabled,.btn-standard[disabled],fieldset[disabled] .btn-standard,.btn-standard.disabled:hover,.btn-standard[disabled]:hover,fieldset[disabled] .btn-standard:hover,.btn-standard.disabled:focus,.btn-standard[disabled]:focus,fieldset[disabled] .btn-standard:focus,.btn-standard.disabled:active,.btn-standard[disabled]:active,fieldset[disabled] .btn-standard:active,.btn-standard.disabled.active,.btn-standard[disabled].active,fieldset[disabled] .btn-standard.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-standard .badge {
    color: #428bca;
    background-color: #fff
}

.btn-update {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-update:hover,.btn-update:focus,.btn-update:active,.btn-update.active,.open .dropdown-toggle.btn-update {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-update:active,.btn-update.active,.open .dropdown-toggle.btn-update {
    background-image: none
}

.btn-update.disabled,.btn-update[disabled],fieldset[disabled] .btn-update,.btn-update.disabled:hover,.btn-update[disabled]:hover,fieldset[disabled] .btn-update:hover,.btn-update.disabled:focus,.btn-update[disabled]:focus,fieldset[disabled] .btn-update:focus,.btn-update.disabled:active,.btn-update[disabled]:active,fieldset[disabled] .btn-update:active,.btn-update.disabled.active,.btn-update[disabled].active,fieldset[disabled] .btn-update.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-update .badge {
    color: #d9534f;
    background-color: #fff
}


.btn-delete {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-delete:hover,.btn-delete:focus,.btn-delete:active,.btn-delete.active,.open .dropdown-toggle.btn-delete {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-delete:active,.btn-delete.active,.open .dropdown-toggle.btn-delete {
    background-image: none
}

.btn-delete.disabled,.btn-delete[disabled],fieldset[disabled] .btn-delete,.btn-delete.disabled:hover,.btn-delete[disabled]:hover,fieldset[disabled] .btn-delete:hover,.btn-delete.disabled:focus,.btn-delete[disabled]:focus,fieldset[disabled] .btn-delete:focus,.btn-delete.disabled:active,.btn-delete[disabled]:active,fieldset[disabled] .btn-delete:active,.btn-delete.disabled.active,.btn-delete[disabled].active,fieldset[disabled] .btn-delete.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-delete .badge {
    color: #d9534f;
    background-color: #fff
}


.btn-assist {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-assist.active,.btn-assist:active,.btn-assist:focus,.btn-assist:hover,.open .dropdown-toggle.btn-assist {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-assist.active,.btn-assist:active,.open .dropdown-toggle.btn-assist {
    background-image: none;
}
.btn-assist.disabled,.btn-assist.disabled.active,.btn-assist.disabled:active,.btn-assist.disabled:focus,.btn-assist.disabled:hover,.btn-assist[disabled],.btn-assist[disabled].active,.btn-assist[disabled]:active,.btn-assist[disabled]:focus,.btn-assist[disabled]:hover,fieldset[disabled] .btn-assist,fieldset[disabled] .btn-assist.active,fieldset[disabled] .btn-assist:active,fieldset[disabled] .btn-assist:focus,fieldset[disabled] .btn-assist:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-assist .badge {
    color: #f0ad4e;
    background-color: #fff;
}

div.navbar-header {
    float: none;
}
a.navbar-brand {
	width: 100%;
	text-align: center;
	padding-top: 0px;
}
a.navbar-brand > img {
    margin-left: auto;
    margin-right: auto;
}



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.lastLoginTime {
    padding-top:15px;
    padding-bottom:15px;
    color:#777;
}

.lastLoginTime-selectionService {
    padding-top: 7px;
    color:#777;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    word-break:break-all;
}