/*

Color codes:

#a71d38 - darkest red
#d91641
#de274d
#eb3251 - default button colour / edit button - link color / active text color
#fb3d5b - lightest red


#ee7d17 - darkest yellow
#f49510
#f7a707
#fcc63f - default button color
#ffd33f
#ffdb63
#ffe281 - lightest yellow


#318f52 - darkest green
#3fa35e - inviting button color
#379457
#3da160 - default button color
#53b97d - edit buttons
#61b27e
#66bd85
#8bd6a4
#b2e4c4
#d4efdb - lightest green


#d4efdb - darkest blue
#256ac6 - default button color
#519bfa - edit buttons
#80b6fa
#8dbdfa
#9ac5f8 - lightest blue


#333743 - darkest gray / tab background
#363a46 - main menu color
#393939 - text color (default background)
#9297a3 - description text
#cfd1d2 - inactive buttons
#d4d5d7 - text color (tab background)
#e9eaea - seperators
#f3f3f4 - lightest gray / bubble border

*/

input::-webkit-input-placeholder {
    color: #fb3d5b;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #fb3d5b;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #fb3d5b;
}

input:-ms-input-placeholder {
    color: #fb3d5b;
}

body{
    color: #393939;
    font-family: 'Roboto', sans-serif;
}

h1{
    font-size: 31px;
}

h1.main-title {
    margin-bottom: 24px;
}

.rotate{
    -moz-animation:.6s rotateRight infinite linear;
    -webkit-animation:.6s rotateRight infinite linear;
}

@-moz-keyframes rotateRight{
    0%{ -moz-transform:rotate(0deg); -moz-transform-origin:50% 50%; }
    100%{ -moz-transform:rotate(360deg); }
}

@-webkit-keyframes rotateRight{
    0%{ -webkit-transform:rotate(0deg); -webkit-transform-origin:50% 50%; }
    100%{ -webkit-transform:rotate(360deg); }
}


.nopadding {
   /* padding: 0 !important; */
    margin: 0 !important;
}

.dark-bg{
    background-color: #333743;
}

.dark-bg a{
    color: #d4d5d7;
}

.description a.incognito,
.description,
.gray-text{
    color: #9297a3;
}

.description a{
    text-decoration: underline;
}

.btn{
    padding: 14px 44px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

.btn:focus,
.btn:hover{
    color: #fff;
}


.btn.btn-primary,
.blue-bg{
    background-color: #256ac6;
}

.btn.btn-success,
.green-bg{
    background-color: #3da160;
}

.btn.btn-warning,
.yellow-bg{
    background-color: #fcc63f;
}

.btn.btn-error,
.red-bg{
    background-color: #eb3251;
}

.btn.btn-default{
    color: #000;
}

.btn.btn-text{
    background-color: transparent;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-twitter,
.btn-facebook{
    text-transform: uppercase;
}

.btn.btn-facebook,
.facebook-bg{
    background-color: #325b97;
}

.btn.btn-twitter,
.twitter-bg{
    background-color: #00aae3;
}

.side-menu-item .shortlink,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
input.form-control,
a:hover,
a{
    color: #eb3251;
}

a.short-link-result{
    font-size: 20px;
    padding: 10px;
}

.input-group{
    width: 100%;
}

.input-group .input-group-addon i.has-value,
.input-group .input-group-addon i.active{
    color: #eb3251;
}

.public-form .input-group.default input{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 58px;
    font-size:20px;
}

.public-form .input-group.default input:first-child,
.public-form .input-group.default .input-group-addon:first-child{
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.public-form .input-group.default input:last-child,
.public-form .input-group.default .input-group-addon:last-child{
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.public-form .input-group.smart{
    width: 80%;
    margin: 10px auto;
}

.public-form .input-group.smart .input-group-addon{
    font-size: 12px;
}

.public-form .input-group.smart .input-group-addon:first-child {
    width: 84px;
    text-align: left;
}

.public-form .input-group.smart .input-group-addon i{
    width: 18px;
}

.public-form .input-group.smart input{
    font-size: 12px;
}

.public-form .bubble-trigger {
    font-size: 8px !important;
    position: relative;
}

.form-group,
.form-group label{
    width: 100%;
}

.input-group .form-control{
    box-shadow: none;
}

.form-group .form-control{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.form-group .form-control{
    /*border: 1px solid #f3f3f4*/
    border: 1px solid #e1e1e1
}

.form-group .form-control:focus{
    border: 1px solid #eb3251
}

footer{
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer,
.description{
    font-size: 11px;
}

footer a{
    color: #000;
}

footer a:hover{
    text-decoration: none;
}

.separator{
    margin-top: 45px;
}

.separator-small{
    margin-top: 25px;
}

.separator-tiny{
    margin-top: 10px;
}

.separator-styled {
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    color: #e5e6e7;
}

.separator-styled span{
    position: relative;
}

.separator-styled span:after,
.separator-styled span:before{
    content: "";
    width: 160px;
    border-bottom: 1px solid #e5e6e7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.separator-styled span:before{
    right: 100%;
    margin-right: 10px;
}

.separator-styled span:after{
    left: 100%;
    margin-left: 10px;
}

#linksList .input-group{
    padding-bottom: 4px;
}

.input-group .input-group-addon{
    line-height: 25px !important;
    vertical-align: middle;
    text-transform: uppercase;
    background: transparent;
    border:none;
    position: relative;
    padding: 3px 8px 3px 4px;
}

.input-group .input-group-addon:first-child{
    width: 109px;
    text-align: left;
}

.input-group .input-group-addon:first-child:after{
    content: "|";
    color: #b4b4b4;
    line-height: 25px !important;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-group div.input-group-addon{
    font-size: 10px;
    position: relative;
}

.form-control{
    height: 45px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.input-group{
    margin-bottom: 10px;
    border-bottom: 2px solid #e9eaea;
}


body.hide-navbar-logo .navbar-brand{
    display: none;
}



.navbar-default{
    background: transparent;
    border: none;
    margin-bottom: 40px;
    height: 112px;
    z-index: 1999;
}

.navbar-default .navbar-nav > li{
    margin-right: 13px;
}

.navbar-default .navbar-nav > li > a{
    text-transform: uppercase;
    color: #363a46;
}

.navbar-default .navbar-brand{
    color: #333;
    float: left;
    padding: 15px 15px;
    line-height: 20px;
    font-size: 28px;
}

.navbar-brand .logo-main {
    background: transparent url("../images/logo-big.png") no-repeat center center;
    width: 90px;
    height: 90px;
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 34px;
}


.logo-main{
    background: transparent url("../images/logo-big.png") no-repeat center center;
    width: 240px;
    height: 90px;
    display: inline-block;
    background-size: contain;
}

.logo-small{
    background: transparent url("../images/logo-small.png");
    width: 65px;
    height: 60px;
    display: inline-block;
}

.tab-icon,
.platform-icon{
    background: transparent no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
}

.tab-icon{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
}

.tab-gplay{
    background-image: url("../images/tab-google-play.png");
}

a:hover .tab-gplay,
.tab-gplay.active{
    background-image: url("../images/tab-google-play-active.png");
}

.tab-mobile{
    background-image: url("../images/tab-mobile.png");
}

a:hover .tab-mobile,
.tab-mobile.active{
    background-image: url("../images/tab-mobile-active.png");
}

.tab-facebook{
    background-image: url("../images/tab-facebook.png");
}

a:hover .tab-facebook,
.tab-facebook.active{
    background-image: url("../images/tab-facebook-active.png");
}

.tab-custom{
    background-image: url("../images/tab-custom.png");
}

a:hover .tab-custom,
.tab-custom.active{
    background-image: url("../images/tab-custom-active.png");
}

.tab-store{
    background-image: url("../images/tab-store.png");
}

a:hover .tab-store,
.tab-store.active{
    background-image: url("../images/tab-store-active.png");
}


.platform-icon{
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: bottom;
}

.input-group-addon .platform-apple{
    background-image: url("../images/platfrom_apple.png");
}

.input-group-addon .platform-android{
    background-image: url("../images/platfrom_android.png");
}

.input-group-addon .platform-desktop{
    background-image: url("../images/platfrom_desktop.png");
}

.input-group-addon .platform-other {
    background-image: url("../images/platfrom_windows.png");
}

.bubble-container{
    position: relative;
}

.bubble-container.inline{
    display: inline-block;
}

.bubble{
    white-space: normal;
    position: absolute;
    top: 50%;
    right: 0;
}

.bubble-small{
    width: 115px !important;
    padding: 0 !important;
}

.bubble h1{
    line-height: 32px;
}

.bubble div{
    display: block;
    text-transform: none;
}

.bubble a.copy{
    padding: 4px;
    display: block;
}

.bubble .input-group{
    margin-bottom: 22px;
}

.bubble .input-group input{
    float: none;
    padding-left: 3px;
}

.bubble .bubble-title{
    font-size: 31px;
    margin-bottom: 22px;
}

.bubble .bubble-content{
    line-height: 13px;
}


.triangle-border.left {
    margin-left: 30px;
}

.triangle-border {
    padding: 15px;
    border: 2px solid #e9eaea;
    color: #9297a3;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.triangle-border.left::before {
    top: 50%;
    bottom: auto;
    left: -12px;
    border-width: 5px 12px 5px 0;
    border-color: transparent #e9eaea;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.triangle-border::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #e9eaea transparent;
    display: block;
    width: 0;
}

.triangle-border.left::after {
    top: 50%;
    bottom: auto;
    left: -10px;
    border-width: 3px 10px 3px 0;
    border-color: transparent #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.triangle-border::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.g-recaptcha > div{
    margin: 40px auto;
}

.copy-input,
.copy-input:focus {
    background: transparent !important;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    display: inline-block;
    width: 300px;
    text-align: center;
}


.shortlink-menu-bar{
    background-color: #333743;
    color: #cfd1d2;
    height: 47px;
    line-height: 47px;
}

.shortlink-menu-bar a{
    padding: 0 20px;
    color: #cfd1d2;
}

.shortlink-menu-bar a:hover{
    text-decoration: none;
}

.mobileEditViewHeader{
    height: 56px;
    font-size: 18px;
}

.mobileEditViewHeader .container-fluid{
    padding: 15px;
    position: fixed;
    top: 0;
    left:0;
    width:100%;
    z-index:20;
    background: #fff;
    -webkit-box-shadow: 2px 0 4px rgba(255,255,255,0.4);
    -moz-box-shadow:  2px 0 4px rgba(255,255,255,0.4);
    box-shadow:  2px 0 4px rgba(255,255,255,0.4);
}

.side-menu-header{
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #f9fafa;
}

.side-menu-header .column-left{
    width: 50%;
    float: left;
}

.side-menu-header .column-right{
    width: 50%;
    float: right;
}

.side-menu-item{
    padding: 15px 20px;
    background-color: #f9fafa;
    cursor: pointer;
}

.side-menu-item:hover,
.side-menu-item.active{
    background-color: #fff;
}

.side-menu-item.active .indicator i:before{
    content: '\f046'
}

.side-menu-item .indicator{
    font-size: 20px;
    float: left;
    position: relative;
    width: 15%;
    height: 49px;
}

.side-menu-item .indicator i{
    font-size: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.side-menu-item .info{
    float: left;
    width: 85%;
}

.side-menu-item .name{
    font-size: 18px;
}

.side-menu-item .data{
    font-size: 10px;
}

.side-menu-item .shortlink{
    float: left;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.side-menu-item .stats{
    float: right;
    width: 20%;
}

.basicStats{
    padding: 43px 0 43px 43px;
}

#loaderShortlink,
#viewShortlink,
#editShortlink{
    padding: 43px;
}

#viewShortlink .date{
    text-transform: uppercase;
    color: #9297a3;
}

#loaderShortlink{
    min-height: 600px;
}

.viewer .copy-input{
    text-align: left;
    padding: 0;
}


.basic-stats-container li{  }

a.stat-tab{
    color: #000;
    padding: 5px 5px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

a.stat-tab:hover,
a.stat-tab:focus,
.active a.stat-tab{
    border-bottom: 2px solid #000;
}


a.stat-tab:hover{
    text-decoration: none;
}

.tab-pane{
    padding-top: 25px;
}

.tab-pane .row{
    padding: 10px 15px;
}

.tab-pane .row:nth-child(even){
    background-color: #fbfcfc;
}

.basic-stats-container{
    border-left: 1px solid #e5e6e6;
}

.basic-stats-container h2{
    color: #a7a9ad;
    font-size: 33px;
}

.basic-stats-container h2 i{
    vertical-align: top;
}

.link-options-pane a{
    padding: 0 3px;
}

#linksList{
    padding-top: 20px;
}

#linksList .os{
    font-size: 20px;
    padding-right: 10px;
}

#shortLinksEditList button.btn.device,
#shortLinksEditList button.btn .fa-globe,
#linksList .os .fa-globe{
    color: #eb3251;
}

#shortLinksEditList button.btn .fa-android,
#linksList .os .fa-android{
    color: #53b97d;
}

#shortLinksEditList button.btn .fa-windows,
#linksList .os .fa-windows{
    color: #00adef;
}

#shortLinksEditList span.options{
    min-width: 34px;
    display: inline-block;
}

#editShortlink .brandedShortLink button{
    padding: 11px 18px;
    min-width: 133px;
}

#editShortlink .custom-key-container{
    margin-left: 4px;
    width: 260px;
}

#editShortlink .custom-key-container input{
    height: 44px;
}

#editShortlink .custom-key-container input.success,
#editShortlink .custom-key-container input.error{
    border: 1px solid;
    color: #53b97d;
}

#uniqueKeyMessage{
    padding: 14px;
    height: 44px;
}

#uniqueKeyMessage .icon .fa-check{
    color: #53b97d;
}
#uniqueKeyMessage .icon .fa-exclamation{
    color: #eb3251;
}


#linksList .device{
    font-size: 20px;
    color: #eb3251;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    width: 100px;
    border-right: 1px solid #e9eaea;
}

#linksList .country{
    padding: 10px 5px;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 109px;
    margin-left: 0;
    display: inline-block;
    text-align: center;
}

#linksList .country .selected{
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#linksList .shortlinkUrl{
    max-width: 404px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-height: 18px;
    word-break: break-all;
    text-overflow: ellipsis;
}

.dropdown{
    display: inline-block;
}

.dropdown button{
    color: #000;
}

.dropdown .dropdown-menu{
    max-height: 400px;
    overflow: auto;
}


.modal-header{
    background-color: #333743;
    color: #fff;
    /*text-align: center;*/
}

.modal-header .close{
    color: #fff;
}

.modal-header .icon{
    font-size: 32px;
    vertical-align: middle;
}

.modal-header .title{
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 20px;
}

.modal .btn{
    padding: 11px;
}

.modal .form-control{
    margin-top: 0;
    height: 44px;
}

.modal .form-group{
    margin-bottom: 0;
    height: 44px;
}

.modal label{
    margin-bottom: 0;
}

.modal-footer button{
    color: #000;
}

#modalShortLinks .active-button-input{
     float: left;
     margin-right: 10px;
 }

#modalShortLinks .active-button-input button{
    float: left;
    margin-right: 10px;
    width: 83px;
}

.active-button-input button .icon i{
    display: block;
    text-align: center;
}

#userView,
.workspaceRow{
    height: 100%;
}

#detailsTab,
#statsTab,
#userView > .row{
    height: 100%;
}

#shortLinkList,
#detailsTab,
#statsTab{
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}


#shortLinkList{
    background-color: #f9fafa;
}

#shortLinkList .short-link-list-container {
    /*max-height: 600px;
    overflow: auto;*/
}

#shortLinkList .loadMore{
    padding: 10px 0;
    text-align: center;
    color: #999;
}


span.shortlinkUrl{
    display: block;
}

#modalShortLinks .shortlinkUrl{
    width: 336px;
    display: inline-block;
    margin-right: 10px;
}

#shortlinkResult .icon .success{
    font-size: 140px;
    color: rgb(151, 238, 153);
    text-shadow: 0 1px 4px #000;
}

#shortlinkResult .icon .error{
    font-size: 140px;
    color: rgb(238, 170, 99);
    text-shadow: 0 1px 4px #000;
}

#shortlinkResult input.form-control{
    display: inline-block;
    width: 30%;
}

#shortLinksEditList button.btn{
    padding: 7px 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    min-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#shortLinksEditList button.btn.device{
    min-width: 82px;
}
#shortLinksEditList button.btn.os{
    min-width: 28px;
}

#shortLinksEditList button.btn.os.noValue .selected,
#shortLinksEditList button.btn.device.noValue .selected{
    font-size: 9px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}

#shortLinksEditList button.btn.country{
    width: 136px;
}

#shortLinksEditList .removeLinkButton{
    padding: 0 10px;
}

#viewShortlink .linkStatsCount,
#shortLinksEditList .linkStatsCount{
    font-size: 10px;
    padding: 0 5px;
    display: inline-block;
    min-width: 67px;
}

#shortLinksEditList .shortlinkUrl{
    border: none;
}

#shortLinksEditList .required input {
    height: 60px;
    border: 1px solid #000 !important;
    border-radius: 2px;
    margin: 0;
}

#shortLinksEditList .pull-right{
    width: 465px;
}

#shortLinksEditList .addTabletLink{
    margin-top: 10px;
}

#shortLinksEditList .addLink.has-error input{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#shortLinksEditList .addLink.has-error input.error{
    border: 1px solid #ff828a;
}

#shortLinksEditList .addLink.has-error button.error{
    border: 1px solid #ff828a;
}

.navbar-toggle {
    margin-top: 25px;
}



td.disabled{
    background-color: #ff828a;
}

@media (min-width: 767px) and (max-width: 991px){
    .separator-styled span:after,
    .separator-styled span:before{
        width: 340px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .separator-styled span:after,
    .separator-styled span:before{
        width: 127px;
    }
}

@media (max-width: 1024px){
    .bubble .bubble-title{
        font-size: 18px;
        margin-bottom: 0;
    }

    h1{
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .bubble{
        position: relative;
    }

    .triangle-border.left{
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .triangle-border.left::before {
        top: -12px;
        left: 50%;
        bottom: auto;
        border-width: 0 12px 12px 12px;
        border-color: #e9eaea transparent;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
    }

    .triangle-border.left::after {
        top: -10px;
        bottom: auto;
        left: 50%;
        border-width: 0 10px 10px 10px;
        border-color: #fff transparent;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
    }
}

@media (min-width: 1200px){
    .bubble{
        transform: translate(110%, -50%);
    }
}

@media (min-width: 1680px){
    .bubble{
        width: 495px;
    }
}

@media (min-width: 1460px) and (max-width: 1679px){
    .bubble{
        width: 395px;
    }
}

@media (min-width: 1200px) and (max-width: 1459px){
    .bubble{
        width: 275px;
    }
}

@media (max-width: 991px){

    .pull-left{
        float: none !important;
    }

    #shortLinkList .short-link-list-container {
        max-height: 100%;
    }

    #shortLinkList.mobile,
    #userView.mobile{
        display: none;
    }

    #shortLinkList.mobile.in,
    #userView.mobile.in{
        display: block !important;
    }

    #shortLinksEditList button.btn{
        padding-left: 12px;
        padding-right: 12px;
    }

    #shortLinksEditList button.btn.device {
        min-width: 75px;
    }

    #shortLinksEditList button.btn.country {
        width: 121px;
    }

    #shortLinksEditList .pull-left,
    #shortLinksEditList .pull-right{
        width: 100%;
        max-width: 100%;
    }

    #shortLinksEditList .removeLinkButton {
        display: block;
        padding: 0 20px;
    }

    #editShortlink .custom-key-container{
        margin: 0;
        width: auto;
    }

    #shortlinkAddLink{
        display: block;
        padding: 0;
        position: fixed;
        right: 15px;
        bottom: 15px;
        background: #519bfa;
        color: #fff;
        width: 46px;
        height: 46px;
        border-radius: 46px;
        z-index: 20;
    }

    #shortlinkAddLink .text{
        display: none;
    }

    #linksList .shortlinkUrl{
        max-width: 180px;
    }

    #linksList .os{
        font-size: 16px;
        padding-right: 10px;
    }

    #linksList .device {
        font-size: 16px;
        width: 56px;
    }

    .linkStatsCount{
        float: left;
    }

    .linkCountry,
    .linkHistory{
        float:right;
    }

    .linkHistory{
        padding: 0 12px;
        font-size: 17px;
        height: 42px;
        line-height: 42px;
    }

    .mobileEditViewHeader a:hover,
    .mobileEditViewHeader a:focus{
        text-decoration: none;
    }


    .rightButton a:first-child{
        margin-left: 0;
    }
    .rightButton a{
        margin-left: 20px;
    }

    .leftButton a:last-child{
        margin-right: 0;
    }

    .leftButton a{
        margin-right: 20px;
    }

    .mobileTab{
        display: none;
    }

    .mobileTab.active{
        display: block;
    }

    #statsTab .stat-tab{
        font-size: 10px;
    }

    .detailTabs ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .detailTabs ul li{
        width: 50%;
    }

    .detailTabs ul > li a{
        display: block;
        width: 100%;
        padding: 15px;
        color: #5a5a60 !important;
        text-decoration: none;
        background-color: #333743 !important;
        border: none !important;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
    }

    .detailTabs ul > li.active a{
        color: #fff !important;
        background-color: #333743 !important;
        border: none !important;
    }

    .detailTabs ul > li a:focus,
    .detailTabs ul > li a:hover{
        text-decoration: none;
        color: #fff !important;
        background-color: #333743 !important;
        border: none !important;
    }

    .mobile-plus.active{
        width: 246px;
    }

    .mobile-plus{
        position: fixed;
        right: 15px;
        bottom: 15px;
        background: #3fa35e;
        width: 46px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        border-radius: 23px;
        overflow: hidden;
        -webkit-transition: width 0.2s;
        -moz-transition: width 0.2s;
        -ms-transition: width 0.2s;
        -o-transition: width 0.2s;
        transition: width 0.2s;
    }

    .mobile-plus a{
        color: #fff;
        display: block;
        width: 46px;
        height: 46px;
        float: left;
    }

    .mobile-plus .options{
        float: right;
        width: 246px;
    }

    .mobile-plus .options ul{
        width: 200px;
        padding:0;
        margin:0;
        list-style: none;
        float: left;
    }

    .mobile-plus .options ul li{
        width: 42px;
        display: inline-block;
    }

    .nopadding{
        margin: 0 !important;
    }

    .triangle-border.left {
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
    }

}

@media (max-width: 864px){
    .navbar-brand {

    }

    .navbar-brand i.logo-main{
        width: 45px;
        height: 45px;
    }

    .navbar-brand .slogan{
        font-size: 20px;
    }
}

@media (max-width: 767px){

    .navbar-default{
        height: 50px;
        z-index: 1039;
    }

    .navbar-default .navbar-nav{
        margin: 7px -15px;
        z-index: 2000;
        background: #fff;
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
    }

    .navbar-default .navbar-nav > li{
        margin: 0;
    }

    .shortlink-menu-bar .presetButton .text{
        display: none;
    }

    .shortlink-menu-bar .presetButton{
        color: #fff;
        text-decoration: none;
        padding: 0 3px;
    }

    .shortlink-menu-bar .presetButton:hover{
        text-decoration: none;
    }


    .basicStats, #loaderShortlink, #viewShortlink, #editShortlink {
        padding: 15px;
    }

    .bubble-container.inline {
        display: inline-block;
        width: 100%;
    }

    .viewer .copy-input {
        text-align: left;
        padding: 0;
        display: block;
        width: 100% !important;
        font-size: 12px;
        height: 15px;
    }

    .h3, h3 {
        margin-top: 0;
    }

    #shortLinkList {
        background-color: #f9fafa;
        min-height: 0;
    }

}

@media (max-width: 450px){
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .g-recaptcha{
        width: 270px;
    }
}
