body {
    background-color: #f2f4f8!important;
    color: #2a2a2a !important;
    font-weight: 400 !important;
    font-family: "Avenir" !important;
}

@font-face {
  font-family: "Avenir";
  src: url('/assets/fonts/AvenirNextLTPro-UltLt.otf');
  font-weight: 300;
}

@font-face {
  font-family: "Avenir";
  src: url('/assets/fonts/AvenirNextLTPro-Regular.otf');
  font-weight: 400;
}

@font-face {
  font-family: "Avenir";
  src: url('/assets/fonts/AvenirLTStd-Medium.otf');
  font-weight: 500;
}

@font-face {
  font-family: "Avenir";
  src: url('/assets/fonts/AvenirNextLTPro-Demi.otf');
  font-weight: 600;
}

/*@font-face {
  font-family: "Avenir";
  src: url('/assets/fonts/AvenirNextLTPro-Bold.otf');
  font-weight: 700;
}*/

@font-face {
  font-family: "Avenir";
  src: url('/assets/fonts/AvenirNextLTPro-MediumIt.otf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url('/assets/fonts/AvenirNextLTPro-It.otf');
  font-weight: 300;
  font-style: italic;
}

/** -----------------------------------------------------
		TOP HEADER 
    ----------------------------------------------------- */
#header {
    min-height: 50px!important;
    background: #2a2a2a !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#portal-logo-now {
    margin-top: -15px;
    margin-left: 10px;
    width: 115px;
}
.header-inner {
    padding: 0px !important;
}

.header-menu {
    height: 50px;
    margin-right: -4px !important;
    cursor: pointer;
}

.top-menu > li {
    border-left: 1px solid rgba(51,65,82, 0.1);
}
.header-menu a {
    padding: 5px 30px;
}
.help-right {
    padding-top: 8px;
    padding-left: 6px;
    float: left;
}
.help-right p {
    font-size: 15px;
}

.header-name::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.help-left {
    padding-top: 5px;
    float: left;
}
.help-left i {
    font-size: 25px;
}
.help-right p {
    font-size: 15px;
}

.r-15 {
    border-radius: 15px;
}

#main {
    padding-top: 70px!important;
}

/** -----------------------------------------------------
		BUTTON 
    ----------------------------------------------------- */
.btn {
    font-weight: 600 !important;
}

.btn {
    text-transform: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #E91576 !important;
    border: 2px #E91576 solid !important;
}

.btn-primary:hover {
    
    background-color: #ba105e !important;
    border: 2px #ba105e solid !important;
}
.btn:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10), 0 3px 3px rgba(0, 0, 0, 0.10) !important;
}
.btn-primary-outline {
    color: #E91576;
    background-color: transparent !important;
    box-shadow: none;
    border: 2px #E91576 solid !important;
    border-radius: 5px;
    font-weight: 500;
}

.btn-primary-outline:hover {
    color: #ffffff;
    background-color: #E91576 !important;
}

.btn-gray-outline  {
    color : rgba(42,42,42, 0.5) !important;
    background-color: #ffffff !important;
    box-shadow: none;
    border: 1px #e2e4ef solid !important;
    border-radius: 5px;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 12px 3px 12px;
}

.btn-gray-outline:hover {
    
    border: 1px #c0c0c0 solid !important;
    box-shadow: none !important;
}

.btn-secondary-outline {
    color: rgba(51,65,82, 0.7);
    background-color: transparent !important;
    box-shadow: none;
    border: 1px rgba(51,65,82, 0.7) solid !important;
    border-radius: 5px;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 12px 3px 12px;
}

.btn-secondary-outline:hover {
    color: #ffffff;
    background-color: rgba(51,65,82, 0.7) !important;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle-portal button::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/** ------------------------------------------------------
	FONTS
    ------------------------------------------------------ */
.demi {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    /*color: #2a2a2a !important;*/
    font-weight: 400;
    font-family: "Avenir" !important;
}
h2 {
	font-size: 20px;
}
.alert.alert-inverse.growl-animated {
  border-radius: 10px;
}

/** -----------------------------------------------------
		FORM INPUT
    ----------------------------------------------------- */
.form-group label {
    padding-left: 20px !important;
    font-weight: 600;
}
textarea.form-control {
	padding-top: 10px !important;
}

.form-control {
    border-radius: 20px !important;
    padding-left: 20px !important;
    height: 40px;
    border: 1px solid #e2e4ef !important;
}

.form-control:focus {
    border: 1px solid #c0c0c0 !important;
}

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

.form-control[disabled] {
    background-color: #e0e0e0 !important;
}

.form-group {
    text-align: left;
    margin-bottom: 20px;
}

.has-error .form-control {
    border-color: #E91576 !important;

}

.has-error, .has-error small {
    color: #E91576 !important;
}

.has-error label {
    color: #2a2a2a !important;   
}

.f-right {
	float: right;
}

div.round-dropdown .select2-choice {
      height: 40px !important;
  
}
.select2-container {
        padding-left: 0px !important;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #E91576 !important;
}

/** -----------------------------------------------------
		SWEET ALERT
    ----------------------------------------------------- */
.lead {
    font-weight: 400;
}
.sweet-alert h2 {
    font-weight: 600;
}
.sweet-alert.default-loading {
  background-color: transparent !important;
}

/** -----------------------------------------------------
		TABLE
    ----------------------------------------------------- */
.bootgrid-table.table {
    border-collapse: separate;
    border-spacing: 0 8px;
}

.table {
    background-color: transparent !important;
    margin-bottom: 0;
}

.bootgrid-table.table tbody tr {
    cursor: pointer;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.bootgrid-table.table tbody td:first-child {
    border-radius: 10px 0px 0px 10px;
    /*border-left: 1px solid rgba(51,65,82, 0.2);*/
}

.bootgrid-table.table tbody td {
    padding: 23px;
    border: none;
    /*border-top: 1px solid rgba(51,65,82, 0.2);
    border-bottom: 1px solid rgba(51,65,82, 0.2);*/
    /*box-shadow: rgba(226,228,239, 0.8) 0px 1px 1px;*/
    box-shadow: rgba(0,0,0, 0.05) 0px 1.5px 1px;
}

.bootgrid-table.table tbody td:last-child {
    border-radius: 0px 10px 10px 0px;
}


.bootgrid-table th:active, .bootgrid-table th:hover {
    background-color: transparent !important;
}

.bootgrid-table .checkbox .input-helper:before {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid rgb(42,42,42, 0.5);
}

.bootgrid-table .checkbox label {
    padding-left: 20px !important;
}
.bootgrid-table.table > thead > tr > th {
    background-color: transparent !important;
    border: none !important;
    vertical-align: middle;
    font-weight: 400;
    color: #2a2a2a;
    text-transform: none;
    font-size: 15px !important;
}


.table.table-padded tbody td {
    /*padding: 0.9rem 1.1rem;*/
    background-color: #fff;
    border: none;
    /*border-right: 1px solid rgba(0, 0, 0, 0.03);*/
}

.table.table-padded tbody tr:hover {
    -webkit-box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
    box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
}

.table.table-padded > tbody > tr.active > td {
    background-color: #ffffff !important;
}


.bootgrid-table tr:hover {
    cursor: pointer;
    /*background-color: transparent !important;*/
}

.clear-transparent {
    /*background-color: transparent !important;*/
    cursor: default !important;
        box-shadow: none !important;
}
.bootgrid-table tbody tr.clear-transparent:hover {
    /*background-color: transparent !important;*/
}

.bootgrid-table tbody tr.clear-transparent .no-results {
    border: none;
    background-color:transparent !important;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent !important;
    /*color: #2a2a2a !important;*/
    border: none !important;
    font-weight: 400;
    font-size: 16px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #E91576 !important;
    background-color: transparent !important;
}
.bootgrid-footer {
    margin-top: 0px;
}
.bootgrid-footer .infoBar .infos {
    background-color: transparent !important;
    /*color: #2a2a2a !important;*/
    border: none !important;
    font-weight: 400;
    /*font-size: 18px;*/
}
.bootgrid-footer .infoBar {
    padding-right: 0px !important;
}

.bootgrid-footer .infoBar .infos {
    padding-right: 10px !important;
}

/*Make the dropdown after glow gray*/
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #c0c0c0;
    /*outline: none;*/
}

/*Make the border color consistent with our design*/
.select-firm-list {
    border: 1px solid #e2e4ef;
    /*background-color: #ffff;*/
    /*margin-top: -10px !important;*/
}

.select-firm-list:hover {
    border: 1px solid #c0c0c0;
    /*background-color: #ffff;*/
    /*margin-top: -10px !important;*/
}

.round-dropdown:hover {
    border: 1px solid #c0c0c0;
    /*background-color: #ffff;*/
    /*margin-top: -10px !important;*/
}

/* THIS IS FOR THE AUTOCOMPLETE*/
.autocomplete-suggestions {
    border-radius: 20px !important;
    margin-top: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15) !important;
    border: 1px solid #ccc !important;
}

.autocomplete-suggestion {
    padding: 15px 11px !important;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    padding-left: 20px !important;
}

.popover {
    border-radius: 12px;
    text-align: center;
}

.f-left {
    float: left;
}

.dashboard-border {
    border-bottom: 2px solid #E91576;
    /*border-radius: 3px;*/
}

/* THIS IS FOR THE FONTS */
.f-11 { font-size: 11px !important; }
.f-12 { font-size: 12px !important; }
.f-13 { font-size: 13px !important; }
.f-14 { font-size: 14px !important; }
.f-15 { font-size: 15px !important; }
.f-16 { font-size: 16px !important; }
.f-17 { font-size: 17px !important; }
.f-18 { font-size: 18px !important; }
.f-19 { font-size: 19px !important; }
.f-20 { font-size: 20px !important; }
.f-21 { font-size: 21px !important; }
.f-22 { font-size: 22px !important; }
.f-23 { font-size: 23px !important; }
.f-24 { font-size: 24px !important; }
.f-25 { font-size: 25px !important; }
.f-26 { font-size: 26px !important; }
.f-27 { font-size: 27px !important; }
.f-28 { font-size: 28px !important; }
.f-29 { font-size: 29px !important; }
.f-30 { font-size: 30px !important; }

/* THIS IS FOR THE FONT WEIGHT */
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }

/* THIS IS FOR THE COLOR TEXT */
.fc-fuschia { color: #e91576; }
.fc-black { color: black; }


/*THIS IS FOR THE BORDER RADIUS*/
.border-top-5 { border-top-left-radius: 5px; border-top-right-radius: 5px;}
.border-bottom-5 { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}

/* THIS IS FOR THE BILLING */
.selected-credit-border {
    border-radius: 10px !important;
    border: 2px solid #e0e0e0;
    background-color: white;
}

.selected-credit-type {
    border-radius: 10px !important;
    border: 0px !important;
    background-color: #e91576 !important;
    color: white;
}

.top-up-type , .firm-top-up-type {
    border-radius: 10px !important;
    border: 2px solid #e0e0e0;
    background-color: white;
    cursor: pointer;
    padding: 15px;
    text-align: center;
}

.subscription-plan-type {
    border-radius: 10px !important;
    border: 2px solid #e0e0e0;
    background-color: white;
    cursor: pointer;
    padding: 13px 30px;
    text-align: left;
}

.selected-plan {
    border-radius: 10px !important;
    border: 0px !important;
    background-color: #e91576 !important;
    color: white;
}

.subscription-org-count {
    background-color: #f9dae8;
    border-radius: 20px !important;
    border: 0px !important;
    color: #e91576;
    padding: 3px 20px;
    font-size: 11px;
    margin-left: 10px;
    float: right;
    margin-top: -2px;
}

.subscription-plan-plus {
    /*border-radius: 5px !important;*/
    border: 1px solid #e0e0e0;
    background-color: white;
    cursor: pointer;
    padding: 7px 15px;
    text-align: left;
}

.selected-plan-plus {
    color : #e91576;
}

