.new-request-form {
    margin-top: 30px;
    padding-left: 10px;
}

.new-request-form .title {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.new-request-form label {
    margin-right: 10px;
    width: 200px;
}

.new-request-form input,
.new-request-form select {
    width: 200px;
}

.new-request-form > div {
    margin-bottom: 10px;
}

.main-view {
    padding: 5px;
}

.customer-phone.ng-valid.ng-not-empty {
    border-color: #4ca20b;
}

.customer-details.ng-invalid {
    border-color: #9c947c;
}

.sms-textarea {
    height: 53px;
    resize: none;
    border-radius: 6px;
    border-color: #aaa;
    padding-left: 10px;
    padding-top: 4px;
    font-size: 14px;
}

#page-wrapper {
    background-color: #F5F5F7 !important;
}

body {
    background-color: #F5F5F7 !important;
}

/* REVIEWS STYLE */

.reviews-header-container {
    font-size: 18px;
}

.reviews-header-container span {
    margin-left: 20px;
}

.reviews-header-container span:hover {
    color: #7BE0B1;
    text-decoration: underline;
    cursor: pointer;
}

.reviews-header-container span.active {
    color: #7BE0B1;
    text-decoration: underline;
}

.user-info-paragraph {
    white-space: nowrap !important;
}

.navbar-header {
    width: 100%;
}


.reviews-content-container {
    font-size: 15px
}

.reviews-content-container.reviews-with-filter {
    height: 600px; overflow: auto;
}

.review-site-icon img {
    width: 88px;
}

.review-site-icon i{
    color: #aaaaaa;
    position: relative;
    top: 5px;
}

.review-name {
    color: #000;
    font-weight: 700;
}

.green-i {
    color: #3ED715;
}

.red-i {
    color: red;
}

.orange-i {
    color: orange;
}

.review-container {
    background-color: white;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.review-body {
    color: #977F85;
}

.review-header span {
    margin-right: 15px;
}

.review-header {
    height: 42px;
}

.review-date {
    color: #977F85;
}

.more-reviews-btn {
    position: relative;
    top: -35px;
}

.no-reviews {
    /*margin-left: 15px;*/
    margin-bottom: 15px;
}


/* FILTERS */

.filter-title {
    color: #CBCCCD;
    text-transform: uppercase;
    font-size: 18px;
}

.collapse-text-toggle {
    color: #3ED715;
}


/* dashboard */

.dashboard-company-select {
    position: absolute;
    top: 10px;
    right: 30px;
    /*font-size: 16px;*/
    min-width: 100px;
    /*color: white;*/
}

.dashboard-review-rating {
    white-space: nowrap;
}

.huge {
    font-size: 30px !important;
}

.dashboard-reviews {
    position: relative;
    top: -20px;
}

@media (max-width: 767px) {
    #section-container {
        left: 0px !important;
    }
}


#section-container{
    position: absolute;
    top: 10px;
    bottom: 60px;
    right: 0px;
    left: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 20px;
}


input.ng-invalid-required {
    border: 1px solid red !important;
    color: #5cb85c !important;
}

input.ng-invalid-max {
    border: 1px solid red;
}

input.ng-invalid-min {
    border: 1px solid red;
}

input.ng-invalid {
    border: 1px solid red;
    outline: 0 none !important;
}

/* REQUESTS */

.div-table {
    display: block;
    width: 100%;
    border-spacing: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 350px;
}

.div-table-row {
    display: block;
    line-height: 42px;
    width: auto;
    clear: both;
    height: 42px;
    border-bottom: 1px solid #aaaaaa;
    white-space: nowrap;
}

.div-table-col {
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.div-table-col span {
    color: #666666;
}

.div-table-col.columns {
    color: #000;
    font-weight: bold;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #aaa;
    text-align: center;
    border-right: 2px solid #e0e0e0;
}

.div-table-col.columns:last-child {
    border-right: none;
}

[vs-repeat] {
    overflow-anchor: none;
}

.row.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 2px;
    display:block;
    content: "";
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
}

/* HELP STYLES */
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-right-padding {
    padding-right: 0px;
}

.margin-bot-10 {
    margin-bottom: 10px;
}

/* CONFIGURATION */

.notification-delete-icon {
    position: relative;
    top: 2px;
}

.notification-delete-icon {
    color: #337ab7;
    font-size: 20px !important;
}

.notification-delete-icon:hover {
    color: #286090;
}

.notification-icon-text {
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    font-family: sans-serif;
}

.notification-icon-text:hover {
    color: #286090;
}

.add-notification {
    color: #337ab7;
    display: inline-block;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.add-notification:hover {
    color: #286090;
}

.good-rating-notifications {
    color: #5cb85c;
}

.bad-rating-notifications {
    color: #c9302c;
}

.notifications-container {
    padding-bottom: 10px;
    padding-top: 2px;
}

.input-group-addon.checkboxes-required {
    border: 1px solid red;
}

/* REQUESTS STYLES */
.request-table-container {
    /*height: 420px;*/
    height: 100%;
}

.request-table-cell {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 140px !important;
    display: block;
    overflow: hidden;
}

.repeater-container{
    height: 650px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.enclosing-ng-repeat .repeater-container{
    height: 216px;
}
.enclosing-ng-repeat .repeater-container:first-child{
    margin-bottom: 20px;
}
.ranges-inner-wrapper{
    padding: 10px 20px;
    width: 100%;
}
.repeater-container.ranges{
    height: 345px;
    margin-top: 20px;
    background: hsl(60, 100%, 90%);
}
.repeater-container.horizontal {
    white-space: nowrap;
}
.repeater-container.horizontal > * {
    display: inline-block;
    position: relative;
    top: -100%;
    margin-top: 35px;
}
.repeater-container.horizontal .item-element{
    width: 50px;
    height: 100%;
}
.repeater-container.horizontal.combined{
    height: 145px;
}
.repeater-container.horizontal.combined .item-element{
    width: 70px;
    text-align: center;
}
.third-array-ng-repeat{
    padding: 10px 20px;
}

tr.item-element {
    height: 30px;
}
tr.item-element td {
    padding: 0 20px;
}
#dom-preview-container pre{
    max-height: 500px;
    overflow: auto;
    font-size: 11px;
}
.repeater-container .item-element{
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* SMS dialog */

.round-div {
    height: 110px;
    width: 110px;
    border: 2px solid orange;
    border-radius: 100px;
    display: block;
    padding: 20px;
    display: inline-block;
}

.sms-alert-customer-name {
    color: #000;
    font-size: 20px;
}

.md-panel-outer-wrapper {
    z-index: 1031 !important;
    position: fixed;
}