/*
Form Styles
*/

.input-base {
    background-color: white !important;
    position: relative;
    overflow: hidden;
}

.input-base-select {
    /*    padding: 23px 9px 8px; */
    padding: 8px;
    border: 1px solid #d7d7d7;
}

.input-base-textarea {
    /*    padding: 23px 9px 8px; 
    padding: 8px;
    border: 1px solid #d7d7d7;
    */
    margin-bottom: 2px !important;
}

textarea.input-base-elem {
    /*    padding: 23px 9px 8px; 
    padding: 8px;
    */
    border: 1px solid #d7d7d7;
    margin-bottom: 2px !important;
    padding: 5px;
}

.crud-section-title {
    font-weight: bold;
    text-decoration: underline;
}

.crud-form .field_crud_extra {
    display: block;
}

.cr-editlink.btn {
    color: white;
    text-decoration: none;
}

.autocomplete input,
.input-base-elem {
    display: block;
    width: 100% !important;
    height: inherit;
    border: 1px solid #d7d7d7;
    background: 0;
    padding: 23px 9px 8px;
    position: relative;
    outline: 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    color: #999;
    z-index: 10;
    outline: 0;
    margin: 2px 0px;
}

.pac-container {
    z-index: 1200;
}

.datetimepicker.input-base-elem {
    padding: 6px !important;
}

.autocomplete input[type=text],
.input-base-elem input[type=text] {
    width: 100% !important;
}

.input-base-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    font-size: 15px;
    line-height: 1.5;
    color: #999;
    padding: 15px 11px;
    pointer-events: none;
    z-index: 1;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-base-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #fff;
    transition: background 0.35s ease;
    z-index: 0;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    color: transparent;
    border: 1px solid #d7d7d7;
}

.input-base.filled .input-base-placeholder {
    height: 26px;
    padding: 6px 10px;
    font-size: 11px;
    color: #5c0931;
    text-align: right;
    transition: all 0.2s ease;
}

.input-base.filled .input-group .input-base-placeholder {
    z-index: 3;
}

.filled .select2-container~.input-base-placeholder {
    padding: 0px 5px 0 !important;
}

.autocomplete .filled input[type=text]~.input-base-placeholder,
.autocomplete input[type=text]:focus~.input-base-placeholder,
.filled .autocomplete input[type=text]~.input-base-placeholder,
.filled .input-base-elem~.input-base-placeholder,
.input-base-elem:focus~.input-base-placeholder {
    height: 26px;
    /*    padding: 5px 10px 0; */
    padding: 5px 40px 0px 0px;
    font-size: 10px;
    color: #5c0931;
    transition: all 0.2s ease;
    z-index: 2;
}

.rs-editform.form-inline .form-group {
    margin-bottom: 3px;
}

.input-base .text-hide {
    position: absolute;
    left: -999px;
    top: -999px;
}

.text-hide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

select.input-base-elem {
    margin: 23px 9px 8px !important;
    height: 21px;
    border: none;
    width: 95%;
}

.crudlayout_form .select2-container--default .select2-selection--single,
.crudlayout_form .select2-selection .select2-selection--single,
.crudlayout_form .select2-selection .select2-selection__rendered {
    border: none !important;
    color: #999 !important;
}

.formgen-row .formgen-field .form-group,
.formgen-row .formgen-field .form-control {
    width: 100%;
}

.crud-box .widget-user-header {
    height: auto !important;
}

.crud-box .widget-user-image {
    top: 5px;
    /*    right: 10% !important; 
    margin-right: -45px; */
}

.crud-box .box-footer {
    padding-top: 5px;
}

.crud-box .widget-user-image>img {
    width: 75px;
    height: auto;
    border: 3px solid #fff;
    opacity: 1;
}

.crudlayout_table .form-control-feedback.fa {
    line-height: 10px;
}

.crudlayout_table .form-control-feedback {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.crudlayout_table .has-feedback .form-control {
    padding: 5px !important;
}

.crudlayout_table .form-control {
    padding: 5px !important;
}

.crudlayout_table .select2-container {
    margin: 2px 0px;
}

.has-feedback textarea.form-control {
    padding: 10px;
    margin: 0px;
}

.formtable-row td {
    padding: 1px !important;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.bs-callout-chinmaya h4 {
    margin: 0;
    font-size: 1em;
}

.bs-callout-chinmaya {
    padding: 7px;
    margin: 7px 0;
    border: 1px solid #eee;
    border-left-width: 2px;
    border-radius: 2px;
}

.bs-callout-chinmaya ul,
.bs-callout-chinmaya ol {
    margin-top: 0;
    margin-bottom: 5px;
    padding-inline-start: 20px;
}

.bs-callout-chinmaya p {
    margin-bottom: 0px;
}

.bs-callout-ok {
    border-left-color: green;
}

.bs-callout-ok h4 {
    color: green;
}

.bs-callout-default {
    border-left-color: gray;
}

.bs-callout-default h4 {
    color: gray;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h4 {
    color: #1b809e;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-warning h4 {
    color: #aa6708;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-danger h4 {
    color: #ce4844;
}

.dropdown-menu-chinmaya>li>a,
.dropdown-menu-chinmaya>li {
    color: #777;
    font-size: 12px;
}

.dropdown-menu-chinmaya {
    min-width: 80px;
    padding-inline-start: 5px;
}

.dropdown-menu-chinmaya .sub-btn {
    padding-inline-start: 5px;
}

.dropdown-menu-chinmaya .sub-btn li {
    list-style: none;
    font-size: 12px;
}

.dropdown-menu-chinmaya .sub-btn li a {
    display: block;
    padding: 3px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.sub-btn>li>a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.dropdown-menu-chinmaya .divider {
    height: 1px;
    margin: 3px 0;
}

.dropdown-menu-chinmaya>li>a {
    padding: 3px 5px;
}

ul.ui-autocomplete {
    z-index: 1001;
}

.datatable-crudrow .form-group {
    display: block;
}

.crud-fieldform {
    display: inline-block;
}

.crud-fieldform .select2-container--default {
    display: inline-block;
}


/*
:not(.crud-fieldform) .select2-container--default {
    width: 100% !important;
}
*/

.rs-pencil,
.rs-pencil-form {
    display: inline-block;
}

tr.odd .rs-editing-div {
    border: 1px dashed whitesmoke;
    /*padding: 5px 15px 5px 5px;
    background: white;
    */
    padding: 5px;
}

tr.even .rs-editing-div {
    border: 1px dashed #e0e0e0;
    padding: 5px;
    background: white;
}

.rs-editing {
    color: red;
}

div.rs-eachrec {
    padding: 2px;
    margin: 2px;
}

.crud-table {
    margin-bottom: 0px;
}

.select2-selection--multiple.rs-inline {
    border: none;
}

.clockbody {
    text-align: center;
    background: #00ECB9;
    font-family: sans-serif;
    font-weight: 100;
}

.clockh1 {
    color: #396;
    font-weight: 100;
    font-size: 40px;
    margin: 40px 0px 20px;
}

.clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
}

.clockdiv>div {
    padding: 3px;
    border-radius: 3px;
    background: #00BF96;
    display: inline-block;
}

.clockdiv div>span {
    padding: 3px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
    font-size: 12px;
}

.clock-smalltext {
    padding-top: 3px;
    font-size: 10px;
}

@media (max-width: 768px) {
    .input-base-label {
        display: block;
        text-align: left;
    }
    .form-control-checkbox,
    .form-control-radio {
        height: 100% !important;
        padding: 20px 0px 15px !important;
    }
    .checkbox-inline {
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

.form-control-checkbox,
.form-control-radio {
    height: 45px !important;
    padding: 15px 5px 0px !important;
}

.table-condensed .form-group {
    padding: 0px;
    margin: 0px;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}