/* 
==========================================================================
GENERAL CSS
========================================================================== 
*/
body{
font-family: 'Open Sans', sans-serif!important;
font-size:14px;
}

.form-control::placeholder {
	font-size: 12px;
}

.mycontainer{
	box-sizing: border-box;
	background-color: #d0d0b7;
	max-width: 1700px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 40px;
	flex-direction: row;
	border-radius: 2px;
	margin: 0px auto;
	height: auto;
	justify-content: flex-start;
	border: 1px solid #333;
	margin: 30px auto;
	text-align:justify;
}

.animated.bounceInDown.bg-dark {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* 
==========================================================================
MAIN PAGE
========================================================================== 
*/
.form-control {
	border-radius:0;
}

.mainwrap {
	background: #ccc;
	display: flex;
	height: auto;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.top {
	background: #ffffff;
	height: 75px;
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 5px solid red;
}

.version {
	color: white;
	font-size: 20px;
	align-self: center;
}
.logomono{
height:58px;
}
.top .logo {
	width: 230px;
	background-color: #112b46;
	display: flex;
	height: 77px;
	border-bottom: 4px solid #ff0101;
	justify-content:center;
	align-items:center;
}

.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
	content: "\f0c9";
	font-size: 22px;
	color: #0b3088;
}

.hamburger {
	height: 70px;
	display: flex;
	align-items: center;
	width: 60px;
	flex-direction: row;
	justify-content: center;
}

.icon_area {
	display: flex;
	flex-grow: 1;
	justify-content: end;
	padding-right: 10px;
    align-items: center;
}

.icon_area img{ 
	width:30px;
    height:30px;
    margin-left:10px;
    cursor:pointer;
}

.mycontent {
	display: flex;
	flex-direction: row;
	min-height: 100vh;
	flex-grow: 1;
}

.leftbar {
	background-color: #112b46;
	text-align:justify;
	padding-top:130px;
    width:230px;
	margin-top:1px;
	display: flex;
	flex-shrink: 0;
	position:fixed;
	top	:0;
	left:0;
	height:100%;
	z-index:998;
    overflow-y: scroll;
}

.right_sidebar_info {
	background-color: #fff;
	text-align: justify;
	width: 230px;
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	box-shadow: 8px 0px 20px #000;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
}
.right_sidebar_info .header {
	background-color: #313a46;
	height: 70px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: row;
	padding: 20px;
	font-size: 15px;
}
.right_sidebar_info .body{
}
.rightbar {
	flex-grow: 6;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-start;
}

.infobar {
	background-color: #112b46;
	flex: 0 0 100%;
	height: 60px;
	display: flex;
	align-items: center;
	margin-top: 71px;
	box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 20px;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.contentarea {
	padding: 20px;
	background-color: #fff;
	flex: 1;
	height: calc(100% - 50px);
	padding-top:150px;
	height:100%;
}

.padding-left{
padding-left:250px;
}

.margin-left{
margin-left:240px;
}


.btn-success {
	background-color: #ccc;
	border: 1px solid #b5b2b2;
	color: #535151;
}

.btn-success:hover {
	background-color: #770404;
	border: 1px solid #770404;
	color: #ffffff;
}

.btn:active{
	color: #ffffff;
	background-color: #770404!important;
	border-color: #770404!important;
}

/* 
==========================================================================
BREADCRUMB
========================================================================== 
*/

.infobar .left{
color:#ffffff;
font-size:20px;
}

.infobar .right{
color:#cf0;
font-size:15px;
margin-right:20px;
}

.infobar .right .lastchild{
color:#fff;
}

/* 
==========================================================================
MODAL POPUP BOOTSTRAP
========================================================================== 
*/

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
 max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer
}

.modal-footer {
	justify-content:flex-end;
}

.dismissed{
  align-self: center!important;
  margin-top: -5px!important;
  font-size: 14px!important;
  width: auto!important;
  margin-left: 80px!important;
  cursor:pointer;
}

.modal-body {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 5px solid #a20000;
	display: flex;
	gap: 30px;
	text-align: justify;
	padding-right: 30px;
}

/* 
==========================================================================
MODAL POPUP BOOTSTRAP
========================================================================== 
*/


/* 
==========================================================================
POPUP JCONFIRM
========================================================================== 
*/

 .message_body {
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding-right: 20px;
	padding-left: 10px;
}
.message_icon {
	flex: 0 0 60px;
}
.message-body {
	text-align: justify;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
	padding-bottom: 11px;
	width: 100%;
	padding-left: 10px;
	padding-right: 20px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
	text-transform:none!important;
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
	border-top: solid 7px #800000 !important;
}

/* 
==========================================================================
POPUP JCONFIRM
========================================================================== 
*/

/* 
==========================================================================
MEDIA QUERIES
========================================================================== 
*/

@media (min-width: 320px) {
    .modal {
    width:100%;    
    }
    
    .modal-content{
    width:90%;
    }
}

@media (max-width: 500px) {
.infobar {
	justify-content: center;
}

.infobar .left {
	display:none;
}

.infobar .right {
	text-align: center;
}

.modal-body, .message_body {
	flex-direction: column;
}

.message_icon {
	text-align: center;
}

}

@media (max-width: 900px) {
.leftbar{
display:none;
}
}




 