.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }


body ul.dropdown-menu:not(.uib-datepicker-popup) {
    height: 140px;
    overflow-y: auto;
}

textarea { 
    resize: vertical;
    min-height: 100px; 

}

.gts-padding {
    padding: 5px;
}

.gts-authcontainer {
    border-width: medium;
    border-radius: 5px;
    border-color: #b7e40c;
    border-style: solid;
    margin:5px;
}

.gts-mappingcontainer {
    border-width: thin;
    border-radius: 5px;
    border-color: #d4d6d8;
    border-style: solid;
    margin:5px;
}


.gts-authitem {
    background-color: #f2f2f2;
    border-style: none;
    font-size: medium;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.gts-authcontent {
    background-color: white;
    border-top: solid;
    padding: 2px;
    border-top-color: #b7e40c;
    border-top-width: medium;
}

/*#region Breadcrumbs */

.breadcrumb {
    margin: 0px;
    margin-bottom: 10px;
}

/*#endregion */

fieldset.gts-fieldset {
    border:none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0em;
    -webkit-padding-start: 0em;
    -webkit-padding-end: 0em;
    -webkit-padding-after: 0em;
    background-color:#f2f2f2;
    padding-bottom: 1em;
}

fieldset.gts-fieldset legend {
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    border:none; 
    width:100%;
    padding: 0.25em;
    padding-left: 0.5em;
    background-color:#d4d6d8;
    font-size: 14px;
    font-weight: bold;
}
fieldset.gts-fieldset div.row {
    margin-left:0px;
    margin-right:0px;
}

fieldset.gts-fieldset-white {
    border: solid;
    border-color: #f2f2f2;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0em;
    -webkit-padding-start: 0em;
    -webkit-padding-end: 0em;
    -webkit-padding-after: 0em;
    background-color: #FFFFFF;
    padding-bottom: 1em;
}

    fieldset.gts-fieldset-white legend {
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        border: none;
        width: 100%;
        padding: 0.25em;
        padding-left: 0.5em;
        background-color: #d4d6d8;
        font-size: 14px;
        font-weight: bold;
    }

    fieldset.gts-fieldset-white div.row {
        margin-left: 0px;
        margin-right: 0px;
    }
.tab-content {
    border:solid; 
    border-width:2px; 
    margin-top: -2px;
    border-top:none;
    border-color:#f2f2f2;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 15px;
}

div.gts-gridHeaderRow
{
    border:solid; 
    border-width:thin; 
    border-color:#ddd;
    background-color:#f5f5f5;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight:bold;
}

div.gts-gridBodyRow
{
    border:none; 
    border-bottom:solid; 
    border-bottom-width:thin; 
    border-right:solid; 
    border-right-width:thin; 
    border-color:#ddd;
}

div.gts-gridBodyRow div
{
    border:none; 
    border-width:thin;
    border-top:none; 
    border-left:solid;
    border-left-width:thin;
    padding:5px;
    border-color:#ddd;
}

div.busy-overlay {
    display: block;
    position: fixed;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    background-color: rgba(237, 237, 237, 0.60);
    color: #B7E40C;
    z-index:4;
    text-align:center;
    padding: 20% 0;
    font-size: 80px;
}

.moment-picker{
    z-index:1051 !important
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    margin-left: 0px;
}
.fileUpload input.upload {
    display: none;
}

.no-padding {
    padding: 0px !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    font-size: 12px !important;
    font-family: Arial !important;
    height: 29px !important;
    padding: 4px 10px !important;
}

.ui-select-toggle{display:flex;justify-content:space-between;}
.ui-select-match-text{overflow-x:hidden; text-overflow:ellipsis;}

.ui-select-bootstrap .ui-select-choices-row>span {
    white-space:normal !important;
}

.file-upload-btn-primary {
    background-color: #B8E50C;
    color: black;    
    border: 1px solid #B8E50C;
}

gts-message-display .alert {
    z-index: 998; 
    position:relative;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    background: #d4d6d8;
    -webkit-border-radius: 1ex;
    border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-corner {
    background: #FFFFFF;
}

.nav-tabs>li.active>a {
    border: 2px solid #b7e40c !important;
    border-bottom: 2px solid transparent !important;
    margin-bottom: -2px;
    font-weight: bold;
}

.nav-tabs {
    border-bottom: 2px solid #b7e40c;
}
.nav-tabs>li>a {
    border: 2px solid transparent !important;
    margin-bottom: -2px;
}
.nav-tabs>li>a:hover {
    border: 2px solid #b7e40c !important;
    border-bottom: 2px solid transparent !important;
    margin-bottom: -2px;
}

.collapse .nav-link,
.collapsing .nav-link
{
    background-color:white !important;
    color: #414042;
    border: 0px !important;
}


body {
    font-family: Arial !important;
}

legend.gts-info-legend {
    background-color: transparent;
    margin-top: -3.15em;
    color: #414042;
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: -o-right; 
    text-align: -ms-right;
    text-align: right;
}

i.fa-question-circle {
    margin-right: 0.25em;
}

.fa-question-circle {
  background: #b7e40c;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  line-height: 10px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {

    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #414042 !important;
    background-color: #b7e40c !important;
    border-color: #b3df0c !important;
}

.btn-group > .btn-group:last-child:not(:first-child) > 
.btn:first-child, .btn-group > 
.btn:last-child:not(:first-child), 
.btn-group > 
.dropdown-toggle:not(:first-child) {

    color: rgb(255, 255, 255);
    background-color: rgb(65, 64, 66);
    border-color: rgb(52, 51, 53);
}


li.uib-button-bar .btn-success {
    color: #414042;
    background-color: #d4d6d8;
    border-color: #b8b8b8;
}

li.uib-button-bar .btn-success:active {
    color: #414042;
    background-color: #d4d6d8;
    border-color: #b8b8b8;
}

li.uib-button-bar .close {
    text-shadow: 0 0px 0 #000;
    float:right;
    font-size:18px;
    line-height:1;
    color:#000;
    opacity: 0.6;
    filter: alpha(opacity=50);
}

div.modal-header h3 {
    font-size: 16px;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: #b7e40c;
    color: #414042;
}

:active {
    outline-color: #b7e40c !important;
}

::selection {
    background-color: #d4d6d8;
}

:focus {
    outline-color: #b7e40c !important;
}

div.panel-default.panel h4::before  {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
    transition: transform 0.3s ease-in-out !important;
}

div.panel-default.panel.panel-open h4::before {
    display: inline-block;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
    transition: transform 0.3s ease-in-out !important;
}

button.action-button {
    margin-bottom:10px;
}

body > .ui-select-bootstrap.open {
  z-index: 1055; /* Standard Bootstrap dropdown z-index */
}

.uib-datepicker-popup.dropdown-menu {
    z-index: 1055;
}

label.inline {
    white-space:nowrap;
    padding-right: 4em;
}

.remove-right-padding {
    padding-right: 0px;
}

.dropdown-menu > li > a {
    cursor: pointer;
}