/* API styles */

/* Global Styles ------------------------------------- */
html, body {
   height: 100%;
   width: 100%;
   -webkit-user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
}

body {
   background-color: #FFF;
}

img, input, textarea {
   border-width: 0;
}

input, textarea {
   outline-width: 0;
}

body, ul, p, input, figure, table tr td, table tr th {
   margin: 0;
   padding: 0;
}

table {
   border-collapse: collapse;
}

ul {
   list-style-type: none;
}

header {
   min-height: 1px;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
}

textarea {
   padding: 0;
   resize: none;
}

a {
   text-decoration: none;
}

/* Measures ------------------------------------------ */
.full-width {
   width: 100%;
}

.mid-width {
   width: 50%;
}

.full-height {
   height: 100%;
}

.mid-height {
   height: 50%;
}

.min-width-full {
   min-width: 100%;
}

.min-height-full {
   min-height: 100%;
}

.mleft5 {
   margin-left: 5px;
}

.mright5 {
   margin-right: 5px;
}

.mbottom5 {
   margin-bottom: 5px;
}

.mtop5 {
   margin-top: 5px;
}

.mleft10 {
   margin-left: 10px;
}

.mright10 {
   margin-right: 10px;
}

.mbottom10 {
   margin-bottom: 10px;
}

.mtop10 {
   margin-top: 10px;
}

.mleft15 {
   margin-left: 15px;
}

.mright15 {
   margin-right: 15px;
}

.mbottom15 {
   margin-bottom: 15px;
}

.mtop15 {
   margin-top: 15px;
}

.mleft20 {
   margin-left: 20px;
}

.mright20 {
   margin-right: 20px;
}

.mbottom20 {
   margin-bottom: 20px;
}

.mtop20 {
   margin-top: 20px;
}

.mleft25 {
   margin-left: 25px;
}

.mright25 {
   margin-right: 25px;
}

.mbottom25 {
   margin-bottom: 25px;
}

.mtop25 {
   margin-top: 25px;
}

.mtop28 {
   margin-top: 28px;
}

.mleft30 {
   margin-left: 30px;
}

.mright30 {
   margin-right: 30px;
}

.mbottom30 {
   margin-bottom: 30px;
}

.mtop30 {
   margin-top: 30px;
}

.mleft35 {
   margin-left: 35px;
}

.mright35 {
   margin-right: 35px;
}

.mbottom35 {
   margin-bottom: 35px;
}

.mtop35 {
   margin-top: 35px;
}

.mleft40 {
   margin-left: 40px;
}

.mright40 {
   margin-right: 40px;
}

.mbottom40 {
   margin-bottom: 40px;
}

.mtop40 {
   margin-top: 40px;
}

.mleft45 {
   margin-left: 45px;
}

.mright45 {
   margin-right: 45px;
}

.mbottom45 {
   margin-bottom: 45px;
}

.mtop45 {
   margin-top: 45px;
}

.mleft50 {
   margin-left: 50px;
}

.mright50 {
   margin-right: 50px;
}

.mbottom50 {
   margin-bottom: 50px;
}

.mtop50 {
   margin-top: 50px;
}

.mbottom55 {
   margin-bottom: 55px;
}

.mtop70 {
   margin-top: 70px;
}

.mbotom80 {
   margin-bottom: 80px;
}

.mbotom155 {
   margin-bottom: 155px;
}


.pleft5 {
   padding-left: 5px;
}

.pright5 {
   padding-right: 5px;
}

.pbottom5 {
   padding-bottom: 5px;
}

.ptop5 {
   padding-top: 5px;
}

.pleft10 {
   padding-left: 10px;
}

.pleft15 {
   padding-left: 15px;
}

.pright15 {
   padding-right: 15px;
}

.ptop15 {
   padding-top: 15px;
}

.pbottom15 {
   padding-bottom: 15px;
}

.pleft20 {
   padding-left: 20px;
}

.pright10 {
   padding-right: 10px;
}

.pbottom10 {
   padding-bottom: 10px;
}

.ptop10 {
   padding-top: 10px;
}

.pbottom20 {
   padding-bottom: 20px;
}

.ptop20 {
   padding-top: 20px;
}

.pbottom25 {
   padding-bottom: 25px;
}

.ptop25 {
   padding-top: 25px;
}

.pleft25 {
   padding-left: 25px;
}

.pright25 {
   padding-right: 25px;
}

.pbottom30 {
   padding-bottom: 30px;
}

.ptop30 {
   padding-top: 30px;
}

.pleft30 {
   padding-left: 30px;
}

.pright30 {
   padding-right: 30px;
}

.pbottom35 {
   padding-bottom: 35px;
}

.ptop35 {
   padding-top: 35px;
}

.no-margin {
   margin: 0;
}

.no-padding {
   padding: 0;
}

.mtop40pct {
   margin-top: 40%;
}

.mtop50pct {
   margin-top: 50%;
}

.ptop40pct {
   padding-top: 40%;
}

/* Distribution -------------------------------------- */
.pull-left {
   float: left;
}

.pull-right {
   float: right;
}

.top {
   top: 0;
}

.left {
   left: 0;
}

.right {
   right: 0;
}

.bottom {
   bottom: 0;
}

.relative {
   position: relative;
}

.absolute {
   position: absolute;
}

.fixed {
   position: fixed;
}

/* Text ---------------------------------------------- */
.text-middle {
   vertical-align: middle;
}

.text-center {
   text-align: center;
}

.text-right {
   text-align: right;
}

.text-left {
   text-align: left;
}

.text-justify {
   text-align: justify;
}

.text-bottom {
   vertical-align: bottom;
}

.text-top {
   vertical-align: top;
}

.underline {
   text-decoration: underline;
}

.nowrap {
   white-space: nowrap;
}

.text-bold {
   font-weight: bold;
}

.text-spacing15 {
   line-height: 15px;
}

/* Aparience ----------------------------------------- */
.clear {
   clear: both;
}

.inline {
   display: inline;
}

.block {
   display: inline-block;
}

.table {
   display: table;
}

.table-cell {
   display: table-cell;
}

.hidden {
   display: none;
}

.pointer {
   cursor: pointer;
}

.show-scroll {
   overflow: auto;
}

.hide-scroll {
   overflow: hidden;
}

.hide-scrollx {
   overflow-x: hidden;
}

.hide-scrolly {
   overflow-y: hidden;
}

.no-border {
   border: none;
}

.no-visible {
   visibility: hidden;
}

/* Background ---------------------------------------- */
.bg-black {
   background-color: black;
}

.bg-white {
   background-color: white;
}

.bg-gray {
   background-color: gray;
}

.bg-red {
   background-color: red;
}

.bg-green {
   background-color: green;
}

.bg-blue {
   background-color: blue;
}

.bg-yellow {
   background-color: yellow;
}

.bg-transparent {
   background-color: transparent;
}

/* Color --------------------------------------------- */
.black {
   color: black;
}

.white {
   color: white;
}

.gray {
   color: gray;
}

.red {
   color: red;
}

.green {
   color: green;
}

.blue {
   color: blue;
}

.yellow {
   color: yellow;
}

.blue-109fff {
   color: #109fff;
}

.gray-a8a8a8 {
   color: #a8a8a8;
}

.black-303030 {
   color: #303030;
}

.color-FFFFFF {
   color: #FFFFFF;
}

.color-aaa {
   color: #555;
}

/* Border -------------------------------------------- */
.border {
   border-style: solid;
   border-width: 1px;
}

.border-dashed {
   border-style: dashed;
   border-width: 1px;
}

.border-top {
   border-width: 1px 0 0;
}

.border-right {
   border-width: 0 1px 0;
}

.border-bottom {
   border-width: 0 0 1px;
}

.border-left {
   border-width: 0 0 0 1px;
}

.border-black {
   border-color: black;
}

.border-white {
   border-color: white;
}

.border-gray {
   border-color: gray;
}

.border-red {
   border-color: red;
}

.border-green {
   border-color: green;
}

.border-blue {
   border-color: blue;
}

.border-yellow {
   border-color: yellow;
}

.border-transparent {
   border-color: transparent;
}

.border-gray-E4E4E4 {
   border-color: #E4E4E4 !important;
}

/* Font ---------------------------------------------- */
.font8 {
   font-size: 8px;
}

.font9 {
   font-size: 9px;
}

.font10 {
   font-size: 10px;
}

.font11 {
   font-size: 11px;
}

.font12 {
   font-size: 12px;
}

.font13 {
   font-size: 13px;
}

.font14 {
   font-size: 14px;
}

.font15 {
   font-size: 15px;
}

.font16 {
   font-size: 16px;
}

.font17 {
   font-size: 17px;
}

.font18 {
   font-size: 18px;
}

.font19 {
   font-size: 19px;
}

.font20 {
   font-size: 20px;
}

.font21 {
   font-size: 21px;
}

.font22 {
   font-size: 22px;
}

.font23 {
   font-size: 23px;
}

.font24 {
   font-size: 24px;
}

.font25 {
   font-size: 25px;
}

.font40 {
   font-size: 40px;
}

.font-semi {
   font-weight: 600;
}

/* Z-index ------------------------------------------- */
.index1 {
   z-index: 1;
}

.index2 {
   z-index: 2;
}

.index3 {
   z-index: 3;
}

.index4 {
   z-index: 4;
}

.index5 {
   z-index: 5;
}

.index6 {
   z-index: 6;
}

.index7 {
   z-index: 7;
}

.index8 {
   z-index: 8;
}

.index9 {
   z-index: 9;
}

.index10 {
   z-index: 10;
}

.index15 {
   z-index: 15;
}

.index20 {
   z-index: 20;
}

/* Outline ----------------------------------------------- */

.outline {
   outline: none;
}
