body {
    height: 100% !important;
}

.form-login {
    max-width: 330px;
    margin: 70px auto 0;
}

.dropdown-menu > li > a:hover {
    color: #ff6c60 !important;
}

.margin-auto {
    margin: auto !important;
}

.height-100-per {
    height: 100% !important;
}

.width-100-per {
    width: 100% !important;
}

.width-80-per {
    width: 80% !important;
}

.width-60-per {
    width: 60% !important;
}

.width-50-per {
    width: 50%;
}

.width-40-per {
    width: 40%;
}

.width-30-per {
    width: 30% !important;
}

.width-20-per {
    width: 20% !important;
}

.width-25-per {
    width: 25% !important;
}

.width-20px {
    width: 20px;
}

.width-15px {
    width: 15px;
}

.height-25px {
    height: 25px;
}

.height-20px {
    height: 20px;
}

.width-25px {
    width: 25px;
}

.width-40px {
    width: 40px;
}

.width-50px {
    width: 50px;
}

.width-100px {
    width: 100px;
}

.width-120px {
    width: 120px !important;
}

.width-150px {
    width: 150px !important;
}

.width-200px {
    width: 200px !important;
}

.width-250px {
    width: 250px !important;
}

.width-300px {
    width: 300px !important;
}

.width-350px {
    width: 350px;
}

.delete-icon-height-width {
    height: 34px !important;
    width: 34px !important;
}

.img-width-30 {
    width: 30px !important;
}

.width-auto {
    width: auto;
}

.icon-width-md {
    width: 20px !important;
}

.icon-width-lg {
    width: 45px !important;
}

.icon-width-sm {
    width: 17px;
}

.bg-img-responsive {
    background: no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.md-tabs-canvas {
    height: 40px !important;
}

.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn {
    margin: 0 !important;
}

md-tabs[md-border-bottom] md-tabs-wrapper {
    border-width: 0 !important;
}

md-pagination-wrapper {
    height: 0 !important;
}

.md-tab {
    background: #f8f8f8 !important;
    border: 1px solid #dcdcdc !important;
    color: #010101 !important;
    min-width: 100px !important;
    min-height: 36px !important;
    font-size: 12px !important;
    text-align: center;
    line-height: normal !important;
    padding: 10px !important;
    transition: background-color .35s cubic-bezier(.35, 0, .25, 1);
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    text-transform: none !important;
    float: left;
    font-weight: 600 !important;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md-tab.md-active {
    cursor: default;
    background: #ff6c60 !important;
    color: #FFFFFF !important;
}

body, html {
    background: #F3F2F0 !important;
    font-family: Helvetica, "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

/** START CSS : This css is to remove scroll bar from main body and add auto scroll bar to its immediate div.
it create bug to show pop-over menu at wrong place
*/
/*body {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

html {
    overflow-y: hidden;
}

body > div.scroll-visible {
    overflow-y: scroll;
    display: block;
    max-height: 100%;
    overflow-x: hidden;
}*/

/** END CSS */

.bottom-xs {
    bottom: 5px;
}

.right-sm {
    right: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

/*padding*/
.p-none {
    padding: 0 !important;
}

.p-xs {
    padding: 5px !important;
}

.p-7 {
    padding: 7px !important;
}

.p-sm {
    padding: 10px !important;
}

.p-md {
    padding: 15px !important;
}

.p-12 {
    padding: 12px !important;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-xxs {
    padding-top: 3px !important;
}

.p-t-xs {
    padding-top: 5px !important;
}

.p-t-7 {
    padding-top: 7px !important;
}

.p-t-sm {
    padding-top: 10px !important;
}

.p-t-13 {
    padding-top: 13px !important;
}

.p-t-md {
    padding-top: 15px !important;
}

.p-t-lg {
    padding-top: 20px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-b-xxxs {
    padding-bottom: 2px !important;
}

.p-b-xxs {
    padding-bottom: 3px !important;
}

.p-b-xs {
    padding-bottom: 5px !important;
}

.p-b-sm {
    padding-bottom: 10px !important;
}

.p-b-md {
    padding-bottom: 15px !important;
}

.p-b-lg {
    padding-bottom: 20px !important;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-l-none {
    padding-left: 0 !important;
}

.p-l-xs {
    padding-left: 5px !important;
}

.p-l-sm {
    padding-left: 10px !important;
}

.p-l-md {
    padding-left: 15px !important;
}

.p-l-lg {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-28 {
    padding-left: 28px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-l-xxl {
    padding-left: 30px !important;
}

.p-r-none {
    padding-right: 0px !important;
}

.p-r-xs {
    padding-right: 5px !important;
}

.p-r-sm {
    padding-right: 10px !important;
}

.p-r-md {
    padding-right: 15px !important;
}

.p-r-lg {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-28 {
    padding-right: 28px !important;
}

.p-r-xxl {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-v-xxl {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.p-h-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.p-h-xxl {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.p-h-xl {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-v-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.p-h-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-v-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-none {
    margin: 0 !important;
}

/*Text Size*/
.font-md {
    font-size: 15px;
}

.font-xl {
    font-size: x-large;
}

.font-45 {
    font-size: 45px;
}

.font-14px {
    font-size: 14px !important;
}

.font-12px {
    font-size: 12px !important;
}

.font-16px {
    font-size: 16px !important;
}

.font-18px {
    font-size: 18px !important;
}

.font-24px {
    font-size: 24px !important;
}

/*text Color*/
.text-light-blue {
    color: #1867d3 !important;
}

.text-cyan {
    color: #135f67 !important;
}

.text-blue {
    color: #0e68cd !important;
}

.text-333 {
    color: #333333 !important;
}

.text-999 {
    color: #999999 !important;
}

.text-white-smoke {
    color: #f6f5f5 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.text-light-grey {
    color: #9c9c9c !important;
}

.text-orange {
    color: #ff6c60 !important;
    font-weight: normal !important;
}

.text-dark-grey {
    color: #010101 !important;
}

.text-red {
    color: red !important;
}

.text-dark-blue {
    color: #637899 !important;
}

/*Background Color*/
.bg-light-gray {
    background-color: #f8f8f8 !important;
}

.bg-white-smoke {
    background-color: #f6f5f5 !important;
}

.bg-gray-button {
    background-color: #f6f3f3 !important;
}

.bg-dark-gray {
    background-color: #E6E6E6 !important;
}

.bg-romance-grey {
    background-color: #F3F2F0 !important
}

.bg-smoke-grey {
    background-color: #9a9a9a !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-orange {
    background: #ff6c60 !important;
}

.bg-light-blue {
    background-color: #546E8F !important;
}

.bg-dark-blue {
    background-color: #637899 !important;
}

.bg-light-green {
    background-color: #00a651 !important;
}

.bg-yellow {
    background-color: #ffff33 !important;
}

.bg-light-orange {
    background-color: #ffa500 !important;
}

.bg-red {
    background-color: #ff0000 !important;
}

/*border color*/
.br-orange {
    border: 1px solid #ff6c60 !important;
}

.br-color-grey {
    border: 1px solid #f0f0f8 !important;
}

.br-color-grey:hover {
    border: 1px solid #f0f0f8 !important;
}

.br-color-dark-grey {
    border: 1px solid #dcdcdc !important;
}

.br-dark-grey {
    border: 2px solid #dcdcdc !important;
}

.br-blue {
    border: 1px solid #637899 !important;
}

.br-b-grey {
    border-bottom: 1px solid #ededed !important;
}

.br-b-blue {
    border-bottom: 1px solid #637899 !important;
}

.br-t-blue-2 {
    border-top: 2px solid #e7e7e7 !important;
}

.border-top-left-radius-none {
    border-top-left-radius: 0;
}

.border-bottom-left-radius-none {
    border-bottom-left-radius: 0;
}

.br-grey-dotted {
    border: 1px dotted #dcdcdc !important;
}

.br-dashed-grey {
    border: 1px dashed #dcdcdc !important;
}

.fw-normal {
    font-weight: normal !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.min-width-200 {
    min-width: 200px !important;
}

.min-width-120 {
    min-width: 120px !important;
}

.min-width-150 {
    min-width: 150px !important;
}

.min-width-180 {
    min-width: 180px !important;
}

.min-width-300 {
    min-width: 300px !important;
}

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

.opacity-30-per {
    opacity: 0.3 !important;
}

a:focus {
    outline: none !important;
}

.sup-asterisk {
    top: 0.2em !important;
    font-size: 1.4em !important;
    vertical-align: super;
    line-height: 0;
}

.wrapper {
    margin-top: 0 !important;
    padding-top: 25px !important;
}

.min-height-40 {
    min-height: 40px !important;
}

.min-height-100 {
    min-height: 100px !important;
}

.min-height-120 {
    min-height: 120px !important;
}

.min-height-400 {
    min-height: 400px !important;
}

.min-height-500 {
    min-height: 500px !important;
}

.br-none {
    border: none !important;
}

hr {
    border-top: 1px solid #ededed !important;
}

.display-flex {
    display: flex !important;
}

.justify-content-between{
    justify-content: space-between;
}

.display-none {
    display: none !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.drop-down-island {
    margin: 10px !important;
    font-size: 16px !important;
    padding: 8px !important;
    height: 40px !important;
}

.content-nav-bar {
    height: 40px !important;
}

.content-nav-bar > li > a {
    padding: 10px 25px !important;
    border: 1px solid #dcdcdc !important;
    height: 40px !important;
}

.text-align-left {
    text-align: left;
}

.width-10 {
    width: 10px !important;
}

.height-15 {
    height: 15px !important;
}

.height-28 {
    height: 28px !important;
}

.height-30 {
    height: 30px !important;
}

.height-35 {
    height: 35px !important;
}

.height-40 {
    height: 40px !important;
}

.height-45 {
    height: 45px
}

.height-50 {
    height: 50px !important;
}

.height-150 {
    height: 150px !important;
}

.height-350 {
    height: 350px !important;
}

.height-550 {
    height: 550px !important;
}

.width-550 {
    width: 550px !important;
}
.width-450 {
    width: 450px !important;
}

.height-700 {
    height: 700px !important;
}

.max-width-400 {
    max-width: 400px !important;
}

.max-width-500 {
    max-width: 500px !important;
}

.max-width-100-per {
    max-width: 100% !important;
}

.max-width-550 {
    max-width: 550px !important;
}

.max-width-600 {
    max-width: 600px !important;
}

.max-width-450 {
    max-width: 450px !important;
}

.max-width-400 {
    max-width: 400px !important;
}

.max-width-330 {
    max-width: 330px !important;
}

.max-width-300 {
    max-width: 300px !important;
}

.max-width-260 {
    max-width: 260px !important;
}

.max-width-200 {
    max-width: 200px !important;
}

.max-width-150 {
    max-width: 150px !important;
}

.max-width-100 {
    max-width: 100px !important;
}

.max-height-100 {
    max-height: 100px !important;
}

.max-height-130 {
    max-height: 130px !important;
}

.max-height-600 {
    max-height: 600px !important;
}

.text-align-right {
    text-align: end;
}

.text-align-center {
    text-align: center;
}

.text-underline {
    text-decoration: underline !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px !important;
}

.caret-large {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 8px dashed !important;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
}

.caret-medium {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    vertical-align: middle;
    border-top: 6px dashed !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
}

.btn-danger[disabled] {
    background-color: #9a9a9a !important;
}

.box-shadow-grey {
    box-shadow: 0 0 8px #a9a9a9 !important;
}

.text-color-dark-grey {
    color: #a9a9a9 !important;
}

.background-color-dark-grey {
    background-color: #a9a9a9 !important;
}

.resize-none {
    resize: none !important;
}

.resize-vertical {
    resize: vertical !important;
}

.navbar-default #configureDropDown > .open > a, .navbar-default #settingDropDown > .open > a {
    background-color: #ff6c60 !important;
    color: white !important;
}

table.dataTable thead .sorting_desc:after {
    content: "" !important;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "" !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
    padding-left: 20px;
    border-right: 1px solid #ddd !important;
}

table.dataTable thead .sorting_asc:after {
    content: "" !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 {
    background-repeat: no-repeat;
    background-position: right !important;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

.table > thead:first-child > tr:first-child > th {
    color: #135f67;
    font-weight: normal;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0 !important;
}

table.dataTable.display tbody tr.even > .sorting_1 {
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
    background: white !important;
}

table.dataTable.no-footer {
    border: 1px solid #dddddd;
}

tbody {
    border: 1px solid #dddddd !important;
}

table {
    border-collapse: separate !important;
}

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

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

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

.pagination > li > a, .pagination > li > span {
    background-color: #ffffff !important;
    border-color: #dcdcdc !important;
    color: #010101 !important;
}

/*color for pagination on active*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f1f2f5 !important;
    border-color: #dcdcdc !important;
    color: #010101 !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent !important;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #fff !important;
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: #f1f2f5 !important;
}

div.dataTables_length select {
    margin-right: 10px !important;
    width: 60px;
    display: inline-block !important;
    border: 1px solid #e4e5e7 !important;
    border-radius: 2px !important;
    -webkit-appearance: none;
    line-height: 1 !important;
    padding-left: 10px;
    -moz-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) no-repeat right 50%;
    padding-right: 1.5em;
}

.select-arrow {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    /*Adds background-image*/
    /*Position of the background-image*/
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) no-repeat right 50%;
    background-size: 20px;
}

div.dataTables_length label {
    font-size: 12px !important;
}

div.dataTables_filter label {
    font-size: 12px !important;
}

#island-menu .nav > li > a:active {
    background-color: #ff6c60 !important;
    color: #55585D !important;
    border: 0 solid !important;
}

.border-corner-t {
    border-radius: 5px 5px 0 0 !important;
}

.menu-border {
    border-bottom: 1px solid #c1c1c1 !important;
    border-top: 1px solid #c1c1c1 !important;
}

[type=search] {
    width: 42em !important;
}

.fr-box {
    padding: 1px;
}

.div-float {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.edit-img {
    width: auto !important;
}

.bg-image {
    background-size: 100%;
    background-repeat: no-repeat;
}

button {
    border-radius: 4px;
    border: 0;
}

.button-border {
    border: 1px solid #dcdcdc !important;
}

.button-border-grey {
    border: 1px solid #9c9c9c !important;
}

/***
***
CSS FOR THE CHECKBOX AND RADIO TYPE FIELD LIKE MATERIAL DESIGN
***
***/

.form-inline fieldset {
    margin-right: 1.5rem
}

md-content {
    background-color: white !important;
}

md-radio-group.layout-row md-radio-button {
    margin: 0 auto 16px 0 !important;
}

md-radio-button .md-off {
    border: 2px solid rgba(166, 166, 166, 1) !important;
    background-color: #e6e6e6 !important;
    /* border-color: rgba(0,0,0,0.54); */
}

md-radio-group:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on {
    background-color: #666666 !important;
}

md-checkbox.md-checked .md-icon:after {
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 5.67px !important;
    top: 1.22px !important;
    display: table;
    width: 7.67px !important;
    height: 13.33px;
    border-width: 3px !important;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    content: '';
}

md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
    border-color: #919191 !important;
}

md-checkbox.md-checked .md-icon, md-checkbox .md-icon {
    border: 1px solid #a6a6a6 !important;
    background-color: #ffffff !important;
}

.dropdown-menu > li > a:focus {
    color: #ff6c60 !important;
}

[type=checkbox] + label {
    position: relative;
    height: 11px;
}

.checkbox-height-width-22 {

    height: 22px;
    width: 22px;
}

[type=checkbox] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

[type=checkbox]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, .46)
}

[type=checkbox]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border: 2px solid transparent;
    border-right-color: #4285F4;
    border-bottom-color: #4285F4;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, .46);
    border-bottom: 2px solid rgba(0, 0, 0, .46)
}

[type=checkbox]:indeterminate + label:before {
    left: -10px;
    top: -11px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4285F4;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, .46);
    background-color: transparent
}

[type=checkbox].filled-in + label:after {
    border-radius: 2px
}

[type=checkbox].filled-in + label:after, [type=checkbox].filled-in + label:before {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    z-index: 1
}

[type=checkbox].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

[type=checkbox].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: #F3F2F0;
    border: 1px solid #dcdcdc;
    top: 0;
    z-index: 0
}

[type=checkbox].filled-in-table:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: #FFFFFF !important;
    border: 1px solid #dcdcdc;
    top: 0;
    z-index: 0
}

[type=checkbox].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border: 2px solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dcdcdc;
    background-color: #5a5a5a;
    z-index: 0
}

[type=checkbox].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent
}

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

[type=checkbox].filled-in:disabled:checked + label:before {
    background-color: transparent
}

[type=checkbox].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}

[type=checkbox].filled-in-danger + label:after {
    border-radius: 2px
}

[type=checkbox].filled-in-danger + label:after, [type=checkbox].filled-in-danger + label:before {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    z-index: 1
}

[type=checkbox].filled-in-danger:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

[type=checkbox].filled-in-danger:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0
}

[type=checkbox].filled-in-danger:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border: 2px solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(170, 102, 204, .1)
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .08)
}

.outline-0 {
    outline: 0;
}

.switch label .lever, .switch label .lever:after {
    content: "";
    display: inline-block
}

select:disabled {
    color: rgba(0, 0, 0, .3)
}

.switch, .switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

.switch label {
    cursor: pointer
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #dccfe2
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #a6c
}

.switch label .lever {
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px
}

.switch label .lever:after {
    position: absolute;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
    left: -5px;
    top: -3px;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease
}

.switch label input[type=checkbox]:checked + .lever:after {
    left: 24px
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default
}

.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #BDBDBD
}

label {
    font-weight: lighter;
}

img.project-logo {
    max-height: 30px !important;
}

.img-center {
    position: absolute !important;
    margin: auto !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

div.project-logo {
    padding-top: 9%;
    padding-left: 25px;
    padding-right: 34px;
}

.chapter-list-dropdown {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.m-b-3 {
    margin-bottom: 3px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-xxxl {
    margin-bottom: 60px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-t-40 {
    margin-top: 40px;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-n-4 {
    margin-top: -4px !important;
}

.m-t-n-3 {
    margin-top: -3px !important;
}

.m-t-n-20 {
    margin-top: -20px !important;
}

.m-b-n-3 {
    margin-bottom: -3px !important;
}

.p-b-18 {
    padding-bottom: 18px !important;
}

.p-t-18 {
    padding-top: 18px !important;
}

#chapter-name {
    font-weight: normal;
    color: #000000;
}

.menu-active a {
    background-color: #ff6c60 !important;
    color: white !important;
}

.menu-active-dropDown {
    background-color: #ff6c60 !important;
    color: white !important;
}

.menu-header-active a {
    background-color: #ff6c60 !important;
    color: white !important;
}

.menu-header-active {
    background-color: #ff6c60 !important;
    color: white !important;
}

.menu-active a:hover {
    color: white !important;
}

.link-to:hover {
    color: #ff6c60 !important;
    text-decoration: underline;
}

.hover-text-orange:hover {
    color: #ff6c60 !important;
}

/*html {*/
/*overflow-y: scroll;*/
/*}*/

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent; /* left arrow slant */
    border-right: 5px solid transparent; /* right arrow slant */
    border-bottom: 5px solid white; /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
    display: inherit;
    margin-top: 15px;
    margin-left: 50px;
}

/* Text Difference CSS  */

ins, ins > * {
    color: black;
    background: #FFF052 !important;
    text-decoration: none !important;
    word-break: break-all !important;
}

.break-all {
    word-break: break-all !important;
}

del, del > * {
    color: black;
    /*background: #ffbbbb !important;*/
}

.fade-animation.ng-enter {
    transition: 0.5s linear all;
    opacity: 0;
}

/* The finishing CSS styles for the enter animation */
.fade-animation.ng-enter.ng-enter-active {
    opacity: 1;
}

.fade-animation.ng-leave {
    transition: 0.5s linear all;
    opacity: 1;
}

.fade-animation.ng-leave.ng-leave-active {
    opacity: 0;
}

.modal-content {
    border-radius: 5px;
    border: 1px solid black !important;
}

.modal-backdrop {
    top: inherit !important;
}

.navbar-brand {
    height: 55px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-r-85 {
    margin-right: 85px;
}

.border-radius {
    border-radius: 0;
}

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

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

.br-radius-2 {
    border-radius: 2px;
}

.br-radius-3 {
    border-radius: 3px;
}

.br-radius-4 {
    border-radius: 4px;
}

.br-radius-8 {
    border-radius: 8px;
}

.br-radius-sm {
    border-radius: 10px !important;
}

.hide {
    visibility: hidden;
}

.show {
    visibility: visible;
}

.max-width-20 {
    max-width: 20px !important;
}

.max-height-20 {
    max-height: 20px !important;
}

.opacity-50-per {
    opacity: 0.5;
}

.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table !important;
}

.display-table-cell {
    display: table-cell !important;
}

.position-absolute {
    position: absolute;
}

.m-r-xs {
    margin-right: 5px !important;
}

.m-l-xs {
    margin-left: 5px !important;
}

.daySelection {
    background-color: #ff6c60 !important;
    color: white !important;
}

.width-600px {
    width: 600px;
}

.width-42em {
    width: 42em;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active {
    background-color: #FF6A64 !important;
    min-width: 210px !important;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    background-color: #FF6A64 !important;
}

.rzslider .rz-pointer {
    outline: 0 !important;
    top: -10px !important;
    z-index: 3;
    width: 24px !important;
    height: 24px !important;
}

.rzslider .rz-pointer:after {
    position: absolute;
    top: 9px !important;
    left: 9px !important;
    width: 6px !important;
    height: 6px !important;
}

.progress-Bar {
    position: absolute !important;
    Z-index: 25;
}

.progress-Bar-top-margin {
    top: 40%;
}

.progress-Bar-margin-xs {
    margin-top: 45px;
}

.progress-Bar-margin-sm {
    margin-top: 60px;
}

#map {
    height: 100%;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

.min-width-50-per {
    min-width: 50% !important;
}

.min-width-50 {
    min-width: 50px !important;
}

.margin-right-minus-10 {
    margin-right: -10px !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
    overflow: auto !important;
    overflow-y: scroll !important;
    cursor: auto !important;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.note-editor.dragover .note-dropzone {
    display: none;
}

md-tabs-canvas {
    height: 36px !important;
    margin-top: 3px;
    margin-bottom: 3px;
}

/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
ul[dnd-list],
ul[dnd-list] > li {
    position: relative;
    list-style-type: none !important;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
ul[dnd-list] {
    min-height: 100px;
    padding-left: 0;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    padding: 45px 20px;
    min-height: 120px;
}

/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */

ul[dnd-list] li dnd-nodrag {
    display: block;
}

/**
 * Show selected elements in green
 */
ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.handle {
    cursor: move;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-x-scroll {
    overflow-x: auto;
}

.role-button {
    outline: none;
    cursor: default;
}

.width-inherit {
    width: inherit !important;
}

.text-align-center-white-space {
    white-space: nowrap;
    text-align: center;
}

.error-border {
    background-color: #f8f6de !important;
    border: 1px solid rgba(221, 221, 221, 0.13);
    border-bottom-width: medium;
}

.parsley-success {
    border-color: #D6E9C6 !important;
}

.parsley-error {
    border-color: #B94A48 !important;
}

.parsley-error-text-colur {
    color: #B94A48 !important;
}

.parsley-errors-list {
    padding-top: 5px !important;
    list-style-type: none !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: #B94A48 !important;
    padding-left: 0 !important;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

/*.modal-dialog {*/
/*position: relative !important;*/
/*width: auto !important;*/
/*margin: 10px !important;*/
/*}*/

.close-image {
    display: block;
    float: right;
    position: relative;
    top: 15px;
    right: 25px;
    height: 20px;
    outline: 0;
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-transform-none {
    text-transform: none !important; /*For Lower case use lowercase*/
}

.font-family-Ubuntu {
    font-family: Ubuntu !important;
}

.breadcrumb {
    font-size: 14px !important;
    padding: 12px 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    background-color: #f3f2f0 !important;
    border-radius: 0 !important;
}

.md-autocomplete-suggestions li {
    border-bottom: 1px solid #ededed !important;
}

/*Material Design Date Picker*/
.datepicker-input .md-datepicker-input {
    min-width: 200px;
    border: 1px solid #dcdcdc !important;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

md-datepicker {
    padding-right: 0 !important;
    margin-right: -2px !important;
    margin-left: -2px !important;
}

.datepicker-input .md-datepicker-input-container {
    border: none;
    border-bottom-style: none !important;
    margin-left: 0 !important;
}

.datepicker-triangle-hide .md-datepicker-triangle-button {
    display: none !important;
}

.md-datepicker-button-hide .md-datepicker-button {
    display: none !important;
}

.md-select-input .md-select-value {
    border: 1px solid #dcdcdc !important;
    padding: 0 15px !important;
    font-size: 14px;
}

.md-select-input-border-radius-4 .md-select-value {
    border: 1px solid #dcdcdc !important;
    padding: 0 5px 0 12px !important;
    font-size: 14px;
    border-radius: 4px;
}

.md-autocomplete-shadow-none md-autocomplete-wrap {
    border: 1px solid #dcdcdc !important;
    box-shadow: none !important;
}

.delete-content-media {
    display: block;
    float: right;
    position: relative;
    top: 20px;
    right: -10px;
    outline: 0;
    z-index: 20 !important;
}

.media-option {
    display: block;
    float: right;
    position: relative;
    top: 20px;
    right: -10px;
    outline: 0;
    z-index: 20 !important;
}

.disabledField {
    overflow: visible;
    pointer-events: none;
    background: none !important;
}

.layout-align-center-center > * {
    width: 100%;
}

.text-color-blue {
    color: #000fff;
}

.text-color-white {
    color: white !important;
}

.text-color-546e8f {
    color: #546e8f;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.delete-menu {
    position: absolute;
    background: white;
    padding: 3px;
    color: #666;
    font-weight: bold;
    border: 1px solid #999;
    font-family: sans-serif;
    font-size: 12px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
}

.delete-menu:hover {
    background: #eee;
}

.position-relative {
    position: relative;
}

.top-50-per {
    top: 50%;
}

.left-50-per {
    left: 50%;
}

.build-footer {
    background-color: #ff0000;
    color: white;
    width: 100%;
    padding: 5px;
    text-align: center;
    Z-index: 10;
}

.develop-footer {
    background-color: #e4e4e4;
    color: #010101;
    width: 100%;
    padding: 5px;
    text-align: center;
    Z-index: 10;
    bottom: 0;
    font-size: 12px;
    position: fixed;
}

.z-index-5 {
    z-index: 5;
}

/*.toast-success {*/
/*background-color: #030303 !important;*/
/*}*/

#toast-container > div {
    min-width: 300px !important;
    width: auto !important;
    max-width: 700px !important;
}

.busy-overlay-sign {
    font-size: 3em !important;
    top: -10px !important;
}

.bg-size-0-md-select .md-select-value {
    background-size: 0px !important;
}

.align-items-center {
    align-items: center;
}

/*Background Color for hash tag*/
.bg-hash-1 {
    background-color: #F2D7D5;
}

.bg-hash-2 {
    background-color: #EBDEF0;
}

.bg-hash-3 {
    background-color: #D4E6F1;
}

.bg-hash-4 {
    background-color: #D1F2EB;
}

.bg-hash-5 {
    background-color: #E0A0E0;
}

.bg-hash-6 {
    background-color: #B0F0F0;
}

.bg-hash-7 {
    background-color: #F6DDCC;
}

.bg-hash-8 {
    background-color: #d9f7aa;
}

.bg-hash-9 {
    background-color: #FFD800;
}

.bg-hash-10 {
    background-color: #E0E8F0;
}

.bg-hash-11 {
    background-color: #F0F8D0;
}

.bg-hash-12 {
    background-color: #B0C0E0;
}

.bg-hash-13 {
    background-color: #F0F0E0;
}

.bg-hash-14 {
    background-color: #00F890;
}

.bg-hash-15 {
    background-color: #E0D8E0;
}

.bg-hash-16 {
    background-color: #F0FFF0;
}

.bg-hash-17 {
    background-color: #F0F8FF;
}

.bg-hash-18 {
    background-color: #F0E8D0;
}

.bg-hash-19 {
    background-color: #80FFD0;
}

.bg-hash-20 {
    background-color: #F0FFFF;
}

.bg-hash-21 {
    background-color: #F0F0E0;
}

.bg-hash-22 {
    background-color: #FFE0C0;
}

.bg-hash-23 {
    background-color: #E0B880;
}

.bg-hash-24 {
    background-color: #C0B860;
}

.bg-hash-25 {
    background-color: #E09870;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: inherit !important;
}

.checkbox label::before {
    display: none;
}

ul > li {
    list-style-type: disc;
}

ul.dropdown-menu li {
    list-style-type: none !important;
}

.menu-caret ul:before {
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 65px;
    top: -10px;
    width: 0;
}

.line-height-40 {
    line-height: 40px !important;
}

md-autocomplete.search-autocomplete md-autocomplete-wrap {
    box-shadow: none !important;
    border: 1px solid #f0f0f8 !important;
    border-radius: 5px !important;
}

md-autocomplete.search-chapter md-autocomplete-wrap {
    box-shadow: none !important;
    border: 1px solid #dcdcdc !important;
}

.fixed-table {
    /* magic */
    width: 100%;
    table-layout: fixed;

    /*not really necessary, removes extra white space */
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.fixed-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nowrap {
    /* used to keep buttons' text in a single line,
     * remove this class to allow natural line-breaking.
     */
    white-space: nowrap;
}

.close-icon-date {
    position: absolute;
    margin-left: -22px;
    bottom: 8px;
    width: 24px;
    height: 24px;
}

.parsley-errors-list li {
    list-style-type: none;
}

.m-50-per {
    margin-left: 50%;
}

.word-break {
    word-break: break-word !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.at-tag {
    font-weight: bold;
}

.font-bold {
    font-weight: bold !important;
}

.center-align-hor-ver {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content-images-width {
    max-width: 30% !important;
}

.absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.header-search-content {
    max-width: 300px;
}

.md-menu-bg-color:hover {
    background-color: rgba(158, 158, 158, 0.2) !important;
}

.show-content-menu {
    border: 1px solid #dcdcdc !important;
    padding: 7px 0px 10px 10px !important;
    font-size: 14px;
    background: white;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../styles/fonts/Ubuntu-R.ttf'); /* IE9 Compat Modes */
    src: url('../styles/fonts/Ubuntu-R.ttf?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../styles/fonts/Ubuntu-R.ttf') format('opentype'),
        /* Legacy iOS */ url('../styles/fonts/Ubuntu-R.ttf#Durant-Bold') format('svg'),
        /* Legacy iOS */ url('../styles/fonts/Ubuntu-R.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../styles/fonts/Ubuntu-R.ttf') format('woff');
}

@media only screen and (max-width: 992px) {
    .content-images-width {
        max-width: 100% !important;
    }

    [type=search] {
        width: 26em !important;
    }

    .display-none-md {
        display: none;
    }

    .caret-large {
        border-top: 6px dashed !important;
        border-right: 6px solid transparent !important;
        border-left: 6px solid transparent !important;
    }

    .caret-medium {
        border-top: 6px dashed !important;
        border-right: 6px solid transparent !important;
        border-left: 6px solid transparent !important;
    }

    .header-search-content {
        max-width: 230px;
    }

    .navbar-form-custom, .navbar-right, #logo {
        display: initial !important;
    }
}

@media screen and (min-width: 1280px) {
    .m-l-sm-gt-md {
        margin-left: 10px !important;
    }

    .text-align-center-gt-md {
        text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    .max-width-gt-lg {
        width: 49.5% !important;
    }

    .max-width-md-lg {
        width: 33.3% !important;
    }
}

@media screen and (min-width: 699px) and (max-width: 520px) {

}

/* ******************************************* */
/* Optional CSS, default style for ng-sortable */
/* ******************************************* */

.as-sortable-item {
    min-height: 20px;
}

.as-sortable-placeholder {
    display: block;
    background-color: #ddd;
    padding: 50px 20px;
    min-height: 100px;
    font-size: 16px;
}

.as-sortable-placeholder:before {
    content: "Drop here";
}

.as-sortable-item {
    background-color: #ffffff;
}

.as-sortable-item-handle {
    cursor: move !important;
}

.as-sortable-placeholder {
    box-sizing: border-box;
    background-color: #dbdbdb;
}

.as-sortable-drag {
    opacity: .7;
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.as-sortable-hidden {
}

/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */

.as-sortable-item, .as-sortable-placeholder {
    display: block;
}

.as-sortable-item {
    -ms-touch-action: auto;
    touch-action: auto;
    /* to disable context menu on iOS devices */
    -webkit-touch-callout: inherit;
}

.as-sortable-item-handle {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.as-sortable-placeholder {
}

.light-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bdbdbd;
}

.as-sortable-drag {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.as-sortable-hidden {
    display: none !important;
}

.as-sortable-un-selectable {
    -webkit-touch-callout: initial;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.inline-p-tags p {
    display: inline;
}

.inline-div {
    display: inline;
}

.inline-div div {
    display: inline;
}

.height-500px {
    height: 500px !important;
}

.md-datepicker-input-mask {
    display: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
    right: 0;
    z-index: 1;
    border-radius: 2px;
    box-shadow: 2.5px 4.3px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.show {
    display: block;
}

a.hover-bgcolor:hover {
    background-color: #c0bcbc !important;
}

.dropbtn {
    font-size: 30px;
    font-weight: 900;
    border: none;
    cursor: pointer;
    color: #cccccc;
    margin-right: 20px;
    height: 50px;
}

.filters button {
    margin: 10px 0;
}

input[type="range"] {
    margin: 0 0 10px 0;
}

.loading {
    background: #ccc;
    font-weight: bold;
}

.loading div {
    margin: auto 0px;
    text-align: center;
    vertical-align: middle;
}

/*.spinner{*/
/*display: none;*/
/*}*/
.downloaded-apps-name {
    color: #135f67;
    font-weight: normal !important;
}

.minimal {
    background-image: linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #546E8F, #546E8F);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

#giveFreeIslandButton {
    background-color: transparent;
    border: 1px solid #0099ff;
    color: #0099ff;
}

#purchasedIslandText {
    color: #2bca70;
    padding-left: 5px;
}

.align-checkbox {
    cursor: pointer;
    zoom: 1.5;
}

.align-checkbox-text {
    padding-left: 5px;
    margin-top: 7px;
}

.user-name-col {
    width: 190px;
}

br-none .md-select-value {
    border: none !important;
}

#activeRouteListTable_filter {
    display: none;
}

#activeRouteListTable_length {
    display: none;
}

.dataTables_empty {
    display: none;
}

.no-data-available {
    text-align: center;
}

.island-header-width {
    text-align: center;
    min-width: 18vh;
}

#appUsersDataTable {
    /*height: 50vh !important;*/
    display: block !important;
    overflow: auto;
    width: 100% !important;
}

#user_id_header {
    width: 45vh !important;
}

.cursor-wait {
    cursor: wait !important;
}

.cursor-wait {
    cursor: default;
}
.cursor-crosshair {
    cursor: crosshair !important;
}

.seekBase {
    height: 2px;
    width: 90%;
    border: 1px solid #cccccc;
}

.seekLoad {
    height: 2px;
    width: 0;
    background-color: blue;
}

/*.leaflet-clickable {*/
/*cursor: crosshair !important;*/
/*}*/
/*!* Change cursor when over entire map *!*/
/*.leaflet-container {*/
/*cursor: wait !important;*/
/*}*/

#appUserID #appUsersDataTable_length {
    margin-top: -29px;
}

@media only screen and (max-width: 823px) and (min-width: 320px) {

    .width-90-per{
        width: 90% !important;
    }

    .m-l-10{
        margin-left: 10px;
    }

    .p-l-10{
        padding-left: 10px !important;
    }

    .p-r-10{
        padding-right: 10px !important;
    }



}

#generalTaskListDataTable{
    table-layout: fixed;
}
#taskListDataTable{
    table-layout: fixed;
}

md-switch.md-checked .md-thumb {
    background-color: #546E8F; /* set selected bar color */
}

md-switch.md-checked .md-bar {
    background-color: #90a4ae; /* set selected bar color */
}

md-switch .md-ink-ripple {
    color: rgb(255,0,0); /* not selected switch ripple color */
}
