html, body {
   margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    color: #666;
    background: url("../../img/h5-bg.png") repeat center center fixed;
	background-size: cover;
	height: 100%;
}
td > pre {
	font-size: 14px;
	margin-bottom: 0;
}
a {
   color:#333; 
   text-decoration:none;
}

a:hover { 
   color:#fa7d3c;
   text-decoration: underline;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: underline;
}

.container-fluid {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
}
.container-fluid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: inherit;
    background-color: #f0f3f4;
    border: inherit;
    content: "";
}
.container-fluid .header {
    z-index: 1025;
    /* height: 130px; */
    /* height: 94px; */
    heigth: 102px;
    border-radius: 0;
    /* background: #f5f5f5; */
    /* background: #E61126 url(../../img/siff/tbg.jpg) no-repeat center 0; */
    background: url("../../img/h5-bg.png") repeat center center fixed;
}
.container-fluid .header .logo-siff {
	float: left;
	width: 52px;
	height: 52px;
	background: url("../../img/siff/siff_logo_s.png");
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	background-repeat:no-repeat;
}
.container-fluid .header .logo-stvf {
	float: left;
	width: 52px;
	height: 52px;
	background: url("../../img/siff/stvf_logo_s.png?v=1");
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	background-repeat:no-repeat;
}

.container-fluid .header .logo-siffAndStvf {
    float: left;
    width: 52px;
    height: 52px;
    background: url("../../img/siff/stvf_logo_s.png?v=1");
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-repeat:no-repeat;
}


.title {
	margin: 1.5rem auto;
}
.title .logo {
	float: left;
}
.title img {
	height: 52px;
}
.title h2 {
	float: left;
    line-height: 36px;
    margin-left: 8px;
    font-size: 1.8rem;
	text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #444;
}
.tab-content {
	border: 1px solid transparent;
	border-color: #fff #dee2e6 #dee2e6 #dee2e6;
}
@media (min-width: 576px) {
	.container-fluid .header .logo-siff {
        width: 280px;
        height: 58.8px;
		background: url("../../img/siff/siff_logo_u.png?v=1");
		background-size:100% 100%;
		-moz-background-size:100% 100%;
		background-repeat:no-repeat;
	}
	.container-fluid .header .logo-stvf {
        width: 280px;
        height: 58.8px;
		background: url("../../img/siff/stvf_logo_u.png?v=1");
		background-size:100% 100%;
		-moz-background-size:100% 100%;
		background-repeat:no-repeat;
	}
    .container-fluid .header .logo-siffAndStvf {
        width: 488px;
        height: 104px;
        background: url("../../img/siff/logo-siffAndStvf.png?v=1");
        background-size:100% 100%;
        -moz-background-size:100% 100%;
        background-repeat:no-repeat;
    }


	.title h2 {
		float: none;
	    line-height: 36px;
	    margin-left: 0;
	    font-size: 2.2rem;
    	margin-top: 6.5rem;
    	margin-bottom: 2rem;
	}
	.title {
		margin: .5rem auto;
	}
}

.container-fluid .sidebar {
    float: left;
    width: 200px;
    position: absolute;
    /* top: 130px; */
    /* top: 94px; */
    /* top: 102px; */
    top: 94px;
    bottom: 0px;
    left: 0;
    z-index: 1000;
    /*background:#fff;*/
    /*border-right: solid 1px #dddddd;*/
    background: #f5f5f5;
    -moz-box-shadow: 1px 0px 1px 0px #eee;
    -webkit-box-shadow: 1px 0px 1px 0px #eee;
    -o-box-shadow: 1px 0px 1px 0px #eee;
    box-shadow: 1px 0px 1px 0px #eee;
}
.container-fluid .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    height: 60px;
    font-size: 12px;
    color: #999;
    text-align: center;
    background: #FFF;
    border-top: 1px solid #dee5e7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar .nav .nav-link {
    height: 46px;
    line-height: 46px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.sidebar .nav .nav-link:hover,
.sidebar .nav .nav-link.active {
    color: #E61126;
    border-left: solid 2px #E61126;
    font-weight: bold;
    background: #FFF
}
.header h1 {
    text-align: center;
    padding-top: 4px;
    margin: 0;
}
.content {
    height: 100%;
    /*padding-top: 30px;*/
    padding-bottom: 60px;
}
.content:after {
    clear: both;
}
.content:before,
.content:after {
    display: table;
    content: " ";
}
.content-body {
	background: #FFF;
	margin: 0 auto;
	padding: 15px 70px 1rem;
}
.content-footer {
      margin: 0 auto 30px;
      padding: 0px;
}
.content-footer > div {
    margin: 0px auto;
    /* background: #f9f9f9; */
    /*padding: 30px 0 40px 0;*/
    padding: 20px 0 30px 0;
    /* border-bottom: 2px #e8e8e8 solid; */
    text-align: center;
    display: block;
}

.container-fluid > .sidebar ~ .content {
    margin-left: 200px;
}

.header-fixed {
    /* padding-top: 130px; */
    padding-top: 94px;
}

.content-nav {
    /* height: 50px;
    line-height: 50px;
    font-size: 12px; */
    padding: 16px 0 0 0;
}

.content-nav span {
    display: inline-block;
    width: 40px;
    text-align: center;
}

/* .content-nav.container {
   padding-left:45px;
}
 */
.header-fixed .header {
    position: fixed;
    top: 0;
    width: 100%;
}
.header-fixed .sidebar{
    position: fixed;
}
.footer-fixed .sidebar{
   bottom: 60px;
}
.footer-fixed .footer{
    position: fixed;
}

.header .nav .nav-link {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    margin-left: 6px;
    background: #f5f5f5;
    color: #999;
}

.header .nav .nav-link.active {
    background: #ffde00;
    color: #E61126;
    text-decoration: none;
}

.header .nav.justify-content-end {
   padding-right: 100px;
   position: absolute;
   right: 0;
}

.sidebar .nav .nav-link {
    margin-bottom: 10px;
}

.sidebar .nav .nav-link:hover,
.sidebar .nav .nav-link.active {
    color: #E61126;
    text-decoration: none;
}

.content-title h4 {
    font-size: 18px;
    font-weight: weight;
    line-height: 28px;
    padding: 30px 0 20px 0;
    border-bottom: solid 1px #e8e8e8;
    margin: 0 0 20px 0;
    position: relative;
}
.content-title h4 span {
    display: block;
    width: 160px;
    height: 2px;
    position: absolute;
    background: #E61126;
    top: 77px;
    left: 0;
}
.content-title h4 img {
    float: left;
    margin: 3px 10px 0 0;
}
.btn {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
}
.btn.btn-lg {
    margin-top: 16px;
    width: 80%;
    line-height: 60px;
    height: 60px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}
.btn.btn-primary {
    outline: none;
    background: #E61126;
    color: #FFF;
    border: unset;
}
.btn.btn-secondary {
   background: #FFF;
   color: #666;
   border: solid 1px #E61126;
   outline: none;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus {
   background-color: #d12323 !important;
   background: #d12323 !important;
   box-shadow: none!important;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
   background-color: #FFF !important;
   box-shadow: none !important;
   border: solid 1px #E61126 !important;
   color: #E61126 !important;
}
@media (min-width: 768px) {
	.container-fluid .sidebar {
    	top: 169px;
	}
	.header-fixed {
		padding-top: 169px;
	}
   .content-footer {
       padding: 0px 70px;
   }
   .btn.btn-lg {
       width: 220px;
   }
   .btn.btn-lg~.btn.btn-lg {
       margin-left: 20px;
   }
}
.col-form-label i {
   color:#ff3b27;
}

.wraps {
   display:none;
}

@media (min-width: 768px) {
    .form-group > .col-form-label {
        text-align: right;
    }
    .wraps {
       display: inline;
    }
}

.form-group.row .form-check-inline {
   margin-top: 8px;
}
.clothesSizeRadio .form-check {
   height: calc(1.5em + .75rem + 2px);
   line-height: calc(1.5em + .75rem + 2px);
}
.clothesSizeRadio .form-check .form-check-input {
      position: relative;
      vertical-align: middle;
      margin-top:-0.3em;
}
.clothesSizeRadio .form-check.form-check-inline .form-check-label {
      margin-top: -0.3em;
}
.modal-header .close {
    margin-top: -1rem;
}
.modal-header .close:hover,
.modal-header .close:active{
   border: unset;
   outline: unset;
}
.modal-body {
    padding: 0;
}
.modal-title,
.modal-header .close {
    font-size: 18px;
}
.modal-body .table {
    margin-bottom: 0;
}
.header  > h1 {
    /* padding-top: 20px; */
}

.bootstrap-table .fixed-table-toolbar  .btn.btn-secondary {
    border: unset;
    color: #666 !important;
    background-color: unset !important;
}

.bootstrap-table .fixed-table-toolbar .btn.btn-secondary:hover,
.bootstrap-table .fixed-table-toolbar .btn.btn-secondary:focus,
.bootstrap-table .fixed-table-toolbar .btn.btn-secondary.focus {
    border: unset !important;
    color: #666 !important;
    background-color: #fff !important;
}

input[name="credentialsName"] {
    margin-left: 5px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

select[name="credentialsTypeId"] {
    margin-left: 5px;
    min-width:105px;
}

@media (max-width:767px) {
    select[name="credentialsTypeId"] {
        margin-left: 0px;
        margin-top: 1rem;
    }
}

@media (max-width: 991px) {
    input[name="credentialsName"] {
        margin-left: 0px;
        margin-top: 1rem;
    }
}

@media (max-width: 575px) {
    .header .nav.justify-content-end {
        padding-right: 20px;
    }
    .logo  {
        width: 90% !important;
        margin: 15px auto 0 !important;
    }
    .content-body {
        /*padding: 0px 40px 1rem;*/
        padding: 1rem 40px 1rem;
    }
}

.page-link {
    border: unset;
    border: solid 1px #E61126;
    outline: none;
    color: #666;
}
.page-link:hover,
.page-link:focus,
.page-link.focus {
   background-color: #FFF !important;
   border: solid 1px #E61126 !important;
   box-shadow: none !important;
   color: #E61126 !important;
}
.page-item.active .page-link {
   background-color: #E61126 !important;
   color: #FFF !important;
   box-shadow: none !important;
   border-color: #E61126 !important;
   outline: none;
}
.uploadModal.modal  .sample img{
    width: 200px;
}
.uploadModal.modal  .sample{
    font-size: 12px;
    color: #666;
}
.uploadModal.modal  .tip p.sample {
    color: #000;
    font-weight: bold;
}
.uploadModal.modal  .btn-upload ~ input[type="file"]{
    width: 0px;
    heigth: 0px;
    z-index: -100;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    position: absolute;
    left: 0;
}
.uploadModal.modal  p.sample{
   margin: 15px 0;
}

.uploadModal.modal  .btn.btn-outline-primary {
    border: solid 1px #e8e8e8;
    color: #666;
    outline: none;
    background: #FFF;
    margin: 0;
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    font-weight: normal;
}
.uploadModal.modal  .btn.btn-outline-primary:hover,
.uploadModal.modal  .btn.btn-outline-primary:focus,
.uploadModal.modal  .btn.btn-outline-primary.focus {
   background-color: #E61126 !important;
   background: #E61126 !important;
   box-shadow: none!important;
    color: #fff;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active { pointer-events: none; }

.table th {
	border-top: 0;
}

.shadow {
  background: #c0c0c0; 
  width: 100%; 
  font-size: 16px;
  padding: 5px 8px; 
  color: #808080; 
  border: 1px #c0c0c0 solid; 
  border-radius: 5px; 
  margin: 0px 0px 7px 0px;
  box-shadow:5px 5px 10px gray;
  background: #f3f3f3;
  /* background: -webkit-linear-gradient(left, #c0c0c0, #f3f3f3);
  background: -o-linear-gradient(right, #c0c0c0, #f3f3f3);
  background: -moz-linear-gradient(right, #c0c0c0, #f3f3f3);
  background: linear-gradient(to right, #c0c0c0, #f3f3f3); */
}

.jbox-title-panel {
	box-sizing: unset;
}
.jbox-button-panel {
	box-sizing: unset;
}