/*
PROJECT : HSCU

/* ========== RESET ========== */

* {
	margin: 0px;
	padding: 0px;
}

*,
*:focus,
*:active {
	outline: none !important;
}

html,
body {
	overflow-x: hidden;
}

body {
	background-color: #ecf0f5;
	color: #555555;
	font-size: 14px;
	font-family: "Poppins";
	line-height: 1.7;
	position: relative;
	min-height: 100vh;
}

input,
textarea,
select,
button {
    font: inherit
}

a, button {
	transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: none;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	cursor: pointer;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

hr {
	border-color: #ccc;
}

.nav {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* STYLE GUIDE */
.style-guide-container .container {
	margin-top: 70px;
}
.style-guide-container h2 {
	margin-bottom: 20px;
}
div.style-guide > div {
	margin-bottom: 15px;
}
div.style-guide .btn + .btn {
	margin-left: 10px;
}
/* Form */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 	-webkit-appearance: none;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
  	margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

.form-control {
	height: 50px;
	padding: 0 20px;
	border-radius: 4px;
	background-color: #fff;
	color: #999999;
	font-size: 14px;
}
.form-control:focus {
	border-color: #007fb8;
	box-shadow: none;
}
.file-upload-replace-button .input-error + label,
.form-control.input-error {
	border-color: #ff0000;
}
.custom-radio .custom-control-label {
    position: relative;
    margin-bottom: 0;
    line-height: 1;
    height: 20px;
    width: 20px;
	cursor: pointer;
}
.custom-radio .custom-control-label:before {
	width: 20px;
    height: 20px;
    background: none;
    border: 1px solid #cdcdcd;
    left: 0;
    top: 0;
}
.custom-radio .custom-control-label::before {
	box-shadow: none !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label:before {
	background-color: transparent;
}
.custom-radio .custom-control-input:checked~.custom-control-label:after {
	width: 12px;
    height: 12px;
    background-image: none;
    background-color: #007fb8;
    border-radius: 10px;
    top: 4px;
    left: 4px;
}
/* Button */
a.btn,  
button.btn {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	height: 50px;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 38px;
	line-height: 48px;
	border: 1px solid #cccccc;
	color: #555555;
	background-color: #fff;
	box-shadow: none !important;
	outline: none !important;
}
a.btn-lg,
button.btn-lg {
	padding: 0 40px;
	min-width: 240px;
}
.btn:not(:disabled):not(.disabled):active,
a.btn:hover,  
button.btn:hover,
a.btn:focus,  
button.btn:focus {
	color: #fff;
	border-color: #007fb8;
	background-color: #007fb8;
}
a.btn-default,
button.btn-default {
	background-color: #fff;
	border-color: #fff;
	color: #007fb8;
}
.btn-default:not(:disabled):not(.disabled):active,
a.btn-default:hover,  
button.btn-default:hover,
a.btn-default:focus,  
button.btn-default:focus {
	background-color: #555555;
	border-color: #555555;
	color: #fff;
}
a.btn-primary,
button.btn-primary {
	background-color: #007fb8;
	border-color: #007fb8;
	color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active,
a.btn-primary:hover,  
button.btn-primary:hover,
a.btn-primary:focus,  
button.btn-primary:focus {
	background-color: #0594d4;
	border-color: #0594d4;
	color: #fff;
}
a.btn-secondary,
button.btn-secondary {
	background-color: transparent;
	border-color: #007fb8;
	color: #007fb8;
}
.btn-secondary:not(:disabled):not(.disabled):active,
a.btn-secondary:hover,  
button.btn-secondary:hover,
a.btn-secondary:focus,  
button.btn-secondary:focus {
	background-color: #555555;
	border-color: #555555;
	color: #fff;
}
/* End Button */
/* Table */
.table-border-dots tbody tr td {
	padding: 16px 20px;
	border: none;
	border-bottom: 1px dotted #ccc;
}
.table-border-dots tbody tr:last-child td {
	border: none;
}
@media (max-width: 767px){
	.table-responsive-list,
	.table-responsive-list tbody,
	.table-responsive-list tbody tr {
		display: block;
	}
	.table-responsive-list tbody tr {
		padding: 15px 20px 16px;
		border-bottom: 1px dotted #dddddd;
	}
	.table-responsive-list tbody tr:last-child {
		border: none;
	}
	.table-responsive-list tbody tr td {
		width: auto !important;
		display: inline-block;
		padding: 0;
		border: none;
	}
	.table-responsive-list tbody tr td:first-child:after {
		content: ":";
		margin-right: 5px;
	}
}
/* End Table */
/* END STYLE GUIDE */

/* FONT WEIGHT CLASS */
.f_light { font-weight: 300; }
.f_regular { font-weight: 400; }
.f_medium { font-weight: 500; }
.f_semibold { font-weight: 600; }
.f_bold { font-weight: 700; }
.f_extrabold { font-weight: 800; }
.f_black { font-weight: 900;}

/* FONT SIZE CLASS */
.fs-12 { font-size: 12px;}
.fs-14 { font-size: 14px;}
.fs-20 { font-size: 20px;}
.fs-24 { font-size: 24px;}

/* COLOR */
.color-white{
	color: #ffffff;
}
.color-dark{
	color: #555555;
}
.color-primary{
	color: #007fb8;
}
.color-dark-sidebar{
	color: #555f6d;
}
/* BACKGROUND COLOR */
.bg-blue { background-color: #007fb8;}

/* PADDING CLASS */
.pl-75{
	padding-left: 75px !important;
}

/* SIDE BAR */

.sidebar{
	width: 270px;
	box-sizing: border-box;
	z-index: 2;
	transition: 0.4s;
	position: absolute;
	background: #242a33;
	top: 0;
	bottom: 0;
}
.disable-menu .sidebar{
	width: 75px;
}
@media (max-width: 991px){
	.isFull .sidebar{
		width: 270px;
		left: 0;
		transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		-ms-transition: all 300ms;
	}
}
@keyframes left-to-right {
    from {
    	left: -270px
    }
    to {
    	left: 0px;
    }
}
.sidebar-logo {
    padding-left: 20px;
    min-height: 68px;
    line-height: 68px;
    overflow: hidden;
    position: relative;
}
.disable-menu .sidebar-logo .logo-full{
	display: none !important;
}
.disable-menu .sidebar-logo .logo-mobile{
	display: inline-block !important;
}
.isFull .sidebar-logo .logo-full{
	display: inline-block !important;
}
.isFull .sidebar-logo .logo-mobile{
	display: none !important;
}
.sidebar-logo span{
	position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.isFull .sidebar-logo span{
	display: inline-block !important;
}
.sidebar .sidebar-menu {
    background: #242a33;
    padding-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
	-webkit-flex-direction: column;
    flex-wrap: nowrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
}

.sidebar .sidebar-menu .nav-item {
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    min-width: 100%;
}
.disable-menu .sidebar .sidebar-menu .nav-item {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	-ms-flex-pack: center;
    -wekit-justify-content: center;
    justify-content: center;
    justify-content: -webkit-center;
}
.disable-menu .sidebar .sidebar-menu .nav-item a{
	padding: 19px 0 18px 0;
	-ms-flex-pack: center;
    -wekit-justify-content: center;
    justify-content: center;
	display: block;
	text-align: center;
}
.disable-menu .sidebar .sidebar-menu .nav-item .title{
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	width: 0px;
	padding: 0;
}
.isFull .sidebar .sidebar-menu .nav-item .title{
	display: inline-block !important;
}
.sidebar .sidebar-menu .active{
	background: #1c2128;
}
.sidebar .sidebar-menu .active .icon-holder{
	filter: brightness(3);
}
.sidebar .sidebar-menu .active .title{
	color: #fff;
}
.sidebar .sidebar-menu .nav-item:hover{
	background: #1c2128;
}
.sidebar .sidebar-menu .nav-item:hover .icon-holder{
	filter: brightness(3);
}
.sidebar .sidebar-menu .nav-item:hover .title{
	color: #ffffff;
}
.sidebar .sidebar-menu .nav-item .icon-holder{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/sidebar/icons.png');
	background-repeat: no-repeat;
}
.sidebar .sidebar-menu .nav-item .application{
	background-position: -26px 0px;
}
.sidebar .sidebar-menu .nav-item .setting{
	background-position: -53px 0px;
}
.sidebar .sidebar-menu .nav-item .summary{
	background-position: -81px 0px;
}
.sidebar .sidebar-menu .nav-item .job-info{
	background-position: -109px 0px;
}
.sidebar .sidebar-menu .nav-item .job-list{
	background-position: -138px 0px;
}
.sidebar .sidebar-menu .nav-item a{
	padding: 19px 15px 18px 30px;
	width: 100%;
}
.sidebar .sidebar-menu .nav-item .title{
	padding-left: 20px;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transform-origin: left right;
}

/* HEADER */
body > .main-footer,
body > main {
	margin-left: 270px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: none;
	-moz-transition: all 300ms;
}
body.disable-menu > .main-footer,
body.disable-menu > main {
	margin-left: 75px;
}
.content-center{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
}
.header{
	padding-left: 270px;
	background: #ffffff;
	transition: 0.4s;
	-ms-transition: none;
	min-width: 100%;
}
.disable-menu .header{
	padding-left: 75px;
}
.isFull .header{
	padding-left: 0px;
}
.header .dropdown-item.active{
	background: #dfe4ea;
}
.header .dropdown-item:hover{
	background: #dfe4ea;
}
.header .language .dropdown-menu{
	min-width: auto;
	top: 55px !important;
}
.header .avatar .dropdown-menu{
	min-width: auto;
	top: 52px !important;
}
.header .dropdown-item:active{
	background: none;
}
.header .header-container{
	height: 68px;
    padding: 0 30px;
}
.header .nav-left .nav-item.title{
	padding-left: 30px;
	line-height: 38px;
}

.header .nav-left .nav-item.title a{
	cursor: inherit;
}
.header .nav-left .nav-item.title a:hover {
    color: #007fb8;
}
.header .nav-right {
	margin-left: auto;
}

.header .nav-right .avater-inner img{
	height: 25px;
    width: auto;
}
.header .nav-right .avater-inner img.mb {
	display: none;
}
.false-upload,
.success-upload {
	color: #07a207;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
	display: none;
}
.false-upload {
	color: #ff0000;
}
@media (max-width: 767px){
	.header .nav-right .avater-inner img.mb {
		display: inline;
		height: 17px;
	}
	.header .nav-right .avater-inner img.dst {
		display: none;
	}
}
.header .nav-right .avatar .dropdown-toggle::after{
	color: #222;
}
.header .nav-right .nav-item{
	position: relative;
}
.header .nav-right .language a img{
	margin-left: 5px;
} 

.header .nav-right .language .dropdown-menu{
	left: 100% !important;
	transform: translateX(-100%) !important;
	-ms-transform: translateX(-100%) !important;
	-moz-transform: translateX(-100%) !important;
	-webkit-transform: translateX(-100%) !important;
	animation: appear-dropdown 0.2s forwards;
}
@keyframes appear-dropdown {
	    from {
    	    transform: translateX(10px);
    	    -ms-transform: translateX(10px);
    	    -moz-transform: translateX(10px);
    	    -webkit-transform: translateX(10px);
			opacity: 0;
	    }
	    to {
    	    transform: translateX(-100%);
    	    -ms-transform: translateX(-100%);
    	    -moz-transform: translateX(-100%);
    	    -webkit-transform: translateX(-100%);
    	    opacity: 1;
	    }
	}
.header .nav-right .avatar .dropdown-menu{
	left: 100%  !important;
	transform: translateX(-100%)  !important;
	-moz-transform: translateX(-100%)  !important;
	-webkit-transform: translateX(-100%)  !important;
	-ms-transform: translateX(-100%)  !important;
	-o-transform: translateX(-100%)  !important;
	animation: appear-dropdown-avatar 0.2s forwards;
}
@keyframes appear-dropdown-avatar {
	    from {
    	    transform: translateX(10px);
    	    -ms-transform: translateX(10px);
    	    -moz-transform: translateX(10px);
    	    -webkit-transform: translateX(10px);
			opacity: 0;
	    }
	    to {
    	    transform: translateX(-100%);
    	    -ms-transform: translateX(-100%);
    	    -moz-transform: translateX(-100%);
    	    -webkit-transform: translateX(-100%);
    	    opacity: 1;
	    }
	}
.header .nav-right .nav-item a:hover{
	color: #555555;
}
.header .nav-right .nav-item > a{
	margin-left: 30px;
	display: block;
}
.header .nav-right .nav-item .badge-success{
    background: #31c504;
    position: absolute;
    padding: 2px 3px;
	height: 15px;
	line-height: 1;
    top: -7px;
    left: 5px;
}
.header .nav-right .dropdown-item .icon{
	margin-right: 5px;
}
.header .nav-right .dropdown-item .language-title{
	display: inline-block;
	min-width: 55px;
}
.header .nav-right .dropdown-toggle .language-title{
	padding-right: 10px;
}
.header .nav-right .dropdown-item img{
	width: 15px;
}
@media (max-width: 991px){
	.header .header-container #page-title {
		font-size: 15px;
	}
}
/* Footer */
.main-footer {
	text-align: center;
	color: #555f6d;
	padding: 26px 15px 27px;
	border-top: 1px solid #cccccc;
}
.main-footer .separator {
	padding: 0 0 0 3px;
}
.main-footer a {
	color:#555f6d;
}
.main-footer a:hover {
	text-decoration: underline;
}
.main-footer address {
	margin: 0;
	display: inline-block;
}
.main-footer address a {
	color: #007fb8;
}
@media (max-width: 767.98px){
	.main-footer .separator.hide-mobile {
		display: none;
	}
	.main-footer address {
		display: block;
		margin-top: 5px;
	}
}
/* End Footer */

/* login page */

.login {
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	min-height: 100vh;
}
.login .banner-login{
	width: 32.812%;
	background-color: #f5f8fa;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
	padding: 120px 80px;
	min-height: 100vh;
}
@media (max-width: 991px){
	.login .banner-login {
		padding: 120px 20px;
	}
}
.login .banner-login img.sign-in{
	padding-top: 58px;
}

.login .banner-login h3{
	font-size: 30px;
	font-weight: 600;
	color: #0c85bb;
	margin-bottom: 13px;
}
.login .banner-login p{
	line-height: 1.714;
	font-weight: 400;
	color: #555555;
}

.login .login-wrapper{
	width: 67.188%;
	background-color: #0c85bb;
}
.login .login-wrapper .sign-in-wrapper{
	-ms-flex-pack: center;
    -wekit-justify-content: center;
    justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
    align-items: center;
	padding: 120px 15px;
	min-height: calc(100vh - 77px);
}
.login .login-wrapper .sign-in-wrapper .sign-in {
	height: 100%;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
	.login .login-wrapper .sign-in {
		margin: 0 auto;
	}
}}

.login .login-wrapper .sign-in .logo .login-title {
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 11px;
}
.login .login-wrapper .sign-in .logo .login-sub-title {
	position: relative;
	margin-bottom: 40px;
	font-size: 1rem;
	padding-bottom: 12px;
}
.login .login-wrapper .sign-in .logo{
	margin-bottom: 64px;
	color: #fff;
}

.login .login-wrapper .sign-in .tabs-login{
	margin-bottom: 15px;
	border-bottom: none;
}
.login .login-wrapper .sign-in .tabs-login .tab-link{
	border-bottom: 2px solid #fff;
    padding: 10.5px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    opacity: 0.5;
    text-transform: none;
    text-decoration: none;
}
.login .login-wrapper .sign-in .tabs-login .tab-link.active-tab{
	opacity: 1;
}
.tabs-login a#resgister-tab{
	margin-left: 25px;
}
.login-wrapper .tab-content .text-box{
	margin-bottom: 0px;
	padding: 15px 0px;
	min-width: 443px;
}

.login-wrapper .tab-content .text-box .invalid-feedback {
    width: 100%;
    color: red;   
}
.tab-content .tab-pane .text-box .form-control{
	color: #999999;
	font-weight: 400;
	padding:  0px;
	padding: 13px 20px;
	border-radius: 5px;
}
.tab-content .tab-pane .text-box textarea.form-control{
	height: 250px;
}

.tab-content .tab-pane .text-box .form-control::placeholder{
	color: #999999;
}
.tab-content a#forgot-password{
	display: inline-block;
	margin-left: 13px;
	color: #fff;
}
.tab-content a#forgot-password:hover{
	text-decoration: underline;
}

.login .login-wrapper footer.main-footer{
	color: #fff;
	border:  none;
}
.login .login-wrapper footer.main-footer a{
	color: #fff;
}


/* End login page */
/* Main Content */
main {
	min-height: calc(100vh - 145px);
}
.pannel-wrapper {
	background-color: #fff;
	width: 100%;
	margin: 30px auto 0;
	max-width: calc(100% - 60px);
	border-radius: 10px;
	padding: 37px 40px 40px;
}
.pannel-wrapper .title {
	font-weight: 600;
	color: #000000;
	font-size: 16px;
	margin-bottom: 20px;
}
.main-container {
	overflow: hidden;
	position: relative;
}
.main-container .step-app {
	position: relative;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
}
.main-container .step-app.next-step {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
}
.main-container .step-app.prev-step {
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
@media (max-width: 767.98px){
	.pannel-wrapper {
		max-width: calc(100% - 30px);
	}
}
/* Application Page */
.pannel-wrapper.applications-list {
	padding: 28px 40px 18px;
}
/* Filter Animation */
.application-items{
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.application-items .application-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.application-items.no-transition,
.application-items.no-transition .application-item,
.application-items .application-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* Form Upload */
.form-application-upload {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-application-upload .form-group {
	-ms-flex: 0 0 470px;
    flex: 0 0 470px;
    max-width: 470px;
}
.pannel-wrapper.application-upload .title {
	margin-bottom: 5px;
}
.form-application-upload .form-group,
.form-application-upload > .btn,
.form-application-upload .file-upload-replace-button {
	margin: 15px 30px 0 0;
}
.form-application-upload > *:last-child {
	margin-right: 0;
}
.file-upload-replace-button {
	position: relative;
	overflow: hidden;
}
.file-upload-replace-button input {
	position: absolute;
	top: 0;
	left: -9999px;
}
.file-upload-replace-button label {
	font-size: 14px;
    font-weight: 600;
    text-align: center;
    height: 50px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 38px;
    line-height: 48px;
    border: 1px solid #cccccc;
    color: #555555;
    background-color: #fff;
    box-shadow: none !important;
    outline: none !important;
	margin-bottom: 0;
}
.file-upload-replace-button label:hover {
	color: #fff;
    border-color: #007fb8;
    background-color: #007fb8;
}
/* App Fillter */
.application-filter {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 40px;
}
/* Search App */
.application-filter .search-app {
	margin-left: auto;
	-ms-flex: 0 0 336px;
    flex: 0 0 336px;
    max-width: 336px;
}
.application-filter .search-app .quicksearch {
	height: 40px;
	border-radius: 20px;
	color: #999999;
	padding: 0 19px;
	border: 1px solid #eeeeee;
	width: 100%;
	background-image: url(../images/search_icon.png);
	background-repeat: no-repeat;
	background-position: top 11px right 14px;
	padding-right: 40px;
}
.application-filter .search-app .quicksearch:focus {
	border-color: #007fb8;
}
/* Filter navigation */
.application-filter .filter-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
}
.application-filter .filter-nav .filter-item {
	padding: 0 19px;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
}
@media (min-width: 1200px){
.application-filter .filter-nav .filter-item:first-child {
	padding-left: 0;
}
}
.application-filter .filter-nav .fil-link {
	color: #555555;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	display: block;
	padding: 8px 0px 22px;
	text-align: center;
    line-height: 1.3;
}
.application-filter .filter-nav .fil-link:after {
	content: "";
	display: block;
	height: 3px;
	background-color: #007fb8;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	transition: all 300ms;
	-wekbit-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
}
.application-filter .filter-nav .fil-link.active {
	color: #007fb8;
}
.application-filter .filter-nav .fil-link.active:after {
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
}
@media (max-width: 1499px){
	.application-filter {
		margin-bottom: 55px;
		position: relative;
	}
	.application-filter .filter-nav .fil-link {
		font-size: 14px;
	}
	.application-filter .search-app .quicksearch {
		height: 36px;
	}
	.application-filter .search-app .quicksearch {
		background-position: top 9px right 14px;
	}
	.application-filter .search-app {
		position: absolute;
		top: 100%;
		margin-top: 10px;
		left: 0;
		z-index: 1;
		width: 330px;
	}
}
@media (max-width: 1199px){
	.application-filter .filter-nav .fil-link:before {
		content: "";
		display: block;
		width: 50px;
		height: 50px;
		background-image: url(../images/tabs_icon.png);
		background-size: 50px;
		background-position: center top 0;
	}
	.application-filter .filter-nav .fil-link {
		font-size: 0px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".quantum-chemistry"]:before {
		background-position: center top -50px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".molecular-dynamics"]:before {
		background-position: center top 200px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".first-principles-calculatio"]:before {
		background-position: center top 100px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".chemical-reactions"]:before {
		background-position: center top 151px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".tools"]:before {
		background-position: center top 50px;	
	}
	.application-filter .filter-nav  {
		width: 100%;
	}
	.application-filter .filter-nav .filter-item {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.application-filter .filter-nav .fil-link {
		margin: 0 auto;
	}
}
@media (max-width: 767px){
	.application-filter .filter-nav .fil-link:before {
		width: 34px;
		height: 34px;
		background-size: 34px;
	}
	.application-filter .filter-nav .fil-link {
		font-size: 0px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".quantum-chemistry"]:before {
		background-position: center top -34px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".molecular-dynamics"]:before {
		background-position: center top 136px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".first-principles-calculatio"]:before {
		background-position: center top 68px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".chemical-reactions"]:before {
		background-position: center top 103px;
	}
	.application-filter .filter-nav .fil-link[data-filter=".tools"]:before {
		background-position: center top 34px;	
	}
	.form-application-upload .btn {
		padding: 0 20px;
	}
	.form-application-upload .form-group, .form-application-upload > .btn, .form-application-upload .file-upload-replace-button {
		margin: 15px 15px 0 0;
	}
	.form-application-upload .form-group {
		max-width: 100%;
	}
}
@media (max-width: 575px){
	.application-filter .filter-nav .filter-item {
		padding: 0 5px;
	}
	.application-filter .search-app {
		width: 100%;
	}
	.choice-applications.applications-list .application-items {
		margin: 0 -5px;
	}
	.choice-applications.applications-list .application-items .application-item {
		width: 130px;
		height: 130px !important;
		padding: 0 5px;
	}
	.choice-applications.applications-list .application-item .item {
		height: 120px;
	}
	.choice-applications.applications-list .application-item .app-name {
		padding: 0 10px 10px;
	}
}
/* App list */
.application-items:after {
	content: "";
	display: table;
	clear: both;
}
.application-items {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}
.pannel-wrapper.choice-applications.applications-list .application-items .application-item {
	height: 180px;
	margin: 0 !important;
}
.application-items .application-item {
	width: 180px;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}
.application-item .item {
	height: 150px;
	overflow: hidden;
	border: 1px solid #cccccc;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	position: relative;
	cursor: pointer;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
}
.application-item .app-name {
	position: absolute;
	color: #000000;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 30px 10px;
	line-height: 1.2;
}
.application-items .application-item .app-name.light {
	color: #fff;
}
.application-items .application-item .item:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 52, 75, 0.35);
	opacity: 1 !important;
}
.icon-close-menu {
	display: block;
}
@media (min-width: 992px){
body:not(.disable-menu) .icon-close-menu .icon-close:before {
	content: "\f00d";
}
}
.application-items .application-item.active .item {
	border: 2px solid #007fb8;
	box-shadow: none;
}
.application-items .application-item.overlay .item {
	opacity: 0.6;
}
/* Next Step */
.application-step-actions {
	padding: 52px 0 50px;
}
.application-step-actions.tw-buttons .btn {
	min-width: 150px;
	margin: 0 13px;
}
@media (max-width: 575.98px) {
	.application-step-actions .btn {
		min-width: 0px;
		padding: 0 30px;
	}
	.application-step-actions .btn + .btn {
		margin-left: 16px;
	}
}
/* Hardware Page */
.hardware-wrapper {
	padding: 30px 30px 0;
}
.hardware-main {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
@media (max-width: 1199px){
	.hardware-main {	
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.hardware-main .col-left,
.hardware-main .col-right {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hardware-main .col-left {
	-ms-flex: 0 0 303px;
    flex: 0 0 303px;
    max-width: 303px;
	overflow: hidden;
}
.hardware-main .col-right {
	-ms-flex: 0 0 calc(100% - 303px);
    flex: 0 0 calc(100% - 303px);
    max-width: calc(100% - 303px);
}
.hardware-main .pannel-wrapper {
	max-width: 100%;
	margin: 0;
}
.hardware-main .col-right .pannel-wrapper {
	min-height: 100%;
	padding: 20px 40px 40px;
}
.hardware-main .application-items {
	margin: 0 auto;
	display: table;
}
.hardware-main .application-items .application-item {
	width: 150px;
	padding: 0;
	float: none;
	margin: 0 0 30px;
}
@media (min-width: 1200px){
	.hardware-main .pannel-wrapper.applications-list {
		padding: 79px 40px 49px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
}
.application-items.vertical-slider .slick-arrow {
	font-size: 30px;
	color: #555555;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 1;
	cursor: pointer;
}
.application-items.vertical-slider .slick-arrow.fa-angle-up {
	top: 0;
	margin-top: -54px;
}
.application-items.vertical-slider .slick-arrow.fa-angle-down {
	top: 100%;
	margin-top: -6px;
}
.application-items.vertical-slider .slick-list {
	overflow: visible;
}
.application-items.vertical-slider .application-item.slick-slide {
	opacity: 0;
	visibility: hidden;
}
.application-items.vertical-slider .application-item.slick-slide.slick-active {
	opacity: 1;
	visibility: visible;
}
.hardware-information .table {
	margin: 0;
}
.hardware-information .table .product-item {
	padding-left: 20px;
	min-height: 50px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.hardware-information .table .product-item .product-info .title {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 0;
}
.hardware-information .table thead tr th {
	padding: 12px 20px;
	font-weight: 600;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	border-top: none;
	vertical-align: middle;
}
.hardware-information .table thead tr th:last-child {
	width: 1%;
}
.hardware-information .table tbody tr {
	cursor: pointer;
}
.hardware-information .table tbody tr td {
	vertical-align: middle;
	padding: 20px;
	border-bottom: 1px solid #dddddd;
}
.hardware-information .table tbody tr.active td {
	background-color: #e5f2f8;
	background-color: rgba(0,127,184,.1);
}
.pannel-wrapper.hardware-information .table .product-item .show-mobile {
	display: none;
}
@media (max-width: 1365px){
	.hardware-main .col-left {
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		max-width: 260px;
	}
	.hardware-main .col-right {
		-ms-flex: 0 0 calc(100% - 260px);
		flex: 0 0 calc(100% - 260px);
		max-width: calc(100% - 260px);
	}
}
@media (max-width: 1199px){
	.hardware-main .col-left,
	.hardware-main .col-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hardware-main .pannel-wrapper.applications-list {
		padding: 40px;
	}
	.hardware-main .col-right {
		margin-top: 30px;
	}
	.application-items.vertical-slider .application-item.slick-slide {
		float: left;
		margin: 0;
		padding: 0 10px;
	}
	.application-items.vertical-slider .application-item.slick-slide .item {
		max-width: 150px;
		margin: 0 auto;
	}
	.hardware-main .application-items {
		display: block;
	}
	.application-items.vertical-slider .slick-arrow {
		top: 50%;
		left: -20px;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.application-items.vertical-slider .slick-arrow.fa-angle-right {
		left: auto;
		right: -20px;
	}
}
@media (max-width: 767px){
	.pannel-wrapper.hardware-information .table .product-item .show-mobile {
		display: block;
	}
	.pannel-wrapper.hardware-information .table thead {
		display: none;
	}
	.pannel-wrapper.hardware-information .table,
	.pannel-wrapper.hardware-information .table tbody,
	.pannel-wrapper.hardware-information .table tr,
	.pannel-wrapper.hardware-information .table td {
		display: block;
	}
	.pannel-wrapper.hardware-information .table tr {
		position: relative;
		border-bottom: 1px solid #dddddd;
		padding: 20px 0 20px 40px;
	}
	.pannel-wrapper.hardware-information .table tr.active {
		background-color: #e5f2f8;
		background-color: rgba(0,127,184,.1);
	}
	.pannel-wrapper.hardware-information .table tr .custom-radio {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -10px;
	}
	.pannel-wrapper.hardware-information .table td {
		border: none;
		padding: 0;
		background: none !important;
	}
	.pannel-wrapper.hardware-information .table td.item-info {
		display: none;
	}
}
@media (max-width: 575px) {
	.pannel-wrapper.hardware-information .table tr .custom-radio {
		left: 20px;
	}
	.application-step-actions.tw-buttons .btn {
		min-width: 0px;
	}
	.hardware-wrapper,
	.pannel-wrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.hardware-information .table .product-item .product-icon {
		display: none;
	}
	.application-items.vertical-slider .slick-arrow {
		left: 0;
	}
	.application-items.vertical-slider .slick-arrow.fa-angle-right {
		left: auto;
		right: 0;
	}
}
/* Summary */
main > .pannel-wrapper:last-child {
	margin-bottom: 50px;
}
@media (min-width: 768px){
	.pannel-wrapper.application-sumary {
		padding: 37px 40px 20px;
	}
}
.application-sumary .application-sumary-wrapper {
	border-bottom: 1px solid #ccc;
    padding-bottom: 33px;
    margin-bottom: 36px;
}
.form-job-summary .form-group {
	margin: 0;
	max-width: 686px;
}
.appication-main-detail {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.appication-main-detail .application-item {
	-ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
	padding: 0 15px;
}
.appication-main-detail .item-detail {
	-ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
	padding: 18px 15px;
}
.appication-main-detail .item-detail .title {
	margin-bottom: 17px;
}
.table-data .title {
	margin-bottom: 10px;
}
.table-data table {
	margin: 0;
}
.table-data + hr {
	margin-top: 20px;
}
.table-data + hr + .table-data {
	margin-top: 36px;
}
.table-data table tbody tr td:first-child {
    width: 38%;
}
.table-data a {
	color: #555555;
}
.table-data a:hover {
	color: #007fb8;
}
@media (max-width: 768px){
	.appication-main-detail .item-detail {
		padding: 30px 15px 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	main > .pannel-wrapper:last-child {
		margin-bottom: 30px;
	}
}
/* End Summary */
/* End Main Content */


/* Joblist */
.table-border-solid tbody tr td {
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
    padding: 12px 0px;
    padding-left: 20px
}
.table tbody tr th {
	border-top: none;
	border-bottom: 2px solid #cccccc;
	padding: 10px 20px 21px;
	vertical-align: middle;
	font-weight: 600;
}
.table-job-list tbody tr td > span {
	white-space: nowrap;
}
.table-job-list .functions:after {
	content: "";
	display: table;
	clear: both;
}
.table-job-list .functions a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	background-color: #d90e0e;
	float: left;
	margin-right: 20px;
}
.table-job-list .functions a.view-detail {
	background-color: #007fb8;
}
.table-job-list .functions a.play {
	background-color: #5bcd45;
}
@media (max-width: 1199px){
	.table-job-list .functions {
		min-width: 140px;
	}
	.table-job-list .functions a {
		margin-right: 10px;
	}
}
/* End Joblist */
/* Job Detail */
.pannel-wrapper.application-sumary-name {
	padding: 33px 40px;
}
.pannel-wrapper.application-sumary-name .title-label {
	color: #999999;
	font-size: 16px;
	font-weight: 600;
}
.pannel-wrapper.application-sumary-name .title-label span {
	text-transform: uppercase;
	color: #000000;
}
.chart-job {
	padding-top: 26px;
}
.chart-job .char-title {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #555555;
	margin: 24px 0 33px;
}
/* End Job Detail */
