:root {
    --menu_width: 0px;
}
  
.form-group
{
    margin-bottom:8px;
}

.btn-default{
    background-color:  #003455!important;
    color: #fff!important;
}

.navbar{
    display: flow-root!important;
}

.navbar .btn-group
{
    display: flow-root!important;
}

.breadcrumb-item a
{
    color: #000!important;
}

.table-responsive
{
    overflow:hidden!important;
}

/*===============================
    Responsive Admin Theme
================================= */


h4.dashboard{
    font-weight: 900;
    font-size: 24px;
}

/*===============================
    MAIN
================================= */
html {
    width: 100%;
}
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-size: 13px;
    color: #333333;
    overflow-x: hidden;
    width: 100%;
    -ms-overflow-style: scrollbar;
}
div.pagination_links {
    text-align: center;
    margin: 30px 0;
}
div.pagination_links a {
    padding: 10px 25px;
    border: 1px solid #ddd;
}
div.pagination_links a.prev {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
div.pagination_links a.next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
div.pagination_links a.disabled {
    color: lightgrey;
    cursor: not-allowed;
    text-decoration: none;
}
.bugrepport_window {
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: #FFF;
    border: 2px solid grey;
    border-radius: 10px;
    padding: 20px;
     -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.75);
}
.fas.fa-sync-alt.action.update_backlink.tooltips.disabled {
    color: lightgrey;
    cursor: not-allowed;
}
.bugrepport_window h2 {
    margin-top: 0px;
    text-align: center;
}
.bugrepport_window textarea {
    width: 100%;
    height: 150px;
}
.close_bug_reportwindow, #close_bug_reportwindow, #close_icon {
    font-size: 15px;
    float: right;
    cursor: pointer;
}
#importingwindow {
    text-align: center;
    font-size: 15px;
}
#close_icon {
    color: grey;
}
#close_bug_reportwindow {
    float: none;
    color: blue;
}
#importingwindow div {
    margin: 0px;
}
#importingwindow p {
    margin: 30px 0 0 0;
}
body.login {
    background-color: #eaeaea;
}
a:link, a:visited {
    text-decoration: none;
    outline: none;
}
.filter_row div {
    height: 37px;
    line-height: 37px;
}
.filter_row.buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.filter_row div {
    flex: 0 0 300px;
    border-radius: 5px;
}
.switch {
    position: relative;
    display: block;
    width: 45px;
    height: 27px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.payment_link a {
    display: block;
    margin-top: 10px;
    background-color: green;
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
    width: auto;
    color: #FFF;
}
.fitler_ajust {
 
 
 
    margin-top: 20px;
    background: green;
    border: none;
    border-radius: 2px;
    color: #FFF;
    padding: 5px 20px;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 19px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.red {
    color: #dc3545;
}
.green {
    color: #28a745;
}
.yellow {
    color: #003455 !important;
}
.header_state .fa:nth-child(4), .header_state .fa:nth-child(5) {
    margin-left: 10px;
}
.header_state {
    text-align: center;
}
.known_backlinks_table {
    background-color: #fafafa;
    padding-left: 40px !important;
    display:none;
    max-width: 1400px;
}
table .header-fixed {
  position: fixed;
  top: 0px;
  background-color: #FFF;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
thead {
  background-color: #eaeaea;
}
tbody {
  background-color: #fcfcfc;
}
.header th {
    background-color: #FFF;
}
.known_backlinks_table th {
	padding-right: 5px;
	white-space: nowrap;
	color: #777;
}

.touchgrey {background-color: #eaeaea;}
.backlinks_table th {
	text-align: center;
	text-transform: uppercase;
	color: #777;
}
.backlinks_table .fa, .backlinks_table .fas {
    font-size: 16px;
}
.backlinks_table .action .fas,.backlinks_table .type_icon .fas {
    color: grey;
}
.rel_state, .header_respons_code {text-align:center;}
.rel_state i {margin: 5px;}
.all_plans {
    display:flex;
    flex-wrap: wrap;
}
.domain_thumbnail {
    height: 50px;
    width: auto;
}
.thumb {
    text-align: center;
}
form .box {
    margin-bottom: 25px;
}
.group_select {
    width: 150px;
}
 
.plan {
    flex: 0 0 32%;
    /*border: 1px solid lightgrey;*/
    border-radius: 10px;
    padding: 20px;
    margin-right: 20px;
    text-align: center;
}
.plan .name {
    font-weight: bold;
    font-size: 20px;
    padding: 0px 0px 10px 0;
}
.plan .Features, .plan .pricewrapper{
    border-top: 1px solid lightgrey;
    padding: 10px 0;
}
.plan .pricewrapper {
    display: flex;
    flex-wrap: wrap;
 
}
.plan .price {
    flex: 0 0 50%;
}
.plan .price:first-child {
    border-right: 1px solid lightgrey;
    padding-right: 20px;
}
.plan .price:nth-child(2) {
    padding-left: 20px;
}
.plan .price a {
    display:block;
    margin-top: 10px;
    background-color: green;
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
    width: auto;
    color: #FFF;
}
.plan:nth-child(3) {
    margin-right: 0px;
}
.info {
    display:flex;
    flex-wrap: wrap;
}
.info div {
    flex: 0 0 50%;
    text-align: center;
    font-size: 16px;
}
.payment_info {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.plan_info table, .invoice_info table {
    margin: auto;
    text-align: left;
}
.plan_info table tr td:nth-child(2), .invoice_info table tr td:nth-child(2) {
    text-align: center;
    font-weight: bold;
}
.payment_link {
    margin-top: 20px;
}
.cell .fa-bell {
    font-size: 22px;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #C8CBD2;
    border-radius: 100px;
    margin-bottom: 10px;
    color: #C8CBD2;
    position: relative;
    cursor: pointer;
}
.read_info {
    float: right;
    cursor:pointer;
    vertical-align: middle;
}
.read_info span {
    display:none;
    font-size: 12px;
}
.read {
    margin-left: 10px;
}
.read:hover {
    color: #565656;
}
.notifications_number {
    position: absolute;
    top:0px;
    right: 0px;
    font-size: 14px;
    border-radius: 100px;
}
.noticolor {background-color: #F00000;}
.noneticolor {background-color: #C8CBD2;}
.notificationwrapper {position:relative;}
.allnotifications {
    cursor: default;
    display:none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    box-shadow: 0 3px 7px 0 rgba(71,77,90,.24);
    width: 350px;
    max-width: 350px;
    left: -300px;
    z-index: 1;
    position: absolute;
    top: 65px;
    background-color: #FFF;
    border: 1px solid #C8CBD2;
    font-size: 16px;
    color: #000;
}
.stamp {
    color: #919191;
    font-size: 14px;
    padding: 0 0 10px 0;
}
.message {
    font-size: 14px;
}
.messagefooter {
    color:#A2A2A4;
    padding: 10px;
    border-top: 1px solid #C8CBD2;
    -webkit-box-shadow: 0 -5px 20px -3px rgba(71,77,90,.24);
    -moz-box-shadow: 0 -5px 20px -3px rgba(71,77,90,.24);
    box-shadow: 0 -5px 20px -3px rgba(71,77,90,.24);
}
.messagewrap {
    border-bottom: 1px solid #C8CBD2;
    padding: 20px 20px;
}
.messagewrapper {
    text-align: left;
    padding: 0px 0px;
    max-height: 400px;
    overflow-y: scroll;
}
.messageheader {
    padding: 20px 20px;
    border-bottom: 1px solid #C8CBD2;
    text-align: left;
    font-size: 22px;
}
.notifications_number {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 15px;
    border-radius: 100px;
    padding: 2px 6px 3px 6px;
    color: #fff;
}
.userinfo {
    padding: 14px 16px;
    float: right;
    text-align: center;
    margin-right: 20px;
    display: table;
}
.userinfo .row {
    display: table-row;
}
.userinfo .row .cell{
    display: table-cell;
    padding: 0 10px 0 10px;
}
.userinfo img{
    height: 50px; 
    width: 50px;
    border-radius: 100px;
    margin-bottom: 10px;
        border: 1px solid #C8CBD2;
    border-radius: 100px;
}

@media (max-width: 600px) {
    .login_logo {height: auto;max-width:200px;}
}
@media (max-width: 1024px) {
    .login_logo {height: auto;max-width:300px;}
}

@media (min-width: 1024px) {
    .login_logo {height: auto;max-width:400px;}
}


#form-register select {
    width: 100%;
    padding: 11px;
    margin-bottom: 20px;
}
.navigation_logo {
    max-width: 80%;
    margin-bottom: 10px;
}
.backlinks_table tbody tr td {
    vertical-align: middle;
    padding: 10px 0px;
}
.backlinks_table tbody tr {
    font-size: 14px;
}

.backlinks_table {max-width: 1400px;}
.domains_table tbody{
    font-size: 16px;
}
.domains_table .thumb {
    width: 6%;
}
.domains_table .action {
    width: 8%;
}
.domains_table tbody tr td {
    vertical-align: middle;
}
.action i {
    margin: 0 10px;
    width: 6%;
}
.action i {
    cursor: pointer;
}
.type_icon {
    width: 6%;
    text-align:center;
}
.action i {
    width: auto;
}
.add_new_link {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 30px;
    float: right;
}
.add_new_link:hover {
    color:#FFF;
}
.add_new_link_wrapper {
    display:none;
}
_
#importfield textarea{
    width: 100%;
    height: 150px;
}
.add_new_links {margin-bottom: 30px;}
.nolink {width: 10%; text-align: center;}
.head_state {text-align: center;}
.backlinks_table td.source{
    padding: 20px 0px 20px 10px;
}
table.linkinfo {width: 95%;margin-left: 5px; padding-left: 0px;}
table.linkinfo th {text-align: left;}
table.linkinfo .dest {
    max-width: 400%;
    min-width: 40%;
    width: 40%;
    padding-right: 20px;
}
table.linkinfo .anchor {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
}
table.linkinfo .linktype{
    max-width: 25px;
    min-width: 25px;
    width: 25px;
	text-align:center;
}
.backlink_row {border-top: 1px solid grey;}
.backlink_row:hover {background-color: #eaeaea;}
.alignleft {text-align: left !important;}
.aligncenter {text-align: center !important;}
.alignright {text-align: right !important;}
.to_url {color: green;}
.redirect_url {color: green;padding-left: 15px;}
.head_state, .header_state, .header_respons_code, .action, .last_checked, .index_state, .respons_code {
    vertical-align: middle !important;
    text-align: center;

}

.backlink_row {
    position: relative;
}
.domain_mark {
    font-size: 12px;
    color: grey;
    padding: 1px 3px;
    border-radius: 5px;
    margin-right: 5px;
}
.domain_mark .fas.fa-tag {
    font-size: 12px;
}
.domain_mark .fas.fa-tag
.respons_code {width: 10%; padding: 10px 10px;}
.linkcount {
    border: 1px solid #39F;
    max-width: 57px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    margin: 0 auto;
    cursor: pointer;
}
.linkcount:hover {
	background-color: #39F;
	color: #fff;
}
.linkcount i {margin-left: 10px;}
table.linkinfo td {border-bottom: 0px !important;}
.backlinks_table td.anchor {
    width: 20%;
}
.backlinks_table .state, .backlinks_table .link_type, .backlinks_table .canonical {
    width: 8%;
    text-align: center;
}
l
.found {
    background-color: #28a745;
}
.nofollow {
    background-color: #003455;
}
.notfound {
    background-color: #dc3545;
}
.found, .nofollow, .notfound {
    color: #FFF;
    padding: 5px 8px;
    border-radius: 5px;
    display:block;
    margin: 0 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}

h2 {
    font-size: 24px;
}

hr {
    border-color: rgba(0, 0, 0, 0.05);
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, 
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, 
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, 
h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 100;
    line-height: 1;
    color: inherit;
}

a {
    transition: color 100ms ease-in-out;
    -o-transition: color 100ms ease-in-out;
    -ms-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    -webkit-transition: color 100ms ease-in-out;
}

#page-wrapper {
    width: 100%;
    overflow-x: hidden;
}
#page-content {
    padding: 0 25px 40px 25px;
    overflow: auto;
    position: relative !important;
    height: 100%;
    margin: 0 0 0 0;
}

.mar-top-10 {
    margin-top: 10px;
}
.mar-btm-10 {
    margin-bottom: 10px;
}

.padding-10 {
    padding: 10px;
}

/*===============================
    LOGO
================================= */
#logo-element {
    height: 60px;
    background: #fff;
    border-right: 0px solid #dbe1e8;
    margin: auto;
}
.logo {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -1px;
    display: inline-block;
    line-height: 58px;
    padding: 0 0 10px 18px;
    text-decoration: none;
}
.logo-full {
    color: #FFF;
}
.x-hidden {
    color: #003455;
}

/*===============================
    TITLE HEADER
================================= */
.title-header {
    background-color: #FFF;
    margin: 0px -25px 20px;
    min-height: 50px;
}
.title-header h2 {
    margin-top:0px;
    padding-top: 20px;
}
.title-header h2, nav {
    padding-left: 20px;
}

.title-header nav {
    padding-bottom: 10px;
}

.title-header > i {
    font-size: 44px;
    float: right;
    color: #4F5253;
    margin: 20px 30px 0 30px;
    line-height: 64px;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
.breadcrumb {
    background-color: inherit;
    margin-bottom: 0px;
}

/*===============================
    Panels
================================= */
.panel {
    margin: 0 0 15px;
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #dbe1e8;
    border-radius: 0px;
    position: relative;
}
.panel-heading {
    padding: 0px;
    background-color: #f9fafc;
    border-bottom: 1px solid #eaedf1;
    border-radius: 0px;
}
.panel-heading i {
    margin-left: 15px;
    font-size: 15px;
}
.panel-heading .panel-options i {
    margin-left: 0px;
}
.panel-title {
    box-sizing: border-box;
    padding: 10px;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 10px 16px 7px;
    font-weight: normal;
}
.panel-body {
    padding: 15px;
}

.panel-body > h4{
    font-size:  16px;
}

.panel-footer {
    background: rgba(0,0,0,.1);
    border-top: 0px;
    padding: 5px 15px;
    border-radius: 0px;
}
.panel-footer-link {
    text-align: right;
}
.panel-footer-link  a {
    color: #CCC;
}
.panel-footer-link a:focus, .panel-footer-link a:hover,
.panel-footer-link i a:focus, .panel-footer-link i a:hover {
    color: #FFF;
}

.panel-footer-link i {
    font-size: 11px;
}

.panel-options {
    padding:7px;
}
.panel-options button.btn {
    min-width: 40px;
}
.panel-options ul.dropdown-menu i.oi {
    margin-right: 10px;
}

.panel-group .panel {
    border-radius: 0px;
}

/* Tabs */
.panel-heading .nav-tabs > li.active > a,
.panel-heading .nav-tabs > li.active > a:focus,
.panel-heading .nav-tabs > li.active > a:hover {
    border: 1px solid #eaedf1;
    border-bottom-color: #fff;
    background-color: #fff;
}
.panel-heading .nav-tabs {
    padding: 4px 1px 0;
    border-bottom: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.4285;
    border: 1px solid transparent;
}
.nav-tabs > li > a {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 0;
}

.panel-options button:hover {
    background: rgba(0, 0, 0, 0.2);
}

.panel .minimise-panel .fas.fa-minus:before {
    content: '\f146';
}
.panel.minimized .minimise-panel .fas.fa-minus:before {
    content: '\f0fe';
}

/* Use to maximize panel to fill page */
.panel-fullsize {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 9999;
}

.panel.panel-bordered{
    border: 1px solid;
}
.panel.panel-bordered.panel-success {
    border: 1px solid #9cc96b;
}
.panel.panel-bordered.panel-info {
    border: 1px solid #4ebcda;
}
.panel.panel-bordered.panel-primary {
    border: 1px solid #5fa2dd;
}
.panel.panel-bordered.panel-warning {
    border: 1px solid #ebaa4b;
}
.panel.panel-bordered.panel-danger {
    border: 1px solid #f76c51;
}

.panel.panel-noborder{
    border: 0px;
}

/*===============================
    GALLERY
================================= */
.gallery > .row > div {
    margin-bottom: 15px;
}
.gallery a img, .gallery img, .gallery-image img, a[data-toggle=lightbox-image] img {
    max-width: 100%;
}
.gallery a:hover img, .gallery-image:hover img, a[data-toggle=lightbox-image]:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

/*===============================
    BACKGROUNDS
================================= */
.gray-bg {
    background-color: #F3F3F4;
}
.white-bg {
    background-color: #FFF;
}
.warm-blue-bg {
    background-color: #1F7BB6;
    color: #FFF;
}
.purple-bg {
    background-color: #986291;
    color: #FFF;
}
.red-bg {
    background-color: #F00000;
    color: #FFF;
}
.darkblue-bg {
    background-color: #003455;
    color: #FFF;
}
.yellow-bg {
    background-color: #fbff00;
    color: #FFF;
}
.green-bg {
    background-color: #0E9E0E;
    color: #FFF;
}


/*===============================
    TABLES
================================= */
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

/*===============================
    ICONS
================================= */
.panel .icon-bg {
    position: absolute;
    opacity: 0.8;
    left: 15px;
    top: 10px;
    font-size: 38px;
}
.displayoi {
    margin-top: 15px;
}
.displayoi .oi {
    font-size: 25px;
    margin-right: 10px;
}
.fa-item {
    margin-top: 15px;
}
.fa-item .fa {
    font-size: 25px;
    margin-right: 10px;
}

/*===============================
    FORM ELEMENTS
================================= */
.form-control {
    border-radius: 2px;
    color: #626262;
}
.form-inline .form-control {
    margin-right: 4px;
}

/*===============================
    TOGGLES
================================= */
.slow .toggle-group { 
    transition: left 0.7s; -webkit-transition: left 0.7s; 
}
.fast .toggle-group { 
    transition: left 0.1s; -webkit-transition: left 0.1s; 
}
.quick .toggle-group { 
    transition: none; -webkit-transition: none; 
}

/*===============================
    NAVBAR - TOP
================================= */
.navbar-static-top {
    background: #f3f3f4;
    min-height: 60px;
    margin-left: var(--menu_width);
    padding: 0 20px;
}
.navbar {
    margin-bottom: 0;
}
.reveal-rightsidebar {
    float: right;
    width: 40px;
    padding: 6px 4px 4px;
    margin: 14px 5px 5px 0px;
    font-size: 14px;
}
body.right-sidebar .reveal-rightsidebar .fas.fa-angle-double-left:before {
    content: '\f101';
}
.navbar-top-icons {
    float: right;
    width: 40px;
    padding: 6px 4px 4px;
    margin: 14px 5px 5px 0px;
    font-size: 14px;
}
nav.navbar-static-top button {
    position: relative;
    display: block;
}
.navbar-top-icons .label {
    border-radius: 2px;
    line-height: 12px;
    position: absolute;
    right: -4px;
    top: -4px;
}

/*===============================
    DROPDOWN MENU - TOP NAVBAR
================================= */
nav .dropdown-menu {
    min-width: 250px;
    border: #003455;
    border-width: 2px;
    border-style: solid;
    padding: 0px;
    border-top-width: 10px;
    margin-top: 5px;
}
.btn-group.right .dropdown-menu {
    left: auto;
    right: 0px;
}
nav .dropdown-header {
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
nav li.dropdown-header .profile-image {
    margin-right: 10px;
}
nav ul.dropdown-menu li {
    border-top: 1px solid #e5e5e5;
}
nav ul.dropdown-menu i.fas {
    margin-right: 10px;
}
nav ul.dropdown-menu li a {
    padding: 10px;
}
nav ul.dropdown-menu.messages {
    min-width: 350px;
}
nav ul.dropdown-menu li.messages i {
    float: left;
    font-size: 18px;
}
nav .dropdown-menu:before {
    position: absolute;
    top: -18px;
    right: 14px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #003455;
    border-left: 9px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
;
}
nav .dropdown-menu:after {
    position: absolute;
    top: -17px;
    right: 15px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #003455;
    border-left: 8px solid transparent;
    content: '';
}

/*===============================
    PROGRESS & SLIDERS
================================= */
.progress {
    height: 20px;
    background-color: #e7e9ee;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.right-sidebar-section .progress {
    width: 90%;
    margin-top: 5px;
    height: 15px;
}

/*===============================
    MODALS
================================= */
.modal-body .nav-tabs {
    margin: 0 -15px 15px;
    padding: 0 5px !important;
}
.modal-content {
    border-radius: 2px;
}
.modal-footer .btn {
    margin-bottom: 0px !important;
}

/*===============================
    SEARCH
================================= */
.search-form {
    width: 250px;
    margin: 0 5px;
    float: left;
    position: relative;
}
.navbar .search-form {
    width: 180px;
    padding-top: 14px;
}
.navbar .searchbutton {
    top: 20px;
}
.searchbox {
    border-radius: 2px;
    border: none;
    height: 34px;
    width: 250px;
    padding-left: 20px;
    padding-right: 36px;
    background: rgba(255, 255, 255, 0.95);
    color: #37363e;
}
.navbar .searchbox {
    top: 20px;
    width: 180px;
}
.searchbox-dark {
    background: rgba(242, 242, 242, 1);
    color: #37363e;
}
.searchbutton {
    border: none;
    color: rgba(0, 0, 0, 0.8);
    background: none;
    position: absolute;   
    font-size: 16px;
    right: 8px;
    top: 6px;
}

/*===============================
    MINI NAVBAR
================================= */
body.mini-navbar #page-content,
body.mini-navbar .navbar-static-top {
    margin: 0 0 0 70px;
}
body.mini-navbar .navbar-static-side {
    width: 70px;
}
body.mini-navbar.fixed-footer {
    position: fixed;
    left: 70px;
}
body.mini-navbar .navbar-default .logo-full {
    display: none !important;
}
body.mini-navbar .navbar-default .x-hidden {
    display: block !important;
}
body.mini-navbar .navbar-default a span {
    display: none;
}
body.mini-navbar #logo-element {
    background-color: #FFF;
    border-bottom: 1px solid #f2f4f9;
    width: 50px;
    overflow: hidden;
}
body.mini-navbar #logo-element img {
    width: 142px !important;
    max-width: 142px;
}
body.mini-navbar .logo {
    padding-left: 8px;
}
body.mini-navbar #logo-element
body.mini-navbar .fixed-footer {
    left: 70px;
}

/*===============================
    RIGHT SIDEBAR
================================= */
body.right-sidebar #page-content {
    margin: 0 250px 0 200px;
}
body.right-sidebar.mini-navbar #page-content {
    margin: 0 250px 0 70px;
}
.sidebar-right {
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    color: white;
}
body.right-sidebar .sidebar-right {
    display: block;
    position: absolute;
    width: 250px;
    margin-top: 203px;
}
.sidebar-header-text{
    color:#fff;
}

#right-sidebar-id
{
    padding:10px;
}

.right-sidebar-section{
    color:#000;
}

.right-sidebar-header {
    max-height: 50px;
    padding: 10px;
    background-color: #003455;
}
.right-sidebar-header .sidebar-header-text {
    margin: 0px;
    padding-left: 6px;
    font-size: 18px;
}
.right-sidebar-header i {
    font-size: 18px;
    padding-right: 10px;
}
body.right-sidebar .right-sidebar-section {
    margin: 0px;
    padding: 15px 10px;
}
.right-sidebar-section .fa-check-circle {
    margin-right: 6px;
}

/*===============================
    TRANSITIONS
================================= */
.navbar-static-side, 
.navbar-static-top,
.navbar-fixed-top,
footer,
#page-content,
#sidebar-collapse .nav > li > ul.nav-second-level > li > a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*===============================
    BUTTONS 
================================= */
.btn {
    border-radius: 2px;
}

.btn-main, .btn-main:hover {
    background-color: #003455;
    border-color: #003455;
    color: #FFFFFF;
}
.btn-main.stacked {
    margin-bottom: 6px;
}
.btn-alt {

    background-color: #FFF;
}
.btn-default {
    background-color: #f1f3f6;
}
.btn-icon {
    padding-left: 10px;
    padding-right: 10px;
}


.btn-primary.btn-alt {
    color: #428bca;
}
.btn-success.btn-alt {
    color: #5cb85c;
}
.btn-info.btn-alt {
    color: #5bc0de;
}
.btn-warning.btn-alt {
    color: #ec971f;
}
.btn-danger.btn-alt {
    color: #d9534f;
}

.btn-primary:hover.btn-alt,
.btn-success:hover.btn-alt,
.btn-info:hover.btn-alt,
.btn-warning:hover.btn-alt,
.btn-danger:hover.btn-alt {
    color: #FFFFFF;
}

.btn-rounded {
    border-radius: 999px;
}

.btn-squared {
    border-radius: 0px;
}

.btn-xl {
    padding: 12px 20px;
    font-size: 20px;
}

.btn-group {
    line-height: inherit;
}

.btn-display .btn {
    margin-bottom: 8px;
    margin-right: 2px;
}

button,
button:focus, 
button:active, 
.btn, 
.btn:focus, 
.btn:active:focus,
.btn.active:focus, 
.btn.focus, 
.btn.focus:active, 
.btn.active.focus {
    outline: none;
    outline: 0;
}

/*===============================
    COLOURED BUTTONS
================================= */
.btn-blue {
    background-color: #1b98e0;
    color: #fff;
    border:1px solid #1a8ac7;
}
.btn-blue.active, 
.btn-blue.focus, 
.btn-blue:active, 
.btn-blue:focus, 
.btn-blue:hover, 
.open > .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #0e87c4;
}

.btn-purple {
    background-color: #986291;
    color: #fff;
    border:1px solid #8a5884;
}
.btn-purple.active, 
.btn-purple.focus, 
.btn-purple:active, 
.btn-purple:focus, 
.btn-purple:hover, 
.open > .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #82527c;
}

.btn-red {
    background-color: #F00000;
    color: #fff;
    border:1px solid #b51a36;
}
.btn-red.active, 
.btn-red.focus, 
.btn-red:active, 
.btn-red:focus, 
.btn-red:hover, 
.open > .dropdown-toggle.btn-red {
    color: #fff;
    background-color:#b51431;
}

.btn-green {
    background-color: #0e9e0e;
    color: #fff;
    border:1px solid #118711;
}
.btn-green.active, 
.btn-green.focus, 
.btn-green:active, 
.btn-green:focus, 
.btn-green:hover, 
.open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color:#008000;
}

.btn-orange {
    background-color: #003455;
    color: #fff;
    border:1px solid #003455;
}
.btn-orange.active, 
.btn-orange.focus, 
.btn-orange:active, 
.btn-orange:focus, 
.btn-orange:hover, 
.open > .dropdown-toggle.btn-orange {
    color: #fff;
    background-color:#003455;
}

.btn-pink {
    background-color: #d1527f;
    color: #fff;
    border:1px solid #b0466b;
}
k
.btn-pink.active, 
.btn-pink.focus, 
.btn-pink:active, 
.btn-pink:focus, 
.btn-pink:hover, 
.open > .dropdown-toggle.btn-pink  {
    color: #fff;
    background-color:#bd3d6a;
}

/* BUTTON FOR MINI-NAVBAR  */
.close-sidebar {
    padding: 6px 12px;
    margin: 14px 5px 5px 0px;
    font-size: 14px;
    float: left;
}



/*===============================
    TO-TOP
================================= */
#to-top {
    display: none;
    position: fixed;
    bottom: 55px;
    left: 10px;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 102;
}

#to-top:hover {
    color: #ffffff;
    background-color: #003455;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*===============================
    DROPDOWN
================================= */
.dropdown-custom.dropdown-menu {
    min-width: 180px;
}
.dropdown-menu > li > a {
    padding: 6px 10px;
}
.dropdown-menu {
    border-radius: 0;
}

/*===============================
    LOGON PAGES
================================= */
.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
    color: #003455
}
.pen-title h1 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 300;
    color: #FFFFFF
}
.pen-title span {
    font-size: 12px;
}
.pen-title .fa-times {
    color: #003455;
}
.pen-title span a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}

.form-module {
    position: relative;
    background: #ffffff;
    max-width: 668px;
    width: 100%;
    border-top: 5px solid #003455;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.borderless {
    border-top: 0px solid #003455;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}

.form-module .headline
{
    margin: 0 0 20px;
    color: #003455;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.form-module .subheadline
{
    margin: 0 0 20px;
    color: #7e7d7d;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.form-module .subheadline a
{
    color: #7e7d7d!important;
}

.form-module .triangle-down {
    width: 100%;
    height: 0px;
    border-left: 250px solid transparent;
    border-right: 250px solid transparent;
    border-top: 80px solid #003455;
  }    

.signup {max-width: none !important;width: 80%;}
.signup #myForm {
    display:flex;
    flex-wrap:wrap;
    margin: 0px auto;
}
.signup #myForm .formsplit {
    flex: 0 0 50%;
}
.signup #myForm .formsplit:first-child {
    padding-right: 40px;
}
.signup #myForm select {
border: 1px solid #d9d9d9
}
.form-module .toggle {
    cursor: pointer;
    position: absolute;
    top: -0;
    right: -0;
    background: #003455;
    width: 80px;
    height: 30px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.form-module .toggle i {
    margin-right: 6px;
}
.form-module .toggle .tooltip {
    position: absolute;
    top: 5px;
    right: -65px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: auto;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
    padding: 0px;
}
.form-module h2 {
    margin: 0 0 20px;
    color: #003455;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.form-module input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.form-module input:focus {
    border: 1px solid #003455;
    color: #333333;
}
.form-module button {
    cursor: pointer;
    background: #003455;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.form-module button.signup_button {
    width: 375px;
    margin: 0 auto;
}
.form-module button:hover {
    background: #b37607;
}
.form-module .cta {
    background: #f2f2f2;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.form-module .cta-neutral {
    background: inherit;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.form-module .cta-neutral a {
    color: #333333;
    text-decoration: none;
}

.form-module .cta a {
    color: #333333;
    text-decoration: none;
}
.form-module .help-block {
    margin-top: -15px;
    color: red;
}
#login-footer {
    margin-top: 8px;
}

.captchsize {
    transform:scale(0.80);
    -webkit-transform:scale(0.80);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
/*===============================
    FOOTER
================================= */
footer {
    background: #FFF;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    font-size: 11px;
    z-index: 1000;
}

/*===============================
    CAROUSEL
================================= */
.carousel-control i {
    width: 10px;
    height: 10px;
    margin-top: -8px;
    margin-left: -8px;
}
.carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
 
}
.carousel-control.left:hover, .carousel-control.right:hover {
    background: rgba(0,0,0,.5);
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

/*===============================
    OTHER
================================= */

code {
    background: #CCE5FF;
    padding: 2px 2px;
    color: #000;
    border: 1px solid #CCEEFF;
    border-radius: 2px;
}
mark {
    background: #FADF95;
    border-radius: 2px;
}
.label {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}
.label-nav {
    vertical-align: text-bottom;
    background-color: #003455;
    margin-top: 2px;
}
blockquote footer {
    background-color: inherit;
}
.tooltip-inner {
  border-radius: 2px;
}


/*===============================
    LAYOUTS
================================= */
.fixed-footer {
    position: fixed;
    left: var(--menu_width);
}

body.fixed-sidebar .navbar-static-side {
    position: fixed;
    width: var(--menu_width);
    z-index: 101;
    height: 100%;
}

.navbar-fixed-top {
    background: #f3f3f4;
    position: fixed;
    right: 0px;
    min-height: 60px;
    margin-left: var(--menu_width);
    padding: 0 20px;
    border-bottom: 1px solid #e7eaec !important;
}
nav.navbar-fixed-top + #page-content {
    padding-top: 60px;
}
body.mini-navbar .navbar-fixed-top {
    margin: 0 0 0 70px;
}

/*===============================
    @MEDIA
================================= */
/* MEDIA : MIN-WIDTH: 768px */
@media only screen and (min-width: 768px) {
    #page-content {
        position: inherit;
        margin: 0 0 0 var(--menu_width);
        min-height: 1150px;
    }
    .navbar-static-side {
        z-index: 101;
        position: fixed;
        width: var(--menu_width);
        height: 100%;
        border-right: 0px solid #f2f4f9
    }
}

/* MEDIA : MAX-WIDTH: 768px */
@media only screen and (min-width:1px) and (max-width: 768px) {
    #page-content {
        position: inherit;
        margin: 0 0 0 0px;
        min-height: 1000px;
    }
    .navbar-static-top {
        margin: 0 0 0 0px;
    }
    .navbar-fixed-top{
        margin: 0 0 0 0px;   
    }
    .fixed-footer {
        left: 0px;
    }
    body.mini-navbar .fixed-footer {
        left: 0px;
    }
    .navbar-static-side {
        display: none;
        z-index: 101;
        height: 100%;
        position: absolute;
        width: 70px;
    }   
    body.mini-navbar .navbar-static-side {
        display: block;
        z-index: 101;
        position: absolute;
        width: 70px;
    }
    body.right-sidebar #page-content {
        margin: 0 250px 0 0px;
    }
    body.mini-navbar .navbar-top-icons {
        display: none;
    }
    .btn-group.right .dropdown-menu {
        left: auto;
        right: -90px;
    }
    nav ul.dropdown-menu.messages {
        min-width: 250px;
    }
    
    /* Messages dropdown placement on small screen */
    .btn-group.right ul.dropdown-menu.profile-dropdown {
        left: auto;
        right: -140px;
    }
    nav ul.dropdown-menu.profile-dropdown:before {
        right: 152px;
    }
    nav .dropdown-menu.profile-dropdown:after {
        right: 153px;
    }
}
@media (max-width: 768px) {
    .signup #myForm {
    display:block;
    }
    .signup #myForm .formsplit {
        display:block;
    }
    .signup #myForm .formsplit:first-child {
    padding-right: 0px !important;
    }
    .form-module button.signup_button {
        width: 75%;
        margin: 0 auto;
    }
}
@media (max-width: 1200px) {
    .all_plans .plan {
        flex: 0 0 50%;
    }
}
@media (max-width: 900px) {
    .all_plans .plan {
        flex: 0 0 100%;
    }
    .info div {
         flex: 0 0 100%;
         margin-bottom: 30px;
    }
}
@media (max-width: 500px) {
    .allnotifications {left: -200px;}
}
@media (max-width: 370px) {
    .allnotifications {left: -150px;}
    .allnotifications {width: 250px;}
}
/* MEDIA : MAX-WIDTH: 375px */
@media (max-width: 375px) {
    
    body.right-sidebar .sidebar-right {
        position:absolute;
        width: 250px;
        margin-top: 60px;
        background-color: rgba(59, 63, 64, 1);
    }
    body.right-sidebar #page-content {
        display: none;
    }
    body.right-sidebar.mini-navbar #page-content {
        margin: 0 0 0 70px;
    }
    
}