﻿

html {
    overflow-x: hidden;
    overflow-y: auto;
}

html, body {
    min-height: 100%;
}

body {
    color: #2E363F;
    background-color: #f3f3f3;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    padding: 0;
}

.cbg {
    /*background-image:url(/images/webimg/cbg.jpg);*/
    background-color: black !important;
}

.fixit {
    z-index: 99 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 40px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100%;
}

.auto_overflow {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.rows_success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border: solid 1px #4cae4c !important;
}

.rows_primary {
    color: #fff !important;
    background-color: #337ab7 !important;
    border: solid 1px #2e6da4 !important;
}

.rows_default {
    color: #333 !important;
    background-color: #fff !important;
    border: solid 1px #ccc !important;
}

.rows_danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border: solid 1px #d43f3a !important;
}

.rows_black {
    color: white !important;
    background-color: black !important;
    border: solid 1px gray !important;
}

.rows_white {
    color: black !important;
    background-color: white !important;
    border: solid 1px black !important;
}

.rows_green {
    color: white !important;
    background-color: green !important;
    border: solid 1px gray !important;
}

.rows_maroon {
    color: white !important;
    background-color: maroon !important;
    border: solid 1px gray !important;
}

.rows_orange {
    color: black !important;
    background-color: orange !important;
    border: solid 1px gray !important;
}

.rows_blue {
    color: white !important;
    background-color: blue !important;
    border: solid 1px white !important;
}

.goup {
    text-align: center;
    font-weight: bold;
    position: fixed;
    top: 70vh;
    right: 0;
    display: none;
}

input[type=checkbox] {
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    padding: 10px;
    margin: auto 3px;
}

html.overflow-hidden,
body.overflow-hidden {
    overflow: hidden !important;
}

.content {
    /*padding-top:47px;
    padding-left:10px;
    padding-right:10px;*/
    position: relative;
    z-index: 98;
    /*background-color:rgba(244,245,247,0.5);*/
    overflow: hidden;
    min-height: 100vh;
}


.header {
    z-index: 99;
    /*background-color:rgba(244,245,247,0.5);*/
    background-color: white;
    width: 100%;
    min-height: 40px;
    padding: 5px;
    position: fixed;
    top: 0px;
    border-bottom: solid 1px #dedede;
}

.header-chat {
    z-index: 99;
    width: 100%;
    min-height: 20px;
    position: fixed;
    top: 0px;
    border-bottom: solid 1px #dedede;
}

.messagechamber-chat {
    z-index: 99;
    width: 100%;
    min-height: 20px;
    position: fixed;
    top: 35px;
}

.dialoguechamber-chat {
    margin-top: 155px !important;
}

.chatwindow_container {
    color: #ffffff;
}

.footer {
    z-index: 98;
    background-color: white;
    width: 100%;
    min-height: 50px;
    padding: 5px;
    position: relative;
    /*bottom: -150px;*/
    border-top: solid 1px #dedede;
}

.notauth-section {
    width: 100%;
    height: 100vh;
}

.freeheader47 {
    padding-top: 47px !important;
}

.freeheader88 {
    padding-top: 88px !important;
}

* {
    border-radius: 0;
}


p,
li,
li a,
label {
    color: #555;
}

a {
    /*color: #72c02c;*/
    color: blue;
    text-decoration: none;
}

    a,
    a:focus,
    a:hover,
    a:active {
        outline: 0 !important;
        /*color: #72c02c;*/
        color: blue;
        text-decoration: none;
    }

        a:focus {
            text-decoration: none;
        }

        a:hover {
            /*color: #72c02c;*/
            color: blue;
            text-decoration: underline;
        }

        a,
        a:focus,
        a:hover,
        a:active,
        button,
        button:hover {
            outline: 0 !important;
        }

            a:focus {
                text-decoration: none;
            }

hr {
    margin: 30px 0;
}

    hr.hr-xs {
        margin: 10px 0;
    }

    hr.hr-md {
        margin: 20px 0;
    }

    hr.hr-lg {
        margin: 40px 0;
    }

/*Headings*/
h1 {
    font-size: 28px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

h4 {
    line-height: 25px;
}

h5 {
    line-height: 20px;
}

h6 {
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    margin: 20px 0px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

    h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
        margin-right: 5px;
    }


.visible {
    display: block !important;
}

.invisible {
    display: none !important;
}

.block {
    display: block !important;
}

.wordbreak {
    word-break: break-all;
}


.bottomborderline_black {
    border-bottom: solid 1px black !important;
}

.bottomborderline_white {
    border-bottom: solid 1px white !important;
}

.bottomborderline_red {
    border-bottom: solid 1px red !important;
}

.bottomborderline_blue {
    border-bottom: solid 1px blue !important;
}

.bottomborderline_orange {
    border-bottom: solid 1px orange !important;
}

.bottomborderline_green {
    border-bottom: solid 1px green !important;
}

.topborderline_black {
    border-top: solid 1px black !important;
}

.topborderline_white {
    border-top: solid 1px white !important;
}

.topborderline_red {
    border-top: solid 1px red !important;
}

.topborderline_blue {
    border-top: solid 1px blue !important;
}

.topborderline_orange {
    border-top: solid 1px orange !important;
}

.topborderline_green {
    border-top: solid 1px green !important;
}


.vheight {
    min-height: 100vh;
}

.height5 {
    height: 5px;
}

.height20 {
    height: 20px;
}

.height10 {
    height: 10px;
}

.height15 {
    height: 15px;
}

.height20 {
    height: 20px;
}

.height25 {
    height: 25px;
}

.height30 {
    height: 30px;
}

.height34 {
    height: 34px;
}

.height35 {
    height: 35px;
}

.height40 {
    height: 40px;
}

.height45 {
    height: 45px;
}

.height50 {
    height: 50px;
}

.height55 {
    height: 55px;
}

.height16 {
    height: 60px;
}

.height65 {
    height: 65px;
}

.height70 {
    height: 70px;
}

.height75 {
    height: 75px;
}

.height80 {
    height: 80px;
}

.height85 {
    height: 85px;
}

.height90 {
    height: 90px;
}

.height95 {
    height: 95px;
}

.height100 {
    height: 100px;
}

.height105 {
    height: 105px;
}

.height110 {
    height: 110px;
}

.height115 {
    height: 115px;
}

.height120 {
    height: 120px;
}

.height125 {
    height: 125px;
}

.height130 {
    height: 130px;
}

.height135 {
    height: 135px;
}

.height140 {
    height: 140px;
}

.height145 {
    height: 145px;
}

.height150 {
    height: 150px;
}

.height155 {
    height: 155px;
}

.height160 {
    height: 160px;
}

.height165 {
    height: 165px;
}

.height170 {
    height: 170px;
}

.height175 {
    height: 175px;
}

.height180 {
    height: 180px;
}

.height185 {
    height: 185px;
}

.height190 {
    height: 190px;
}

.height195 {
    height: 195px;
}

.height200 {
    height: 200px;
}

.height250 {
    height: 250px;
}

.height260 {
    height: 260px;
}

.height300 {
    height: 300px;
}

.height350 {
    height: 350px;
}

.height400 {
    height: 400px;
}

.height450 {
    height: 450px;
}

.height500 {
    height: 500px;
}

.height550 {
    height: 550px;
}

.height600 {
    height: 600px;
}

.height650 {
    height: 650px;
}

.height700 {
    height: 700px;
}

.min-height5 {
    min-height: 5px;
}

.min-height10 {
    min-height: 10px;
}

.min-height15 {
    min-height: 15px;
}

.min-height20 {
    min-height: 20px;
}

.min-height25 {
    min-height: 25px;
}

.min-height30 {
    min-height: 30px;
}

.min-height34 {
    min-height: 34px;
}

.min-height35 {
    min-height: 35px;
}

.min-height40 {
    min-height: 40px;
}

.min-height45 {
    min-height: 45px;
}

.min-height50 {
    min-height: 50px;
}

.min-height55 {
    min-height: 55px;
}

.min-height16 {
    min-height: 60px;
}

.min-height65 {
    min-height: 65px;
}

.min-height70 {
    min-height: 70px;
}

.min-height75 {
    min-height: 75px;
}

.min-height80 {
    min-height: 80px;
}

.min-height85 {
    min-height: 85px;
}

.min-height90 {
    min-height: 90px;
}

.min-height95 {
    min-height: 95px;
}

.min-height100 {
    min-height: 100px;
}

.min-height105 {
    min-height: 105px;
}

.min-height110 {
    min-height: 110px;
}

.min-height115 {
    min-height: 115px;
}

.min-height120 {
    min-height: 120px;
}

.min-height125 {
    min-height: 125px;
}

.min-height130 {
    min-height: 130px;
}

.min-height135 {
    min-height: 135px;
}

.min-height140 {
    min-height: 140px;
}

.min-height145 {
    min-height: 145px;
}

.min-height150 {
    min-height: 150px;
}

.min-height155 {
    min-height: 155px;
}

.min-height160 {
    min-height: 160px;
}

.min-height165 {
    min-height: 165px;
}

.min-height170 {
    min-height: 170px;
}

.min-height175 {
    min-height: 175px;
}

.min-height180 {
    min-height: 180px;
}

.min-height185 {
    min-height: 185px;
}

.min-height190 {
    min-height: 190px;
}

.min-height195 {
    min-height: 195px;
}

.min-height200 {
    min-height: 200px;
}

.min-height250 {
    min-height: 250px;
}

.min-height260 {
    min-height: 260px;
}

.min-height300 {
    min-height: 300px;
}

.min-height350 {
    min-height: 350px;
}

.min-height400 {
    min-height: 400px;
}

.min-height450 {
    min-height: 450px;
}

.min-height500 {
    min-height: 500px;
}

.min-height550 {
    min-height: 550px;
}

.min-height600 {
    min-height: 600px;
}

.min-height650 {
    min-height: 650px;
}

.min-height700 {
    min-height: 700px;
}


.width5 {
    width: 5px;
}

.width20 {
    width: 20px;
}

.width10 {
    width: 10px;
}

.width15 {
    width: 15px;
}

.width20 {
    width: 20px;
}

.width25 {
    width: 25px;
}

.width30 {
    width: 30px;
}

.width35 {
    width: 35px;
}

.width40 {
    width: 40px;
}

.width45 {
    width: 45px;
}

.width50 {
    width: 50px;
}

.width55 {
    width: 55px;
}

.width60 {
    width: 60px;
}

.width65 {
    width: 65px;
}

.width70 {
    width: 70px;
}

.width75 {
    width: 75px;
}

.width80 {
    width: 80px;
}

.width85 {
    width: 85px;
}

.width90 {
    width: 90px;
}

.width95 {
    width: 95px;
}

.width100 {
    width: 100px;
}

.width105 {
    width: 105px;
}

.width110 {
    width: 110px;
}

.width115 {
    width: 115px;
}

.width120 {
    width: 120px;
}

.width125 {
    width: 125px;
}

.width130 {
    width: 130px;
}

.width135 {
    width: 135px;
}

.width140 {
    width: 140px;
}

.width145 {
    width: 145px;
}

.width150 {
    width: 150px;
}

.width155 {
    width: 155px;
}

.width160 {
    width: 160px;
}

.width165 {
    width: 165px;
}

.width170 {
    width: 170px;
}

.width175 {
    width: 175px;
}

.width180 {
    width: 180px;
}

.width185 {
    width: 185px;
}

.width190 {
    width: 190px;
}

.width195 {
    width: 195px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width260 {
    width: 260px;
}

.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width400 {
    width: 400px;
}

.width450 {
    width: 450px;
}

.width500 {
    width: 500px;
}

.width550 {
    width: 550px;
}

.width600 {
    width: 600px;
}

.width650 {
    width: 650px;
}

.width700 {
    width: 700px;
}

.width100pro {
    width: 100%;
}

.lineheight5 {
    line-height: 5px;
}

.lineheight10 {
    line-height: 10px;
}

.lineheight12 {
    line-height: 12px;
}

.lineheight15 {
    line-height: 15px;
}

.lineheight20 {
    line-height: 20px;
}

.lineheight25 {
    line-height: 25px;
}

.lineheight30 {
    line-height: 30px;
}

.lineheight34 {
    line-height: 34px;
}

.lineheight35 {
    line-height: 35px;
}

.lineheight40 {
    line-height: 40px;
}

.lineheight45 {
    line-height: 45px;
}

.lineheight50 {
    line-height: 50px;
}

.lineheight50 {
    line-height: 50px;
}

.lineheight55 {
    line-height: 55px;
}

.lineheight60 {
    line-height: 60px;
}

.lineheight65 {
    line-height: 65px;
}

.lineheight70 {
    line-height: 70px;
}

.lineheight75 {
    line-height: 75px;
}

.lineheight80 {
    line-height: 80px;
}

.lineheight85 {
    line-height: 85px;
}

.lineheight90 {
    line-height: 90px;
}

.lineheight95 {
    line-height: 95px;
}

.lineheight100 {
    line-height: 100px;
}

.lineheight105 {
    line-height: 105px;
}

.lineheight110 {
    line-height: 110px;
}

.lineheight115 {
    line-height: 115px;
}

.lineheight120 {
    line-height: 120px;
}

.lineheight125 {
    line-height: 125px;
}

.lineheight130 {
    line-height: 130px;
}

.lineheight135 {
    line-height: 135px;
}

.lineheight140 {
    line-height: 140px;
}

.lineheight145 {
    line-height: 145px;
}

.lineheight150 {
    line-height: 150px;
}

.lineheight155 {
    line-height: 155px;
}

.lineheight160 {
    line-height: 160px;
}

.lineheight165 {
    line-height: 165px;
}

.lineheight170 {
    line-height: 170px;
}

.lineheight175 {
    line-height: 175px;
}

.lineheight180 {
    line-height: 180px;
}

.lineheight185 {
    line-height: 185px;
}

.lineheight190 {
    line-height: 190px;
}

.lineheight195 {
    line-height: 195px;
}

.lineheight200 {
    line-height: 200px;
}

.lineheight250 {
    line-height: 250px;
}

.lineheight260 {
    line-height: 260px;
}

.lineheight300 {
    line-height: 300px;
}

.lineheight350 {
    line-height: 350px;
}

.lineheight400 {
    line-height: 400px;
}

.lineheight450 {
    line-height: 450px;
}

.lineheight500 {
    line-height: 500px;
}

.lineheight550 {
    line-height: 550px;
}

.lineheight600 {
    line-height: 600px;
}

.lineheight650 {
    line-height: 650px;
}

.lineheight700 {
    line-height: 700px;
}

.vh2 {
    height: 2vh !important;
}

.vh4 {
    height: 4vh !important;
}

.vh5 {
    height: 5vh !important;
}

.vh6 {
    height: 6vh !important;
}

.vh8 {
    height: 8vh !important;
}

.vh10 {
    height: 10vh !important;
}

.vh12 {
    height: 12vh !important;
}

.vh15 {
    height: 15vh !important;
}

.vh18 {
    height: 18vh !important;
}

.vh20 {
    height: 20vh !important;
}

.vh25 {
    height: 25vh !important;
}

.vh30 {
    height: 30vh !important;
}

.vh35 {
    height: 35vh !important;
}

.vh40 {
    height: 40vh !important;
}

.vh45 {
    height: 45vh !important;
}

.vh50 {
    height: 50vh !important;
}

.vh55 {
    height: 55vh !important;
}

.vh60 {
    height: 60vh !important;
}

.vh65 {
    height: 65vh !important;
}

.vh70 {
    height: 70vh !important;
}

.vh75 {
    height: 75vh !important;
}

.vh75 {
    height: 75vh !important;
}

.vh76 {
    height: 76vh !important;
}

.vh77 {
    height: 77vh !important;
}

.vh78 {
    height: 78vh !important;
}

.vh79 {
    height: 79vh !important;
}

.vh80 {
    height: 80vh !important;
}

.vh85 {
    height: 85vh !important;
}

.vh90 {
    height: 90vh !important;
}

.vh95 {
    height: 95vh !important;
}

.vh100 {
    height: 100vh !important;
}


.vw2 {
    width: 2vw !important;
}

.vw4 {
    width: 4vw !important;
}

.vw5 {
    width: 5vw !important;
}

.vw6 {
    width: 6vw !important;
}

.vw8 {
    width: 8vw !important;
}

.vw10 {
    width: 10vw !important;
}

.vw12 {
    width: 12vw !important;
}

.vw15 {
    width: 15vw !important;
}

.vw18 {
    width: 18vw !important;
}

.vw20 {
    width: 20vw !important;
}

.vw25 {
    width: 25vw !important;
}

.vw30 {
    width: 30vw !important;
}

.vw35 {
    width: 35vw !important;
}

.vw40 {
    width: 40vw !important;
}

.vw45 {
    width: 45vw !important;
}

.vw50 {
    width: 50vw !important;
}

.vw55 {
    width: 55vw !important;
}

.vw60 {
    width: 60vw !important;
}

.vw65 {
    width: 65vw !important;
}

.vw70 {
    width: 70vw !important;
}

.vw75 {
    width: 75vw !important;
}

.vw80 {
    width: 80vw !important;
}

.vw85 {
    width: 85vw !important;
}

.vw90 {
    width: 90vw !important;
}

.vw95 {
    width: 95vw !important;
}

.vw100 {
    width: 100vw !important;
}

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.automargin {
    margin: auto !important;
}

.nopadding-left {
    padding-left: 0px !important;
}

.nomargin-left {
    margin-left: 0px !important;
}

.nopadding-bottom {
    padding-bottom: 0px !important;
}

.nomargin-bottom {
    margin-bottom: 0px !important;
}

.nopadding-right {
    padding-right: 0px !important;
}

.nomargin-right {
    margin-right: 0px !important;
}

.nopadding-top {
    padding-top: 0px !important;
}

.nomargin-top {
    margin-top: 0px !important;
}

.margin-all2 {
    margin: 2px !important;
}

.margin-all5 {
    margin: 5px !important;
}

.margin-all10 {
    margin: 10px !important;
}

.margin-all15 {
    margin: 15px !important;
}

.margin-all20 {
    margin: 20px !important;
}

.margin-all25 {
    margin: 25px !important;
}

.margin-all30 {
    margin: 30px !important;
}

.margin-all40 {
    margin: 40px !important;
}

.padding-all2 {
    padding: 2px !important;
}

.padding-all5 {
    padding: 5px !important;
}

.padding-all10 {
    padding: 10px !important;
}

.padding-all15 {
    padding: 15px !important;
}

.padding-all20 {
    padding: 20px !important;
}

.padding-all25 {
    padding: 25px !important;
}

.padding-all30 {
    padding: 30px !important;
}

.padding-all40 {
    padding: 40px !important;
}

.margin-vh5 {
    margin-top: 5vh !important;
}

.margin-vh10 {
    margin-top: 10vh !important;
}

.margin-vh15 {
    margin-top: 15vh !important;
}

.margin-vh20 {
    margin-top: 20vh !important;
}

.margin-vh25 {
    margin-top: 25vh !important;
}

.margin-vh30 {
    margin-top: 30vh !important;
}

.margin-vh35 {
    margin-top: 35vh !important;
}

.margin-vh40 {
    margin-top: 40vh !important;
}

.margin-vh45 {
    margin-top: 45vh !important;
}

.margin-vh50 {
    margin-top: 50vh !important;
}

.margin-vh55 {
    margin-top: 55vh !important;
}

.margin-vh60 {
    margin-top: 60vh !important;
}


.margin-top5 {
    margin-top: 5px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top15 {
    margin-top: 15px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top25 {
    margin-top: 25px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-top35 {
    margin-top: 35px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

.margin-top45 {
    margin-top: 45px !important;
}

.margin-top50 {
    margin-top: 50px !important;
}

.margin-top55 {
    margin-top: 55px !important;
}

.margin-top60 {
    margin-top: 60px !important;
}

.margin-top65 {
    margin-top: 65px !important;
}

.margin-top70 {
    margin-top: 70px !important;
}

.margin-top75 {
    margin-top: 75px !important;
}

.margin-top80 {
    margin-top: 80px !important;
}

.margin-top85 {
    margin-top: 85px !important;
}

.margin-top90 {
    margin-top: 90px !important;
}

.margin-top95 {
    margin-top: 95px !important;
}

.margin-top100 {
    margin-top: 100px !important;
}

.padding-top5 {
    padding-top: 5px !important;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-top15 {
    padding-top: 15px !important;
}

.padding-top20 {
    padding-top: 20px !important;
}

.padding-top25 {
    padding-top: 25px !important;
}

.padding-top30 {
    padding-top: 30px !important;
}

.padding-top40 {
    padding-top: 40px !important;
}

.padding-top45 {
    padding-top: 45px !important;
}

.padding-top50 {
    padding-top: 50px !important;
}

.padding-top55 {
    padding-top: 55px !important;
}

.padding-top60 {
    padding-top: 60px !important;
}

.padding-top65 {
    padding-top: 65px !important;
}

.padding-top70 {
    padding-top: 70px !important;
}

.padding-top75 {
    padding-top: 75px !important;
}

.padding-top80 {
    padding-top: 80px !important;
}

.padding-top85 {
    padding-top: 85px !important;
}

.padding-top90 {
    padding-top: 90px !important;
}

.padding-top95 {
    padding-top: 95px !important;
}

.padding-top100 {
    padding-top: 100px !important;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-bottom15 {
    margin-bottom: 15px !important;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom25 {
    margin-bottom: 25px !important;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

.margin-bottom45 {
    margin-bottom: 45px !important;
}

.margin-bottom50 {
    margin-bottom: 50px !important;
}

.margin-bottom55 {
    margin-bottom: 55px !important;
}

.margin-bottom60 {
    margin-bottom: 60px !important;
}

.margin-bottom65 {
    margin-bottom: 65px !important;
}

.margin-bottom70 {
    margin-bottom: 70px !important;
}

.margin-bottom75 {
    margin-bottom: 75px !important;
}

.margin-bottom80 {
    margin-bottom: 80px !important;
}

.margin-bottom85 {
    margin-bottom: 85px !important;
}

.margin-bottom90 {
    margin-bottom: 90px !important;
}

.margin-bottom95 {
    margin-bottom: 95px !important;
}

.margin-bottom100 {
    margin-bottom: 100px !important;
}

.padding-bottom5 {
    padding-bottom: 5px !important;
}

.padding-bottom10 {
    padding-bottom: 10px !important;
}

.padding-bottom15 {
    padding-bottom: 15px !important;
}

.padding-bottom20 {
    padding-bottom: 20px !important;
}

.padding-bottom25 {
    padding-bottom: 25px !important;
}

.padding-bottom30 {
    padding-bottom: 30px !important;
}

.padding-bottom40 {
    padding-bottom: 40px !important;
}

.padding-bottom45 {
    padding-bottom: 45px !important;
}

.padding-bottom50 {
    padding-bottom: 50px !important;
}

.padding-bottom55 {
    padding-bottom: 55px !important;
}

.padding-bottom60 {
    padding-bottom: 60px !important;
}

.padding-bottom65 {
    padding-bottom: 65px !important;
}

.padding-bottom70 {
    padding-bottom: 70px !important;
}

.padding-bottom75 {
    padding-bottom: 75px !important;
}

.padding-bottom80 {
    padding-bottom: 80px !important;
}

.padding-bottom85 {
    padding-bottom: 85px !important;
}

.padding-bottom90 {
    padding-bottom: 90px !important;
}

.padding-bottom95 {
    padding-bottom: 95px !important;
}

.padding-bottom100 {
    padding-bottom: 100px !important;
}

.margin-left2 {
    margin-left: 2px !important;
}

.margin-left5 {
    margin-left: 5px !important;
}

.margin-left10 {
    margin-left: 10px !important;
}

.margin-left15 {
    margin-left: 15px !important;
}

.margin-left20 {
    margin-left: 20px !important;
}

.margin-left25 {
    margin-left: 25px !important;
}

.margin-left30 {
    margin-left: 30px !important;
}

.margin-left40 {
    margin-left: 40px !important;
}

.padding-left-right2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.padding-left5 {
    padding-left: 5px !important;
}

.padding-left10 {
    padding-left: 10px !important;
}

.padding-left15 {
    padding-left: 15px !important;
}

.padding-left20 {
    padding-left: 20px !important;
}

.padding-left25 {
    padding-left: 25px !important;
}

.padding-left30 {
    padding-left: 30px !important;
}

.padding-left40 {
    padding-left: 40px !important;
}

.margin-right2 {
    margin-right: 2px !important;
}

.margin-right5 {
    margin-right: 5px !important;
}

.margin-right10 {
    margin-right: 10px !important;
}

.margin-right15 {
    margin-right: 15px !important;
}

.margin-right20 {
    margin-right: 20px !important;
}

.margin-right25 {
    margin-right: 25px !important;
}

.margin-right30 {
    margin-right: 30px !important;
}

.margin-right40 {
    margin-right: 40px !important;
}

.padding-right5 {
    padding-right: 5px !important;
}

.padding-right10 {
    padding-right: 10px !important;
}

.padding-right15 {
    padding-right: 15px !important;
}

.padding-right20 {
    padding-right: 20px !important;
}

.padding-right25 {
    padding-right: 25px !important;
}

.padding-right30 {
    padding-right: 30px !important;
}

.padding-right40 {
    padding-right: 40px !important;
}


.text-italic {
    font-style: italic !important;
}

.textcolor-black {
    color: black !important;
}

.textcolor-blue {
    color: blue !important;
}

.textcolor-red {
    color: red !important;
}

.textcolor-green {
    color: green !important;
}

.textcolor-lime {
    color: lime !important;
}

.textcolor-white {
    color: white !important;
}

.textcolor-orange {
    color: orange !important;
}

.textcolor-yellow {
    color: orange !important;
}

.textcolor-pink {
    color: pink !important;
}

.textcolor-aqua {
    color: aqua !important;
}

.textcolor-gray {
    color: gray !important;
}

.textcolor-info {
    color: #5bc0de !important;
}

.textcolor-primary {
    color: #265a88 !important;
}

.text-underlined {
    text-decoration: underline !important;
}

.bg-modal-header {
    background-color: #F07057 !important;
    color: white !important;
}

.bg-red {
    background-color: red !important;
}

.bg-green {
    background-color: green !important;
}

.bg-blue {
    background-color: blue !important;
}

.bg-white {
    background-color: white !important;
}

.bg-black {
    background-color: black !important;
}

.bg-maroon {
    background-color: maroon !important;
}

.bg-gray {
    background-color: gray !important;
}

.bg-lightgray {
    background-color: #e8e5e5 !important;
}

.bg-pink {
    background-color: pink !important;
}

.bg-highlight {
    background-color: Highlight !important;
}

.bg-deepskyblue {
    background-color: deepskyblue !important;
}

.bg-info {
    background-color: #5bc0de !important;
}

.bg-primary {
    background-color: #265a88 !important;
}

.bg {
    background-image: url(/images/webimg/bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_female_user_sending {
    background-image: url(/images/webimg/female_user_sending.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_user_with_iphone {
    background-image: url(/images/webimg/user_with_iphone.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_male_user_sending {
    background-image: url(/images/webimg/male_user_sending.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_users_two_mobiles {
    background-image: url(/images/webimg/users_two_mobiles.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_users_hugging {
    background-image: url(/images/webimg/users_hugging.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_users_onbench {
    background-image: url(/images/webimg/users_onbench.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_female_user_sending {
    background-image: url(/images/webimg/female_user_sending.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_user_with_iphone_contain {
    background-image: url(/images/webimg/user_with_iphone.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_male_user_sending_contain {
    background-image: url(/images/webimg/male_user_sending.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_users_two_mobiles_contain {
    background-image: url(/images/webimg/users_two_mobiles.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_users_hugging_contain {
    background-image: url(/images/webimg/users_hugging.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bgimg_users_onbench_contain {
    background-image: url(/images/webimg/users_onbench.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imgcover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.imgcontain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.span-bottom-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    font-size: smaller;
    padding-left: 5px;
    padding-right: 5px;
}

.bordercolor-black {
    border: solid 1px black;
}

.bordercolor-primary {
    border: solid 1px #265a88;
}

.bordercolor-gray {
    border: solid 1px gray;
}

.bordercolor-blue {
    border: solid 1px blue;
}

.bordercolor-green {
    border: solid 1px green;
}

.bordercolor-white {
    border: solid 1px white;
}

.bordercolor-orange {
    border: solid 1px orange;
}

.bordercolor-yellow {
    border: solid 1px yellow;
}

.bordercolor-red {
    border: solid 1px red;
}

.hover-modal-header:hover {
    background-color: #F07057 !important;
    color: white !important;
}

.hover-red:hover {
    background-color: red !important;
    ;
    color: white !important;
}

.hover-green:hover {
    background-color: green !important;
    ;
    color: white !important;
}

.hover-blue:hover {
    background-color: blue !important;
    ;
    color: white !important;
}

.hover-white:hover {
    background-color: white !important;
    ;
    color: black !important;
}

.hover-black:hover {
    background-color: black !important;
    ;
    color: white !important;
}

.hover-maroon:hover {
    background-color: maroon !important;
    ;
    color: white !important;
}

.hover-gray:hover {
    background-color: gray !important;
    ;
    color: black !important;
}

.hover-pink:hover {
    background-color: pink !important;
    ;
    color: black !important;
}

.fsize5 {
    font-size: 5px;
    line-height: 5px;
}

.fsize8 {
    font-size: 8px;
    line-height: 8px;
}

.fsize10 {
    font-size: 10px;
    line-height: 10px;
}

.fsize12 {
    font-size: 12px;
    line-height: 12px;
}

.fsize14 {
    font-size: 14px;
    line-height: 14px;
}

.fsize16 {
    font-size: 16px;
    line-height: 16px;
}

.fsize15 {
    font-size: 15px;
    line-height: 15px;
}

.fsize18 {
    font-size: 18px;
    line-height: 18px;
}

.fsize20 {
    font-size: 20px;
    line-height: 20px;
}

.fsize22 {
    font-size: 22px;
    line-height: 22px;
}

.fsize25 {
    font-size: 25px;
    line-height: 25px;
}

.fsize30 {
    font-size: 30px;
    line-height: 30px;
}

.fsize35 {
    font-size: 35px;
    line-height: 35px;
}

.fsize40 {
    font-size: 40px;
    line-height: 40px;
}

.fsize45 {
    font-size: 45px;
    line-height: 45px;
}

.fsize46 {
    font-size: 46px;
    line-height: 46px;
}

.fsize47 {
    font-size: 47px;
    line-height: 47px;
}

.fsize48 {
    font-size: 48px;
    line-height: 48px;
}

.bold {
    font-weight: bold;
}

.mybold {
    font-weight: bold;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.bottom0 {
    bottom: 0;
}

.bottom5 {
    bottom: 5px;
}

.bottom10 {
    bottom: 10px;
}

.bottom15 {
    bottom: 15px;
}

.bottom20 {
    bottom: 20px;
}

.bottom25 {
    bottom: 25px;
}

.left0 {
    left: 0;
}

.left5 {
    left: 5px;
}

.left10 {
    left: 10px;
}

.left15 {
    left: 15px;
}

.left20 {
    left: 20px;
}

.left25 {
    left: 25px;
}

.right0 {
    right: 0;
}

.right5 {
    right: 5px;
}

.right10 {
    right: 10px;
}

.right15 {
    right: 15px;
}

.right20 {
    right: 20px;
}

.right25 {
    right: 25px;
}

.clicker {
    cursor: pointer;
}

.noclicker {
    cursor: none !important;
}

.nodeco {
    text-decoration: none !important;
}

.noborder {
    border: 0 !important;
}

.zindex1 {
    z-index: 1;
}

.zindex2 {
    z-index: 2;
}

.zindex3 {
    z-index: 3;
}

.zindex4 {
    z-index: 4;
}

.zindex5 {
    z-index: 5;
}

.zindex6 {
    z-index: 6;
}

.zindex7 {
    z-index: 7;
}

.zindex8 {
    z-index: 8;
}

.zindex9 {
    z-index: 9;
}

.zindex10 {
    z-index: 10;
}

.zindex90 {
    z-index: 90;
}

.zindex91 {
    z-index: 91;
}

.zindex92 {
    z-index: 92;
}

.zindex93 {
    z-index: 93;
}

.zindex94 {
    z-index: 94;
}

.zindex95 {
    z-index: 95;
}

.zindex96 {
    z-index: 96;
}

.zindex97 {
    z-index: 97;
}

.zindex98 {
    z-index: 98;
}

.zindex99 {
    z-index: 99;
}

.zindex100 {
    z-index: 100;
}

.zindex101 {
    z-index: 101;
}

.zindex102 {
    z-index: 102;
}

.zindex103 {
    z-index: 103;
}

.zindex104 {
    z-index: 104;
}

.opacity90 {
    filter: alpha(opacity=95);
    opacity: 0.95;
}

.opacity90 {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.opacity80 {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.opacity80 {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.opacity70 {
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.opacity70 {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.opacity60 {
    filter: alpha(opacity=65);
    opacity: 0.65;
}

.opacity60 {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.opacity50 {
    filter: alpha(opacity=55);
    opacity: 0.55;
}

.opacity50 {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.opacity40 {
    filter: alpha(opacity=45);
    opacity: 0.45;
}

.opacity40 {
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.opacity30 {
    filter: alpha(opacity=35);
    opacity: 0.35;
}

.opacity30 {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.opacity20 {
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.opacity20 {
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.opacity10 {
    filter: alpha(opacity=15);
    opacity: 0.15;
}

.opacity10 {
    filter: alpha(opacity=10);
    opacity: 0.1;
}


.callout5 {
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

.callout10 {
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}

.callout15 {
    padding: 15px;
    margin: 15px;
    border-radius: 10px;
}

.callout20 {
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
}

.callout25 {
    padding: 25px;
    margin: 25px;
    border-radius: 10px;
}

.callout30 {
    padding: 30px;
    margin: 30px;
    border-radius: 10px;
}

.callout35 {
    padding: 35px;
    margin: 35px;
    border-radius: 10px;
}

.callout45 {
    padding: 45px;
    margin: 45px;
    border-radius: 10px;
}

.callout50 {
    padding: 50px;
    margin: 50px;
    border-radius: 10px;
}

.bordercorners5 {
    border-radius: 5px;
}

.bordercorners10 {
    border-radius: 10px;
}

.bordercorners15 {
    border-radius: 15px;
}

.bordercorners20 {
    border-radius: 20px;
}

.bordercorners25 {
    border-radius: 25px;
}

.bordercorners30 {
    border-radius: 30px;
}

.inlineblock {
    display: inline-block;
}

.full-div {
    width: 100%;
    margin: 0px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1100;
    float: left;
    display: none;
    min-width: 160px;
    padding: 10px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #efefef;
    color: black;
    border: solid 1px black;
    min-height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid 1px white;
}

.ui-menu .ui-menu-item {
    display: block;
    padding: 5px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    cursor: pointer;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    color: white;
    background-color: green;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    display: none;
}

@keyframes fa-blink {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 0.5px auto;
    }

        .navbar-nav > li {
            float: none;
            padding-left: 10px;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        margin-top: 0px;
    }

        .navbar-collapse.collapse.in > ul {
            padding-top: 0px !important;
        }

    .collapsing {
        overflow: hidden !important;
    }
}
