@charset "UTF-8";

body {
    background-color: #fff; /*#dedede*/
}

.center {
	text-align: center;
	margin: 0px auto;
}

.center-card {
	text-align: center;
}
    
.fixed-top-RSA {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.topbar {
	background: white; /*#2A3F54*/
	border-color: #2A3F54;
	border-radius: 0px;
	padding: .344rem 1rem 0.344rem 0.5rem; /*new*/
}



.wrapper {
    margin-top: 50px;
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar {
    z-index: 1000;
    position: fixed;
    top: 49px;
    left: -50px;
    width: 50px;
    height: 100%;
    overflow-y: auto;
    background: white;
color: #ffffff;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.wrapper.toggled {
	padding-left: 50px;
}

.wrapper.toggled .sidebar {
	left: 0;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 52px;
    width: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li, .sidebar-nav-bottom li {
    line-height: 40px;
}
.sidebar-nav li a, .sidebar-nav-bottom li a {
    display: block;
    text-decoration: none;
    color: #00AFF0; /*#000*/
    padding: 0;
    text-align:center;
}

.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav-bottom li a:hover, .sidebar-nav-bottom li.active a {
    text-decoration: none;
    color: #00AFF0; /*#000*/
    /*background: #fff;*/
    background: rgba(204,204,204,0.6); /*rgba(255,255,255,0.2)*/
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav-bottom li a:active,
.sidebar-nav-bottom li a:focus {
    text-decoration: none;
}

.sidebar-nav li span, .sidebar-nav-bottom li span, .subbar li span {
	display : none;
}

.content {
    margin-top: 21px;
    padding: 0 30px;
}

@media(min-width:992px) {
    .wrapper {
    	padding-left: 50px;
    }

    .sidebar {
    	left: 0;
    	width: 50px;
	}

	.wrapper.toggled {
		padding-left: 200px;
	}

	.wrapper.toggled .sidebar, .wrapper.toggled .sidebar-nav, .wrapper.toggled .sidebar-nav-bottom {
		width: 200px;
	}
	
	.wrapper.toggled .sidebar-nav li a, .wrapper.toggled .sidebar-nav-bottom li a {
		text-align: left;
		padding: 0 0 0 10px;
	}

	.wrapper.toggled .sidebar-nav li span, .wrapper.toggled .sidebar-nav-bottom li span {
		display: inline;
	}

}

.navbar-btn {
    background: none;
    border: none;
    height: 35px;
    min-width: 35px;
    color: #fff;
}

.card-space-RSA {
	margin-bottom: 25px;
}

.label-format-RSA {
	font-weight: bold;
	font-size: large;
}

.code0 {
	font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

@media (min-height: 920px) {
	.tableScrollable {
		overflow-y: auto;
  		height: 770px;
  		/*display: flex;*/
	}
}

@media (min-height: 656px) and (max-height: 919px) {
	.tableScrollable {
		overflow-y: auto;
  		height: 480px;
  		/*display: flex;*/
	}
}

.cardScrollable {
  overflow-y: auto;
  max-height: 600px;
}

a#linkStyle {
  color: black;
  /*opacity: 0.6;*/
  text-decoration: none;
}

a#linkStyle:hover, a#linkStyle:active, a#linkStyle:focus{
  color: black;
  text-decoration: none;
  opacity: 1;
}

.bd-callout {
    padding: 1.25rem 1.25rem 0.25rem 1.25rem;
    /*margin-top: 1.25rem;*/
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    background-color: whitesmoke;
}

.bd-list-callout {
    padding: 0.25rem 0.15rem 0.25rem 0.40rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-list-callout > a {
    color: black;
}

.bs-list-callout-icon {
  font-size: 40px;
  margin-right: .3em;
  min-width: 50px;
  width: 50px;
  float: left;
}

.bs-list-callout-icon-sm {
  font-size: 30px;
  min-width: 50px;
  width: 50px;
  float: left;
}

.bd-callout-primary {
    border-left-color: #007bff
}

.bd-callout-info {
    border-left-color: #2574A9
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.pointer {cursor: pointer;}

.dot {
	height: 12px;
  	width: 12px;
  	border-radius: 50%;
  	display: inline-block;
}

.bg-metallic {
	background-image: url('https://image.shutterstock.com/image-photo/stainless-steel-texture-600w-257549158.jpg');
}

/* foto */

.icon-img{
    width: 40px;
    height: 40px;
    position: absolute;
    right:10px;
    top:10px;
}

.custom-btn-chart {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #d1d1d1;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.custom-btn-chart.active {
    background: #ff7300;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #DCDFE6;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.iconArrow{
    border: none;
    background: none;
    font-size: 20px;
    content: "\e688";
}

.dropdown-item:hover{
    background-color: #1cb4e6;
    color: white;
}

.btn {
    padding: 10px 20px;
    border-radius: 0.25rem;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-info {
    color: #fff;
    background-color: #00AFF0;
    border-color: #00AFF0;
}
.btn-info:hover {
    color: #fff;
    background-color: #1cb4e6;
    border-color: #18acdd;
}
.btn-info:active {
    color: #fff;
    background-color: #1cb4e6;
    border-color: #18acdd;
}