ul.breadcrumb{
    border-bottom: 6px solid #0b7f99;
    background-color: #fff;    
    border-radius: 10px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.sc-header{ animation: 1s ease-out 0s 1 slideInFromLeft;
    padding-top: 1%;
    padding-left: 3%;
    background-image: linear-gradient(to right, rgba(255,0,0,0), #046b99);
    color: #292727;
}

.sc-h1style{
    margin-top: 21px;
    margin-bottom: 10.5px;
    color: white;
}

.sc-footer{
/*    background-image: linear-gradient(to right, #fdb81e, rgba(255,0,0,0));
*/
    color: #292727;
}

.sc-padding3{
    padding:3%;
}
.sc-tnc{
    padding: 3%;
    height: 550px;
    overflow: auto;
}

.sc-spacer{
    height: 50px;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 50%); color: #dc3545;
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 50%);color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 50%);
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 50%);
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none;
}

.navbar-inverse .navbar-nav>li>a {
/*    color: #ffffff !important;
*/
}

.navbar-static-top.navbar-inverse {
/*    background: #046B99 !important;
*/
}

.navbar {
    margin-bottom: 0px !important;
}

#ctl00_ContentContainer_WebFormControl_af3941f24cd0ec11a7b50022481e694f_EntityFormView_captcha_CaptchaLinkButton, #ctl00_ContentContainer_WebFormControl_af3941f24cd0ec11a7b50022481e694f_EntityFormView_captcha_CaptchaAudioCodeUP{
       display: inline;
}

/*Scroller CSS Start*/
/* width */
::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FDB81E; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #046B99; 
}
/*Scroller CSS End*/

.wrapper-page {
    min-height: 750px;
    background-color: white;
    padding-bottom: 2rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
    -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
    -moz-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
}

#EntityFormControl{
/*    background-color: white;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
    -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
    -moz-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
*/
}

.form-control {
    border-radius: 4px;
}

.btn {
    border-radius: 4px;
    padding: 5px 12px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-black {
    margin-top: 10px;
    background: url('/footer-bg');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-black .columnBlockLayout{
    flex-grow: 1; display: flex; flex-direction: column; min-width: 300px; padding: 16px; margin-top: 70px;
}

.links-for-li{
    margin-top: 2%; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
}

.links-for-li li{
    margin-top: 2%; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
}

.links-for-li li a{
    text-decoration-line: none; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; color: white;
}
.white{color:white}
#GD-snippet-form h2{
    font-size: 1.8rem; color: white; border-bottom: 1px dotted #999; padding-bottom: 5px;
}
body {
    background-color: #f8fdff9e !important;
}

.table-title {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-weight: bold;
    line-height: 1;
    color: #494949;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    border-top: 4px solid #FDB81E;
}

.click{
    cursor:pointer;
}

.tab-title{
    display:none;
}

.crmEntityFormView .cell {
    padding: 0 28px 20px !important;
}

.crmEntityFormView .section-title {
    color: #494949;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    // border-bottom: 2px solid #ff9800;
    // border-top: 2px solid #ff9800;
    width: auto;
    padding: 5px;
    text-decoration-line: underline;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    border: 0px !important;
}

@media(min-width:1400px) {
    .container {
        width: 1370px
    }
}


@media(min-width:768px) {
    #content-container.container.wrapper-body {
        width: 100%
    }
}

#EntityListControl {
    min-height: 300px !important;
}

input::placeholder {
    font-size: 0.8em;
}

div .subgrid {
    overflow: auto;
}