﻿
/* You can add global styles to this file, and also import other style files */

/* Provide sufficient contrast against white background */
@font-face {
    font-family: 'SourceSansPro';
    src: url('../assets/fonts/SourceSansPro/SourceSansPro-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../assets/fonts/SourceSansPro/SourceSansPro-Light.otf') format('truetype');
    font-size: 12px;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../assets/fonts/SourceSansPro/SourceSansPro-Bold.otf') format('truetype');
    font-size: 12px;
}

a {
    color: #0366d6;
}

.bottom-column {
    margin-top: 2.3rem;
}

code {
    color: #e01a76;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.modal.fade {
    opacity: 1 !important;
}

.modal-content {
    margin-top: 100px;
}

body {
    padding-top: 70px;
    background-color: #F6F6F6;
    padding-bottom: 70px;
}

label {
    font-weight: normal;
    color: #939393;
}

.bold {
    font-family: 'SourceSansPro-Bold';
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.card {
    background-color: white;
    border-radius: 2px;
    box-shadow: 1px 1px 8px #d8d8d8;
    margin: 10px 10px 10px 7px;
    padding-bottom: 22px;
    /*padding-top: 22px;*/
}

.cardContent {
    padding-right: 15px;
    padding-left: 20px;
}

table > tbody > tr td:first-child, table > thead > tr th:first-child {
    padding-left: 20px
}

table > tbody > tr:last-child {
    border-bottom: 1px solid #ddd;
}
/* custom navbar */
.navbar-default ul > li > a {
    text-transform: uppercase;
}

.navbar-toggler {
    width: 40px;
    height: 30px;
    background-color: transparent;
    border: none;
}

    .navbar-toggler .line {
        width: 100%;
        float: left;
        height: 2px;
        background-color: #fff;
        margin-bottom: 5px;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a:after {
    font-family: SourceSansPro-Bold;
}

#loading-bar .bar {
    background: #33ba3a;
    height: 15px;
}

/************************* modifications for tablets, computers **************************/
@media only screen and (min-width : 480px) {
    .firstmenu {
        margin-left: 14px;
        margin-right: 40px;
    }

    .secondmenu {
        margin-right: 40px;
    }

    .nav .open > a, .nav .opn > a:hover, .nav .open > a:focus, .nav .open > a:after {
        border-bottom: 4px solid #fff;
    }
}

@media only screen and (min-width : 992px) {
    .firstmenu {
        margin-left: 144px;
    }
}
/*****************************************************************************************/
/* modifications for mobile menu toggle */
@media only screen and (max-width : 767px) {
    .navbar-right {
        float: none !important;
    }

    .navbar-collapse {
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        color: #fff;
    }

    .navbar-nav {
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
/*****************************************************************************************/

/*@media (max-width: 767px) {
	.col-xs-6, .col-xs-12 {
		margin-top:10px;
	}
}*/

@media (max-width: 991px) {
    .display-col {
        margin-top: 10px;
    }
}


/*****************************************************************************************/

.navbar-toggle > ul > nav, navbar-nav {
    margin-left: 0px !important;
}

.icon-bar {
    border: 1px solid #fff;
}
/* end of modifications for mobile menu toggle */

/* alert bell with blue badge */
.badgewrapper {
    position: relative;
    float: left;
}

.alertbell {
    color: white;
    margin-bottom: 2px;
    margin-top: 20px;
    font-size: 15px !important;
    margin-right: 21px;
    margin-left: 20px;
}

.badge {
    background-color: #3AA8c3 !important;
    margin: 0;
    border-radius: 10px;
    position: absolute;
    top: -11px;
    right: -4px;
    margin-top: 20px;
    font-size: 11px;
    margin-right: 10px;
}
/* end of alert bell with blue badge */

/* getting curved search input in header */
.searchInput {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    background-color: #F36E6E;
    border: 0;
    font-style: italic;
    margin-right: 45px;
    height: 30px;
    font-size: 12px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: white;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: white;
}

.searchBtn {
    background-color: #F36E6E;
    border-color: #F36E6E;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.searchAlign {
    /*margin-right:200px;*/
    width: 100px;
}
/* end of getting curved search input in header */

.lightgreytext {
    color: #AAAAAA;
    text-align: left;
}

.title {
    color: #404041;
    text-align: left;
    line-height: 30px;
}

.pageTitle {
    text-transform: uppercase;
    padding-bottom: 20px;
    display: inline-block;
    text-align: left;
    color: #404041;
    font-family: SourceSansPro-Bold;
    line-height: 30px;
}

.subTitle {
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.sep {
    height: 1px;
    background: #e2e2e2;
    margin: 10px -15px 10px -15px;
    clear: both;
}

.heading {
    color: #404041;
    font-family: SourceSansPro-Bold;
    padding-bottom: 12px;
    display: inline-block;
    text-align: left;
    line-height: 18px;
}

.pageTitle:after {
    content: "";
    display: block;
    width: 25px;
    border-bottom: 2px solid #3AABC3;
}

.newsImage {
    padding: 0px 0px 8px 0px;
    height: 100px;
    width: 150px;
    margin-bottom: 10px;
}

.bluelink {
    color: #3AABC3;
}

.btn {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.margin-y-15 {
    margin: 15px 0px
}

.padding-y-15 {
    padding: 15px 0px
}

.doughnut-legend {
    list-style-type: circle;
}

.order-item-header {
    text-transform: uppercase;
    color: #939393;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 0px;
    /*border-bottom: 1px solid #e2e2e2;*/
    background-color: #fff;
}

    .order-item-header .col-md-1, .order-item-header .col-md-2,
    .order-item-row .col-md-1, .order-item-row .col-md-2 {
        padding-right: 5px;
        padding-left: 5px;
    }

.order-item-row label {
    /* text-transform: uppercase;*/
    color: #939393;
    font-weight: normal;
    font-size: 13px;
}

.order-item-row, .order-item-row td {
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
}

table > thead > tr > th {
    text-transform: uppercase;
    color: #939393;
    border-bottom: 1px solid #dddddd !important;
    font-size: 13px;
    font-weight: normal;
}

.table-header {
    color: #939393;
    font-weight: normal;
    padding: 10px 0px;
    border-bottom: 1px solid #efefef;
}

.btn-radio {
    border-radius: 0px !important;
}

.fa-calendar {
    color: #2e869c;
}

.editOrder label {
    padding-right: 5px;
}

#viewOrder label {
    padding-right: 5px;
}

/********************************************************************************
 *      REPORT BUILDER
 ********************************************************************************/
.checked-list-box {
    margin-bottom: 0px;
}

    .checked-list-box > .list-group-item {
        border: 0px;
        padding: 5px 10px;
    }

#reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 0px;
    border: 1px solid #ccc;
    /*width: 250px;*/
}

#orderLineChart #reportrange {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

#reportrange span {
    padding: 0px 5px;
}

#reportrange img {
    padding: 0px 0px;
}

.checked-list-box > .list-group-item, .checkBoxLabel, .dateControl label {
    color: #404041;
}

.stdReports > tbody > tr > td {
    border: none;
}

div.striped > div {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #dddddd;
}

    div.striped > div:nth-of-type(odd) {
        background-color: #f6f6f6;
    }

th.column-header {
    cursor: pointer;
    text-transform: uppercase;
    color: #939393;
    font-weight: normal;
}

#footer {
    position: relative;
    margin-top: 200px;
    font-size: small;
    height: 100px;
}

.reportType {
    font-size: smaller;
    background-color: lightgray;
    width: 40px;
    margin-left: 25px;
    border-radius: 5px;
    text-transform: uppercase;
}

#billingQuote .header {
    background-color: #f6f6f6;
    margin: 15px 0px;
    padding-top: 10px;
}

    #billingQuote .header > .row {
        padding: 0px 10px;
    }

#billingQuote .orders {
    padding: 2px 10px;
}

#billingQuote .table {
    background-color: white;
}

#billingQuote > .row span, #billingQuote .header .row span {
    padding: 0px 10px;
}

#billingQuote .table > thead > tr > th {
    border-top: 1px solid #dddddd;
}

    #billingQuote .table > thead > tr > th:first-child, #billingQuote table > tbody > tr > td:first-child {
        border-left: 1px solid #dddddd;
    }

    #billingQuote .table > thead > tr > th:last-child, #billingQuote .table > tbody > tr > td:last-child {
        border-right: 1px solid #dddddd;
    }

#billingQuote .gray-background {
    background-color: lightsteelblue;
}

a#searchIcon {
    padding-top: 20px;
}

a.ordersCollapseLink {
    text-decoration: none;
}
    /* Icon when the collapsible content is shown */
    a.ordersCollapseLink::after {
        font-family: "Glyphicons Halflings";
        content: "\e114";
    }

    /* Icon when the collapsible content is hidden */
    a.ordersCollapseLink.collapsed::after {
        content: "\e080";
    }

.newsContent {
    line-height: 22px;
}

a.icon-link {
    text-decoration: none;
}

.extn {
    background-color: lightgray;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    margin: 0px 15px;
}

.eightywide {
    height: 32px;
    width: 100px;
}