.navbar-static-side ul li.user-panel {
    padding: 0;
}

.navbar-static-side ul li {
    border-bottom: 0;
}

.btn-icon-red {
    color: #dc6767;
    font-size: 20px;
}
.btn-icon-green {
    color: #00FF00;
    font-size: 20px;
}

.btn-icon {
    font-size: 20px;
}

.invalid {
    color: red;
}

.btn-xs {
    min-width: 80px;
}

.input-group .form-control {
    z-index: 0;
}

SPAN.textbox
{
    background-color: #FFF;
    color: #888;
}

SPAN.textbox INPUT
{
    border: 0px;
    background-color: #FFF;
}

.tooltip-inner {
    white-space: pre-wrap;
    width: 400px;
    max-width: none;
    padding: 3px 8px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    background-color: #111111;
    border-radius: 4px;
}

.datetimepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *
    border-right-width: 2px;
    *
    border-bottom-width: 2px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
}

.tnc {
    border-style:solid;
    border-width: thin;
    border-color: Gainsboro;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-top:0px;
    margin-bottom:0px;
    overflow-wrap: break-word;
    min-height: 34px;
    background-color: #fafafa;
}

.tnc-number {
    padding-top: 5px;
    padding-bottom: 5px;
    text-color: black;
    display: inline;
}

.tnc-content {
    width: 95%;
    display: block;
}

.tnc-field {
    display: inline-block;
    width: 63%;
    margin-right: 10px;
    margin-left: 10px;
}

.tnc-field-full {
    display: inline-block;
    width: 100%;
}

.customTnc-field {
    display: inline-block;
    width: 90%;
    margin-left: 10px;
}

.tnc-box-top {
    border-style: solid;
    border-color: Gainsboro;
    border-width: thin;
    padding-bottom:20px;
    padding-top:20px;
    padding-right: 30px
}

.tnc-box {
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: Gainsboro;
    border-width: thin;
    padding-bottom:20px;
    padding-top:20px;
    padding-right: 30px
}

dt {
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #000;
}
.androidpushnotification {background-color: #FF0000; color: #FF0000; }
.adsbannerhome {background-color: #ffa500; color: #ffa500; }
.newscontent {background-color: #ffff00; color: #ffff00; }
.pinnedpromocategory {background-color: #008000; color: #008000; }
.pinnedpromohome {background-color: #0000ff; color: #0000ff; }
.popupnotification {background-color: #ee82ee; color: #ee82ee; }
.sharetosocmed {background-color: #800080; color: #800080; }
.locationBased {background-color: #07ede1; color: #07ede1; }

dd {
    display: inline-block;
    width: 15em;
    margin: 0 0 0 1em;
}

.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

.tag-grey {
    background: #efefef !important;
    border: 1px solid #e5e5e5 !important;
    color: #999999 !important;
}

.tag-green {
    background: #66b354 !important;
    border: 1px solid #60af4e !important;
    color: #ffffff !important;
}

.tag-blue {
    background: #5bc0de !important;
    border: 1px solid #53bddc !important;
    color: #ffffff !important;
}

.tag-orange {
    background: #f0ad4e !important;
    border-color: #efa945 !important;
    color: #ffffff !important;
}

.square {
    height : 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.no-border .tags.focused {
  border: none !important;
  box-shadow: none !important;
}

.no-border .tags {
  border: none !important;
  box-shadow: none !important;
}

.selected {
    background-color: lightskyblue;
}

.notif-icon {
    width: 40px !important;
    height: 50px !important;
    display: inline-block !important;
}

.dropdown-notif {
    border-radius: 5px;
    margin: 0.1px 1px 0.1px 1px;
    background-color: white;
    box-shadow: 0px 5px 5px lightgrey !important;
    padding: 5px;
}

.bluesky {
    background: rgba(217, 237, 247, 0.6);
}

.custom-form-border {
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-color:Gainsboro;
    border-width:thin;
    padding-bottom:20px;
    padding-top:20px;
    padding-right:30px
}

.custom-form-border:first-child {
    border-top-style:solid;
}

.custom-form-border:last-child {
    margin-bottom:20px;
}