@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
[am-LatoSans] {
  font-family: 'Lato', sans-serif;
}
/*----------------------------------------*/

/*  Nav Styles
/*----------------------------------------*/

.TGlogo{
    padding-right: 3rem;
}
.TGlogo a{
    padding-top:0.75rem !important;
}
.nav>li>a>img {
    max-width:300px;
}
.navbar-nav{
    padding-bottom: 0.5rem;
}
[am-CallNow] {
    font-weight: 200;
    color: #333;
    vertical-align: middle;
    line-height: 35px;
    font-size: 19px;
    padding-left: 25rem;
}
.iconmelon{
  text-align:center;
}

.navbar.navbar-inverse {
  background-color: #fff;
  border-top: 1px inset rgba(43, 27, 81, 0.2);
  box-shadow: 0px 2px 2px rgba(43, 27, 81, 0.5);
  border-radius: 10px;
  margin-top: 10px;
}

.navbar .navbar-nav > li > a {
  color: #000;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  line-height: 18px;
}

.navbar .navbar-nav > li.active {
  color: #f8f8f8;
  background-color: rgba(43,27,81,.5);
  box-shadow: inset 0px -28px 23px -21px rgba(255, 255, 255, 0.15);
  border-bottom: 3px solid #2b1b51;;

}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background-color: #fff;
  color: #2b1b51;
}
.navbar-inverse .navbar-nav a:hover{
   color: #708090 !important;
}
.container{
    padding: 0 !important;
}
/*----------------------------------------*/

/*  LogIn Styles
/*----------------------------------------*/

#loginbox {
    margin-top: 30px;
}

#loginbox > div:first-child {
    padding-bottom: 10px;
}

.login-panel {
    background-color: transparent;
    margin-top:50px;
}
.login-panel-title{
    color:#fff;
    text-transform: UPPERCASE;
    font-size:1.85rem;
    letter-spacing:2px;
}
.login-panel-body {
    padding-top: 30px;
}

.loginBox{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    width: 50%;
    background: rgba(43,27,81,.9);
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 5px;
}
#loginForm input{
    display: block;
    background-color: #fff;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: right 16px center;
    border-radius: 3px;
    font-family: Avenir Next,Helvetica,Roboto,Arial,sans-serif;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 12px 16px 0 16px;
    height: 48px;
    width: 100%;
    max-width: 100%;
    box-shadow: inset 0 0 0 1px #c0c1c2;
    border: none;
    transition: box-shadow .6s ease;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
 }

/*----------------------------------------*/

/*  Relevant Styles
/*----------------------------------------*/
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;
}

.search-form .input-group .form-control{
    width:75%;
}
.search-form .input-group select[class="form-control"]{
    width:25%;
}
input{
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}
.txt{
    color: #ffffff !important;
}
.tangramColor{
    background-color: #2b1b51;
}
.dark-blue {
    background-color: rgba(16, 31, 53, .8);
}
.midnight{
    background-color: #191970;
}
.green {
    background-color: #16A085;
}
.slategray{
    background-color: #708090;
}
.dimgray{
    background-color: #696969;
}
.blue {
    background-color: #2980B9;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.tg-lighter-purple{
    background-color: #3f2877;
}
.text-dark-blue {
    color: #34495E;
}
.text-blue {
    color: #2980B9;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
.login-label{
    text-transform: uppercase;
    color: #808080;
    padding-left: 4px;
    padding-top: 4px;
    position: absolute;
    font-weight: 400;
    font-size: 1rem;
}
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:#2b1b51;
}
.navbar-toggle{
    background-color: #2b1b51;
}
 .form-group input{
     padding-top: 25px;
     padding-bottom: 10px;
 }
 fa-plus{
     color: #ffffff;
 }
 .fa-download, .fa-trash, .glyphicon{
     color:#2b1b51;
 }
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
background-color: #2b1b51;
}

.drpdn{
    border: none;
    background-color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
}

/*----------------------------------------*/

/*  Broker Profile Styles
/*----------------------------------------*/
.flexFit {
    display: flex;
    justify-content: flex-end;
}

input[type=checkbox]{
    display:inline;
    margin-left: 2rem;
}
.tab-content {
    background-color: whitesmoke;
    border-radius: 8px;
    padding: 10px 30px;
}
.expDate{
    background-color: white;
    margin-left: 15px;
    padding: .85rem;
    padding-right: 16rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.licExpDate{
    background-color: white;
    padding: .85rem;
    padding-right: 15.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}
/*----------------------------------------*/
/* Home Section
/*----------------------------------------*/
.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;
}

.doc2yrModal{
    text-align: left;
}
/*----------------------------------------*/
/*Documents Page
/*----------------------------------------*/

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    color: #fff;
    background-color: #2b1b51 !important;
}
.fa-trash{
    padding-right: 1.3rem;
}
/*----------------------------------------*/
/* For Screens less than 767px
/*----------------------------------------*/
@media (max-width: 767px)
.nav .navbar-nav{
    display: inline;
}
.navbar .navbar-nav > li {
    border: none;
    float: left;
}
