/* Font face */
@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
label {
    font-weight: normal;
}

body {
	font-family: 'source_sans_proregular';
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'source_sans_proregular';
}


.page-dashboard {
	padding-left: 230px;
	padding-bottom: 50px;
}

body.page-login:before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    top: 0;
    left: 0;
}
.page-login {
    background-color: #ECF0F1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/login-bg-min.jpg);
    position: relative;
    z-index: 1;
    min-height: 100vh;
}
.page-login .well {
    background-color: rgba(245, 245, 245, 0.28);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.page-login-form {
	margin-top: 100px;
}
.page-login-form h1 {
	font-size: 25px;
	text-align: center;
	color: #fff;
    margin: 0;
    padding: 20px 0 15px;
}
.sidebar {
	background-color: #242424;
	width: 230px;
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	left: 0;
}
.sidebar-logo {
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    background: #ffffff;
    border-right: 1px solid #242424;
}
.sidebar-logo img {
    height: 60px;
    vertical-align: baseline;
    margin-top: 4px;
}
.sidebar-logo a:hover {
	text-decoration: none;
}

.sidebar-logo h4 {
	color: #fff;
	margin: 0;
	line-height: 50px;
	font-weight: 700;
	font-size: 20px;
	font-family: 'source_sans_probold';
}

.sidebar-user {
	padding: 15px;
	border-bottom: 1px dashed #313131;
}

.sidebar-user-pic {
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.sidebar-user-name {
	width: calc(100% - 60px);
	float: left;
}

.sidebar-user-name span {
    display: block;
    color: #5a5ea4;
    font-size: 12px;
}
.sidebar-user-name span:nth-child(1) {
	font-size: 14px;
	color: #FFF;
}
.sidebar-user-name {
    margin-top: 7px;
}
.sidebar-nav ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.sidebar-nav ul li a {
	display: block;
	width: 100%;
	height: 40px;
	color: #FFF;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
}
.sidebar-nav ul li a:hover,
.sidebar-nav ul li a:focus,
.sidebar-nav ul li.current a {
	text-decoration: none;
	background-color: #5a5ea4;
	color: #ffffff;
}

.navbar--blue {
background: -webkit-linear-gradient(left,#595ea5,#ff3a4c);
    background: -o-linear-gradient(right,#595ea5,#ff3a4c);
    background: -moz-linear-gradient(right,#595ea5,#ff3a4c);
    background: linear-gradient(to right,#595ea5,#ff3a4c);
}

.navbar--blue > li > a {
	color: #FFF;
}

.navbar--blue .nav .open > a, .navbar--blue .nav .open > a:focus, .navbar--blue .nav .open > a:hover, .navbar--blue .nav > li > a:focus, .navbar--blue .nav > li > a:hover, .navbar--blue > li > .dropdown-menu {
    background-color: #cb4568;
    color: #ffffff;
}

.navbar--blue .dropdown > a {
	color: #FFF;
}

.navbar-breadcrumbs {
	line-height: 50px;
	margin-bottom: 0;
}

.navbar-breadcrumbs > li,
.navbar-breadcrumbs > li > a {
	color: #fff;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-0 {
	margin: 0;
}

.page-title {
	font-size: 33px;
	margin: 0;
}

.row-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.max-height-500 {
	max-height: 500px;
}

.max-height-400 {
	max-height: 400px;
}

.max-height-350 {
	max-height: 350px;
}

.max-height-300 {
	max-height: 300px;
}

.sidebar-nav .separator {
	height: 1px;
    background-color: #2e8dc5;
}

/* Panel Group */
.panel-group-issuance .panel-heading {
	padding: 0;
}

.panel-group-issuance .panel-heading a {
	color: inherit;
	/*font-family: 'source_sans_probold';*/
	font-size: 16px;
	padding: 5px 10px;
	position: relative;
	display: block;
}

.panel-group-issuance .panel-heading a:hover,
.panel-group-issuance .panel-heading a:focus {
	text-decoration: none;
}

.panel-group-issuance .panel-heading a span:nth-child(2) {
	position: absolute;
	right: 15px;
}

.panel-group-issuance .table {
	margin-bottom: 0;
}
.sidebar-nav ul li {
    border-bottom: 1px dashed #313131;
}
.navbar-right li.dropdown.open ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    background: #242424;
    padding: 0;
}
.navbar-right li.dropdown.open ul.dropdown-menu li a {
    color: #fff;
	padding: 10px 15px;
	transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}
.navbar-right li.dropdown.open ul.dropdown-menu li a:hover {
    background-color: #5a5ea4;
}
h1.page-title {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    color: #212121;
    border: 0;
    min-height: 0;
    text-transform: uppercase;
    font-family: 'source_sans_probold';
	line-height:34px;
}
.btn-info, .btn.btn-default {
    color: #fff;
    background-color: #935186 !important;
    border-color: #935186 !important;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    outline:none;
}
.btn-primary {
    color: #fff;
    background-color: #5a5ea4 !important;
    border-color: #5a5ea4 !important;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    outline: none !important;
}
.btn-primary:hover {
    background-color: #935186 !important;
    border-color: #935186 !important;
}
.btn-info:hover, .btn.btn-default:hover {
    background-color: #5a5ea4 !important;
    border-color: #5a5ea4 !important;
}
body.page-login:before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    top: 0;
    left: 0;
}

.page-login-form h1 {
    color: #fff;
    margin: 0;
    padding: 20px 0 15px;
}

input[type=submit].btn.btn-primary.btn-block {
    width: auto;
    margin: auto;
    background: rgb(120, 87, 147);
    background: -moz-linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    background: -webkit-linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    background: -o-linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    background: -ms-linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    background: linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    border: 0;
    padding: 10px 30px;
    font-size: 15px;
    font-family: 'source_sans_probold';
    letter-spacing: 1px;
    outline: none;
    background-size: 100% 300%;
    border-radius: 50px;
    border: 2px solid #a84d7b !important;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}
.inventary-resume {
    min-height: 135px;
}

input[type=submit].btn.btn-primary.btn-block:hover {
    background-position: 0 100%;
}

.page-login .well input.form-control {
    background: rgba(255, 255, 255, 0.36) !important;
    border: 0;
    padding: 10px 15px;
    height: 40px;
    box-shadow: none !important;
    color: #fff;
}
.page-login .well input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.page-login .well input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.page-login .well input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.page-login .well input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.page-login .well .form-group label {
    color: #fff;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #e8e8e8;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #5a5ea4;
    border-color: #5b5ea5;
}
.dataTables_filter {
    text-align: right;
}
.dataTables_filter label input.form-control.input-sm {
    margin-left: 15px;
    padding: 0 14px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}
.dataTables_length label select {
    margin-left: 10px;
    padding: 0 14px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    box-shadow: none !important;
    margin-right: 10px;
}
.dataTables_filter {
    text-align: right;
}
.dataTables_filter label input.form-control.input-sm {
    margin-left: 15px;
    padding: 0 14px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}
.dataTables_length label select {
    margin-left: 10px;
    padding: 0 14px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    box-shadow: none;
    margin-right: 10px;
}
table.table {
    border: 1px solid #e8e8e8;
}
table.table th {
    border-color: #e8e8e8 !important;
    border-bottom: 0;
}
.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: 1px solid #e8e8e8;
}
.btn-success:hover {
    color: #fff;
    background-color: #2f6e07;
    border-color: #2f6e07;
}
.btn-success {
    color: #fff;
    background-color: #4c9e0f;
    border-color: #4c9e0f;
	transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}
.glyphicon {
    line-height: 19px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 0 5px;
}
.btn-danger {
    color: #fff;
    background-color: #e00600;
    border-color: #e00600;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b70500;
    border-color: #b70500;
}
.table-bordered>thead>tr>th {
    background: #242424;
    color: #fff;
    font-weight: normal !important;
    letter-spacing: .5px;
    outline: none;
    border-right: 0 !important;
    border-left: 0 !important;
}
.pagination {
    margin: 0;
    float: right;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #ffffff;
    background-color: #995083;
    border-color: #82558f;
}
.dataTables_info {
    line-height: 34px;
}
.panel.panel-default {
    padding: 0 !important;
    border: 0;
    box-shadow: none;
}
.btn {
	transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}
input.form-control, select.form-control, textarea.form-control {
    padding: 0 14px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    box-shadow: none !important;
    background: #fff !important;
}
.panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #e8e8e8;
}
.modal-header {
    padding: 10px 15px;
    border-bottom: 0;
    background: #5a5ea4;
    color: #fff;
}
.modal-header .close {
    margin-top: 2px;
    opacity: 1;
    color: #fff;
    outline: none;
}
.panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #eeeeee;
}
.panel-default>.panel-heading h4 {
    margin: 0;
    line-height: 34px;
}
.panel-footer {
    padding: 10px 0;
    border: 0;
    background: none;
    border-radius: 0;
}
.panel-body {
    padding: 0;
}
.panel-default>.panel-heading {
    background: none;
    border: 0;
    padding: 10px 0;
}
.modal-footer {
    padding: 10px 15px;
}
.alert.alert-success.inventary-resume {
    border-radius: 0;
    box-shadow: 0 0 0 2px rgba(223, 240, 216, 0.65);
    border-color: #ffffff;
}
.alert.alert-danger.inventary-resume {
    border-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 2px rgba(242, 222, 222, 0.6313725490196078);
}
.alert.alert-warning.inventary-resume {
    border-radius: 0;
    box-shadow: 0 0 0 2px rgba(252, 248, 227, 0.78);
    border-color: #ffffff;
}
.login-form-header {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 240px;
    background-color: rgba(245, 245, 245, 0.28);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 35px 15px;
}
.login-form-header h1 {
    color: #fff;
}
.login-form-header h1 {
    margin: 0;
    padding: 0 0;
    padding-bottom: 20px;
    font-size: 25px;
}
.login-form-header a {
    width: auto;
    margin: auto;
    background: rgb(120, 87, 147);
    background: -moz-linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    background: -webkit-linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    background: -o-linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    background: -ms-linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    background: linear-gradient(to bottom ,#f63c51 ,#615ca0 ,#f63c51, #615ca0);
    border: 0;
    padding: 10px 30px;
    font-size: 15px;
    font-family: 'source_sans_probold';
    letter-spacing: 1px;
    outline: none;
    background-size: 100% 300%;
    border-radius: 50px;
    border: 2px solid #a84d7b !important;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}
.login-form-header a:hover {
    background-position: 0 100%;
}