/*****************DEFAULT PAGES********************/
.no-padding{
    padding: 0px !important;
}
.mr-5{
    margin-right: 5px !important;
}
.cursor-pointer{
    cursor: pointer;
}

.ng-invalid.ng-dirty{
    border-color: #FA787E !important;
}
.ng-valid.ng-dirty{
    border-color: #1FB232 !important;
}
.ng-dirty.ng-invalid .help-block,
.ng-pristine.ng-invalid .help-block{
    color: #ff635c;
}
.ng-dirty.ng-valid .help-block {
    color: #aadc00;
}
.tabs > ul li:hover a i, .tabs > ul li.active a i{
    color: #fff;
}

.check-box-box * {
    float: none !important;
}

.loader {
    display:    none;
    position:   fixed;
    z-index:    9900;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('/assets/images/ajax-loader.gif')
                50% 50%
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.loading .loader {
    display: block;
}

/*****************HEADER PAGE********************/

.top-bar.main-bg a{
    cursor: pointer;
}

/*****************HOME PAGE********************/

.box-top.home-page h3 span {
    height: 28px;
}

.box-top.home-page h3 {
    height: 125px;
}

.box-top.home-page p {
    height: 134px;
}

.img-border {
    max-width: 100%;
    width: auto;
}

.img-border {
    display: inline-block;
    position: relative;
}
.img-border:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    box-shadow: inset 0 0 0 4px rgba(0,0,0,0.1); content: " ";
}
.img-border img {
    height: 160px;
}
.padd-top-175 {
    padding-top: 175px;
}
/*img.home-fleet-img,
.caption.lfl.tp-caption.start img.our-services-home,
.caption.shadowed.lfr.ltt img.customer-home-img,
.caption.shadowed.lfb.customout.ltt img.welcome-home-img{
    border: 5px solid white;
}*/
.caption.large-title.tp-resizeme.witTxt{
    font-size: 30px;
}
.tp-banner-container .tp-banner .caption.sfr.large-text.tp-resizeme.witTxt.tp-caption.start{
    line-height: 30px !important;
}
.caption.sfr.large-text.tp-resizeme.witTxt a.banner_link {
    color: #51291F !important;
    font-weight: bold;
}

/*****************REGISTER PAGE********************/

.block-head:after{
    background-color: #eeeded;
}
/*****************ABOUT US PAGE********************/
.team-headings{
    color: rgb(231, 81, 47);
    text-align: center;
}

.panel-group {
    margin-bottom: 0px;
}
.panel-default {
    border-color: #fff;
}
.panel-group .panel {
    border-radius: 0px;
}
.panel {
    border: 0px;
    box-shadow: none;
}
.panel-default>.panel-heading {
    color: #e7512f;
    background-color: #fff;
    border-color: #e7512f;
}
.panel-heading {
    padding: 0px;
    text-decoration: none;
}

.panel-heading .panel-title a a:hover,
.panel-heading .panel-title a a:focus{
    text-decoration: none;
}

.panel-title .accordion-toggle a span {
    display: block;
}

.panel-title .accordion-toggle a span i.fa {
    margin-right: 7px;
    color: #e7512f;
}

.panel-title .accordion-toggle.active u, .panel-title .accordion-toggle.active a {
    border-color: #e7512f;
}

.panel-title .accordion-toggle.active a span {
    color: #e7512f;
}

.panel-title{
    overflow: hidden;
      -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
      -moz-transform: skew(-25deg, 0);
      -ms-transform: skew(-25deg, 0);
      -o-transform: skew(-25deg, 0);
      -webkit-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0);
}

.panel-title .accordion-toggle a{
    float: left;
    margin: 0;
    padding: 0 15px;
    border: 1px #d4d4d4 solid;
    background: #fff;
    line-height: 28px;
    display: block;
    width: 90%;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 12px;
}

.panel-title .accordion-toggle.active u{
    background-color: #e7512f;
    color: #fff;
}

.panel-title .accordion-toggle u {
    display: inline-block;
    float: left;
    margin: 0 5px 0 10px;
    padding: 10px 10px 8px 10px;
    border: 1px #d4d4d4 solid;
    background: #fff;
    color: #a8a8a8;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.panel-title .accordion-toggle.active u:before {
    content: "\f068";
    font-family: FontAwesome;
}

.panel-title .accordion-toggle u::before {
    -moz-transform: skew(25deg, 0);
    -ms-transform: skew(25deg, 0);
    -o-transform: skew(25deg, 0);
    -webkit-transform: skew(25deg, 0);
    transform: skew(25deg, 0);
}
.panel-title .accordion-toggle u:before {
    display: block;
    content: "\f067";
    font-family: FontAwesome;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

.panel-body {
    padding: 0px;
}

/*****************CONTACT PAGE********************/

/*Angular Google Maps*/
.angular-google-map-container {
    height: 450px;
}

/* fix for Twitter Bootstrap handling of responsive images */
.angular-google-map img {
    max-width: none;
}

.custom-info-window{
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 10px;
    /*border: 1px solid white;*/
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    width: auto;
    margin-top: 15px;
    margin-left: -130px;
}
.custom-info-window a{
    color: white;
    text-decoration: underline;
}
.custom-info-window:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: rgba(0,0,0,0.5) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 118px;
}

/*****************RATES PAGE********************/

/* content page */
.content-page {
    padding: 20px;
    margin-right: 10px;
}
.corporate .content-page {
    padding: 0 0 20px;
}
.content-page a,
.sidebar2 a {
    color: #767F88;
}
.content-page a:hover,
.sidebar2 a:hover {
    color: #E02222;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
    color: #E02222;
}
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
    /*text-transform: inherit;*/
    padding-top: 10px;
}
.content-page h3 {
    font-size: 20px;
    margin-bottom: 7px;
}
.content-page h4 {
    font-size: 17px;
    margin-bottom: 4px;
}
.content-page h6 {
    line-height: 35px;
    font-style: italic;
    margin-bottom: 2px;
    font-size: 15px;
    color: rgb(233, 77, 28);
}

/* Unstyled List */
.list-unstyled li > .list-unstyled {
    margin-left: 25px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    }

.content-page p,
.content-page .list-unstyled {
    margin-bottom: 20px;
}
.content-page .list-unstyled .list-unstyled {
    margin-left: 20px;
    padding-top: 3px;
    margin-bottom: 0;
}
.content-page .list-unstyled li {
    margin-bottom: 3px;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}
/* pricing */
.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #eee;
    background-color: white;
}
.pricing-active {
    border: 3px solid #E84D1C;
    margin-top: -10px;
    box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
    height: 400px;
}
.pricing:hover {
    border: 3px solid #E84D1C;
}
.pricing:hover h4 {
    color: #E84D1C;
}
.pricing-head {
    text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
}
.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: italic;
}
.pricing-head h3 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 27px;
    /*background: #E84D1C;*/
    border-bottom: none;
}
.pricing-head h4 {
    color: #bac39f;
    padding: 5px 0;
    font-size: 54px;
    font-weight: 300;
    background: #fbfef2;
    border-bottom: solid 1px #f5f9e7;
}
.pricing-head-active h4 {
    color: #E84D1C;
}
.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}
.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

/* Pricing Content */
.pricing-content li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
}
.pricing-content li i {
    top: 2px;
    color: #E84D1C;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
}

/* Pricing Footer */
.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 19px;
}

.pricing-footer .btn {
    color: #fff;
}

.pricing-footer .btn:hover {
    color: #fafafa;
}

/* Priceing Active */
.price-active,
.pricing:hover {
    z-index: 9;
}
.price-active h4 {
    color: #36d7ac;
}

.no-space-pricing .pricing:hover {
    transition:box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
    color: #36d7ac;
    padding: 15px 0;
    font-size: 80px;
    transition:color 0.5s ease-in-out;
}

.pricing .pricing-footer a,
.pricing ul{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pricing .pricing-footer .btn {
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: none;
    letter-spacing: 0px;
}

.pricing .pricing-footer .btn > i {
    font-size: 14px;
}

.pricing .pricing-footer .btn-primary {
    background: #e94d1c;
}

.pricing .pricing-footer .btn:hover,
.pricing .pricing-footer .btn:focus,
.pricing .pricing-footer .btn:active,
.pricing .pricing-footer .btn.active {
    outline: none !important;
    background-image: none !important;
    filter: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pricing .pricing-footer .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #cc3304;
}

/***
Metro icons
***/
[class^="m-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    line-height: 14px;
    vertical-align: top;
    background-image: url(/assets/website/assets/images/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*  Misc */
.m-icon-swapright {
    background-position: -27px -10px;
}

/* white icon */
.m-icon-white {
    background-image: url(/assets/website/assets/images/syncfusion-icons-white.png);
}

/*****************SERVICES PAGE********************/

.features-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    text-shadow: 0 1px 0 #fff;
    color: #2a2a2a;
    background: #fafafa;
    background-image: linear-gradient(top, #fff, #eaeaea, #fff);
    border: 0px;
}

.features-table td {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 0 white;
    white-space: nowrap;
    text-align: center;
}

/*Body*/
.features-table tbody td {
    text-align: center;
    font: normal 12px Verdana, Arial, Helvetica;
    width: 150px;
    vertical-align: middle;
}

.features-table tbody td:first-child {
    width: auto;
    text-align: left;
}

.features-table td:nth-child(2),
.features-table td:nth-child(4) {
    background: #efefef;
    background: rgba(144,144,144,0.15);
    border-right: 1px solid white;
}

/*
.features-table td:nth-child(4) {
    background: #e7f3d4;
    background: rgba(184,243,85,0.3);
}*/

/*Header*/
.features-table thead td {
    font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;
    border-radius-topright: 10px;
    border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 1px solid #eaeaea;
}

.features-table thead td:first-child {
    border-top: none;
}

/*Footer*/
.features-table tfoot td {
    border-radius-bottomright: 10px;
    border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child {
    border-bottom: none;
    text-align: inherit;
}

table.services span.yes {
    display: block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background: url("/assets/website/assets/images/msg-success.png") 50% 50% no-repeat;
    text-indent: -50em;
}
table.services span.no {
    display: block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background: url("/assets/website/assets/images/no.png") 50% 50% no-repeat;
    text-indent: -50em;
}
tr.action td .main-bg{
    color: #e7512f;
}


/*****************REGISTER PAGE********************/

.contact-form a, .contact-form .block-head{
    color: #8C0606;
}

.contact-form #frmRegPerson select,
.contact-form #frmRegComp select {
    padding: 12px 15px;
}
.contact-form input[type=url] {
    display: inline-block;
    float: left;
    padding: 12px 15px;
    width: 100%;
    border: 0;
    border: 1px #AAAAAA solid;
    background: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.contact-form #frmRegPerson .jolly.hdg-pin,
.contact-form #frmRegComp .jolly.hdg-pin {
    color: #E7512F;
}
.form-input label.checkbox-inline.checkbox-custom {
    display: inline;
}
.checkbox-custom {
    padding-left: 2px;
    cursor: pointer;
}
.checkbox-custom input {
    position: absolute;
    opacity: 0;
}
.checkbox-custom input:checked + i {
    border-color: #E7512F;
    background-color: #E7512F;
}
.checkbox-custom input:checked + i:before {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.checkbox-custom > i:before {
    position: absolute;
    top: 50%;
    left: -100%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    transition: all 0.2s;
    z-index: 1;
}
.checkbox-custom input[type='radio'] + i, .checkbox-custom input[type='radio'] + i:before {
    border-radius: 50%;
}
.checkbox-custom > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.darker-divider{
    color:aaa;
}