.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 50px;
    font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif !important;
}

main {
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .brand-text {
        font-size: 1rem;
        white-space: normal !important;
    }
}

@media (min-width: 576px) {
    .brand-text {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .brand-text {
        font-size: 1.75rem;
    }
}

@media (max-width: 991.98px) {
    .img-responsive {
        width:48px !important;
        height:48px !important;
    }
}

@media (min-width: 992px) {
    .img-responsive {
        width:64px;
        height:64px;
    }
}

.pageheader{
    text-align: left;
    margin: 1% 0% 1.25rem 0%;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 49px;
}

.modal-dialog {
    max-width: 700px;
}

.navbar-brand {
    max-width: 75%;
    font-size: 1.5rem;
}

.notification-icon {
    font-size: 1.3em !important;
    color: #000000;
}

.notification-icon:hover {
    color: #337ab7;
}

.badge-header {
    position: absolute;
    font-size: .85em;
    top: 50%;
    margin-top: -1.5em;
    min-width: 1.85em;
    padding: 3px 5px;
    right: 3px;
    font-weight: normal;
    border-radius: 10px;
}

.dropdown-toggle::after {
    display: table-cell;
    margin-left: 0;
    border-top: 0;
}

.dropdown-toggle:hover {
    background-color: #d8d4d4;
}

.text-decoration-none {
    text-decoration: none;
}

.pull-left {
    float: left!important;
}

.pull-right {
    float: right!important;
}

.nav::before {
    display: table;
    content: " ";
}

.nav>li {
    position: relative;
    display: block;
    color: #000000;
}

.navbar-top-links>li {
    float: left;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a {
    text-decoration: none;
    color: #515151;
    outline: 0;
}

.img-circle {
    border-radius: 50%;
}

.img-user {
    width: 55px;
    height: 55px;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
    margin-top: 3px;
}

.username {
    float: right;
    white-space: nowrap;
    line-height: 60px;
    margin: 0 10px;
}

/* Dropdown Menu */
.dropdown-menu {
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.15);
    border: 1px solid #e9e9e9;
    font-size: inherit
}
.dropdown-menu.with-arrow:before, .dropdown-menu.with-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}
.dropdown-menu.with-arrow:before {
    border-bottom: 7px solid #d0d0d0;
    margin: -7px 0 0 15px
}
.dropdown-menu.with-arrow:after {
    border-bottom: 7px solid #fff;
    margin: -6px 0 0 15px
}
.dropdown-menu-right.dropdown-menu.with-arrow:before {
    left: auto;
    right: 0;
    margin: -7px 32px 0 0
}
.dropdown-menu-right.dropdown-menu.with-arrow:after {
    left: auto;
    right: 0;
    margin: -6px 32px 0 0
}
.dropdown-menu-md {
    min-width: 200px
}

.bord-btm {
    border-bottom: 1px solid #e9e9e9;
}

.pad-all {
    padding: 10px;
}

.mar-no {
    margin: 0 !important;
}

.mar-rgt-5 {
    margin-right: 5px;
}

.mar-rgt-7 {
    margin-right: 7px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-40 {
    margin-top: 40px;
}

.bord-top {
    border-top: 1px solid #e9e9e9;
}

.row {
    margin: 0;
}

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

table.dataTable td p {
    margin: 0 !important;
}

/* give the jira widget some margin */
iframe #jsd-widget {
    margin: 0 20px 40px 0;
}

.input-hidden{
    height:0;
    width:0;
    visibility: hidden;
    padding:0;
    margin:0;
    float:right;
}

div.dataTables_filter {
    text-align: center !important;
}

.form-inline label {
    justify-content: left !important;
}

.custom-error {
    color: #ed5466;
}

.table th, .table td {
    vertical-align: middle;
}

.table-responsive {
    overflow-x: unset !important;
}

/* give the jira widget some margin */
iframe#jsd-widget {
    margin-bottom: 10px;
}

/* leave just enough marging for help widget */
.form-mr-help {
    margin-right: 40px;
}

.form-mr-20p {
    margin-right:20%;
}

.form-mr-30p {
    margin-right:30%;
}

.form-mr-40p {
    margin-right:40%;
}

.form-mt-3p-mr-60p {
    margin-top:3%;
    margin-right:60%;
}

.wrap-word {
    word-break: break-all;
    white-space: pre-wrap;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
body.loading .modal-loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
        url('/img/FhHRx.gif')
        49% 42%
        no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal-loader {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal-loader element will be visible */
body.loading .modal-loader {
    display: block;
}

/* Modal */
.modal-loader {
    text-align: center
}
.modal-loader:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    margin-left: -1em;
    vertical-align: middle
}
.modal-loader.fade:not(.animated) .modal-loader-dialog {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: all .5s linear .5s;
    transition: all .5s linear .5s
}
.modal-loader.fade.in:not(.animated) .modal-loader-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s;
    transition: all .5s
}
.bootbox.modal-loader.in:not(.fade) {
    opacity: 1;
    -webkit-transition: opacity, 0.5s;
    transition: opacity, 0.5s
}
.bootbox.modal-loader:not(.fade) {
    opacity: 0;
    -webkit-transition: opacity .5s linear .5s;
    transition: opacity .5s linear .5s
}
.modal-loader-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-top: -1%;
    min-width: 90%
}
.modal-loader-dialog.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}
.modal-loader-header {
    padding: 15px;
    position: relative;
    border: 0
}
.modal-loader-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}
.modal-loader-footer {
    background-color: rgba(0,0,0,0.025);
    color: #5c7174;
    border-color: rgba(0,0,0,0.04);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.modal-loader-title {
    font-size: 18px;
    font-weight: 300
}
.modal-loader-body {
    min-height: 90px
}
.modal-loader-body .close, .modal-loader-header .close {
    top: 15px;
    right: 10px;
    left: auto;
    position: absolute;
    background-color: transparent !important
}
.modal-loader-content {
    box-shadow: none;
    border-radius: 0
}
.modal-loader-footer {
    padding: 10px 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.modal-loader-backdrop.in {
    opacity: .75
}

@media (min-width:768px) {
    .modal-loader-dialog {
        min-width: 0
    }
}

/* BELL */

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

/* NAVBAR ICON & BUTTON */
/*======================================*/

.navbar-top-links>li {
    float: left
}
.navbar-top-links>li>a {
    display: table-cell;
    padding: 0 12px;
    vertical-align: middle;
    height: 60px;
    color: #000000;
    -webkit-transition: all .4s;
    transition: all .4s
}
.navbar-top-links>li>a:focus {
    background-color: rgba(0, 0, 0, 0);
}
.navbar-top-links>li>a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
    -webkit-transition: all .4s;
    transition: all .4s
}
.navbar-top-links>.open>a, .navbar-top-links>.open>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff
}
.navbar-top-links>.dropdown>.dropdown-menu,
.navbar-top-links>.mega-dropdown>.dropdown-menu,
.navbar-top-links>.dropdown>.dropdown-menu.head-list,
.navbar-top-links>.mega-dropdown>.dropdown-menu.head-list {
    /*margin-top: 10px*/
}
.navbar-top-links .dropdown-menu .panel-body {
    padding: 0
}
.navbar-top-links .tgl-menu-btn {
    position: absolute;
    top: -100%;
    right: 0
}
.navbar-top-links .tgl-menu-btn>a, .navbar-top-links .tgl-menu-btn>a:hover, .navbar-top-links .tgl-menu-btn>a:focus {
    color: #000000
}
.navbar-top-links .tgl-menu-btn>a:hover, .navbar-top-links .tgl-menu-btn a:focus {
    background-color: transparent
}
.navbar-top-links .head-list {
    list-style: none;
    padding: 0;
    margin: 0
}
.navbar-top-links .head-list li a {
    display: block;
    padding: 10px;
    background: transparent
}
.navbar-top-links .head-list li a:hover {
    color: #000;
    background: rgba(0,0,0,0.065)
}

.nano { width: 22rem !important; height: 200px !important; }
.nano .nano-content {
    padding-left: 10px;
    padding-right: 10px;
}
.nano .nano-pane   { background: #888; }
.nano .nano-slider { background: #111; }

@media (min-width:992px) {
    .navbar-content {
        padding: 0 13px
    }
}

/* Media */

.media {
    padding: 15px 0px 0px 0px;
    border-bottom: 1px solid #e9e9e9;
}

.media-left {
    padding: 0px;
    display: block;
    float: left;
    vertical-align: middle;
}

.media-body {
    padding-left : 10px;
    width: 12rem;
    word-break: break-all;
    display: block;
    overflow: hidden;
    width: auto;
    vertical-align: middle;
}

/* Icon Wrap */

.icon-wrap {
    display: inline-block;
}
.icon-wrap i {
    display: block;
    line-height: 25px;
    text-align: center;
    position: relative;
    width: 25px;
    padding-top: 25px;
    vertical-align: middle
}
.icon-wrap i:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.icon-wrap .icon-txt {
    display: block;
    line-height: 1em;
    text-align: center;
    position: relative;
    width: 1em;
    vertical-align: top
}
.icon-wrap-lg {
    padding: 20px
}
.icon-wrap-md {
    padding: 17px
}
.icon-wrap-sm {
    padding: 12px
}
.icon-wrap-xs {
    padding: 7px
}
.icon-circle {
    border-radius: 100px 100px 0;
}
.icon-lg:before {
    font-size: 1.333em;
    line-height: 1.095em;
    vertical-align: middle
}
.icon-2x:before {
    font-size: 2em;
    line-height: 1em
}
.icon-3x:before {
    font-size: 3em;
    line-height: 1em
}
.icon-4x:before {
    font-size: 4em;
    line-height: 1em
}
.icon-5x:before {
    font-size: 5em;
    line-height: 1em
}

.bg-success {
    background-color: green
}
.bg-success, .bg-success a {
    color: #fff !important;
}

.bg-failure {
    background-color: red
}
.bg-failure, .bg-failure a {
    color: #fff
}

.btn { line-height: inherit !important; }

.menu-item-active {
    background-color: white !important;
    color: black !important;
}

.menu-item-active:hover {
    background-color: white !important;
    color: black !important;
    font-weight: 600 !important;
}

.dataTables_filter input { width: 230px }

td.details-control {
    text-align:center;
    color:forestgreen;
    cursor: pointer;
}
tr.shown td.details-control {
    text-align:center;
    color:red;
}

.dataTables_wrapper .dt-buttons {
    float:none;
    text-align: center;
    position:initial !important;
}

.red { background:red; }
.yellow {background:yellow; }
.green { background:green; }

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #007bff;
    padding: 0;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    display: contents;
}

.dd-link {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0.25rem 1.5rem;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    white-space: nowrap;
}

.side-link {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    white-space: nowrap;
    color:white;
}

.side-link-active {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    white-space: nowrap;
}

.progress-bar-striped {
    width: 100%;
}

.select2-container .select2-choice {
    display: block !important;
    height: 36px !important;
    white-space: nowrap !important;
    line-height: 26px !important;
}

.popover-header {
    font-size: .85rem;
    color: orangered;
}

.popover-body {
    font-size: 0.75rem;
}

.teams-tabs {
    padding: 20px;
    background: #eee;
    margin-bottom: 20px;
    min-height: 191px;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid rgb(204, 204, 204)
}

.teams-tabs-dropzone {
    padding: 20px;
    background: #eee;
    min-height: 191px;
    margin-bottom: 20px;
    z-index: 0;
    border-radius: 10px;
    border: 1px solid rgb(204, 204, 204)
}

/*.active {
    outline: 1px solid red;
}*/

.hover {
    outline: 1px solid blue;
}

.drop-item {
    cursor: pointer;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    position: relative;
}

.drop-item .remove {
    position: absolute;
    top: 0px;
    right: 4px;
}

div.dt-button-collection div.dropdown-menu {
    position: relative;
}

div.dt-button-collection {
    padding: 0;
}


.list-row .list-item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: .35rem .35rem
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.045);
}

.list-row .list-item > * {
    padding-left: .35rem;
    padding-right: .35rem
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #007bff;
    text-decoration: inherit;
    background-color: inherit;
}

.dataTables_wrapper .dt-buttons {
    float: right;
    text-align: center;
    position: initial !important;
    margin-left: 10px;
}

#smsTransactionsTable_wrapper > .btn-group > .btn-sm, #superuserUserRegistrationTable_wrapper > .btn-group > .btn-sm, #smsMessageSummaryTable_wrapper > .btn-group > .btn-sm {
    background-color: #007bff;
}

#smsTransactionsTable_wrapper > .btn-group > .btn-sm:hover, #superuserUserRegistrationTable_wrapper > .btn-group > .btn-sm:hover, #smsMessageSummaryTable_wrapper > .btn-group > .btn-sm:hover {
    background-color: #d8d4d4;
}

.smsMessageSummaryNote {
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 100px;
}

#select2-billingReferences-container {
    overflow-wrap: anywhere;
}

.btn-link-billing {
    white-space: normal;
}

.select2 {
    width:100%!important;
}

.divider-wrapper:before, .divider-wrapper:after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    /*height: .5em;*/
    margin: 0;
}

.divider-wrapper {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 400;
    margin: 5% 20%;
    padding: 24px 0 0;
    align-items: center;
    justify-content: center;
    /*width: 320px;*/
    vertical-align: baseline;
}

.social-wrapper {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 400;
    margin: 5% 20%;
    padding: 24px 0 0;
    align-items: center;
    justify-content: center;
    /*width: 320px;*/
    vertical-align: baseline;
}

.social-section {
    margin: 0 20%;
}

.social-logo {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.social-logo-wrapper {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
}

.social-text {
    text-align: left;
    position: relative;
}

.social-btn {
    position: relative;
    width: 320px;
    border: 1px solid #c2c8d0;
    border-radius: 6px;
    font-size: 16px;
    align-items: center;
    background-color: #fff;
    height: 52px;
    transition: box-shadow .15 ease-in-out, background-color .15s ease-in-out;
    cursor: pointer;
    padding: 0 8px 0 52px;
    color: #2d333a;
    margin-bottom: 8px;
    display: flex;
    outline: 0;
}

.custom-error-message {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}