﻿.ctrl-html * a, .ctrl-anchor {
    color: blue;
}

#clock {
    z-index: 9999;
    display: none;
    position: absolute;
    background-image: url("https://create.zumeforms.com/assets/Images/Style1/System/form_load.gif");
    background-repeat: no-repeat;
    width: auto; /*or your image's width*/
    height: auto; /*or your image's height*/
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.btn-a {
    color: #286090;
    font-size: .85em
}


.banner {
    background: #B4B093 url(/assets/Images/Style1/System/banner-header.png) no-repeat right !important;
}

.ctrl-button, ctrl-popupform {
    color: #fff !important
}

input[type=checkbox] {
    height: 16px !important;
    width: 16px !important;
}

.table td a.delete {
    color: darkred;
    text-decoration: none;
}

/*Form Builder Form*/
.html-help {
    display: none;
}

.ctrl-html-container:hover {
    cursor: pointer;
    cursor: hand;
}

.ctrl-html-container:hover {
    background-color: #fbfbfb
}

._remove_current {
    padding-left: 0;
    padding-right: 0;
    right: .25em;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #D6D3CE !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #D6D3CE !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #D6D3CE !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D6D3CE !important;
}

.bs-docs-sidebar {
    margin-left: .25em
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: transparent;
    cursor: default;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.pagination > li {
    display: inline;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #7aafde;
    border: 1px solid #ddd;
}

.pagination a {
    text-decoration: none !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #ecf0f1;
    background-color: #017FC9;
    border-color: transparent;
    cursor: not-allowed;
    display: none;
}

hr.style18 {
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    margin-bottom: 0em;
}

hr.style18:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.ctrl-checkboxgroup {
    padding-top: .5em
}

.ctrl-checkbox div .control-label {
    cursor: pointer;
    cursor: hand;
    font-weight: normal;
}

.radio-value {
    min-height: 1.75em;
}

.ctrl-group {
    margin-bottom: .5em;
 
}

.ctrl-combobox {
    margin-bottom: .25em;
}


.ctrl-radiogroup {
    margin-top: .5em;
}
.radio-value > input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin: 0.5rem;
}

.radio-value > input[type="radio"] + :before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: .75em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio-value > input[type="radio"]:checked + :before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio-value > input[type="radio"]:focus + :before {
    outline: none;
    border-color: #3197EE;
}

.radio-value > input[type="radio"]:disabled + :before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio-value > input[type="radio"] + :empty:before {
    margin-right: 0;
}

.radio-label {
    cursor: pointer;
    cursor: hand;
    font-weight: normal;
}

.ctrl-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    margin: 0.5rem;
}

.ctrl-group input[type="checkbox"] + :before {
    content: '';
    background: #f4f4f4;
    border-radius: 0%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: .75em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.ctrl-group input[type="checkbox"]:checked + :before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.ctrl-group input[type="checkbox"]:focus + :before {
    outline: none;
    border-color: #3197EE;
}

.ctrl-group input[type="checkbox"]:disabled + :before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.ctrl-group input[type="checkbox"] + :empty:before {
    margin-right: 0;
}

.api-key:hover {
    background-color: #f7f7f9;
}


.api-key-delete{
    cursor: pointer;
    cursor: hand;
}