@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900');


body {
    font-family: 'Source Sans Pro', sans-serif !important;
}

/* Page Design
================================== */

.header-wrapper {
	background-color: #FFF;
	height: 60px;
	border: 1px solid #dfdfdf;
}

.header-right {
	height: 60px;
	border-left: 1px solid #dfdfdf;
}

.footer li {
	text-align: center;
	display: inline-block;
	background-color: #f6f7fa;
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	border-radius: 100%;
	cursor: pointer;
}

/* Page Design
================================== */


/* Box Content Design
================================== */

.table-container {
    font-size: 12px;
    box-shadow: 0 6px 12px rgb(140 152 164 / 8%);
    border: .0625rem solid rgba(231,234,243,.7);
    border-radius: .75rem;
}

.table-container .nav-item .active  {
    border-left: 3px solid #d50c2d;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.table-container .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.table-container i {
    font-size: 14px;
    color: #d50c2d !important;
}

.table-container .nav-item  {
    margin-bottom: 6px;
}


/* Box Content Design
================================== */


/* Side Menu Design
================================== */

.sidebar-menu,
.sidebar-menu ul,
.sidebar-menu ul li,
.sidebar-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000 !important;
}
.sidebar-menu ul li a i {
	margin-right: 10px;
}
.sidebar-menu ul li a i.far {
	position: absolute;
	margin-top: 0px;
	right: 0px;
}
.sidebar-menu {
    width: 100%;
}
.sidebar-menu ul ul {
    display: none;
}
.sidebar-menu > ul > li > a {
    padding: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.sidebar-menu ul ul li a {
    cursor: pointer;
    padding: 10px;
    z-index: 1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    left: 30px;
}

/* Side Menu Design
================================== */


/* General Table List Design
================================== */
.table thead th {
    padding: 12px;
    background-color: #f9fbfd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #95aac9;
    border-bottom-width: 1px;
}
.table td {
    padding: 8px !important;
    border-top: 1px solid #edf2f9;
    font-size: 14px;
    font-weight: 300;
}
/* General Table List Design
================================== */






/* Page Elements Design
================================== */

.border-right {
	height: 100%;
	border-left: 1px solid #dfdfdf;
}

.header-divider {
	height: 60px;
}

.rows {
    border-bottom:1px solid #f0f0f0;
}

.rows:hover {
	background-color: #dfdfdf !important;
	cursor: pointer;
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px !important;
    list-style: none;
    background-color: transparent !important;
}


/* Page Elements Design
================================== */

/* Warning Design */


.bd-callout-warning {
    border-left-color: #c41230 !important;
}
.bd-callout {
    padding: 12px 12px 0px 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

/* Warning Design */


/* Form Design
================================== */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
  border-color: rgba(196,18,48,.4) !important;
  box-shadow:0 0 10px rgba(196,18,48,0.2) !important;
  outline: 0 none !important;
}

.input-label {
    display: block;
    color: #1e2022;
    font-size: 14px;
    font-weight: 700;
    padding: 8px;
}

/*
.form-group {
    position: relative;
}
.form-group i { 
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 10px;
}
*/

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.21875rem);
    padding: .54688rem .875rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff !important;
    background-clip: padding-box;
    border: .0625rem solid #dfdfdf !important;
    border-radius: .3125rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

[type="number"] {

    width: 30% !important;
}



/* Form Design
================================== */


/* Config & Elements
================================== */

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /**/
    position: absolute;
    z-index:9999999999 !important;
} 


.disabled {
    opacity:0.5;
    pointer-events: none;
}

.delete-animation {
    position: absolute;
    width: 100%;
    margin-top: -30px;
    opacity:0;
    transition:.60s all;
}

/* Config & Elements
================================== */

@media (max-width:576px){

}

@media (min-width:576px) and (max-width:768px){
   
}

@media (min-width:768px) and (max-width:992px){
    
}

@media (min-width:992px) and (max-width:1200px){

}

@media (min-width:1200px){


}
