body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px
}

table {
    font-size: 14px;
}

.big-table table td{
    word-wrap: break-word;
    max-width: 100px;
}

/* ipad mini landscape*/
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    .small-table td{
        word-wrap: break-word;
        max-width: 100px;
    }
}

/* ipad 1 and 2 landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    .small-table td{
        word-wrap: break-word;
        max-width: 100px;
    }
}

/* ipad 3 and 4 Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    .small-table td{
        word-wrap: break-word;
        max-width: 100px;
    }
}

/* -----------large Screens ----------- */
@media only screen
  and (min-device-width: 1200px){
    .small-table td{
        word-wrap: break-word;
        max-width: 100px;
    }
}

.border-1-ccc {
	border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

.bottom-margin {
    margin-bottom: 15px;
}

.grey-text {
	color:grey;
}

button.photo_editor_button {
    float: left;
    display: block;
    margin: -1px 0 0 0;
    width: 43px;
    height: 38px;
    text-indent: -9999px;
    border: none;
}

button.btn_acceptimg {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/approve_active.png) no-repeat;
}
button.btn_acceptimg:disabled {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/approve_inactive.png) no-repeat;
}

button.btn_rejectimg {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/deny_active.png) no-repeat;
}
button.btn_rejectimg:disabled {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/deny_inactive.png) no-repeat;
}

button.btn_upload {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/upload_active.png) no-repeat;
}
button.btn_upload:disabled {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/upload_inactive.png) no-repeat;
}

button.btn_download {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/download_active.png) no-repeat;
}
button.btn_download:disabled {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/download_inactive.png) no-repeat;
}

button.btn_savecrop {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/save_crop_active.png) no-repeat;
}
button.btn_savecrop:disabled {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/save_crop_inactive.png) no-repeat;
}

button.btn_rotateleft {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/rotate_left_active.png) no-repeat;
}
button.btn_rotateleft:disabled {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/rotate_left_inactive.png) no-repeat;
}

button.btn_rotateright {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/rotate_right_active.png) no-repeat;
}
button.btn_rotateright:disabled {
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/buttons/rotate_right_inactive.png) no-repeat;
}

.qq-upload-spinner {
    display: inline-block;
    background: url(https://static.ccnbikes.com/31-07-2025--18-21-13/static/images/photo_editor/loading.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-list {
    padding-left: 0px;
}

.qq-upload-button, .qq-upload-button input, .qq-uploader, .uploader {
    width: 43px;
    height: 39px;
}

.photo-container {
	max-width:250px;
    max-height:250px;
    overflow: hidden;
}

.filter-selector {
    min-height: 80px !important;
    max-height: 200px !important;
    margin-bottom: 10px;
    margin-top: 0px;
    overflow: auto;
}

.breadcrumb.no-margin {
    margin-bottom: 0;
}

.light-header {
    font-weight: 400;
}

.vertical-divide {
    position: relative;
    border-left: 1px solid #eee;
    margin-bottom: 10%;
    margin-top: 10%;
    /*padding-bottom: 10%;
    padding-top: 10%;
    height: 100%;*/
}

.fill-width {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px !important;
}

.fix-height {
    position: relative;
    display: block;
    width: 100%;
    max-height: 700px;
    overflow: auto;
    /*overflow-x: hidden;*/
    overflow-y: scroll;
}

.fix-height.ng-scope {
    padding: 0;
}

.fix-width {/*
    position: relative;
    display: block;
    max-width: 140px;
    max-height: 100%;*/
    overflow: auto;
    overflow-x: scroll;
    white-space: nowrap;
}

a.ng-binding:hover {
    cursor: pointer;
}

.load-overlay {
    z-index: 2000;
    background-color: rgba(225, 225, 225, 0.60);
    position: fixed;
    height: 250px;
    width: 100%;
    margin: 0;
    padding-top: 50px;
    left: 0;
    top: 100px;
}

.display-middle {
    text-align: center;
    vertical-align: middle;
}

.in-alert {
    text-decoration: none;
    font-weight: bold;
    color: #468847;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(359deg);
    }
}

.spin-loader {
    display: inline-block;
    margin: 10px;
    border-width: 20px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.spin-loader.style-1 {
    border-style: solid;
    border-color: #777 transparent;
}

.borderless td {
    border: none;
}

.row.contained {
    margin-right: 10px;
    margin-left: 10px;
}

.modal-wide {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    right: auto;
    left: 50%;
    max-width: 800px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.modal-wide .modal-body {
    max-height: 500px;
    overflow: auto;
    overflow-y: scroll;
}

.modal.fade .modal-wide {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-wide {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

p.informational {
    padding: 10px;
    font-size: 95%;
    color: #999;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.small-text {
    color: #777;
    font-size: 75%;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

h3.col-md-9 {
    margin-top: 0;
}

.previous > a:hover, .next > a:hover {
    cursor: pointer;
}

.coupon-view .breadcrumb{
    margin-bottom: 0;
}

.coupon-view p.informational {
    padding: 2px;
}

@media (max-width: 500px) {
    .concat-xs {
        display: block;
        max-width: 100px;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }
}

.small-tab {
	font-size: 11px !important;
	padding: 5px 10px !important;
}

#stamp {
    margin-top: 10px;
}

.micro #stamp {
    height: 50px;
    width: 50px;
}

.small #stamp{
  height: 100px;
  width: 100px;
}

.medium #stamp {
    height: 200px;
    width: 200px;
}

.large #stamp {
    height: 300px;
    width: 200px;
}

#stamp__seal{
  fill: #777;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#stamp__logo{ /*background color*/
  fill: black;
}

.half_line{
  line-height: 50%;
}

.tripple_line{
  line-height: 300%;
}

.clear_both{
  clear: both;
}

.top-buffer-5 {
    margin-top: 5px;
}
.top-buffer {
    margin-top: 15px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.bottom-buffer-lg {
    margin-bottom: 25px;
}

.img-cap {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hiddenfile {
    width: 0;
    height: 0;
    overflow: hidden;
}

.table-sm-input {
    width: 50px;
}

.no-overflow {
    overflow: hidden;
}

.heatmap-style {
    height: 600px;
    width: 100%;
}

.full-width {
    width: 100%;
}

.org-tools-iframe {
    width: 100%;
    /*min-height: 5225px;*/
    border: none;
}

.refund-dashboard-link{
    font-size: 12px;
    padding: 0.47em 10px;
}

/* ----- */
.photo-editor-container .container {
	padding: 0 !important;
}

.no-left-pad {
	padding-left: 0 !important;
}

.low-padding {
	padding-left: 5px;
	padding-right: 5px;
}

.strict-waiver{
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
.strict-waiver-list{
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}
