/*================================================================================================
	File Name: coseco.css
	Description: This is only own Stuff CSS
================================================================================================*/

.brand-logo {
    height: 56px;
    width: auto;
}

/*
* cursor shapes
*/

.cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-context-menu {cursor: context-menu;}
.cursor-col-resize {cursor: col-resize;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: grab;}
.cursor-grabbing {cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}

.course-theme-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.vert-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.vert-middle h5 {
    max-width: 100%;
}

.legend-circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.legend-circle-big {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: -2px;
}

.legend-square {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-bottom: -1px;
}

.v-line {
    border-left: 6px solid gray;
    height: 15px;
    position:absolute;
    left: 50%;
}

#sortable {
    cursor: grab;
}
.sortable {
    cursor: grab;
}

.break-words * {
    word-break: break-all;
}

.text-black {
    color: #222;
}

.text-underline {
    text-decoration: underline !important;
}

/* ============================================================
  text toggler
============================================================ */
.cmn-toggle {
    position: absolute;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* ============================================================
  SWITCH
============================================================ */
input.text-toggler + label {
    padding: 2px;
    width: 100px;
    height: 30px;
}
input.text-toggler + label:before, input.text-toggler + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
input.text-toggler + label:before {
    background-color: #dddddd;
    content: attr(data-off);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
input.text-toggler + label:after {
    background-color: #0b0;
    content: attr(data-on);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
input.text-toggler:checked + label:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
input.text-toggler:checked + label:after {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}


/* ============================================================
  FONT
============================================================ */
.font-bold {
    font-weight: bold;
}

/* ============================================================
  Graph Flot
============================================================ */
.flotTip{
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    box-shadow: 0 0 10px #555;
    opacity: .7;
    filter: alpha(opacity=70);
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* ============================================================
  Background Colors
============================================================ */
.bg-yellow {
    background-color:#ffed4a;
}

/* ============================================================
  Image auto fit
============================================================ */

.img-fit {
    position: absolute;
    max-height: 90%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

/* ============================================================
  Progress bar green
============================================================ */

.green-progress {
    color: #fff;
    background-color: #556ee6;
    -webkit-box-shadow: inset 0 -15px 7px -12px #001E4C;
    -moz-box-shadow: inset 0 -15px 7px -12px #001E4C;
    box-shadow: inset 0 -15px 7px -12px #001E4C;
}
