body {
    padding-top: 50px;
}

section {
    padding: 80px 0;
}

.bg-section {
    background-color: #fafafa;
}

section hr {
    width: 88px;
    height: 1px;
    border: 0;
}

div .pricing {
    font-weight: lighter;
    color: #6f6f6f;
}

div .pricing > span{ 
    font-size: 1.4em;
    color: #000;
}

div .pricing-buy {
    padding: 10px 0;
}

.bookmark:before{
    content: " ";
    display: block;
    height: 55px;
    margin-top: -55px;
    visibility: hidden;
}

.rtl{
    text-align: right !important;
}

body>.navbar {
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in
}
@media (min-width: 768px) {
    body>.navbar-transparent {
        background-color: transparent
    }
    body>.navbar-transparent .navbar-nav>.open>a {
        background-color: transparent!important
    }
}

#bulk-actions {
    float:left; margin-left: 5px;
}

#select-all{
    float:left;
}

a[disabled] {
    pointer-events: none;
}

.clickable{
    cursor: pointer;   
}

.text-underline{
    text-decoration: underline;
}

#search-box .panel-heading span {
    margin-top: -17px;
    font-size: 15px;
}

#reply-box .panel-heading span {
    margin-top: -18px;
    font-size: 15px;
}

.noscript{
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 20px; 
    background-color: red;
    color: #fff;
    font-weight: bold;
    clear: both;
    text-align: center;
    margin-top: -4px;
}

.overlay {
    background: rgba(0,0,0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 8888;
    position: fixed;
    top: 50px;
    bottom:0;
}

.message-box {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 25px;
    border: 1px #000 solid;
    z-index: 9999;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.checklist li {
    display: block;
    padding-top: 5px;
}

.checklist li:before {
    content: '\2713';
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 2px;
    margin-left: -17px;
    color: greenyellow;
}

.parent{
    position: absolute; 
    margin-top: 50px;
    top: 0px; 
    left: 0px;
    right: 0px; 
    bottom: 0px;
}

#home {
    padding-top: 0
}
#home .navbar-brand {
    padding: 13.5px 15px 12.5px
}
#home .navbar-brand>img {
    display: inline;
    margin: 0 10px;
    height: 100%
}
#banner {
    min-height: 300px;
    border-bottom: none
}
#summary td{
    padding: 3px;
}
#summary th{
    padding: 3px;
}
.bold{
    font-weight: bold;
}

.page-header h1 {
    font-size: 2.5em
}
.bs-docs-section {
    margin-top: 6em
}
.bs-docs-section h1 {
    padding-top: 100px
}

.bs-component {
    position: relative;
}
.bs-component i {
    color: #006699;
    padding-top: 13px;
    margin-left: -10px;
}
.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block
}
.bs-component .modal-dialog {
    width: 90%
}
.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px
}

li.active .text-success{
    color: yellow;
}

#source-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: 700
}

.navbar-inverse .badge {
    color: #fff;
    background-color: #006687;
}

.navbar-inverse li.active .badge {
    color: #fff;
    background-color: #008cba;
}

.navbar-inverse li:hover .badge {
    color: #fff;
    background-color: #008cba;
}

.nav-tabs {
    margin-bottom: 15px
}
.progress {
    margin-bottom: 10px
}
footer {
    margin: 5em 0
}
footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}
footer p {
    clear: left;
    margin-bottom: 0
}
.splash {
    padding: 9em 0 2em;
    background-color: #141d27;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center
}
.splash .logo {
    width: 160px
}
.splash h1 {
    font-size: 3em
}
.splash #social {
    margin: 2em 0
}
.splash .alert {
    margin: 2em 0
}
.section-tout {
    padding: 4em 0 3em;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #eaf1f1
}
.section-tout .fa {
    margin-right: .5em
}
.section-tout p {
    margin-bottom: 3em
}
.section-preview {
    padding: 4em 0 4em
}
.section-preview .preview {
    margin-bottom: 4em;
    background-color: #eaf1f1
}
.section-preview .preview .image {
    position: relative
}
.section-preview .preview .image:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}
.section-preview .preview .options {
    padding: 1em 2em 2em;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    text-align: center
}
.section-preview .preview .options p {
    margin-bottom: 2em
}
.section-preview .dropdown-menu {
    text-align: left
}
.section-preview .lead {
    margin-bottom: 2em
}
@media (max-width: 767px) {
    .section-preview .image img {
        width: 100%
    }
}
.sponsor #carbonads {
    max-width: 240px;
    margin: 0 auto
}
.sponsor .carbon-text {
    display: block;
    margin-top: 1em;
    font-size: 12px
}
.sponsor .carbon-poweredby {
    float: right;
    margin-top: 1em;
    font-size: 10px
}
@media (max-width: 767px) {
    .splash {
        padding-top: 4em
    }
    .splash .logo {
        width: 100px
    }
    .splash h1 {
        font-size: 2em
    }
    #banner {
        margin-bottom: 2em;
        text-align: center
    }
}

.footer{
    position: relative;
    clear: both;
    padding: 20px;
    bottom: 0px;
    color:#d0d0d0;
    text-align: center;
    width:100%;
    height:25px;
}

.alert a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#cart thead th{
    color: #626262;
}

#cart .grey{
    color: #626262;
}

#cart td div{
    padding-top: 4px;
}

.input-xs{
    height: 30px;
    width: 50px;
    font-size: 0.9em;
}

.btn-xs{
    height: 30px;
    font-size: 0.9em;
}

.label {
    text-transform: uppercase;
    font-weight: bold;
}

.capitalize{
    text-transform: capitalize;
}


#news .panel-body p{
    font-family: monospace;
    font-size: 1.05em;
    /*color: #000;*/
}
.ticket-title  {
    width: 100%;
    height: 50px;
    padding:5px;
    font-size: 0.9em;
}

.ticket-title span{
    position: relative;
    float: right;
    font-weight: lighter;
    font-size: 0.9em; 
    margin-top: -20px;
}

span .ticket-title {
    text-decoration: underline;
}

option[disabled] {
    text-decoration: line-through;
    cursor: not-allowed;
}

span.disabled{
    text-decoration: line-through;
}

tr.disabled {
    text-decoration: line-through;
    cursor: not-allowed;
    opacity: 0.4;
}

.column-list-3 {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    column-count: 3;
    column-gap: 10px;
    column-fill: auto;
    list-style-type: none;
}

.column-list-2 {
    margin-left: -15px;
    -moz-column-count: 2;
    -moz-column-gap: 1px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 1px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 1px;
    column-fill: auto;
    list-style-type: none;
}
@font-face {
    font-family: 'WebHostingHub-Glyphs';
    src: url('../fonts/webhostinghub-glyphs.eot');
    src: url('../fonts/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'),
        url('../fonts/webhostinghub-glyphs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -moz-font-feature-settings: "calt=0,liga=0";
}

[class^="icon-"], [class*=" icon-"] {
    font-family:'WebHostingHub-Glyphs';
    background:none;
    width:auto;
    height:auto;
    font-style:normal;
    font-size:1em;
    display: inline-block;
}

.row-centered {
    text-align:center;
    margin-bottom: 20px;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}
.prod-ser-pricing{
    margin: 0 -15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    text-align: center;
    position: relative;
    transition: all 0.4s ease 0s;
    border: 0 !important;
}
.prod-ser-pricing:hover{
    background: #fafafa;
    cursor: pointer;
}

.prod-ser-pricing .highlighted{
    background: #fafafa;
    cursor: pointer;
}

.prod-ser-pricing .prod-ser-pricing-header{
    padding: 15px 0 30px 0;
    position: relative;
    transition: all 0.5s ease 0s;
}
.prod-ser-pricing:hover .prod-ser-pricing-header{
    background: #008cba;
    color: #fff;
}

.prod-ser-pricing .highlighted .prod-ser-pricing-header{
    background: #008cba;
    color: #fff;
}

.prod-ser-pricing .heading{
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.prod-ser-pricing .price-value{
    min-width: 105px;
    line-height: 50px;
    font-size: 2em;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out 0s;
    background-color: #008cbd !important;
}
.prod-ser-pricing:hover .price-value{
    background: #00ba7b !important;
}
.prod-ser-pricing .highlighted .price-value{
    background: #00ba7b;
}
.prod-ser-pricing .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-top: 40px;
}
.prod-ser-pricing .pricingContent ul li{
    color: #989a8f;
    padding: 4px 0;
    font-weight: 600;
}
.prod-ser-pricing .prod-ser-pricing-sign-up{
    padding-bottom: 10px;
}
.prod-ser-pricing .btn-buy{
    width: 50%;
    border-radius: 5px;
    width:auto;
    text-transform: uppercase;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.prod-ser-pricing .btn-more{
    width: 50%;
    border-radius: 5px;
    width:auto;
    border: 1px solid #989a8f;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.prod-ser-pricing:hover .btn-buy{
    color: #ffffff;
    background-color: #006687;
    border-color: #004b63;
}
.prod-ser-pricing:hover .btn-more{
    background: #1F7E9A;
    color: #fff;
    border: 1px solid #5a5d8a;
}

.prod-ser-pricing .highlighted .btn-buy{
    background: #8A211E;
    color: #fff;
    border: 1px solid #5a5d8a;
}
.prod-ser-pricing .highlighted .btn-more{
    background: #1F7E9A;
    color: #fff;
    border: 1px solid #5a5d8a;
}

@media screen and (max-width:990px){
    .prod-ser-pricing{ margin-bottom: 30px; }

    .prod-ser-pricing .price-value{ left:40%; }
}
@media screen and (max-width:767px){
    .prod-ser-pricing{margin: 0 0 30px;}

    .prod-ser-pricing .price-value{ left:45%; }
}
@media screen and (max-width:480px){
    .prod-ser-pricing .price-value{ left:42%; }
}
@media screen and (max-width:360px){
    .prod-ser-pricing .price-value{ left:38%; }
}

.table > tbody > tr > td {
    vertical-align: middle;
}

table div.padd{
    padding-top:5px;
}

.table i {
    padding: 5px 5px 5px 0px;
}

#table-total-term{
    font-size: 1.4em;
}

#table-products div{
    padding:5px;
}

.table-of-contents {
    margin-top: 1em
}

span.dotted {
    border-bottom: 1px dotted;
    text-decoration: none;
}

#nav_category li:not(.active) a:link {
    text-decoration: underline;
    text-decoration-style: dashed;
}

#nav_category li:not(.active) a:hover {
    text-decoration: underline;
}

.dashed {
    text-decoration: underline;
    text-decoration-style: dashed;
}

tr.link{
    cursor: pointer;
}

.cfg-option{
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

.navbar [class^="icon-"], [class*=" icon-"] {
    font-size: 0.9em;
}

a [class^="icon-"], [class*=" icon-"] {
    font-size: 0.9em;
    margin-top:-3px;
}

.panel-title [class^="icon-"], [class*=" icon-"] {

    margin-right: 5px;
}

.flipicon {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.icon-loadingalt-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ccc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.currency-logo{
    margin-top: -6px;
}

.currency-logo-sprite {
    margin-right:5px;
    float:left;
}

.img-coin {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    clear: both
}

.icon-webpage:before{content:'\f033'}
.icon-vps:before{content:'\f025'}
.icon-server:before{content:'\f026'}
.icon-servers:before{content:'\f027'}
.icon-dedicatedserver:before{content:'\f00e'}
.icon-support:before{content:'\f013'}
.icon-supportalt:before{content:'\f014'}
.icon-chat:before{content:'\f162'}
.icon-security-shield:before{content:'\f02d'}
.icon-securityalt-shieldalt:before{content:'\f02e'}
.icon-network:before{content:'\f0a6'}
.icon-networksignal:before{content:'\f3a9'}
.icon-ipcontrol:before{content:'\f08b'}
.icon-install:before{content:'\f128'}
.icon-key:before{content:'\f093'}
.icon-user:before{content:'\f133'}
.icon-language:before{content:'\f042'}
.icon-world:before{content:'\f4f3'}
.icon-shopping-cart:before{content:'\f035'}
.icon-diskspace:before{content:'\f096'}
.icon-cpu-processor:before{content:'\f002'}
.icon-cpualt-processoralt:before{content:'\f003'}
.icon-ram:before{content:'\f02c'}
.icon-database:before{content:'\f00b'}
.icon-lifepreserver:before{content:'\f015'}
.icon-managedhosting:before{content:'\f038'}
.icon-domain:before{content:'\f01d'}
.icon-infinityalt:before{content:'\f7b9'}
.icon-bandwidth:before{content:'\f006'}
.icon-cog:before{content:'\f00f'}
.icon-deletefile:before{content:'\f0c7'}
.icon-networksignalalt:before{content:'\f4e4'}
.icon-signal:before{content:'\f100'}
.icon-satellitedish:before{content:'\f0c0'}
.icon-magnet:before{content:'\f281'}
.icon-connected:before{content:'\f51c'}
.icon-connectedpc:before{content:'\f51d'}
.icon-sale:before{content:'\f4c8'}
.icon-salealt:before{content:'\f549'}
.icon-hddalt:before{content:'\f60a'}
.icon-refreshalt:before{content:'\f66c'}
.icon-tag:before{content:'\f032'}
.icon-tagalt-pricealt:before{content:'\f264'}
.icon-tags:before{content:'\f482'}
.icon-tagvertical:before{content:'\f15f'}
.icon-controlpanel:before{content:'\f008'}
.icon-controlpanelalt:before{content:'\f009'}
.icon-barcode:before{content:'\f276'}
.icon-ok:before{content:'\2713'}
.icon-ok-circle:before{content:'\f471'}
.icon-ok-sign:before{content:'\f479'}
.icon-info-sign:before{content:'\f315'}
.icon-remove:before{content:'\00d7'}
.icon-remove-circle:before{content:'\f470'}
.icon-remove-sign:before{content:'\f478'}
.icon-bitcoinsquare:before{content:'\f5e6'}
.icon-bitcoinalt:before{content:'\f5e9'}
.icon-wallet:before{content:'\e000'}
.icon-walletalt:before{content:'\f5e1'}
.icon-value-coins:before{content:'\f018'}
.icon-coinsalt:before{content:'\f5be'}
.icon-money-cash:before{content:'\f27b'}
.icon-moneyalt:before{content:'\f4e7'}
.icon-moneybag:before{content:'\f271'}
.icon-shopping:before{content:'\f010'}
.icon-shoppingcartalt:before{content:'\f4f5'}
.icon-shopping-cart:before{content:'\f035'}
.icon-store:before{content:'\f272'}
.icon-emailalt:before{content:'\f136'}
.icon-loadingalt:before{content:'\f339'}
.icon-trash:before{content:'\f0ce'}
.icon-warning-sign:before{content:'\f316'}
.icon-news:before{content:'\f256'}
.icon-coupon:before{content:'\f254'}
.icon-creditcard:before{content:'\f279'}
.icon-settingsandroid:before{content:'\f309'}
.icon-settingsfour-gearsalt:before{content:'\f306'}
.icon-settingsthree-gears:before{content:'\f307'}
.icon-settingstwo-gearalt:before{content:'\f308'}
.icon-search:before{content:'\f0c5'}
.icon-chevron-down:before{content:'\f48b'}
.icon-chevron-left:before{content:'\f489'}
.icon-chevron-right:before{content:'\f488'}
.icon-chevron-up:before{content:'\f48a'}
.icon-fastup:before{content:'\f31c'}
.icon-fastdown:before{content:'\f31d'}
.icon-preview:before{content:'\f330'}
.icon-eye-close:before{content:'\f481'}
.icon-eye-open:before{content:'\f2b5'}
.icon-eye-view:before{content:'\f280'}
.icon-download:before{content:'\f47b'}
.icon-download-alt:before{content:'\f11a'}
.icon-addcomment:before{content:'\f74a'}
.icon-comment:before{content:'\f12c'}
.icon-reademail:before{content:'\f173'}
.icon-rawaccesslogs:before{content:'\f0c1'}
.icon-terminal:before{content:'\f114'}
.icon-terminalalt:before{content:'\f5c3'}
.icon-linux:before{content:'\f01a'}
.icon-backup-vault:before{content:'\f004'}
.icon-statistics:before{content:'\f4f4'}
.icon-plus:before{content:'\002b'}
.icon-plus-sign:before{content:'\f476'}
.icon-minus:before{content:'\2212'}
.icon-edit:before{content:'\f47c'}
.icon-editalt:before{content:'\f0f2'}
.icon-eur:before{content:'\20ac'}
.icon-euralt:before{content:'\f25a'}
.icon-usd:before{content:'\24'}
.icon-usdalt:before{content:'\f259'}
.icon-gbp:before{content:'\f25b'}
.icon-gbpalt:before{content:'\f25c'}
.icon-yen:before{content:'\00a5'}
.icon-yenalt:before{content:'\f25d'}
.icon-lock:before{content:'\f0be'}
.icon-unlock:before{content:'\f0bf'}
.icon-lockalt-keyhole:before{content:'\f0eb'}
.icon-dnszone:before{content:'\f07f'}
.icon-parkeddomain:before{content:'\f055'}
.icon-subdomain:before{content:'\f052'}
.icon-domainaddon:before{content:'\f053'}
.icon-websitealt:before{content:'\f01c'}
.icon-websitebuilder:before{content:'\f034'}
.icon-emailforward:before{content:'\f175'}
.icon-emailforwarders:before{content:'\f049'}
.icon-indexmanager:before{content:'\f09e'}
.icon-sslmanager:before{content:'\f04f'}
.icon-portrait:before{content:'\f580'}
.icon-off:before{content:'\f11d'}
.icon-stop:before{content:'\f185'}
.icon-refreshalt:before{content:'\f66c'}
.icon-refresh:before{content:'\f078'}
.icon-shutdown:before{content:'\f11e'}
.icon-pause:before{content:'\f186'}
.icon-play:before{content:'\f184'}
.icon-analytics-piechart:before{content:'\f000'}
.icon-analyticsalt-piechartalt:before{content:'\f001'}
.icon-barchart:before{content:'\f02f'}
.icon-barchartalt:before{content:'\f07d'}
.icon-home:before{content:'\21b8'}
.icon-homealt:before{content:'\f02b'}
.icon-address:before{content:'\f08f'}
.icon-password:before{content:'\f03e'}
.icon-passwordalt:before{content:'\f03f'}
.icon-ssh:before{content:'\f04e'}
.icon-affiliate:before{content:'\f01e'}
.icon-stockup:before{content:'\f251'}
.icon-server:before{content:'\f026'}
.icon-servers:before{content:'\f027'}
.icon-invoice:before{content:'\f3e5'}
.icon-paperclip:before{content:'\f284'}
.icon-paperclipalt:before{content:'\f285'}
.icon-paperclipvertical:before{content:'\f286'}
.icon-paperplane:before{content:'\f296'}
.icon-noteslist:before{content:'\f5c6'}
.icon-uptime:before{content:'\f017'}
.icon-timer:before{content:'\f61b'}
.icon-time:before{content:'\f210'}
.icon-colocation:before{content:'\f024'}
.icon-colocationalt:before{content:'\f023'}
.icon-notesdate:before{content:'\f5c8'}
.icon-calendar:before{content:'\f20f'}
.icon-windows:before{content:'\f019'}
.icon-ubuntu:before{content:'\f120'}
.icon-cd-dvd:before{content:'\f0cd'}
.icon-cloud:before{content:'\f0b9'}
.icon-sortasc:before{content:'\f1c3'}
.icon-sortdesc:before{content:'\f1c4'}
.icon-commentlove:before{content:'\f5dc'}
.icon-hearts:before{content:'\f2f4'}
.icon-heart:before{content:'\f131'}
.icon-pencil:before{content:'\f1b7'}
.icon-ghost:before{content:'\f2da'}
.icon-lan:before{content:'\f0ee'}
.icon-island:before{content:'\f392'}
.icon-redirect:before{content:'\f054'}
.icon-pageforward:before{content:'\f31f'}
.icon-wizard:before{content:'\f03c'}
.icon-wizardalt:before{content:'\f1fb'}
.icon-wizardhat:before{content:'\f337'}
.icon-faq:before{content:'\f099'}
.icon-book:before{content:'\f1ba'}
.icon-bookalt:before{content:'\f4a1'}
.icon-powerplug:before{content:'\f0ed'}
.icon-clipboard-paste::before{content: '\f0cb';}
.icon-clipboardalt::before{content: '\f73f';}