.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    max-height: 100vh;
    overflow: hidden;
}

[v-cloak] {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

input,
select {
    border: 1px solid #ccc;
}

label {
    font-weight: 500;
}

textarea {
    min-height: 125px;
    resize: none;
}

/**********************************************************

BOOTSTRAP OVERRIDES

***********************************************************/

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    height: 81px;
}

.navbar-default {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.navbar-right {
    margin: 0px;
}

.navbar-brand {
    color: #666666;
    font-size: 3em;
    height: 60px;
}

.nav-pills > li > a {
    border-radius: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
}

.form-control {
    border: 1px solid #ccc;
    height: 44px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    color: #555;
    font-size: 18px;
    padding: 6px 12px;
}

.form-control:focus {
    border-color: #006699;
    box-shadow: none;
    outline: 0;
    transition: border-color 0.2s ease-in-out;
}

.table {
    border-top: none;
}

/**********************************************************

SEMANTIC-UI OVERRIDES

***********************************************************/

.ui.search.dropdown {
    min-height: 40px; /* multi-select labels overflow field boundaries with set height or max-height ~ Wes */
    width: 100%; /* enforce width to fill grid parent div ~ Wes */
    border-radius: 0;
    color: #555 !important;
    border-color: #CCC;
}

 .vendor-select.ui.search.dropdown {
   height: auto;
}

.ui.dropdown .menu > .item:hover {
    background-color: rgba(231, 247, 255, 0.25);
}

.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
    background-color: rgba(231, 247, 255, 0.25);
}

.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: 300;
}

.ui.fluid.dropdown > .dropdown.icon {
    padding-top: 14px;
}

.ui.dropdown > .dropdown.icon:before {
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 1.5em;
    color: #006699;
}

.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
    color: #555;
}

.ui.dropdown .menu > .item {
    color: #555;
}

.ui.multiple.dropdown > .label {
    margin-top: 5px;
    font-size: 0.9em;
}

.ui.active.upward.selection.dropdown {
    border-radius: 0 !important;
}

.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu {
    border-color: #006699;
    border-radius: 0;
}

.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu {
    border-color: #006699 !important;
}

.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before {
    background-color: #003366 !important;
}

.ui.message {
    border-radius: 0;
}

.ui.button {
    font-weight: 300;
}

/****************************************************

LEADBEAM BASIC STYLING

 ***************************************************/

/* ytel colors */
.ytel-blue-dark {
    color: #003366;
}

.ytel-blue-light {
    color: #006699;
}

.ytel-green {
    color: #009900;
}

.ytel-red {
    color: #ec2c26;
}

.ytel-orange {
    color: #ff9900;
}

.ytel-gray {
    color: #666;
}

.ytel-blue-dark-background {
    background-color: #003366 !important;
}

.ytel-blue-light-background {
    background-color: #006699 !important;
}

.ytel-green-background {
    background-color: #68E070 !important;
}

.ytel-red-background {
    background-color: #FF7676 !important;
}

.ytel-orange-background {
    background-color: #FCBE5B !important;
}
.ytel-white-background{
    background-color: #FFFFFF !important;
}

.ytel-icon {
    font-size: 2.25em;
}

.ytel-label-status {
    border-radius: 0;
    background-color: #006699;
    font-weight: 300;
    font-size: 65%;
    text-transform: uppercase;
    padding: 4px 15px;
}

/* dashboard */
#dashboard-container {
        height: 100%;
/*    padding-left: 0;
    padding-bottom: 100px;*/
}

#dashboard-container h2 {
    color: #666666;
    margin: 20px 0;
}

.ytel-navbar-brand {
    width: 100%;
    display: flex;
    padding: 0.25em;
    padding-right: 0em;
    background-color: #f1f1f1;
    height: 50px;
}

/*.ytel-navbar-brand img {
    position: relative;
    bottom: 5px;
    height: 60px;
}*/

/*.ytel-navbar-brand span {
    position: relative;
    top: 12px;
}*/

/*****************************************************************************

  GUEST (LOGGED OUT USER) NAV

*****************************************************************************/

#guest-nav {
    margin-bottom: 85px;
}

#guest-nav .navbar-nav {
    position: relative;
    top: 12px;
}

#ytel-guest-form-wrapper {
    margin-bottom: 125px;
}

#ytel-guest-form-wrapper h2 {
    position: relative;
    left: 25px;
    top: 5px;
}

#ytel-guest-form {
    padding: 40px 0 10px 0;
}

#ytel-guest-form .form-group > label {
    color: #666;
}

#ytel-guest-form .ytel-task-button {
    margin-bottom: 0;
}

#ytel-guest-form .ytel-task-button .label {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 1.35em;
    width: 75%;
}

/*************************************************************************

TOP NAVBAR DROPDOWN

**************************************************************************/

.ytel-navbar-dropdown:hover {
    background-color: #009900;
    transition: all 0.2s ease-in-out;
}

.ytel-navbar-dropdown:not(.open):hover .dropdown-toggle {
    color: #fff !important;
}

.ytel-navbar-dropdown .open > .dropdown-toggle {
    color: #009900 !important;
}

.ytel-navbar-dropdown .dropdown-toggle {
    background-color: #e7e7e7;
    padding: 0.25em;
    height: 49px;
    text-align: center;
}

.ytel-navbar-dropdown .ytel-icon {
    position: relative;
    /*left: 10px;*/
    top: 5px;
    font-size: 2em;
}

#leadbeam-global-nav .navbar-right > .open > a {
    color: #009900;
}

.ytel-navbar-dropdown .dropdown-menu {
    border-bottom: 4px solid #009900;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #e7e7e7;
    padding: 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.175);
}

.ytel-navbar-dropdown .dropdown-menu li {
    height: 50px;
}

.ytel-navbar-dropdown .dropdown-menu li a {
    height: inherit;
    color: #666666;
    font-weight: 300;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 5px;
}

.ytel-navbar-dropdown .dropdown-menu li span {
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.ytel-navbar-dropdown .open > a {
    color: #666666;
}

.ytel-loggedin-user {
    /*min-width: 250px;*/
    /*padding-top: 15px;*/
}

.ytel-loggedin-inner {
    display: flex;
}

.ytel-profile-pic {
    border: 2px solid #fff;    
    border-radius: 50%;
    max-width: 35px;
    max-height: 35px;
    min-width: 35px;
    min-height: 35px;    
}

.ytel-username-role-wrapper {
    padding: 0px 15px;
    line-height: 1.3;
}

.ytel-username {
    color: #006699;
/*    font-size: 1.25em;
    padding-right: 20px;*/
}

.ytel-userrole {
    color: #006699;
    font-size: 0.70em;
    text-transform: uppercase;
}

/*****************************************************************************

LEFT SIDEBAR NAV

*****************************************************************************/
.ytel-navbar-side {
    /*border-bottom: 4px solid #c9c9c9;*/
    width: 75px;
    position: fixed;
    height: calc(100% - 175px);
    overflow: hidden;
}

.ytel-navbar-side .nav-stacked > li {
    background-color: #f1f1f1;
    margin-top: 0;    
    text-align: center;
}

.ytel-navbar-side .nav-pills > li > a {
    height: inherit;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    color: #666666;
}

.ytel-navbar-side .nav-pills > li > a:hover {
    background-color: #009900;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.ytel-navbar-side .nav-stacked > li:nth-child(odd) {
    background-color: #eaeaea;
}

.ytel-navbar-side .nav-stacked > li.active a {
    background-color: #006699;    
    border-radius: 0;
    color: #fff;
}

.ytel-navbar-side-right {
    position: relative;
    left: 6px;
}

.ytel-navbar-side-right > .nav-stacked > li {
    padding-left: 4px;
}

/* dashboard components */
.ytel-dash-component {
    background-color: #eaeaea;
    border-bottom: 4px solid #009900;
}

.ytel-dash-header {
    display: flex;
    background-color: #f1f1f1;
    min-height: 50px;
    padding-top: 4px;
}

.ytel-dash-header .header-item {
    margin-left: 15px;
    padding-top: 12px;
}

.ytel-dash-header .label {
    color: #666666;
    font-size: 1em;
    font-weight: 300;
    text-transform: capitalize;
}

.ytel-dash-header .label span {
    padding-left: 10px;
    color: #006699;
}

.ytel-dash-header .info-icon {
    padding-left: 15px;
    position: relative;
    top: 8px;
}

#ytel-dash-content {
    display: inline-block;
    position: relative;
    width: calc(100% - 75px);
    left: 75px;
    top: 50px;
    /*overflow: hidden;*/
    padding-right: 255px;
    min-height: calc(100% - 50px - 175px);
}

.report-component {

}

.report-component .add-data-line-button {
    float: right;
}

.report-component .action-button {
    position: relative;
    top: 22px;
}

.report-component .form-divider {
    min-height: 90px !important;
}

.report-component .matches_container .form-control {
    margin-top: 0.5em;
}

/*****************************************************************

TASKS - Right sidebar

******************************************************************/

.ytel-task-item .value .small-text {
    font-size: .75em;
}

/* right sidebar - tasks */
.ytel-tasks-side {
    position: absolute;
    right: 5px;
    top: 50px;
    width: 255px;
    height: calc(100% - 50px - 175px);
    overflow: hidden;
}

.ytel-task-component {
    /*margin-bottom: 35px;*/
}

.ytel-task-component .header {
    text-transform: capitalize;    
}

.ytel-task-component .header p {
    margin: 0;
}

.ytel-task-component .header hr {
    margin: 4px 0 15px 0;
    border-top: 2px solid #006699;
    /*width: 15%;*/
}

.ytel-task-item {
    display: flex;
    flex-direction: column;
    height: 50px;
    width: 100%;
    height: 50px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.ytel-task-item .label {
    color: #666;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    text-align: left;
    height: 25px;
    padding-top: 3px;
    padding-left: 8px;
}

.ytel-task-item .value {
    text-align: right;
    height: 50px;
    font-size: 1.75em;
    padding-right: 8px;
    padding-top: 6px;
    overflow: hidden;
}

/*************************************************************************

BUTTONS

**************************************************************************/

/* action buttons */

.ytel-action-button {
    color: #666;
    font-size: 1.5em;
    font-weight: 300;
    padding-top: 4px;
    height: 30px;
}

.ytel-action-button:hover span {
    color: rgba(0, 0, 0, 0.6);
    transition: color 0.1s ease-in-out;
}

/* task buttons */
/*Logs button */
.ytel-task-button-logs {
    width: 16%;
    border-radius: 0;
    height: 28px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    transition: all 0.15s ease-in-out;
}

.ytel-task-button-logs :active {
    box-shadow: none;
    
}
.ytel-task-button-logs .icon {
    height: 43px;
    width: 60px;
    color: #006699;
    background-color: #f9f9f9;
    position: relative;
    right: 14px;
    bottom: 8px;
    border: 2px solid transparent;
    
}
.ytel-task-button-logs .icon > span {
    position: relative;
    top: 5px;
    font-size: 2em;
}

.ytel-task-button-logs .label {
    margin: 0 auto;
    border-radius: 0;
    padding: 13px 0;
    color: #666666;
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 400;
    overflow: hidden;
}
.ytel-task-button-logs .double-label {
    padding-top: 3px;
    text-align: left;
    
}
.ytel-task-button-logs .double-label small {
    font-size: 0.75em;
    text-transform: uppercase;
}
.ytel-task-button-logs :hover {
    transition: all 0.25s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 16px 0;
}
.ytel-task-button-logs :hover .icon {
    border-right: none;
}
.ytel-task-button-logs .icon > span {
    padding-right: 2px;
}
.ytel-task-button-logs:active,
.ytel-task-button-logs :focus {
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 16px 0 !important;    
}
/*-----------end here------*/   
.ytel-task-button {
    display: flex;
    background-color: #f1f1f1;
    width: 100%;
    border-radius: 0;
    height: 50px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    transition: all 0.15s ease-in-out;
}

.ytel-task-button:active {
    box-shadow: none;
}

.ytel-task-button .icon {
    height: 50px;
    width: 50px;
    color: #006699;
    background-color: #f9f9f9;
    position: relative;
    right: 14px;
    bottom: 8px;
    border: 2px solid transparent;
}

.ytel-task-button .icon > span {
    position: relative;
    top: 10px;
    font-size: 2em;
}

.ytel-task-button .label {
    margin: 0 auto;
    border-radius: 0;
    padding: 13px 0;
    color: #666666;
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 400;
    overflow: hidden;
}

.ytel-task-button .double-label {
    padding-top: 3px;
    text-align: left;
}

.ytel-task-button .double-label small {
    font-size: 0.75em;
    text-transform: uppercase;;
}

/* hover */
.ytel-task-button:hover {
    transition: all 0.25s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 16px 0;
}

.ytel-task-button:hover .icon {
    border-right: none;
}

.ytel-task-button:hover .icon > span {
    padding-right: 2px;
}

.ytel-task-button:active,
.ytel-task-button:focus {
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 16px 0 !important;
}

/* blue button */
.ytel-task-button-blue {
    background-color: #006699;
    color: #fff;
}

.ytel-task-button-blue .icon {
    background-color: #003366;
    color: #fff;
}

.ytel-task-button-blue .label {
    color: #fff;
}

/* green button */
.ytel-task-button-green {
    background-color: #009900;
    color: #fff;
}

.ytel-task-button-green .icon {
    background-color: green;
    color: #fff;
}

.ytel-task-button-green .label {
    color: #fff;
}

/* orange button */
.ytel-task-button-orange {
    background-color: #ff9900;
    color: #fff;
}

.ytel-task-button-orange .icon {
    background-color: #e65c00;
    color: #fff;
}

.ytel-task-button-orange .label {
    color: #fff;
}

/* red button */
.ytel-task-button-red {
    background-color: #ec2c26;
    color: #fff;
}

.ytel-task-button-red .icon {
    background-color: #CD1812;
    color: #fff;
}

.ytel-task-button-red .label {
    color: #fff;
}

/****************************************
 TASK BUTTON HOVER
*****************************************/
.ytel-task-button:hover {
}

.ytel-task-button:hover > .icon {
}

.ytel-task-button:hover > .label {
    color: #333;
}

.ytel-task-button-blue:hover {
}

.ytel-task-button-blue:hover > .icon {
}

.ytel-task-button-blue:hover > .label {
    color: #fff;
}

.ytel-task-button-green:hover {
}

.ytel-task-button-green:hover > .icon {
}

.ytel-task-button-green:hover > .label {
    color: #fff;
}

.ytel-task-button-orange:hover {
}

.ytel-task-button-orange:hover > .icon {
}

.ytel-task-button-orange:hover > .label {
    color: #fff;
}

.ytel-task-button-red:hover {
}

.ytel-task-button-red:hover > .icon {
}

.ytel-task-button-red:hover > .label {
    color: #fff;
}

/****************************************

AUXILLARY BUTTONS

*****************************************/

.ytel-aux-button {
    border: 1px solid green;
    border-radius: 0;
    border: 2px solid #eaeaea;
    color: #006699;
}

.ytel-aux-button:hover {
    border-color: #006699;
    background-color: #f1f1f1;
    border-radius: 4px;
}

/*******************************************

COMPONENTS

********************************************/

/*.state-select > .text {
  top: 3px;
}

.state-select > input.search {
  height: 40px !important;
}

.country-select > .text {
  top: 3px;
}

.country-select > input.search {
  height: 40px !important;
}*/

/**********************************************************************************

TABLES

***********************************************************************************/

/* tables */
.ytel-table {
    margin-bottom: 0;
}

.ytel-table > thead {
    background-color: #fff;
    padding: 5px 0;
}

.ytel-table > thead > tr > th {
    border-bottom: 4px solid #c9c9c9;
    padding: 12px;
    color: #666;
    font-weight: 300;
    font-size: 16px;
}

.ytel-table .sorter {
    padding-left: 5px;
    color: #eaeaea;
}

.ytel-table > tbody > tr {
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
}

.ytel-table > tbody > tr > td {
    border-top: none;
    padding: 6px 12px;
    vertical-align: middle;
}

.ytel-table > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9
}

.ytel-table > tbody > tr:nth-child(even) {
    background-color: #f1f1f1
}

.ytel-table td:not(:last-child) {
    border-right: 1px solid #fff;
}

.ytel-table tr:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.ytel-table td.actions {
    text-align: center;
}

/* sorting styling for ytel tables */
.ytel-table .sortable {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.ytel-table .sortableColumn:hover {
    cursor: pointer;
}

.ytel-table .sortable:after {
    font-family: 'FontAwesome';
    content: '\f07d';
    color: #a1a1a1;
}

.ytel-table .up:after {
    content: '\f077';
    color: #006699;
}

.ytel-table .sortable.down:after {
    content: '\f078';
    color: #006699;
}

/* styling just for the dashboard map */
.ytel-table-dashboard-wrapper {
    /*background-color: #fff;*/
}

.ytel-dash-component > .ytel-table-dashboard-wrapper {
    background-color: #fbfbfb;
}

.ytel-table-dashboard-wrapper > #map-canvas {
    height: 500px;
}

.ytel-table-dashboard-wrapper .dataTables_wrapper {
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
}

.ytel-table-dashboard-wrapper .dataTables_info {
    margin-left: 10px;
}

.ytel-table-dashboard-wrapper .dataTables_paginate {
    margin-bottom: 0 !important;
    position: relative;
    top: 2px;
}

.ytel-table-dashboard-wrapper #dash-button {
    position: relative;
    left: 3em;
}

/************* added by Betsy: Buyer table subtable styling ***********/

table.table.add-buyer {
    width: 40%;
}

.table-icon {
    cursor: pointer;
}

/************* added by Betsy: removing bg image from datatable styling ***********/

table.dataTable thead .sorting {
    background-image: none!important;
}

table.dataTable thead .sorting_desc {
    background-image: none!important;
}

table.dataTable thead .sorting_asc {
    background-image: none!important;
}

/************* added by Betsy: manage numbers page styling ***********/

.manage-numbers-options-wrapper {
    width: 100%;
    position: relative;
}

.release-numbers-btn-wrapper {
    width:200px;
    margin: 0 auto;
}

.manage-numbers-checkbox-wrapper {
    position: absolute;
    top: -17px;
    left: 0;
    padding: 7px;
}

.manage-numbers-checkbox-wrapper .ytel-checkbox {
    width: 150px;
}

.log-export-button.manage-numbers-export {
    position: absolute;
    right: 0;
    top: -1px;
}

/******************************************************************************

WIZARDS - styling associated with wizards includes tab panes and forms

******************************************************************************/

.ytel-wizard {
    display: flex;
}

.ytel-wizard .wizard-tabs {
    padding-left: 20px;
    padding-right: 0;
}

.ytel-wizard .nav-tabs {
    margin: 20px 0;
    border-bottom: none;
}

.ytel-wizard .nav-tabs > li {
    width: 100%;
    margin-bottom: 0;
}

.ytel-wizard .nav-tabs > li > a {
    color: #006699;
    margin-right: 0;
    border: none;
    border-radius: 0;
}

.ytel-wizard .nav-tabs > li > a > span {
    color: #666666;
    font-size: 0.75em;
    font-weight: 500;
    text-transform: none;
}

.ytel-wizard .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}

.ytel-wizard .nav-tabs > li a {
    text-transform: capitalize;
}

.ytel-wizard .nav-tabs > li.active {
    background-color: #fff;
    width: 100%;
}

.ytel-wizard .wizard-form {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 30px;
    min-height: 450px;
    border-left: 1px solid #fff;
}

.ytel-wizard .wizard-form h2 {
    color: #006699 !important;
    text-transform: capitalize;
}

.ytel-wizard .form-divider {
    border-left: 1px solid #fff;
    position: relative;
    left: 1em;
    min-height: 78px;
}

.ytel-wizard .form-group {
    margin-bottom: 0;
    border-top: 1px solid #fff;
}

.ytel-wizard .form-group .checkbox {
    padding-left: 20px;
    padding-top: 20px;
}

.ytel-wizard .control-label {
    text-align: left;
    font-weight: 300;
    padding-top: 6px;;
    color: #777;
    padding: 12px;
    text-transform: capitalize;
}

.ytel-wizard .wrapper {
    border-left: 1px solid #fff;
}

.ytel-wizard .control-label span {
    color: #666666;
    font-size: 0.75em;
    font-weight: 500;
    display: inline-block;
    line-height: 1.25em;
    text-transform: none;
}

.ytel-wizard .form-control {
    margin-top: 1em;
}

.ytel-wizard .has-error .form-control {
    border-color: #ec2c26;
}

.ytel-wizard .has-error .ui.search.dropdown {
    border-color: #ec2c26;
}

.ytel-wizard .help-block {
    padding-top: 1px;
    margin-top: 0;
}

.ytel-wizard .has-error .help-block {
    color: #ec2c26;
    font-size: 0.85em;
    font-weight: 400;
}

.ytel-wizard .form-control:focus {
    /*border-color: #006699;*/
    box-shadow: none;
}

.ytel-wizard textarea {
    min-height: 150px;
    resize: none;
    overflow-y: auto;
}

/* profile sidebar */
.ytel-profile-sidebar {
    background-color: #fff;
}

.ytel-profile-sidebar .inner {
    background-color: #f1f1f1;
}

.ytel-profile-sidebar .label-container {
    display: inline-block;
    width: 100%;
}

.ytel-profile-sidebar .ytel-label-status {
    float: right;
}

.ytel-profile-sidebar .header {
    display: flex;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.ytel-profile-sidebar .header .company-name {
    padding-left: 15px;
}

.ytel-profile-sidebar img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.ytel-profile-sidebar .company-name p {
    margin-bottom: 0;
    font-weight: 500;
    overflow: hidden;
}

.ytel-profile-sidebar .company-name small {
    font-size: 75%;
    position: relative;
    bottom: 5px;
    overflow: hidden;
}

.ytel-profile-sidebar .company-info ul {
    list-style: none;
    padding: 0 15px 5px 15px;
}

.ytel-profile-sidebar .company-info ul li {
    padding: 0;
    margin-bottom: 5px;
}

.ytel-profile-sidebar .company-info .field {
    font-size: 0.65em;
    text-transform: uppercase;
    font-weight: 500;
}

.ytel-profile-sidebar .company-info .value {
    font-size: 0.75em;
    color: #666666;
    font-size: 1em;
    line-height: 18px;
    word-wrap: break-word;
    margin-bottom: 8px;
}

.ytel-profile-sidebar input {
    /*height: 25px;
    font-size: 16px;*/
}

.ytel-profile-sidebar .actions {
    display: flex;
    height: 35px;
    background-color: #eaeaea;
}

.ytel-profile-sidebar .action {
    flex-grow: 1;
    text-align: center;
    color: #666666;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 1.25em;
}

.ytel-profile-sidebar .action span {
    font-size: 1em;
}

.ytel-profile-sidebar .action:hover {
    text-decoration: none;
    background-color: #ff9900;
    color: #fff;
}

.ytel-profile-sidebar .delete {
    background-color: #c9c9c9;
    color: #fff;
}

.ytel-profile-sidebar .delete:hover {
    background-color: #ec2c26;
}

.ytel-profile-sidebar .secondary-info {

}

.ytel-profile-sidebar .tracking-did {
    color: #fff;
    padding: 5px 10px;
}

.ytel-profile-sidebar .tracking-did .label {
    font-size: 0.65em;
    text-transform: uppercase;
    color: #c9c9c9;
    font-weight: 500;
}

.ytel-profile-sidebar .tracking-did .label span {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.ytel-profile-sidebar .tracking-did .value {
    text-align: right;
}

.ytel-activity-component {
    background-color: #eaeaea;
    border-bottom: 4px solid #009900;
    padding: 15px 25px;
    margin-bottom: 35px;
}

/*.ytel-activity-component .ytel-table {
  font-weight: 300;
  margin-bottom: 20px;
}*/

.ytel-activity-component .ytel-table th {
    font-weight: 300;
}

.ytel-activity-component .dataTables_wrapper {
    padding: 0 15px;
}

.ytel-activity-component .dataTables_wrapper table {
    border-top: 2px solid #f1f1f1;
}

.ytel-activity-component .dataTables_wrapper table > thead > tr > th {
    padding: 5px;
}

.ytel-activity-component h3 {
    font-size: 24px;
    padding: 10px 0;
    color: #006699;
}

.ytel-activity-component h3 a {
    float: right;
    position: relative;
    bottom: 5px;
}

.ytel-activity-component h3 small {
    position: relative;
    top: 10px;
}

.ytel-activity-component .activity-actions {
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    height: 60px;
}

.ytel-activity-component .activity-actions label {
    float: left;
    position: relative;
    top: 9px;
    color: #777
}

.ytel-activity-component .activity-actions > .action {
    margin-left: 15px;
}

.ytel-activity-component .nav-pills {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c6c6c6;
}

.management-section {
    min-height: 200px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
}

.btn-manage {
    height: 65px;
    width: calc(12vw);
    border-radius: 0;
    background-color: #777;
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    margin: 15px;
}

.btn-manage .title {
    float: right;
    font-size: 0.65em;
}

.btn-manage .name {
    padding-top: 30px;
    font-size: 1em;
    text-transform: capitalize;
}

.btn-manage:hover {
    color: #fff;
    background-color: #006699;
    transition: all 0.2s ease-in-out;
}

.ytel-activity-grid .title-activity-button {
    display: inline-block;
    position: relative;
    float: right;
    right: 6px;
    bottom: 6px;
}

.ytel-activity-grid .title-activity-button:hover {
    color: #009900;
}

.ytel-activity-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ytel-activity-grid ul li {
    display: flex;
    height: 35px;
    margin-bottom: 5px;
    background-color: #f9f9f9;
}

.ytel-activity-grid .name {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.75em;
    width: 50%;
    padding-left: 10px;
    padding-top: 13px;
}

.ytel-activity-grid .label {
    background-color: #009900;
    border-radius: 6px;
    padding: 6px 10px;
    font-weight: 300;
    font-size: 10px
}

.ytel-activity-grid .status {
    width: 50%;
    font-size: 0.65em;
    padding-top: 7px;
    padding-left: 10px;
    text-transform: uppercase;
}

.ytel-activity-grid .connected {
    color: #009900;
}

.ytel-activity-grid .disconnected {
    color: #ec2c26;
}

.ytel-activity-grid .action {
    background-color: #f1f1f1;
    width: 25%;
    text-align: center;
}

/* metatags table in vendor wizard */
.metatags-table {
    font-weight: 300;
}

.metatags-table > tbody > tr > td {
    vertical-align: middle;
}

.metatags-table > tbody > tr > td:last-child {
    text-align: center;
}

.metatags-table .remove-link {
    font-size: 1.75em;
    position: relative;
    bottom: 3px;
}

.metatags-container .add-link {
    font-size: 1.75em;
}

/* fix for link positioning on edit form */
#vendor-edit .metatags-container .add-link {
    top: 0;
    right: 12px;
}

.metatags-table .form-control {
    margin-top: 0px;
}

/* forms inside of activity component */

.edit-component h4 {
    color: #006699;
    font-size: 20px;
}

.edit-component label {
    color: #666;
    font-size: 0.95em;
}

.edit-component .form-control:focus {
    box-shadow: none;
}

.edit-component .help-block {
    font-size: 0.95em;
}

.edit-component .has-error .form-control {
    border-color: #ec2c26;
}

.edit-component .has-error .help-block {
    color: #ec2c26;
}

/* checkboxes */

.ytel-checkbox {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 12px;
}

.ytel-checkbox .text {
    position: relative;
    bottom: 2px;
}

.ytel-checkbox-inner {
    font-size: 2em;
}

.ytel-checkbox-inner input[type="checkbox"] {
    display: none;
}

.ytel-checkbox-inner span {
    font-weight: 300;
}

.ytel-checkbox-inner span:before {
    font-family: 'FontAwesome';
    font-style: normal;
    content: '\f096';
    color: #006699;
}

.ytel-checkbox-inner input[type="checkbox"]:checked ~ span:before {
    content: '\f046';
}

/**********************************************************

MODAL - uses alertify.js

***********************************************************/

.alertify {
    background-color: rgba(33, 66, 99, 0.5) !important;
}

.alertify .alert > *, .alertify .dialog > * {
    border-bottom: 4px solid #eec30d;
    background-color: #fafafa !important;
}

.alertify .alert .msg, .alertify .dialog .msg {
    color: #336699;
    font-size: 1.3em;
}

.alertify .alert nav button.ok,
.alertify .dialog nav button.ok {
    background-color: #009900 !important;
    color: #fff !important;
}

.alertify .alert nav button.cancel,
.alertify .dialog nav button.cancel {
    background-color: #666 !important;
    color: #fff !important;
}

.alertify .alert nav button:hover,
.alertify .dialog nav button:hover {
    transition: all 0.25s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 16px 0;
}

/*********************************************************

DATA TABLES STYLING

*********************************************************/

table.dataTable {
    font-weight: 300;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
    outline: none;
}

table.dataTable thead .sorting:hover {
    cursor: pointer;
}

table.dataTable thead .sorting::after {
    font-family: 'FontAwesome';
    content: '\f07d';
    color: #a1a1a1;
    margin-left: 15px;
}

table.dataTable thead .sorting_asc::after {
    font-family: 'FontAwesome';
    content: '\f077';
    color: #006699;
    margin-left: 15px;
}

table.dataTable thead .sorting_desc::after {
    font-family: 'FontAwesome';
    content: '\f078';
    color: #006699;
    margin-left: 15px;
}

table.dataTable.no-footer {
    border-bottom: none;
    background-color: #f1f1f1;
}

.dataTables_wrapper {
    background-color: #fff;
    overflow-x: auto;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    position: relative;
    top: 10px;
    left: 15px;
}

.dataTables_wrapper .dataTables_length label {
    font-weight: 500;
    color: #666;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.dataTables_wrapper .dataTables_filter label {
    font-weight: 500;
    color: #666;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #eaeaea;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: #006699;
    box-shadow: none;
    outline: 0;
    transition: border-color 0.2s ease-in-out;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dataTables_wrapper .dt-button {
    border: 2px solid #eaeaea;
    color: #336699;
    background-color: #fff;
    background: none;
    margin: 5px;
    transition: all 0.2s ease-in-out;
}

.dataTables_wrapper .dt-button:hover {
    border-width: 2px !important;
    border-color: #eaeaea !important;
    background: none !important;
    background-color: #f1f1f1 !important;
    transition: all 0.2s ease-in-out;
}

.dataTables_paginate a.paginate_button {
    border: 2px solid #eaeaea;
    padding: 8px 12px;
    margin-left: 6px;
    text-decoration: none;
}

.dataTables_paginate a.paginate_button:focus {
    outline: 1px solid #eaeaea;
}

.dataTables_paginate a.paginate_button:hover {
    cursor: pointer !important;
    text-decoration: none !important;
    background-color: #f1f1f1;
    transition: all 0.2s ease-in-out;
}

.dataTables_paginate .current {
    background-color: #006699;
    border-color: #006699 !important;;
    color: #fff;
}

.dataTables_paginate .current:hover {
    background-color: #006699 !important;
}

.dataTables_processing {
    color: #006699;
    width: 25%;
    position: relative;
    left: 50px;
    top: 16px;
    float: left;
}

/*********************************************************

CALENDAR - DATAPICKER STYLING

*********************************************************/

.datepicker table tr td.active.active {
    background-color: #006699 !important;
    background-image: none !important;
    border-radius: 0 !important;
}

.datepicker input {

}

.timepicker table tr td.active.active {
    background-color: #006699 !important;
    background-image: none !important;
    border-radius: 0 !important;
}

.timepicker input {

}

/*********************************************************

SETTINGS SPECIFIC

*********************************************************/

#settings-core .control-label,
#settings-notifications .control-label,
#settings-numbers .control-label,
#settings-message360 .control-label {
    padding: 28px;
}

#settings-core .ytel-checkbox {
    top: 28px;
}

#settings-notifications .settings-select {
    position: relative;
    top: 18px;
}

#settings-numbers table {
    max-height: 500px;
}

#settings-message360 .form-control {
    margin-top: 0px;
}

#settings-numbers .dataTables_info {
    margin-left: 10px;
}

#settings-numbers .dataTables_paginate {
    margin-right: 10px;
}

#settings-numbers .owned-wrapper {
    border-left: 1px solid #fff;
    padding: 15px;
}

#settings-message360 .link-wrapper {
    border-left: 1px solid #fff;
    padding: 15px;
}

/* to fix available numbers table width on firefox */
.settings-component table {
    width: 100% !important
}

/*********************************************************

FORMS SPECIFIC

*********************************************************/

#add-vendor-form .ytel-checkbox,
#add-buyer-form .ytel-checkbox {
    top: 28px;
}

#destination-data-mappings .form-control {
    margin-top: 0;
}

.form-control[readonly] {
    background-color: #fff !important;
}

.vendor-select .ui.label {
    background-color: #336699;
    color: #fff;
    margin-bottom: 8px !important;
}

/* for vertical profile edit */
.vendor-select .ui.label:hover {
    background-color: #003366;
    color: #fff;
}

#show-report .graph-container {
    min-width: 310px;
    min-height: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#logs-menu {
    box-shadow: none;
    border-radius: 0;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 4px;
    border-bottom-color: #c9c9c9;
    padding-bottom: 15px;
}

/*********************************************************

FAQ SPECIFIC

*********************************************************/

.faq-header {
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: -10px;
    font-size: 0.85em;
}

.faq-question {
    border-top: 1px solid #fff;
    padding: 25px;
}

.faq-question h3 {
    font-weight: 400;
    margin-bottom: 0;
}

.faq-question p {
    padding-left: 15px;
}

.faq-back-btn {
    position: absolute;
    left: 0;
    bottom: 0;
}

.faq-link {
    cursor: pointer;
}

.faq-intro {
    padding: 100px;
    font-weight: 400;
}

/****************************************************************

LOGS SPECIFIC

****************************************************************/
.custom-input{ 
    min-height: 43px !important;
    width: 100% !important;
    border-radius: 0 !important;
    color: #555 !important;
    border: solid 1px #CCC !important;
}

.log-options {
    /*padding: 15px; */
    /* padding: 9px; */
    background: #f1f1f1;
    padding: 5px 0px;
}

.log-input-text {
    font-size: 15px;
}

/*.filter-button {
    margin-left: 720px!important;
}*/

.log-input {
    border-radius: 0!important;
    box-shadow: none;
    border: 2px solid #eaeaea;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 0 0.5em;
}

.log-input:focus {
    border-color: #006699;
    box-shadow: none;
    outline: 0;
    transition: border-color 0.2s ease-in-out;
}

.log-input-label {
    font-weight: 500;
    color: #666;
}

/*

Input fields are semantic; grid is bootstrap hide for now to prevent size constraint ~ Wes

select.log-dropdown,
div.dropdown-container > select.ui.fluid.dropdown.dash-select,
div.dropdown-container > div.ui.fluid.search.dropdown.buyer-select,
div.dropdown-container > div.ui.fluid.search.dropdown.vendor-select{
    display: inline-block!important;
    max-width: 170px!important;
}
*/

.log-export-button {
    width: 140px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 0.5em;
}

.log-export-button .label {
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
}

.ui.modal.tall {
    top: 33%;
    transform-origin: 0 0;
}

.ytel-checkbox.log-checkbox {
    justify-content: center;
}

.ytel-checkbox.log-checkbox > .text{
    margin-left: 5px;
}

/****************************************************************

REPORTS SPECIFIC

****************************************************************/

#report-holder {
    border: 2px dashed transparent;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

#report-holder:hover {
    border-color: #e0e0e0;
    transition: all 0.2s ease-in-out;
}

.bootstrap-timepicker {
    position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px;
}

.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
    width: 100%;
}

.bootstrap-timepicker-widget table td a {
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    color: #333;
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
    font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
    width: 25px;
    margin: 0;
    text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

    .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}


/*************************************************************************

LOADER

**************************************************************************/
/* Center the loader */
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

/*************************************************************************

Ytel Social 

**************************************************************************/
#ytel-footer .social-icons {
    display: flex;
    justify-content: space-around;
}


/*************************************************

FORMS STYLING - SIGNUP/LOGIN/FORGOT PASSWORD

*************************************************/

#ytel-login-signup-wrapper {
  min-height: calc(100vh - 171px);
  overflow: hidden;
  background: url('../img/2018_Ytel_iconbg.svg') no-repeat;
  background-color: #003366;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}


/*override style - prevent gap at top on pages that use master_login layout file */
#ytel-footer {
    margin-top: 0px !important;
    top: 79px;
}

#ytel-login-signup a:hover,
#ytel-login-signup a:focus {
  text-decoration: none;
  color: #003366;
  outline-color: #006699;
  outline-width: 2px;
}

#ytel-login-signup h2 {
  font-weight: 300;
}

#ytel-login-signup .ui.button {
  background-color: #0D71D3;
  border-color: #0D71D3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 0px;
}

#ytel-login-signup .ui.button:hover {
  background-color: #0B63B9;
  color: #fff;
}


/* SIZES FOR BOUNDING BOX AROUND FORM */
/* for signup/generic */
#ytel-login-signup .container {
  max-width: 1000px !important;
}

/* for login form and forgot password */
#ytel-login-signup .login-container,
#ytel-login-signup .other-container {
  max-width: 900px !important;
}

/* adjustment to padding top of form - for smaller forms ie login/forgot password */
#ytel-login-signup .login-container > .login-header-top,
#ytel-login-signup .other-container > .login-header-top {
  margin-top: 15px;
}

/* login specific */
#ytel-login-button {
  margin-top: 7px;
}

#ytel-social-buttons {
  padding-bottom: 6px;
}


.social-button {
  width: 70%;
}

#ytel-login-signup .login-container form,
#ytel-login-signup .other-container form {
  padding-top: 20px;
}

#ytel-login-signup .other-container p {
  font-size: 1.2em;
}

#ytel-login-signup .login-header-top {
  background-color: #fff;
  padding: 20px 22px 15px 25px;
  border-top: 1px solid #fcfcfc;
}

#ytel-login-signup .login-header-top span {
  padding-right: 15px;
  font-weight: 300;
  color: #757575;
}

#ytel-login-singup .login-header-top > .ui.button {
  margin-right: 25px;
}

#ytel-login-signup .form-wrapper {
  background-color: #fff;
  padding-bottom: 10px;
  border-left: 1px solid #fcfcfc;
  border-bottom: 1px solid #fcfcfc;
  border-right: 1px solid #fcfcfc;
}

#ytel-login-signup .form-wrapper label {
  font-weight: 300;
}

#ytel-login-signup .ui.horizontal.divider {
  font-weight: 300;
  color: #757575;
}

#ytel-login-signup .centered {
  margin: 0 auto;
}

#ytel-login-signup .header-image {
  padding: 5px 0;
}

#ytel-login-signup .form-title {
  color: #757575;
}

/* header divider */
#ytel-login-signup .header-divider {
  height:15px;
  background-color:#fff;
}

/* part of header divider */
#ytel-login-signup .header-divider-inner {
  border-top: 1px solid #d2d2d2;
  width:94.5%;
  margin:0 auto;
}


#ytel-login-signup .forgotp-header-buttons {
    display: inline-flex;
}


#ytel-login-signup .signup-form-wrapper {
  padding: 0 25px;
}

/* margin spacing between semantic ui form field */
#ytel-login-signup .signup-form-wrapper .field {
  margin: 0 0 0.8em;
}

/* margin spacing between semantic ui form fields */
#ytel-login-signup .signup-form-wrapper .fields {
  margin-bottom: -10px;
}

#eula-modal {
  top: 10px;
}

#eula-modal .content {
  font-size: 1.10em;
}

.create_m360-segment {
  padding: .2em .7em !important;
  height: 50px !important
}

#purchase_response1 {
    overflow-y: auto;
    max-height: 250px;
}

/*-----css for ajax loader----- */

           
.loading {
    /*content:'';
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;  */    
    
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -26px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.1em;
    background-color: white;
}



/* Transparent Overlay */
.loading:before {
    
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -26px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.1em;
    background-color: white;           
   /* content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0,0,0,0.3);*/
}
/*-----css end here--------*/
.ui.menu.eight.item .item {
   width: 12% !important;
}

.ui.menu.ten.item .item {
    width: 10%;
}
.ui.menu.eleven.item .item {
    width: 9%;
}
/*.ui.menu.ten.item .item {
    width: 11%;
}
.ui.menu.nine.item .item {
    width: 11%;
}
/*.ui.item.menu .item {
    justify-content: left!important;
}*/
.log-menu.active.item {
    border: 1px solid rgba(34,36,38,.15)!important;
    background: rgba(34,36,38,.15)!important;
    height: 90px;
   /* background: rgba(34,36,38,.15)!important;
    color: rgba(0,0,0,.95)!important;
    font-weight: 400!important;
    box-shadow: none!important;
    border: 1px solid rgba(34,36,38,.15)!important;
    box-sizing: border-box!important;
    width: 101px!important;
    height: 75px!important;
    padding: 30px!important;*/
}
    
#processing {
    position: absolute;
    top: 83%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 8px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    z-index: 5;
}

.p-r-0{
    padding-right: 0px !important;
}
.p-r-0-log{
    padding-right: 0px !important;
    padding-left: 5px !important;
}

.ad_log{
        display: -webkit-box;
    display: -ms-flexbox;
    margin: 1rem 0;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    background: #fff;
    font-weight: 400;
    border: 1px solid rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    border-radius: .28571429rem;
    min-height: 2.85714286em;;
}
/*dashboard buyer list css start*/
.buyer-table-dashboard{
    height: 250px;
    overflow: hidden;    
}
.buyer-table-wapper .buyer-table-head{
    color: #666;
    text-transform: uppercase;
    font-size: 9px;    
}
.buyer-table-wapper div{
    padding: 5px 0px 0px 8px;
    line-height: 1;
    margin: 0px;    
    font-weight: 500;    
}
.buyer-table-dashboard:hover{
    overflow-y: scroll;
}
/*dashboard buyer list css end*/
/*Dashboard css start*/
#ytel-navbar {   
    width: calc(100% - 75px);
    left: 75px;
    box-shadow: none;
    height: 50px;
    position: fixed;
    z-index: 1;
}
.ytel-loggedin-user .ytel-loggedin-inner{
    position: relative;
    top: 7px;
}
#payment_form{
    display: none;
}
.dashboard-count-item{
    background: #f1f1f1;
    margin: 0px;
    margin-bottom: 5px;
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.position-absolute{
    position: absolute;
}
.ytel-no-right-side-bar{
    width: calc(100% - 75px) !important;
    padding-right: 0px !important;
    overflow: auto !important;
}
#ytel-dash-content:hover, .ytel-navbar-side:hover{
    overflow: auto;
}
/* scrollbar width */
.body-wrapper::-webkit-scrollbar, #ytel-dash-content::-webkit-scrollbar, #ytel-sidebar::-webkit-scrollbar, .ytel-tasks-side::-webkit-scrollbar, .buyer-table-dashboard::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: #6666;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover{
    background: #666;
}
.system-status-wrapper{
    padding: 10px 0px;
    border-bottom: 2px solid #006699;
    margin-bottom: 10px;
    line-height: 1;
}
.m-0{
    margin: 0px !important;
}
.p-0{
    padding: 0px !important;
}
.quick-launch{
    padding: 10px 0px;
}
.body-wrapper{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
#ytel-login-signup-wrapper + #ytel-footer{
    top: 0px;
}
/*Dashboard css end*/

/*System status css start*/
.ytel-task-component .header .status {
    border-radius: 50%;
    background: #009900;
    width: 18px;
    height: 18px;
    display: block;
    float: right;
}
.ytel-task-component .header .status.red {
    background: #ec2c26;
}
.ytel-task-component .header .status.green {
    background: #009900;
}
.ytel-task-component .header .status.blue {
    background: #006699;
}
.ytel-task-component .header .status.yellow {
    background: yellow;
}
/*System status css end*/

.add-fund-icon{
    cursor: pointer;
    font-size: 20px;
    padding-top: 30px;
    width: 5%;
    height: 78px;
}
#add-buyer-fund .has-error .form-control {
    border-color: #ec2c26;
}
#add-buyer-fund .has-error .help-block {
    color: #ec2c26;
    font-size: 0.85em;
    font-weight: 400;
}
#add-fund-modal .disabled{
    pointer-events: none;
}
.p-l-25{
    padding-left: 25px;
}
h4 a {
   color: #000!important;
}
.button-r {    
    width: 50%;
    float: right;
    padding-left: 9px;
}
.button-l {
    float: right;
    width: 50%;
    padding-left: 2px;
}

.button-log {
    width: 48px;
    padding-top: 7px;
}

.button-log .icon{
    width: fit-content;
    height: 42px;
    cursor:pointer;
}
.p-r-5 {
    padding-right: 5px !important;
}
.chk-text {
    line-height: 1;
    font-size: 14px;
}

.rec-chk {   
    justify-content: start !important;
}
.rec-chk-text {
    font-size: 14px;   
    padding-left: 5px !important;
}
.chk-recording {
    float: left !important;
    padding: 0px 5px;
    width: 13.5%;
}
.p-l-11 {
    padding-left: 13px;
}

.p-l-25{
    padding-left: 25px;
}
.doller-sign{
    font-size: 18px !important;
    color: #666;
    padding-top: 28px;
    position: absolute;
    margin-left: 12px;
    height: 78px;
    font-weight: 400;
}
#add-buyer-fund .doller-sign {    
    padding-top: 8px !important;     
}
.f-w-400{
    font-weight: 400;
    padding-top: 8px;
}

.p-t-3 {
    padding-top: 0.3px !important;
}
.log-input-label-accurian {
    font-size: 15px !important;
    color: #666666;
}
.text-min {
    font-size: 15px !important;
}
.custom-div {        
    width: 206px !important;
}
.custom-icon {
     margin-top: -6px;
    width: 174px !important;
    height: 43px !important;
    margin-bottom: 0px !important;
}
.custom-icon label{
    padding-top: 7px !important;       
}
.p-l-1 {
    padding-left: 1px;
}
.p-l-0{padding-left: 0px !important}
#table-setting_wrapper > .dataTables_length select{
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #eaeaea;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin-left: 5px;
    background: #fff;
}
#table-setting_wrapper > .dataTables_length select:focus{
    border-color: #006699;
    box-shadow: none;
    outline: 0;
    transition: border-color 0.2s ease-in-out;
}
/*custom checkbox css start*/
.style-checkbox{
    font-size: 14px;
    padding-right: 20px;
}
.style-checkbox>input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.style-checkbox>label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
}
.style-checkbox>label::before,
label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.style-checkbox>label::before {
  content: " ";
  border: 2px solid #006699;
  border-radius: 20%;
}
/* Checkbox */
.style-checkbox>input[type="checkbox"] + label::after {
  content: "\2714";
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
/* Radio */
.style-checkbox>input[type="radio"] + label::before {
  border-radius: 50%;
}
.style-checkbox>input[type=radio] + label::after {
  content: " ";
  top: .25em;
  left: .25em;
  width: 1em;
  height: 1em;
  background: #fff;
  border: .2em solid #2c3e50;
  border-radius: 50%;
}
/* :checked */
.style-checkbox>input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  background: #006699;
  border-color: #006699;
}
.style-checkbox>input[type="checkbox"] + label::after,
input[type=radio] + label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.style-checkbox>input[type="checkbox"]:checked + label::after,
input[type=radio]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Transition */
.style-checkbox>label::before,
label::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.style-checkbox>label>span{
    font-weight: 300;
}
/*custom checkbox css start*/