
 html{
    box-sizing:border-box
}
*,*:before,*:after{
    box-sizing:inherit
}

 html{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
 article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{
    display:block
}
summary{
    display:list-item
}
 audio,canvas,progress,video{
    display:inline-block
}
progress{
    vertical-align:baseline
}
 audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
 a{
    background-color:transparent
}
a:active,a:hover{
    outline-width:0
}
 abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted
}
 b,strong{
    font-weight:bolder
}
dfn{
    font-style:italic
}
mark{
    background:#ff0;
    color:#000
}
 small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
 sub{
    bottom:-0.25em
}
sup{
    top:-0.5em
}
figure{
    margin:1em 40px
}
img{
    border-style:none
}
 code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
 button,input,select,textarea,optgroup{
    font:inherit;
    margin:0
}
optgroup{
    font-weight:bold
}
 button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
 button,[type=button],[type=reset],[type=submit]{
    -webkit-appearance:button
}
 button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{
    border-style:none;
    padding:0
}
 button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{
    outline:1px dotted ButtonText
}
 fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:.35em .625em .75em
}
 legend{
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
textarea{
    overflow:auto
}
 [type=checkbox],[type=radio]{
    padding:0
}
 [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
 [type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
 [type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
 ::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
/* End extract */
 html,body{
    font-family:Verdana,sans-serif;
    font-size:15px;
    line-height:1.5
}
html{
    overflow-x:hidden
}
 h1{
    font-size:36px
}
h2{
    font-size:30px
}
h3{
    font-size:24px
}
h4{
    font-size:20px
}
h5{
    font-size:18px
}
h6{
    font-size:16px
}
 .my-serif{
    font-family:serif
}
.my-sans-serif{
    font-family:sans-serif
}
.my-cursive{
    font-family:cursive
}
.my-monospace{
    font-family:monospace
}
 h1,h2,h3,h4,h5,h6{
    font-family:"Segoe UI",Arial,sans-serif;
    font-weight:400;
    margin:10px 0
}
.my-wide{
    letter-spacing:4px
}
 hr{
    border:0;
    border-top:1px solid #eee;
    margin:20px 0
}
 .my-image{
    max-width:100%;
    height:auto
}
img{
    vertical-align:middle
}
a{
    color:inherit
}
 .my-table,.my-table-all{
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    display:table
}
.my-table-all{
    border:1px solid #ccc
}
 .my-bordered tr,.my-table-all tr{
    border-bottom:1px solid #ddd
}
.my-striped tbody tr:nth-child(even){
    background-color:#f1f1f1
}
 .my-table-all tr:nth-child(odd){
    background-color:#fff
}
.my-table-all tr:nth-child(even){
    background-color:#f1f1f1
}
 .my-hoverable tbody tr:hover,.my-ul.my-hoverable li:hover{
    background-color:#ccc
}
.my-centered tr th,.my-centered tr td{
    text-align:center
}
 .my-table td,.my-table th,.my-table-all td,.my-table-all th{
    padding:8px 8px;
    display:table-cell;
    text-align:left;
    vertical-align:top
}
 .my-table th:first-child,.my-table td:first-child,.my-table-all th:first-child,.my-table-all td:first-child{
    padding-left:16px
}
 .my-btn,.my-button{
    border:none;
    display:inline-block;
    padding:8px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap
}
 .my-btn:hover{
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
 .my-btn,.my-button{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
 .my-disabled,.my-btn:disabled,.my-button:disabled{
    cursor:not-allowed;
    opacity:0.3
}
.my-disabled *,:disabled *{
    pointer-events:none
}
 .my-btn.my-disabled:hover,.my-btn:disabled:hover{
    box-shadow:none
}
 .my-badge,.my-tag{
    background-color:#000;
    color:#fff;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    text-align:center
}
.my-badge{
    border-radius:50%
}
 .my-ul{
    list-style-type:none;
    padding:0;
    margin:0
}
.my-ul li{
    padding:8px 16px;
    border-bottom:1px solid #ddd
}
.my-ul li:last-child{
    border-bottom:none
}
 .my-tooltip,.my-display-container{
    position:relative
}
.my-tooltip .my-text{
    display:none
}
.my-tooltip:hover .my-text{
    display:inline-block
}
 .my-ripple:active{
    opacity:0.5
}
.my-ripple{
    transition:opacity 0s
}
 .my-input{
    padding:8px;
    display:block;
    border:none;
    border-bottom:1px solid #ccc;
    width:100%
}
 .my-select{
    padding:9px 0;
    width:100%;
    border:none;
    border-bottom:1px solid #ccc
}
 .my-dropdown-click,.my-dropdown-hover{
    position:relative;
    display:inline-block;
    cursor:pointer
}
 .my-dropdown-hover:hover .my-dropdown-content{
    display:block
}
 .my-dropdown-hover:first-child,.my-dropdown-click:hover{
    background-color:#ccc;
    color:#000
}
 .my-dropdown-hover:hover > .my-button:first-child,.my-dropdown-click:hover > .my-button:first-child{
    background-color:#ccc;
    color:#000
}
 .my-dropdown-content{
    cursor:auto;
    color:#000;
    background-color:#fff;
    display:none;
    position:absolute;
    min-width:160px;
    margin:0;
    padding:0;
    z-index:1
}
 .my-check,.my-radio{
    width:24px;
    height:24px;
    position:relative;
    top:6px
}
 .my-sidebar{
    height:100%;
    width:200px;
    background-color:#fff;
    position:fixed!important;
    z-index:1;
    overflow:auto
}
 .my-bar-block .my-dropdown-hover,.my-bar-block .my-dropdown-click{
    width:100%
}
 .my-bar-block .my-dropdown-hover .my-dropdown-content,.my-bar-block .my-dropdown-click .my-dropdown-content{
    min-width:100%
}
 .my-bar-block .my-dropdown-hover .my-button,.my-bar-block .my-dropdown-click .my-button{
    width:100%;
    text-align:left;
    padding:8px 16px
}
 .my-main,#main{
    transition:margin-left .4s
}
 .my-modal{
    z-index:3;
    display:none;
    padding-top:100px;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.4)
}
 .my-modal-content{
    margin:auto;
    background-color:#fff;
    position:relative;
    padding:0;
    outline:0;
    width:600px
}
 .my-bar{
    width:100%;
    overflow:hidden
}
.my-center .my-bar{
    display:inline-block;
    width:auto
}
 .my-bar .my-bar-item{
    padding:8px 16px;
    float:left;
    width:auto;
    border:none;
    display:block;
    outline:0
}
 .my-bar .my-dropdown-hover,.my-bar .my-dropdown-click{
    position:static;
    float:left
}
 .my-bar .my-button{
    white-space:normal
}
 .my-bar-block .my-bar-item{
    width:100%;
    display:block;
    padding:8px 16px;
    text-align:left;
    border:none;
    white-space:normal;
    float:none;
    outline:0
}
 .my-bar-block.my-center .my-bar-item{
    text-align:center
}
.my-block{
    display:block;
    width:100%
}
 .my-responsive{
    display:block;
    overflow-x:auto
}
 .my-container:after,.my-container:before,.my-panel:after,.my-panel:before,.my-row:after,.my-row:before,.my-row-padding:after,.my-row-padding:before, .my-cell-row:before,.my-cell-row:after,.my-clear:after,.my-clear:before,.my-bar:before,.my-bar:after{
    content:"";
    display:table;
    clear:both
}
 .my-col,.my-half,.my-third,.my-twothird,.my-threequarter,.my-quarter{
    float:left;
    width:100%
}
 .my-col.s1{
    width:8.33333%
}
.my-col.s2{
    width:16.66666%
}
.my-col.s3{
    width:24.99999%
}
.my-col.s4{
    width:33.33333%
}
 .my-col.s5{
    width:41.66666%
}
.my-col.s6{
    width:49.99999%
}
.my-col.s7{
    width:58.33333%
}
.my-col.s8{
    width:66.66666%
}
 .my-col.s9{
    width:74.99999%
}
.my-col.s10{
    width:83.33333%
}
.my-col.s11{
    width:91.66666%
}
.my-col.s12{
    width:99.99999%
}
 @media (min-width:601px){
    .my-col.m1{
        width:8.33333%
    }
    .my-col.m2{
        width:16.66666%
    }
    .my-col.m3,.my-quarter{
        width:24.99999%
    }
    .my-col.m4,.my-third{
        width:33.33333%
    }
     .my-col.m5{
        width:41.66666%
    }
    .my-col.m6,.my-half{
        width:49.99999%
    }
    .my-col.m7{
        width:58.33333%
    }
    .my-col.m8,.my-twothird{
        width:66.66666%
    }
     .my-col.m9,.my-threequarter{
        width:74.99999%
    }
    .my-col.m10{
        width:83.33333%
    }
    .my-col.m11{
        width:91.66666%
    }
    .my-col.m12{
        width:99.99999%
    }
}
 @media (min-width:993px){
    .my-col.l1{
        width:8.33333%
    }
    .my-col.l2{
        width:16.66666%
    }
    .my-col.l3{
        width:24.99999%
    }
    .my-col.l4{
        width:33.33333%
    }
     .my-col.l5{
        width:41.66666%
    }
    .my-col.l6{
        width:49.99999%
    }
    .my-col.l7{
        width:58.33333%
    }
    .my-col.l8{
        width:66.66666%
    }
     .my-col.l9{
        width:74.99999%
    }
    .my-col.l10{
        width:83.33333%
    }
    .my-col.l11{
        width:91.66666%
    }
    .my-col.l12{
        width:99.99999%
    }
}
 .my-rest{
    overflow:hidden
}
.my-stretch{
    margin-left:-16px;
    margin-right:-16px
}
 .my-content,.my-auto{
    margin-left:auto;
    margin-right:auto
}
.my-content{
    max-width:980px
}
.my-auto{
    max-width:1140px
}
 .my-cell-row{
    display:table;
    width:100%
}
.my-cell{
    display:table-cell
}
 .my-cell-top{
    vertical-align:top
}
.my-cell-middle{
    vertical-align:middle
}
.my-cell-bottom{
    vertical-align:bottom
}
 .my-hide{
    display:none!important
}
.my-show-block,.my-show{
    display:block!important
}
.my-show-inline-block{
    display:inline-block!important
}
 @media (max-width:1205px){
    .my-auto{
        max-width:95%
    }
}
 @media (max-width:600px){
    .my-modal-content{
        margin:0 10px;
        width:auto!important
    }
    .my-modal{
        padding-top:30px
    }
     .my-dropdown-hover.my-mobile .my-dropdown-content,.my-dropdown-click.my-mobile .my-dropdown-content{
        position:relative
    }
     .my-hide-small{
        display:none!important
    }
    .my-mobile{
        display:block;
        width:100%!important
    }
    .my-bar-item.my-mobile,.my-dropdown-hover.my-mobile,.my-dropdown-click.my-mobile{
        text-align:center
    }
     .my-dropdown-hover.my-mobile,.my-dropdown-hover.my-mobile .my-btn,.my-dropdown-hover.my-mobile .my-button,.my-dropdown-click.my-mobile,.my-dropdown-click.my-mobile .my-btn,.my-dropdown-click.my-mobile .my-button{
        width:100%
    }
}
 @media (max-width:768px){
    .my-modal-content{
        width:500px
    }
    .my-modal{
        padding-top:50px
    }
}
 @media (min-width:993px){
    .my-modal-content{
        width:900px
    }
    .my-hide-large{
        display:none!important
    }
    .my-sidebar.my-collapse{
        display:block!important
    }
}
 @media (max-width:992px) and (min-width:601px){
    .my-hide-medium{
        display:none!important
    }
}
 @media (max-width:992px){
    .my-sidebar.my-collapse{
        display:none
    }
    .my-main{
        margin-left:0!important;
        margin-right:0!important
    }
    .my-auto{
        max-width:100%
    }
}
 .my-top,.my-bottom{
    position:fixed;
    width:100%;
    z-index:1
}
.my-top{
    top:0
}
.my-bottom{
    bottom:0
}
 .my-overlay{
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    z-index:2
}
 .my-display-topleft{
    position:absolute;
    left:0;
    top:0
}
.my-display-topright{
    position:absolute;
    right:0;
    top:0
}
 .my-display-bottomleft{
    position:absolute;
    left:0;
    bottom:0
}
.my-display-bottomright{
    position:absolute;
    right:0;
    bottom:0
}
 .my-display-middle{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%)
}
 .my-display-left{
    position:absolute;
    top:50%;
    left:0%;
    transform:translate(0%,-50%);
    -ms-transform:translate(-0%,-50%)
}
 .my-display-right{
    position:absolute;
    top:50%;
    right:0%;
    transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%)
}
 .my-display-topmiddle{
    position:absolute;
    left:50%;
    top:0;
    transform:translate(-50%,0%);
    -ms-transform:translate(-50%,0%)
}
 .my-display-bottommiddle{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translate(-50%,0%);
    -ms-transform:translate(-50%,0%)
}
 .my-display-container:hover .my-display-hover{
    display:block
}
.my-display-container:hover span.my-display-hover{
    display:inline-block
}
.my-display-hover{
    display:none
}
 .my-display-position{
    position:absolute
}
 .my-circle{
    border-radius:50%
}
 .my-round-small{
    border-radius:2px
}
.my-round,.my-round-medium{
    border-radius:4px
}
.my-round-large{
    border-radius:8px
}
.my-round-xlarge{
    border-radius:16px
}
.my-round-xxlarge{
    border-radius:32px
}
 .my-row-padding,.my-row-padding>.my-half,.my-row-padding>.my-third,.my-row-padding>.my-twothird,.my-row-padding>.my-threequarter,.my-row-padding>.my-quarter,.my-row-padding>.my-col{
    padding:0 8px
}
 .my-container,.my-panel{
    padding:0.01em 16px
}
.my-panel{
    margin-top:16px;
    margin-bottom:16px
}
 .my-code,.my-codespan{
    font-family:Consolas,"courier new";
    font-size:16px
}
 .my-code{
    width:auto;
    background-color:#fff;
    padding:8px 12px;
    border-left:4px solid #4CAF50;
    word-wrap:break-word
}
 .my-codespan{
    color:crimson;
    background-color:#f1f1f1;
    padding-left:4px;
    padding-right:4px;
    font-size:110%
}
 .my-card,.my-card-2{
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}
 .my-card-4,.my-hover-shadow:hover{
    box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}
 .my-spin{
    animation:my-spin 2s infinite linear
}
@keyframes my-spin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(359deg)
    }
}
 .my-animate-fading{
    animation:fading 10s infinite
}
@keyframes fading{
    0%{
        opacity:0
    }
    50%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
 .my-animate-opacity{
    animation:opac 0.8s
}
@keyframes opac{
    from{
        opacity:0
    }
     to{
        opacity:1
    }
}
 .my-animate-top{
    position:relative;
    animation:animatetop 0.4s
}
@keyframes animatetop{
    from{
        top:-300px;
        opacity:0
    }
     to{
        top:0;
        opacity:1
    }
}
 .my-animate-left{
    position:relative;
    animation:animateleft 0.4s
}
@keyframes animateleft{
    from{
        left:-300px;
        opacity:0
    }
     to{
        left:0;
        opacity:1
    }
}
 .my-animate-right{
    position:relative;
    animation:animateright 0.4s
}
@keyframes animateright{
    from{
        right:-300px;
        opacity:0
    }
     to{
        right:0;
        opacity:1
    }
}
 .my-animate-bottom{
    position:relative;
    animation:animatebottom 0.4s
}
@keyframes animatebottom{
    from{
        bottom:-300px;
        opacity:0
    }
     to{
        bottom:0;
        opacity:1
    }
}
 .my-animate-zoom {
    animation:animatezoom 0.6s
}
@keyframes animatezoom{
    from{
        transform:scale(0)
    }
     to{
        transform:scale(1)
    }
}
 .my-animate-input{
    transition:width 0.4s ease-in-out
}
.my-animate-input:focus{
    width:100%!important
}
 .my-opacity,.my-hover-opacity:hover{
    opacity:0.60
}
.my-opacity-off,.my-hover-opacity-off:hover{
    opacity:1
}
 .my-opacity-max{
    opacity:0.25
}
.my-opacity-min{
    opacity:0.75
}
 .my-greyscale-max,.my-grayscale-max,.my-hover-greyscale:hover,.my-hover-grayscale:hover{
    filter:grayscale(100%)
}
 .my-greyscale,.my-grayscale{
    filter:grayscale(75%)
}
.my-greyscale-min,.my-grayscale-min{
    filter:grayscale(50%)
}
 .my-sepia{
    filter:sepia(75%)
}
.my-sepia-max,.my-hover-sepia:hover{
    filter:sepia(100%)
}
.my-sepia-min{
    filter:sepia(50%)
}
 .my-tiny{
    font-size:10px!important
}
.my-small{
    font-size:12px!important
}
.my-medium{
    font-size:15px!important
}
.my-large{
    font-size:18px!important
}
 .my-xlarge{
    font-size:24px!important
}
.my-xxlarge{
    font-size:36px!important
}
.my-xxxlarge{
    font-size:48px!important
}
.my-jumbo{
    font-size:64px!important
}
 .my-left-align{
    text-align:left!important
}
.my-right-align{
    text-align:right!important
}
.my-justify{
    text-align:justify!important
}
.my-center{
    text-align:center!important
}
 .my-border-0{
    border:0!important
}
.my-border{
    border:1px solid #ccc!important
}
 .my-border-top{
    border-top:1px solid #ccc!important
}
.my-border-bottom{
    border-bottom:1px solid #ccc!important
}
 .my-border-left{
    border-left:1px solid #ccc!important
}
.my-border-right{
    border-right:1px solid #ccc!important
}
 .my-topbar{
    border-top:6px solid #ccc!important
}
.my-bottombar{
    border-bottom:6px solid #ccc!important
}
 .my-leftbar{
    border-left:6px solid #ccc!important
}
.my-rightbar{
    border-right:6px solid #ccc!important
}
 .my-section,.my-code{
    margin-top:16px!important;
    margin-bottom:16px!important
}
 .my-margin{
    margin:16px!important
}
.my-margin-top{
    margin-top:16px!important
}
.my-margin-bottom{
    margin-bottom:16px!important
}
 .my-margin-left{
    margin-left:16px!important
}
.my-margin-right{
    margin-right:16px!important
}
 .my-padding-small{
    padding:4px 8px!important
}
.my-padding{
    padding:8px 16px!important
}
.my-padding-large{
    padding:12px 24px!important
}
 .my-padding-16{
    padding-top:16px!important;
    padding-bottom:16px!important
}
.my-padding-24{
    padding-top:24px!important;
    padding-bottom:24px!important
}
 .my-padding-32{
    padding-top:32px!important;
    padding-bottom:32px!important
}
.my-padding-48{
    padding-top:48px!important;
    padding-bottom:48px!important
}
 .my-padding-64{
    padding-top:64px!important;
    padding-bottom:64px!important
}
 .my-padding-top-64{
    padding-top:64px!important
}
.my-padding-top-48{
    padding-top:48px!important
}
 .my-padding-top-32{
    padding-top:32px!important
}
.my-padding-top-24{
    padding-top:24px!important
}
 .my-left{
    float:left!important
}
.my-right{
    float:right!important
}
 .my-button:hover{
    color:#000!important;
    background-color:#ccc!important
}
 .my-transparent,.my-hover-none:hover{
    background-color:transparent!important
}
 .my-hover-none:hover{
    box-shadow:none!important
}
/* Colors */
 .my-amber,.my-hover-amber:hover{
    color:#000!important;
    background-color:#ffc107!important
}
 .my-aqua,.my-hover-aqua:hover{
    color:#000!important;
    background-color:#00ffff!important
}
 .my-blue,.my-hover-blue:hover{
    color:#fff!important;
    background-color:#2196F3!important
}
 .my-light-blue,.my-hover-light-blue:hover{
    color:#000!important;
    background-color:#87CEEB!important
}
 .my-brown,.my-hover-brown:hover{
    color:#fff!important;
    background-color:#795548!important
}
 .my-cyan,.my-hover-cyan:hover{
    color:#000!important;
    background-color:#00bcd4!important
}
 .my-blue-grey,.my-hover-blue-grey:hover,.my-blue-gray,.my-hover-blue-gray:hover{
    color:#fff!important;
    background-color:#607d8b!important
}
 .my-green,.my-hover-green:hover{
    color:#fff!important;
    background-color:#4CAF50!important
}
 .my-light-green,.my-hover-light-green:hover{
    color:#000!important;
    background-color:#8bc34a!important
}
 .my-indigo,.my-hover-indigo:hover{
    color:#fff!important;
    background-color:#3f51b5!important
}
 .my-khaki,.my-hover-khaki:hover{
    color:#000!important;
    background-color:#f0e68c!important
}
 .my-lime,.my-hover-lime:hover{
    color:#000!important;
    background-color:#cddc39!important
}
 .my-orange,.my-hover-orange:hover{
    color:#000!important;
    background-color:#ff9800!important
}
 .my-deep-orange,.my-hover-deep-orange:hover{
    color:#fff!important;
    background-color:#ff5722!important
}
 .my-pink,.my-hover-pink:hover{
    color:#fff!important;
    background-color:#e91e63!important
}
 .my-purple,.my-hover-purple:hover{
    color:#fff!important;
    background-color:#9c27b0!important
}
 .my-deep-purple,.my-hover-deep-purple:hover{
    color:#fff!important;
    background-color:#673ab7!important
}
 .my-red,.my-hover-red:hover{
    color:#fff!important;
    background-color:#f44336!important
}
 .my-sand,.my-hover-sand:hover{
    color:#000!important;
    background-color:#fdf5e6!important
}
 .my-teal,.my-hover-teal:hover{
    color:#fff!important;
    background-color:#009688!important
}
 .my-yellow,.my-hover-yellow:hover{
    color:#000!important;
    background-color:#ffeb3b!important
}
 .my-white,.my-hover-white:hover{
    color:#000!important;
    background-color:#fff!important
}
 .my-black,.my-hover-black:hover{
    color:#fff!important;
    background-color:#000!important
}
 .my-grey,.my-hover-grey:hover,.my-gray,.my-hover-gray:hover{
    color:#000!important;
    background-color:#9e9e9e!important
}
 .my-light-grey,.my-hover-light-grey:hover,.my-light-gray,.my-hover-light-gray:hover{
    color:#000!important;
    background-color:#f1f1f1!important
}
 .my-dark-grey,.my-hover-dark-grey:hover,.my-dark-gray,.my-hover-dark-gray:hover{
    color:#fff!important;
    background-color:#616161!important
}
 .my-pale-red,.my-hover-pale-red:hover{
    color:#000!important;
    background-color:#ffdddd!important
}
 .my-pale-green,.my-hover-pale-green:hover{
    color:#000!important;
    background-color:#ddffdd!important
}
 .my-pale-yellow,.my-hover-pale-yellow:hover{
    color:#000!important;
    background-color:#ffffcc!important
}
 .my-pale-blue,.my-hover-pale-blue:hover{
    color:#000!important;
    background-color:#ddffff!important
}
 .my-text-amber,.my-hover-text-amber:hover{
    color:#ffc107!important
}
 .my-text-aqua,.my-hover-text-aqua:hover{
    color:#00ffff!important
}
 .my-text-blue,.my-hover-text-blue:hover{
    color:#2196F3!important
}
 .my-text-light-blue,.my-hover-text-light-blue:hover{
    color:#87CEEB!important
}
 .my-text-brown,.my-hover-text-brown:hover{
    color:#795548!important
}
 .my-text-cyan,.my-hover-text-cyan:hover{
    color:#00bcd4!important
}
 .my-text-blue-grey,.my-hover-text-blue-grey:hover,.my-text-blue-gray,.my-hover-text-blue-gray:hover{
    color:#607d8b!important
}
 .my-text-green,.my-hover-text-green:hover{
    color:#4CAF50!important
}
 .my-text-light-green,.my-hover-text-light-green:hover{
    color:#8bc34a!important
}
 .my-text-indigo,.my-hover-text-indigo:hover{
    color:#3f51b5!important
}
 .my-text-khaki,.my-hover-text-khaki:hover{
    color:#b4aa50!important
}
 .my-text-lime,.my-hover-text-lime:hover{
    color:#cddc39!important
}
 .my-text-orange,.my-hover-text-orange:hover{
    color:#ff9800!important
}
 .my-text-deep-orange,.my-hover-text-deep-orange:hover{
    color:#ff5722!important
}
 .my-text-pink,.my-hover-text-pink:hover{
    color:#e91e63!important
}
 .my-text-purple,.my-hover-text-purple:hover{
    color:#9c27b0!important
}
 .my-text-deep-purple,.my-hover-text-deep-purple:hover{
    color:#673ab7!important
}
 .my-text-red,.my-hover-text-red:hover{
    color:#f44336!important
}
 .my-text-sand,.my-hover-text-sand:hover{
    color:#fdf5e6!important
}
 .my-text-teal,.my-hover-text-teal:hover{
    color:#009688!important
}
 .my-text-yellow,.my-hover-text-yellow:hover{
    color:#d2be0e!important
}
 .my-text-white,.my-hover-text-white:hover{
    color:#fff!important
}
 .my-text-black,.my-hover-text-black:hover{
    color:#000!important
}
 .my-text-grey,.my-hover-text-grey:hover,.my-text-gray,.my-hover-text-gray:hover{
    color:#757575!important
}
 .my-text-light-grey,.my-hover-text-light-grey:hover,.my-text-light-gray,.my-hover-text-light-gray:hover{
    color:#f1f1f1!important
}
 .my-text-dark-grey,.my-hover-text-dark-grey:hover,.my-text-dark-gray,.my-hover-text-dark-gray:hover{
    color:#3a3a3a!important
}
 .my-border-amber,.my-hover-border-amber:hover{
    border-color:#ffc107!important
}
 .my-border-aqua,.my-hover-border-aqua:hover{
    border-color:#00ffff!important
}
 .my-border-blue,.my-hover-border-blue:hover{
    border-color:#2196F3!important
}
 .my-border-light-blue,.my-hover-border-light-blue:hover{
    border-color:#87CEEB!important
}
 .my-border-brown,.my-hover-border-brown:hover{
    border-color:#795548!important
}
 .my-border-cyan,.my-hover-border-cyan:hover{
    border-color:#00bcd4!important
}
 .my-border-blue-grey,.my-hover-border-blue-grey:hover,.my-border-blue-gray,.my-hover-border-blue-gray:hover{
    border-color:#607d8b!important
}
 .my-border-green,.my-hover-border-green:hover{
    border-color:#4CAF50!important
}
 .my-border-light-green,.my-hover-border-light-green:hover{
    border-color:#8bc34a!important
}
 .my-border-indigo,.my-hover-border-indigo:hover{
    border-color:#3f51b5!important
}
 .my-border-khaki,.my-hover-border-khaki:hover{
    border-color:#f0e68c!important
}
 .my-border-lime,.my-hover-border-lime:hover{
    border-color:#cddc39!important
}
 .my-border-orange,.my-hover-border-orange:hover{
    border-color:#ff9800!important
}
 .my-border-deep-orange,.my-hover-border-deep-orange:hover{
    border-color:#ff5722!important
}
 .my-border-pink,.my-hover-border-pink:hover{
    border-color:#e91e63!important
}
 .my-border-purple,.my-hover-border-purple:hover{
    border-color:#9c27b0!important
}
 .my-border-deep-purple,.my-hover-border-deep-purple:hover{
    border-color:#673ab7!important
}
 .my-border-red,.my-hover-border-red:hover{
    border-color:#f44336!important
}
 .my-border-sand,.my-hover-border-sand:hover{
    border-color:#fdf5e6!important
}
 .my-border-teal,.my-hover-border-teal:hover{
    border-color:#009688!important
}
 .my-border-yellow,.my-hover-border-yellow:hover{
    border-color:#ffeb3b!important
}
 .my-border-white,.my-hover-border-white:hover{
    border-color:#fff!important
}
 .my-border-black,.my-hover-border-black:hover{
    border-color:#000!important
}
 .my-border-grey,.my-hover-border-grey:hover,.my-border-gray,.my-hover-border-gray:hover{
    border-color:#9e9e9e!important
}
 .my-border-light-grey,.my-hover-border-light-grey:hover,.my-border-light-gray,.my-hover-border-light-gray:hover{
    border-color:#f1f1f1!important
}
 .my-border-dark-grey,.my-hover-border-dark-grey:hover,.my-border-dark-gray,.my-hover-border-dark-gray:hover{
    border-color:#616161!important
}
 .my-border-pale-red,.my-hover-border-pale-red:hover{
    border-color:#ffe7e7!important
}
.my-border-pale-green,.my-hover-border-pale-green:hover{
    border-color:#e7ffe7!important
}
 .my-border-pale-yellow,.my-hover-border-pale-yellow:hover{
    border-color:#ffffcc!important
}
.my-border-pale-blue,.my-hover-border-pale-blue:hover{
    border-color:#e7ffff!important
}
