/* Made with love by Mutiullah Samim*/

/* @import url('https://fonts.googleapis.com/css?family=Numans'); */


.current_rule {
    border: 1px solid #ccc;
    padding: 1em;
    background: #fcfcfc;
        color: #808080;
}
.current_rule span {
    color: #444;
    font-weight: bold;
    font-style: italic;
}
/*--------------------------------------------------
BOOTSTRAP OVERIDE
----------------------------------------------------*/

body {
	font-size: 0.8735rem;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.5rem;
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.bg-primary {
    background-color: #008cba!important;
}
.btn-group .btn.tramp_active,
.btn-group  .btn.tramp_active:hover,
.btn-primary {
  color: #fff;
  background-color: #008cba;
  border: 1px solid #008cba;

}
.btn-primary:hover {
  color: #fff;
  background-color: #006f94;
  border: 1px solid #006687;
}
.btn-secondary {
  color: #222;
  background-color: #eee;
  border-color: #d8d8d8;
}
.btn-secondary:hover {
  color: #222;
  background-color: #dbdbdb;
  border-color: #d5d4d4;
}
.btn-success {
  color: #fff;
  background-color: #43ac6a;
  border-color: #43ac6a;
}
.btn-success:hover {
  color: #fff;
  background-color: #389059;
  border-color: #358753;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: #3bb4d8;
  border-color: #31b0d5;
}
.btn-warning {
  color: #fff;
  background-color: #E99002;
  border-color: #E99002;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c37902;
  border-color: #b67102;
}
.btn-danger {
  color: #fff;
  background-color: #F04124;
  border-color: #F04124;
}
.btn-danger:hover {
  color: #fff;
  background-color: #df2d0f;
  border-color: #d32a0e;
}
.card {
	border-radius: 0;
}
.card p {
	margin-bottom: .5em;
}
.breadcrumb {
    border: none;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 0.820313rem;
    /*margin: 0 15px;*/
}
a {
    color: #008cba;
    text-decoration: none;
    background-color: transparent;
}
.input-group-prepend span {
    color: #333;
    background-color: #e0e0e0;
}
input:focus {
	outline: 0 0 0 0  !important;
	box-shadow: 0 0 0 0 !important;
}

.text-muted {
    color: #888 !important;
    background-color: #eeeeee!important;
}

/*--------------------------------------------------
MODAL 
----------------------------------------------------*/

.show.modal {
  background: #0000005e;
}

/*--------------------------------------------------
LOGIN 
----------------------------------------------------*/

.login-page {
	background-image: url('../image/lubrineering.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
    min-height: 100vh;
	display: grid;
	align-content: center;
}
.login-page .card {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 400px;
    width: 100%;
    background-color: rgba(0,0,0,0.5) !important;
}

/*--------------------------------------------------
FONTS 
----------------------------------------------------*/

.dark-text-shadow {
    text-shadow: 2px 2px #333333;
}

/*--------------------------------------------------
NAV 
----------------------------------------------------*/


/*--------------------------------------------------
LAYOUT 
----------------------------------------------------*/


.header {
	padding: 0px 0px;
	color: #f1f1f1;
}
.content {
	padding: 16px;
	z-index: 3;
}
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #f5f5f5;
	z-index: 2;
	left: 0;
}

/*--------------------------------------------------
CONTAINER 
----------------------------------------------------*/

.container {
	height: 100%;
	align-content: center;
}
.social_icon span {
	font-size: 60px;
	margin-left: 10px;
	color: #df691a;
}
.social_icon span:hover {
	color: black;
	cursor: pointer;
}
.card {
	padding: 1rem;
}
.card .card-body {
	padding: 0 ;
}
.card-footer {
	margin: 1rem -1rem -1rem -1rem;
}
.card-header {
	margin: -1rem -1rem 1rem -1rem;
}
.card-header h3 {
	color: black;
}
/*.btn i {
	margin-right: 5px;
}
.btn.icon_only i {
	margin-right: 0;
}*/
.btn:active,
.btn:focus {
	outline: none!important;
    box-shadow: none!important;
}
.social_icon {
	position: absolute;
	right: 20px;
	top: -45px;
}
.remember {
	color: white;
}
.remember input {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}
.login_btn {
	color: white;
	background-color: #008cba;
	/*width: 100px;*/;
}

.login_btn:hover {
	color: black;
	background-color: white;
}

.links {
	color: white;
}

.links a {
	margin-left: 4px;
}

.boldered {
	font-weight: 600;
}
.jumbotron-page {
	height: 100px;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
	padding-top: 102px;
}
.dash {
	font-size: 1.5em;
}
.text-shadow {
	text-shadow: 1px 1px #ffffff91;
}
.dark-text-shadow {
	text-shadow: 1px 1px #272727a3;
}
.row.no-pad {
	margin-right: 1;
	margin-left: 0;
}
.row.no-pad > [class*='col-'] {
	padding-right: 1;
	padding-left: 0;
}