.btn {
    border-radius: 4px !important;
}

.height-60 {
    height: 60px;
}

.dataTable tbody tr td {
    vertical-align: middle;
}

.subscription_type {
    position: absolute;
    top: 5px;
    left: 200px;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #1FBBA6 !important;
}

.text-light-green {
    color: #3A9893 !important;
}

/***
Custom Width
***/
.width-85 {
    width: 85%;
}

.width-90 {
    width: 90%;
}

.middle-align {
    vertical-align: middle !important;
}

.padding-all-5 {
    padding: 5px !important;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #40dcc7 !important;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li.table-actions-wrapper:hover {
    border-bottom: none !important;
}

.profile-usermenu .nav-tabs > li.active > a, .profile-usermenu .nav-tabs > li.active > a:focus, .profile-usermenu .nav-tabs > li.active > a:hover {
    border-left: 2px solid #3A9893 !important;
}

.profile-usermenu ul li a:hover {
    color: #3A9893 !important;
}

.profile-usermenu ul li.active a {
    color: #3A9893 !important;
}

.page-spinner-bar > div {
    background: #3A9893 !important;
}

/* Custom Data Tables style starts */

div.dataTables_length label {
    font-weight: normal;
    float: left;
    text-align: left;
    font-size: 13px;
}

div.dataTables_length select {
    width: 75px;
}
div.dataTables_filter {
    display: none;
}
div.dataTables_filter label {
    font-weight: normal;
    float: none;
    width: 100%;
}

div.dataTables_filter input {
    width: 100%;
}

div.dataTables_info {
    padding-left: 2px;
    padding-top: 4px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

div.dataTables_processing {
    width: 80% !important;
    margin-left: -40% !important;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
}

/*table.dataTable thead .sorting {*/
/*background: url('../../media/images/sort_both.png') no-repeat center right;*/
/*}*/

/*table.dataTable thead .sorting_asc {*/
/*background: url('../../media/images/sort_asc.png') no-repeat center right;*/
/*}*/

/*table.dataTable thead .sorting_desc {*/
/*background: url('../../media/images/sort_desc.png') no-repeat center right;*/
/*}*/

/*table.dataTable thead .sorting_asc_disabled {*/
/*background: url('../../media/images/sort_asc_disabled.png') no-repeat center right;*/
/*}*/

/*table.dataTable thead .sorting_desc_disabled {*/
/*background: url('../../media/images/sort_desc_disabled.png') no-repeat center right;*/
/*}*/

table.dataTable th:active {
    outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
    border-collapse: separate !important;
}

table.table-bordered thead th,
table.table-bordered thead td {
    border-left-width: 0;
    border-top-width: 0;
}

table.table-bordered tbody th,
table.table-bordered tbody td {
    border-left-width: 0;
    border-bottom-width: 0;
}

table.table-bordered th:last-child,
table.table-bordered td:last-child {
    border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
    background-color: #08C;
    color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table tbody tr.active a {
    color: white;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
}

div.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}

div.DTTT .btn:hover {
    text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
    position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #0088cc;
    color: white !important;
}

div.DTTT_collection_background {
    z-index: 2002;
}

/* TableTools information display */
div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
}

/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
    margin: 0 !important
}

/* Custom Data Tables style ends */

.pagination > li > a, .pagination > li > span {
    color: #179d81 !important;
    font-size: 12px !important;
}

.pagination .active > a, .pagination .active > a:hover {
    background: #179d81;
    border-color: #dddddd;
    color: #FFF !important;
}

/*.dataTables_wrapper .dropdown-menu {*/
/*left: 140px !important;*/
/*}*/

.table tr.heading > th {
    /*background-color: #444d58 !important;*/
    background-color: #FFFFFF !important;
}

.table.table-light > thead > tr > th {
    /*color: #eee !important;*/
}

.general-item-list > .item > .item-head > .item-status {
    top: 0 !important;
}

.general-item-list > .item > .item-head {
    margin-bottom: 0 !important;
}

/*Color Picker Styles Starts*/

[data-element="ITEM-COLOR-SELECTOR"], [data-element="SHIRT-COLOR-LIST"] {
    text-align: left !important;
}

[data-element="ITEM-COLOR-SELECTOR"] li, [data-element="SHIRT-COLOR-LIST"] li {
    border: 1px solid #D5D5D5 !important;
    cursor: pointer !important;
    height: 30px !important;
    margin-right: 5px !important;
    /*text-align: left !important;*/
    width: 30px !important;
}

.selectedColor, .existingColor {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    line-height: 30px;
    text-align: center !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    position: relative;
    bottom: 13px;
    padding: 0;
    margin: 0;
}

.existingColor {
    color: #dddddd;
}

.selectedColor {
    color: green !important;
}

.selectedColor i {
    border-color: #fff !important;
}

.selected-product .panel-body {
    min-height: 420px;
}

/*Color Picker Styles Ends Here*/

.activate {
    background-color: green !important;
    border-radius: 50% !important;
    color: #fff !important;
    height: 20px;
    line-height: 20px !important;
    position: relative;
    text-align: center;
    width: 20px;
}

.page-content.dashboard .portlet-body {
    min-height: 300px !important;
}

.page-content.dashboard .nav-tabs > li > a, .nav-pills > li > a {
    font-size: 11px !important;
}

.page-content.dashboard .portlet > .portlet-title {
    min-height: 40px !important;
}

.tab-content .campaign_dashboard .portlet-body {
    min-height: 300px !important;
}

.tab-content .campaign_dashboard .nav-tabs > li > a, .nav-pills > li > a {
    font-size: 11px !important;
}

.tab-content .campaign_dashboard .portlet > .portlet-title {
    min-height: 40px !important;
}

[data-section="CAMPAIGN-PRODUCTS"] {
    min-height: 300px;
}

[data-section="COLORS-SELECTION"], [data-element="ACTIVE_PRODUCTS"], [data-element="INACTIVE_PRODUCTS"] {
    min-height: 280px;
}

.no-border-radius {
    border-radius: 0 !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

/* Typeahead Styles Start*/

.typeahead {
    background-color: #fff;
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 400px;
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 15px;
    cursor: pointer;
    background: #FFFFFF;
}

.tt-suggestion:hover {
    background: #4DB3A2;
    color: #FFFFFF;
}

.tt-suggestion + .tt-suggestion {
    font-size: 13px;
    border-top: 1px solid #ccc;
}

.tt-suggestions .repo-language {
    float: right;
    font-style: italic;
}

.tt-suggestions .repo-name {
    font-size: 20px;
    font-weight: bold;
}

.tt-suggestions .repo-description {
    margin: 0;
}

.twitter-typeahead .tt-suggestion.tt-cursor {
    /*color: #03739c;*/
}

.twitter-typeahead {
    float: left;
    width: 100%
}

/* Typeahead Styles End*/

div.tagsinput span.tag {
    background: #4DB3A2 !important;
    border: 1px solid #4DB3A2 !important;
    color: #FFFFFF !important;
    font-weight: bold;
}

div.tagsinput span.tag span, div.tagsinput span.tag a {
    color: #FFFFFF !important;
}

.mix-grid .mix {
    opacity: 1 !important;
}

.mix-grid .mix .mix-details {
    background: #44b6ae !important;
}

.mix-grid .mix .mix-details h4 {
    color: #FFFFFF !important;
    margin-top: 5px !important;
    font-weight: normal;
    font-size: 18px;
}

.mix-grid .mix a.mix-link, .mix-grid .mix a.mix-preview {
    background: #3ea7a0 !important;
}

.mix-filter li:hover, .mix-filter li.active {
    background: #3ea7a0 !important;
}

span.badge-processing {
    background-color: #ffb848;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

/* Override alert z-index */
#toast-container {
    z-index: 16000002 !important;
}

#url-builder b>span{
    -webkit-user-select: text;
}

.campaign_dashboard .tab-content {
    overflow: auto;
}