body
{
    padding-top: 60px;
}
@font-face
{
    font-family: PectinWorldTTF; /* Гарнитура шрифта */
    src: url(../fonts/PectinWorld.ttf); /* Путь к файлу со шрифтом */
}
h5
{
    font-family: PectinWorldTTF;
}
.navbar ul li a /* Цвет текста меню в спокойном состоянии */
{
    color:#74985A;
}
.navbar ul li a:hover /* Цвет текста и фона меню когда провожу мышкой над кнопкой */
{
    color:#fff;
    background-color: #330033;
}

.navbar ul li a:focus /* Изменяю выбранную кнопку меню */
{
    color:#fff;
    background-color: #74985A;
}
.menuActivado /* Изменяю выбранную кнопку меню */
{
    color:#fff !important;
    background-color: #74985A !important;
}
.title /* Конфигурирую заголовок, чтобы он изменял размеры при изменении размеров экрана */
{ 
    font-size: calc(1rem + 3.3vw);
    color:#74985A;
    font-weight: bold;
}
.btn-style /* Изменяю дизайн обыкновенной кнопки */
{
    color:#74985A;
    background-color: #e3f2fd;
}
.btn-cancelar-style /* Изменяю дизайн кнопки для отмены действий */
{
    color:#74985A;
    background-color: #e399fd;
}
.content {
  min-height: calc(100vh - 52px);
}
footer /* Конфигурирую футер */
{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin-top: auto;
    color:#fff;
    background-color: #74985A;
}
.table th /* Выравниваю заголовок таблицы по центру */
{
    text-align: center;
}
.table td /* Выравниваю заголовок таблицы по центру */
{
    text-align: left;
}
.table-ckeditor
{
    border: 1px solid #ff33ff;
}
textarea{  
  /* box-sizing: padding-box; */
  overflow:hidden;
  /* demo only: */
  padding:10px;
  width:250px;
  font-size:14px;
  margin:50px auto;
  display:block;
  border-radius:10px;
  border:6px solid #556677;
}


.tables_ui
{
    display:inline-block;
    margin:1px 20%;
    border:1px solid #fff;
    border-spacing:0;
}
.tables_ui ul li
{
    min-width: 200px;
}
.tables_ui th,td
{
    text-align: right;
    padding: 1px 4px;
    border: 1px solid;
}









table#tabla1.dataTable tbody tr.over {
  background-color: #ffa;
}

table#tabla1.dataTable tbody tr.over > .sorting_1 {
  background-color: #ffa;
}

table#tabla2.dataTable tbody tr.over {
  background-color: #ffa;
}

table#tabla2.dataTable tbody tr.over > .sorting_1 {
  background-color: #ffa;
}











.prettyprinted {
	margin-top: 5px;
	border-top: none !important;
	border-bottom: none !important;
	border-right: none !important;
	border-left: 1px solid rgba(0,0,0,.1) !important;
	padding-left: 15px !important;
	word-wrap: break-word !important;
	overflow: default !important;
	text-overflow: default !important;
}

.tinted {
	background-color: #fff6b2;
}

.handle {
	cursor: grab;
}

code {
	color: #606;
}

.toc {
	background-color: rgb(255,255,255,0.5);
	border: solid #444 1px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

.toc h5 {
	margin-top: 8px;
}

.list-group-item:hover {
	z-index: 0;
}

.input-section {
	background-color: rgb(255,255,255,0.5);
	padding: 20px;
}

.square-section {
	background-color: rgb(255,255,255,0.5);
}


.square {
	width: 20vw;
	height: 20vw;
	background-color: #00a2ff;
	margin-top: 2vw;
	margin-left: 2vw;
	display: inline-block;
	position: relative;
}

.swap-threshold-indicator {
	background-color: #0079bf;
	height: 100%;
	display: inline-block;
}

.inverted-swap-threshold-indicator {
	background-color: #0079bf;
	height: 100%;
	position: absolute;
}

.indicator-left {
	left: 0;
	top: 0;
}

.indicator-right {
	right: 0;
	bottom: 0;
}

.num-indicator {
	position: absolute;
	font-size: 50px;
	width: 25px;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	color: white;
}

.grid-square {
	width: 100px;
	height: 100px;
	display: inline-block;
	background-color: #fff;
	border: solid 1px rgb(0,0,0,0.2);
	padding: 10px;
	margin: 12px;
}

.nested-sortable, .nested-1, .nested-2, .nested-3 {
	margin-top: 5px;
}

.nested-1 {
	background-color: #e6e6e6;
}

.nested-2 {
	background-color: #cccccc;
}

.nested-3 {
	background-color: #b3b3b3;
}

.frameworks {
	background-color: rgb(255,255,255,0.5);
	border: solid rgb(0,0,0,0.3) 1px;
	padding: 20px;
}

.frameworks h3 {
	margin-top: 5px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 3.8px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(48, 113, 169, 0);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
  border: 1.3px solid rgba(0, 0, 0, 0.7);
  height: 16px;
  width: 16px;
  border-radius: 49px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(54, 126, 189, 0);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(48, 113, 169, 0);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
  border: 1.3px solid rgba(0, 0, 0, 0.7);
  height: 16px;
  width: 16px;
  border-radius: 49px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(42, 100, 149, 0);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: rgba(48, 113, 169, 0);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
  border: 1.3px solid rgba(0, 0, 0, 0.7);
  height: 16px;
  width: 16px;
  border-radius: 49px;
  background: #ffffff;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(48, 113, 169, 0);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(54, 126, 189, 0);
}

.blue-background-class {
	background-color: #C8EBFB;
}

.col {
	padding-right: 0;
	margin-right: 15px;
}

.selected {
	background-color: #f9c7c8;
	border: solid red 1px !important;
	z-index: 1 !important;
}

.highlight {
	background-color: #B7F8C7;
}

@media (min-width: 992px) {
  #carbonads {
    display: block;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 1px 3px hsla(0, 0%, 0%, .05);
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    max-width: 300px;
    margin-top: 50px;
    font-size: 12px;
    position: absolute;
    background-color: #fff;
  }

  #carbonads a {
    text-decoration: none;
  }

  #carbonads span {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .carbon-img {
    float: left;
    margin-right: 1em;
  }

  .carbon-img img {
    display: block;
  }

  .carbon-text {
    display: block;
    float: left;
    max-width: calc(100% - 130px - 1em);
    text-align: left;
    color: #637381;
  }

  .carbon-poweredby {
    position: absolute;
    left: 142px;
    bottom: 0;
    display: block;
    font-size: 8px;
    color: #c5cdd0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
  }
}

@media (max-width: 992px) {
 #carbonads {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
    --width: 728px;
    --font-size: 22px;
  }

  #carbonads {
    display: block;
    overflow: hidden;
    max-width: var(--width);
    position: relative;
    background-color: hsl(0, 0%, 99%);
    border: solid 1px #eee;
    font-size: var(--font-size);
    box-sizing: border-box;
  }

  .detail #carbonads {
    margin-top: 12px;
  }

  #carbonads a {
    color: inherit;
    text-decoration: none;
  }

  #carbonads a:hover {
    color: inherit;
  }

  .carbon-wrap {
    display: flex;
    align-items: center;
  }

  carbon-img {
    display: block;
    float: left;
    margin: 0;
    max-width: var(--width);
    line-height: 1;
  }

  .carbon-img img {
    display: block;
    height: 90px;
    width: auto;
  }

  .carbon-text {
    display: block;
    float: left;
    padding: 0 1em;
    line-height: 1.35;
    max-width: calc(100% - 130px - 2em);
    text-align: left;
  }

  .carbon-poweredby {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 10px;
    background: repeating-linear-gradient(
                    -45deg,
                    transparent,
                    transparent 5px,
                    hsla(0, 0%, 0%, 0.025) 5px,
                    hsla(0, 0%, 0%, 0.025) 10px
    )
    hsla(203, 11%, 95%, 0.8);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 8px;
    border-top-left-radius: 4px;
    line-height: 1;
  }

  @media only screen and (min-width: 320px) and (max-width: 759px) {
    .carbon-text {
      font-size: 14px;
    }
  }
}