/************* Styles for the {DebtCC Wiki Newlook} theme. ************/
/* Global style codes starts */

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(font-icon.css);
body {
    background: #e2e2e2;
    font-family: 'Roboto', sans-serif;
    padding: 0!important;
    margin: 0!important;
    width: 100%;
    display: block;
    line-height: 27px;
    font-size: 16px;
    color: #333;
}
a {color: #337ab7;}
a:hover{color: #45A9FF;}
td,
th {
    padding: 5px;
}
.clear{
    clear: both;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right
}
.text_blue {
    color: #19A3FF!important
}
.text_blue_dark {
    color: #00283a
}
.font_arial {
    font-family: Arial, Helvetica, sans-serif!important;
    font: bold;
}
.font80 {
    font-size: 80%;
    line-height: 100%
}
.font90 {
    font-size: 90%;
    line-height: 100%
}
.font100 {
    font-size: 100%;
    line-height: 100%
}
.font120 {
    font-size: 120%;
    line-height: 120%
}
.font150 {
    font-size: 150%;
    line-height: 150%
}
.font180 {
    font-size: 180%;
    line-height: 180%
}
.font200 {
    font-size: 200%;
    line-height: 200%
}
.font-5rem {
    font-size: 5rem;
    line-height: 5.5rem
}

/* round corner */

.round-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.round-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.round-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.round-15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.round-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
/* font size */

.font-size-11 {
    font-size: 11px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-15 {
    font-size: 15px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-17 {
    font-size: 17px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-19 {
    font-size: 19px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-28 {
    font-size: 28px;
}
.font-size-32 {
    font-size: 32px;
}
/* font family */

.ff-roboto {
    font-family: 'Roboto', sans-serif;
}
.ff-tangerine {
    font-family: 'Tangerine', cursive;
}
.ff-pt {
    font-family: 'PT Sans Narrow', sans-serif;
}

/* text color */

.colr-white {
    color: #fff;
}
.colr-off-white {
    color: #ccc;
}
.colr-light {
    color: #bccddb;
}
.colr-light-grey {
    color: #aaa;
}
.colr-black {
    color: #000;
}
.colr-grey {
    color: #5b5b5b;
}
.colr-blue {
    color: #1F98FB;
}
.colr-sky {
    color: #9CDDFF;
}
.colr-red {
    color: #ff0000;
}
.colr-green {
    color: #00AC22;
}
.colr-orng {
    color: #ff6700;
}
.colr-new-blue {
    color: #47c0ff;
}
.bg-new-blue {
    background: #233c54;
}
.bg-white {
    background: #fff;
}
.bg-grey {
    background: #d7dade;
}
.bg-blue {
    background-color: #15508E;
}
.bg-blue-light {
    /*background-color: #4889ff;*/
    background-color: #2E80C5;
}
.bg-sky {
    background-color: #cbe4ff;
}
.bg-light-50 {
    background: rgba(255, 255, 255, 0.5)
}
.bg-dark-50 {
    background: rgba(0, 0, 0, 0.5)
}

/* text padding */

.pad-t-10 {
    padding-top: 10px;
}
.pad-r-10 {
    padding-right: 10px;
}
.pad-b-10 {
    padding-bottom: 10px;
}
.pad-l-10 {
    padding-left: 10px;
}
.pad-t-20 {
    padding-top: 20px;
}
.pad-r-20 {
    padding-right: 20px;
}
.pad-b-20 {
    padding-bottom: 20px;
}
.pad-l-20 {
    padding-left: 20px;
}
.pad-lr-20 {
    padding-right: 20px;
    padding-left: 20px;
}
.pad-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pad-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pad-5 {
    padding: 5px;
}
.pad-10 {
    padding: 10px;
}
.pad-20 {
    padding: 20px;
}
.pad-none {
    padding: 0;
}
/* text margin */

.mar-t-10 {
    margin-top: 10px;
}
.mar-r-10 {
    margin-right: 10px;
}
.mar-b-10 {
    margin-bottom: 10px;
}
.mar-l-10 {
    margin-left: 10px;
}
.mar-t-20 {
    margin-top: 20px;
}
.mar-r-20 {
    margin-right: 20px;
}
.mar-b-20 {
    margin-bottom: 20px;
}
.mar-l-20 {
    margin-left: 20px;
}
.mar-lr-20 {
    margin-right: 20px;
    margin-left: 20px;
}
.mar-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mar-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mar-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mar-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mar-5{margin:5px;}
.mar-10{margin:10px;}
.mar-20 {
    margin: 20px;
}
/*    styles   */

h1,h2,h3,h4,h5 {
    margin: 15px 0;
    font-family: inherit;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-transform: none;
}
h2 {
    font-size: 26px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-transform: none;
}
h3 {
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #333;
    text-transform: none;
}
h4 {
    font-size: 16px;
    color: #343434;
    font-weight: normal
}
h5 {
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif color: #262727;
    font-weight: normal;
}

p {
    text-align: justify;
    margin: 10px 0;
}
ul li{
    padding-bottom:8px ;
}
footer{
    border-top: none!important;
    color: #eee;
}
footer a{
    color: #4cc5ff;
}
footer a:hover{color:#fff;text-decoration: none;}

.textdeconone {
    text-decoration: none;
}
.textdeconone:hover {
    text-decoration: none;
}
strong {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold
}

.list-style-none {
    list-style-type: none;
    padding-left: 10px;
}

.underlined-box {
    display: block;
    border-bottom: 1px solid #999;
    margin: 5px 0 10px;
}
.bold {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold
}

.ghost-btn {padding:8px 16px; border:1px solid #1F98FB; border-radius:5px; text-decoration:none;} .ghost-btn:hover {background:#1F98FB; color:#FFF; text-decoration:none;}
.ghost-btn a:hover {color: #FFF; text-decoration: none;}

a.colr-white:hover {
    color: #47c0ff;
}
a.colr-off-white:hover {
    color: #47c0ff;
}
a.colr-light:hover {
    color: #47c0ff;
}
a.colr-grey:hover {
    color: #47c0ff;
}
a:active {
    color: orange;
}

.border-white-5{
    border: 5px solid #fff;
}
.border-white-1{
    border: 1px solid #fff;
}
.border-grey-1{
    border: 1px solid #999;
}
.border-bottom-grey{
    border-bottom: 1px solid #ccc;
}

.divider-line{
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.shadow-image{
    background: url(/sites/all/themes/bootstrap_subtheme/mf/images/shadow-nav.png) no-repeat top center; 
    height:25px;background-size: 100%;
}
.box-highlight{box-shadow:0 0 3px rgba(0,0,0,0.2);border-radius:2px}
.box-highlight:hover{box-shadow:0 0 20px rgba(0,0,0,0.2); transition: box-shadow 0.4s ease 0s;}
.pos-relative{position: relative;}

/* Global style codes ends */

/* Navbar */
h2.block-title{display: none;}
.slogan{
    padding-top: 30px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #069;
}
.navbar-default .navbar-nav > .active > a{
    background: #E4F9FF;
    border-bottom: 4px solid #069;
}
ul.navbar-nav > li > a:hover{color:#069}
.nav > li{padding: 0;}
.navbar.container{
    margin-top: 0;
    margin-bottom: 0;
    background: none;
    border: none;
    position: relative;
    top: -15px;
}
.navbar-brand{
    padding: 35px 15px;
    font-size: 20px;
}
.site-search .form-actions{display: none;}
.forum .odd{background: #f9f9f9; margin: 1px 0;}
.forum .even{background: #fff;}
div.MortgageQuotesForm select.form-select{ opacity:0.7; width: 75%;}
div.MortgageQuotesForm label{width: 25%;float: left;}

.top-links{background: #B7B7B7;}
.top-links span{
    margin: 10px;
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 50%;
    display: inline-table;
    width: 115px;
    height: 115px;
    padding-top: 30px;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.46);
    border: 2px solid #15508E;
}
.top-links span a{color:#fff;text-decoration: none;}

.top-links span:hover{
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.46);
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.top-links span:hover a{
    color:#069;
}
.lender-info .field-label{float: left;min-width: 140px;}
.lender-info .field{clear: both;display: block;}
.lender-info .field-collection-view{border: none;}
.active-tab{color: #fff;background: rgba(0,0,0,0.5);font-weight: bold;cursor: pointer;}
.counter{background:#2E80C5;color: #fff;text-align: center;height: 40px;width: 40px;display: block;margin: auto;border-radius:50%;line-height: 40px;}
footer{padding-bottom: 0px!important;}

/* Navbar */

/*Blog*/

.blog-post ul li{padding-bottom:10px;}
.blog-post p{padding-bottom: 20px;}
.blog-post .form-actions{text-align: center;padding: 10px 0;}
.blog-post .captcha{text-align: center;}
.blog-post .captcha img{margin: auto;}
.blog-post .links.list-inline li a{color: #fff; background: #069; padding: 5px 10px; border-radius:0 0 3px 3px; box-shadow:inset 2px 2px 5px rgba(0,0,0,0.7)}
.blog-post .links.list-inline li a:hover{ box-shadow:2px 2px 5px rgba(0,0,0,0.5); background: #fff;color:#069}
/*Blog end*/


@media screen and (max-width: 991px){
    .five-points div.mar-t-20{margin-top: 0;}
}
@media screen and (max-width: 768px){
    .slogan{
    padding-top: 0px;
    text-align: center;
}
div.MortgageQuotesForm select.form-select{width: 100%;}
div.MortgageQuotesForm label{width: auto;float: none;}
.table-responsive{border: none;}
.mobile-hide{display: none;}
}

.user-picture img{
    width:45px;
    height:auto;
}


.form-group .filter-wrapper {
    display : none;
}