@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
[am-LatoSans] {
  font-family: 'Lato', sans-serif;
}
[am-TopLogo] {
    max-height: 70px;
    max-width: 210px;
    margin: 12px 11px;
}
[am-CallNow] {
    font-weight: 200;
    color: #333;
    vertical-align: middle;
    line-height: 35px;
    font-size: 19px;
    padding-right: 8px;
}
/*
  Relevant styles below
*/
.topper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.navbar.navbar-inverse {
  background-image: linear-gradient(#9f9f9f, #535353 3%, #1f1f1f 17%, #212121 49%, #191919 89%, #000000 100%);
  border-top: 1px inset rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin-top: 10px;
}

.navbar .navbar-nav > li > a {
  color: #d1d1d1;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  text-shadow: 0px -1px black, 0px 1px rgba(255, 255, 255, 0.25);
  line-height: 18px;
}

.navbar .navbar-nav > li.active {
  color: #f8f8f8;
  background-color: #080808;
  box-shadow: inset 0px -28px 23px -21px rgba(255, 255, 255, 0.15);
  border-left: 1px solid #2A2A2A;
  border-right: 1px solid #272727;
}
div[class^="download-replace"] .fa{
    font-size:25px;
    font-weight:bold;
}
div[class^="download-replace"] .fa-exchange{
    color:darkorange;
}
div[class^="download-replace"] .fa-times,div[class^="download-replace"] .fa-ban{
    color:red;
}
.main-content{
    background-color:whitesmoke;
    border-radius:8px;
    padding:20px;
}
.main-content table thead, .main-content table tbody,form table thead, form table tbody{
    background-color:white;
}
.main-content table .fa{
    font-size:18px;
}

.grid-stack-item{
    border:5px solid white;
    border-radius:10px;
}

h3{
    margin-top:0px;
}
.search-form .input-group .form-control{
    width:75%;
}
.search-form .input-group select[class="form-control"]{
    width:25%;
}
/** Home Affiliate Section */
.form-control1{
    display: block;
    /* width: 100%; */
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.editCommMargin{
    margin-left: 3.4rem;
}
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #3668b1;
}
.text-orange {
    color: #ea5b0c;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #af3d8f;
}
.text-yellow{
    color:#f7b400;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
.coreCompList li{
    display:inline;
}
.coreCompList li:after {
  content: ",";
}
 .coreCompList li:last-child:after {
    content: "";
}
strong,label{
    color:#777;
}
ul.comma-separated { list-style: none; margin: 0; padding: 0; }
ul.comma-separated li { display: inline; }
ul.comma-separated li:after { content: ","; }
ul.comma-separated li:last-child:after { content: ""; }

.panel-body{
    background:#F9F9F9;
}
label[data-toggle="collapse"] {
 font-size:18px; font-weight:500; color:#333;
}

.carriersForTopics{

    margin-left: 6rem;
    padding-right: 3rem;
}

.carriersForTopics span{
    text-align: justify;
    padding-left: 5px!important
}
.fa-chevron-circle-left{
    float: left;
    font-size: 3rem !important;
}
.noteStyle{
    white-space: pre-wrap;
    text-align: justify;
}
.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    white-space: unset !important;
}
