* {
	/*border: 1px solid red;*/
}

body {
	 	background-color: #f5f5f3;
}

dt {
	color: #6e6e6e;
	font-weight: 200;
}

.hide {
  display: none;
}

.white {
  color: #fff!important;
}


.main {
 	padding: 40px 0px 40px 0px;

}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #009dff8f;
}

.btn-outline-dark {
	color: #444;
}

.border-bottom {
   border-bottom: 2px solid #222;
}

.box-shadow {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
	border-radius: 2px;
	background-color: #fff;
}

.box-index .title {
	font-size: 1.5em;
}

.box-index  .content, .box-index  .content_cli {
	font-size: 1em;
}

.box-index  .content:hover, .box-index  .content_cli:hover {
	background-color: #a9dfff;
	cursor: pointer;
}

.box-index .list {
	font-weight: 200;
	color: #888;
}

.box-index  .border-bottom {
	border-bottom: 1px solid #222;
}

.color-blu {
	color: #0092e8;
}

.navbar {
	border-top: 2px solid #000;
}

.blu-box{
	background-color: #a9dfff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.pink-box{
	background-color: #de1b1b30;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
}

.spinner-container {
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255,255,255,0.8); /* Black w/ opacity */
    transition: background-color 0.50s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.spinner-container.active {
	display: block;
	transition: background-color 0.50s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.alert {
	padding: 0 3.25em;
	margin-right: 10px;
}

.note {
	padding-bottom: 10px;
}

.logo {
	display: block;
	margin: auto;
}

.pt-35 {
	padding-top: 35px;
}

@media (max-width: 990px) {

.modal-lg {
    max-width: 750px;
}
}

@media (min-width: 768px) {
.col-index .col-md-6  {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
}
}

@media (max-width: 730px) {

.modal-lg {
    max-width: 700px;
    margin-left: 10px;
    margin-right: 10px;
}
}



@media (max-width: 575px) {


.hide-md {
    display: none;
}

.modal-dialog {
	max-width: 625px;
}

.pt-35 {
	padding-top: 0px;
}

}


@media (max-width: 369px) {

.hide-sm {
    display: none;
}

}
