label 
{
    margin: 0;
    font-weight: 400;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    height: auto;
    font-weight: 400 !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
button, input, select
{
    outline:none !important;
}



/*ABAS*/
.tformtruct-tab 
{
}
.tformtruct-tab .tformtruct-panel {
    display: none;
    border: 1px solid #ddd;
    padding: 13px;
    padding-top: 11px;
}
.tformtruct-tab > input[type="radio"] 
{
    position: absolute;
    left: -200vw;
}
.tformtruct-tab > input:first-child:checked ~ .tformtruct-panels > .tformtruct-panel:first-child,
.tformtruct-tab > input:nth-child(3):checked ~ .tformtruct-panels > .tformtruct-panel:nth-child(2),
.tformtruct-tab > input:nth-child(5):checked ~ .tformtruct-panels > .tformtruct-panel:nth-child(3),
.tformtruct-tab > input:nth-child(7):checked ~ .tformtruct-panels > .tformtruct-panel:nth-child(4),
.tformtruct-tab > input:nth-child(9):checked ~ .tformtruct-panels > .tformtruct-panel:nth-child(5),
.tformtruct-tab > input:nth-child(11):checked ~ .tformtruct-panels > .tformtruct-panel:nth-child(6) 
{
    display: block;
}
.tformtruct-tab > label 
{
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 500;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-transform: uppercase;
    text-align: left;
}
.tformtruct-tab > label::after 
{
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #999;
}
.tformtruct-tab > label:hover,
.tformtruct-tab > input:focus + label 
{
    color: #333;
}
.tformtruct-tab > label:hover::after,
.tformtruct-tab > input:focus + label::after,
.tformtruct-tab > input:checked + label::after 
{
    background: #333;
}
.tformtruct-tab > input:checked + label 
{
    border-color: #ddd;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    color: #333;
}
.tformstruct-filter-number
{
    background: #333;
    width: 22px;
    margin-right: 5px;
    float: left;
    text-align: center;
    color: #fff;
}
.tformstruct-area {
    display: initial;
}


.tdatagridresponsive
{
}
.tdatagridresponsive-empty
{
    border-top: 2px solid #ddd;padding: 15px;margin-top: 16px;text-align: center;line-height: 17px;
}
.tdatagridresponsive-line-header
{
    margin-bottom: -2px;
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.tdatagridresponsive-line
{
    margin-bottom: -2px;
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.tdatagridresponsive-line:hover
{
    background: #eeeeee87;
}
.tdatagridresponsive-check
{
    background: #eeeeee87;
}
.tdatagridresponsive-column
{
    float: left;
    padding: 8px;
    height: auto;
    box-sizing: border-box;
    margin-right: 8px;
    text-align: left;
}
.tdatagridresponsive-reduced
{
    float: left;
    padding: 8px;
    box-sizing: border-box;
    margin-right: 8px;
}
.tdatagridresponsive-reduced a i
{
    font-size: 16px;
}

.tdatagridresponsive-header
{
    float: left;
    padding: 8px;
    /* height: 100%; */
    box-sizing: border-box;
    margin-right: 8px;
    font-weight: 600;
    text-align: left;
}

.tdatagridresponsive-zeb
{
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}



.tgridstruct-empty
{
  background: #ffffff;
  padding: 10px;
  padding-top: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  line-height: 14px;
}
.tgridstruct-empty i
{
  font-size: 25px
}


/*SWITCH*/
.switch-button-label 
{
    float: left;
    font-size: 13px;
    cursor: pointer;
    padding-top: 7px;
    padding-left: 5px;
}
.switch-button-label.off 
{
    color: #FA8072;
    font-size: 15px;
}
.switch-button-label.on 
{
    color: #008000;
    font-size: 15px;
}
.switch-button-background 
{
    float: left;
    position: relative;
    background: #abb4bc;
    border: 1px solid #abb4bc;
    margin: auto;
    border-radius: 14px;
    cursor: pointer;
    font-size: 19px;
    margin-top: 5px;
}
.switch-button-button 
{
    position: absolute;
    left: -1px;
    top: -3px;
    background: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50px;
    width: 25px !important;
    height: 25px !important;
}
.checked
{
    background: #1ba39c;
    border-color: #1ba39c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default
{
    background: #B22222;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary
{
    background: #228B22;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label
{
    line-height: 19px;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif !important;
}
.bootstrap-switch
{
    margin-top: 5px;
    border-color: #ddd;
}

.bootstrap-switch.bootstrap-switch-focused 
{
    border-color: #a0a0a0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/*ARCHIVE*/
.tarchive
{
    background: #fafafa;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
}
.tarchive input
{
    border: none;
    margin-left: -6px;
}
.tarchive-info-preview
{
    float:left;
    margin-right: 7px;
    border: 1px solid #ccc;
    padding: 5px;
}
.tarchive-info
{
    border: 1px solid #ddd;
    padding: 8px;
    margin-top: 4px;
    background: #eee;
    line-height: 14px;
    overflow: hidden;
}
.tarchive-status i
{
    float: left;
    line-height: 20px;
    margin-right: 3px;
}
.tarchive input[type='file'] {
  display: none
}
.tarchive-button
{
    cursor: pointer;
    padding: 19px;
    line-height: 0px;
    border: 1px solid #ddd;
}


/*ONLY*/
.tonlybutton.link-off
{
	background: #fff;
	color: #4088F6;
	border: 1px solid #eee;
}
.tonlybutton.link-off i 
{
	color: #4088F6;
}


.tonlybutton
{
    line-height: 28px;
    border: none;
    white-space: nowrap;
    color: #fff;
    font-size: inherit;
    padding-left: 5px;
    padding-top: 1px;
    padding-right: 16px;
    padding-bottom: 0px;
    border: 2px solid rgba(0, 150, 136, 0.81);
    background: rgba(0, 150, 136, 0.81);
    margin-bottom: 4px;
    margin-right: 6px;
}
.tonlybutton:hover
{
    opacity: 0.7;
    transition: opacity 0.5s;
}
.tonlybutton i
{
    width: 27px;
    height: 27px;
    text-align:center;
    font-size: 16px !important;
    border-radius: 50px;
    line-height: 25px;
    float: left;
    margin-right: 3px;
    padding-top: 1px;
    background: transparent;
}
.tonlybutton.disable
{
    color: #ccc !important;
    cursor: not-allowed;
}
.tonlybutton.disable i
{
    color: #ccc !important;
}

.tonlybutton.classic
{
    /* border: 1px solid #609b6b; */
    background: #609b6b;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    padding-top: 2px;
    height: 32px;
}
.tonlybutton.classic i
{
    display: none;
}



/*TPAGE*/
.tpagenavigation
{
    padding-bottom: 50px;
    text-align: center;
}
.pagination>li>a
{
    background: #fafafa;
    color: inherit !important;
    border-radius: 0px !important;
    width: 30px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    margin-right: 3px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span
{border-radius: 0px !important;}
.pagination>li:first-child>a, .pagination>li:first-child>span
{
    margin-left: 0;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
{
    background-color: #3d4a5d;
    border-color: #3d4a5d;
    color: #fff !important;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #333;
    background-color: #eee;
    border-color: #ddd;
}


/*NOTICE*/
.tnotice-text
{
    width: 85%;
    margin: auto;
    padding-top: 11px;
    margin-bottom: 15px;
}
.tnotice-modal
{
    background: #ffffff;
    width: 90%;
    max-width: 600px;
    padding: 23px;
    border-radius: 0px;
    display: none;
    margin-top: -20%;
    text-align: center;
}
.tnotice-title
{
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    margin: auto;
    display: inline-flex;
    line-height: 35px;
    width: 100%;
    justify-content: center;
    margin-top: -9px;
}
.tnotice-title2
{
    font-size: 16px;
    font-weight: 600;
    width: 85%;
    /* margin-bottom: 5px; */
    color: #ffffff !important;
}
.tnotice-title i
{
    margin-right: 5px;
}

.tnotice-close
{
    color: #585858;
    background: #ffffff;
    border: none;
    font-size: 17px;
    float: right;
    margin-top: -4px;
}
.tnotice-actions
{
    text-align: center;
    padding-top: 7px;
    /* border-top: 1px solid #ddd; */
    margin-top: 10px;
}


.tonlybutton.classic
{
    background: #eee;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    color: #fff;
}
.tonlybutton.classic i
{
    display: none;
}


/*UI*/
.ui-widget-content a 
{
    color: #666;
}
.ui-dialog {
    padding: 0;
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid #ddd;
}
.ui-widget {
    font-size: inherit;
    font-family: inherit;
}
.ui-widget-content {
    color: inherit;
    z-index: 4000 !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button 
{
    font-family: inherit;
    font-size: inherit;
}
.ui-dialog-titlebar
{
    background-color: #ffffff;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#EDEDED),to(#C9C9C9));
    background-image: -webkit-linear-gradient(top,#EDEDED,#C9C9C9);
    background-image: -o-linear-gradient(top,#EDEDED,#C9C9C9);
    background-image: none;
    background-image: -moz-linear-gradient(top,#EDEDED,#C9C9C9);
    float: left;
    width: 100%;
    height: 0px;
    /* margin-bottom: -25px; */
    border: 0;
    /* border-bottom: 1px solid #ddd; */
    cursor: move;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text 
{
    padding: 10px;
    display: none;
    text-indent: -9999999px;
}
.ui-widget-overlay 
{
    background: #000000;
    z-index: 3000 !important;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-dialog .ui-dialog-title 
{
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog-title {
    padding-top: 8px;
    text-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.ui-dialog #tformstruct-actions
{
    text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close 
{
    right: 19px;
    width: 29px;
    height: 27px;
    border-radius: 67px;
    border: none;
    margin-top: 14px;
    position: absolute;
    z-index: 99999999;
}
.ui-button-icon-only .ui-icon 
{
    left: 50%;
    margin-left: -9px;
    margin-top: -8px;
}


/*DROP*/
.dropdown-menu .dropdown-menu 
{
    display: block;
}

.bootstrap-select>.dropdown-toggle 
{
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    background: #fff;
    height: 30px;
    font-size: inherit;
    padding-left: 6px;
    padding-top: 5px;
}


/*MULTI*/
.tmultivalues
{
    overflow: auto;
    margin-top: 5px;
}
.tmultivalues table thead, .tmultivalues table thead td
{
    text-transform: uppercase;
    border-bottom: none !important;
}








/* The necessities */
.tbuttondrop-menu {
    position: relative;
    display: inline-block;
}
.tbuttondrop-menu:focus {
    pointer-events: none;
}

.tbuttondrop-menu:focus .tbuttondrop-menu-content {
    opacity: 1;
    visibility: visible;
}

.tbuttondrop-menu-content {
    pointer-events: auto;
    position: absolute;
    z-index: 1;

    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}

.tbuttondrop.no-pointer-events {
    pointer-events: auto !important;
}

.tbuttondrop.no-visibility .tbuttondrop-menu-content {
    visibility: visible !important;
    display: none;
}

.tbuttondrop.no-visibility:focus .tbuttondrop-menu-content {
    display: block;
}

.tbuttondrop.no-opacity .tbuttondrop-menu-content {
    opacity: 1 !important;
}

/*
Eye candy 
( colors courtesy of https://kuler.adobe.com/try-color-theme-3350110 )
*/
.tbuttondrop-menu {
    padding: 0;
    margin: 0;
    outline: 0;
}
.tbuttondrop-menu:before {
    padding: 5px 10px;
    background-color: #94a4a5;
}
.tbuttondrop-menu-content {
    background-color: #fff;
    border: 1px solid #ddd;
    width: auto;
    margin-top: 10px;

    padding: 12px;
}

/* arrow for the expanding part */
.tbuttondrop-menu-content:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid #666;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -7px;
}

.tbuttondrop-menu-content li {
    color: inherit;
    list-style-type: none;
    white-space: nowrap;
    padding: 3px;
    padding-right: 10px;
}

.tbuttondrop-menu-content li i{
    margin-right: 5px;
}

/* style the buttons */
.tbuttondrop-menu-content button {
    background: transparent;
    border: none;
    color: inherit;
    cursor: inherit;
    outline: 0;
    cursor: pointer;
}
.tbuttondrop-menu-content button:hover {
    color: #333;
}

.tbuttondrop-menu {

  text-align: left;
}

.tbuttondrop
{
    background: #eee;
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    line-height: 28px;
    white-space: nowrap;
    min-width: 50px;
}
.tbuttondrop i
{
    font-size: 16px;
    float: left;
    width: 21px;
    text-align: left;
    margin-right: 3px;
    margin-top: 1px;
}




.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    padding: 10px;
    background: #fff;
    height: 33px;
    border: 1px solid #ddd !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    color: #333;
    font-size: inherit;
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 0px;
    /* width: 100% !important; */
    /* top: 0 !important; */
    /* left: 0 !important; */
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    /* height: 100% !important; */
    z-index: 9996 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none;
    font-weight: normal;
    color: #2b2b2b;
    background: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: none;
    font-weight: normal;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    /* height: auto !important; */
    overflow: auto;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: initial;
    text-decoration: none;
    outline: 0;
    background-color: #ddd;
}


.tformstruct-group-area
{
    display: initial;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev {
    background: #eee;
    border-radius: 0;
    color: inherit;
}

.datepicker-dropdown.datepicker-orient-bottom {
    margin-top: 7px;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.datepicker-dropdown.datepicker-orient-bottom:before 
{
    top: -10px;
}
.datepicker-dropdown.datepicker-orient-left:before 
{
    left: 12px;
}
.tooltip 
{
  z-index: 99999;
}



.notiny-default-vars .notiny-text {
    font-family: inherit;
    font-size: inherit;
    padding: 19px;
    display: block;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    text-align: left;
    color: #ffffff;
}
.notiny-theme-dark {
    background-color: #000;
    color: inherit;
    border-radius: 0px;
    margin-top: 10px;
    margin-right: -11px;
}

.tformstruct-separator
{
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
}

span.tdate-group-addon 
{
    border: 1px solid #ddd;
    border-radius: 0px;
    background-color: #fff;
    background-image: none !important;
}
span.tdate-group-addon i 
{
    margin-top: 6px;
}

.tbuttondrop
{
    background: #fff;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 20px;
    height: auto;
    border-radius: 0px;
    box-shadow: none;
}
.tbuttondrop a
{
    display: flex;
    margin-top: 1px;
}
.tbuttondrop a:hover
{
    color: #333
}
.tbuttondrop-btn
{
    background: #fff;
    border: 1px solid #ddd;
    height: 33px;
}
.tbuttondrop-btn:hover
{
    opacity: 0.6
}
.tbuttondrop-btn i
{
    font-size: 16px;
}
.off
{
    opacity: 0.2;
}
.custombox-overlay {
    z-index: 9997;
    opacity: 0.3 !important;
    transition-delay: 0s;
    transition-timing-function: linear;
    transition-property: opacity;
    background: #000000 !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.taccordion 
{
    width: 100%;
}
.taccordion ul 
{
    padding: 0;
}
.taccordion ul > li 
{
    list-style: none;
    border-bottom: 1px solid #dddee0;
    display: block;
    overflow: hidden;
}
.taccordion .expand {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.taccordion .title-expand {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.taccordion .detail 
{
    /* padding-left: 26px; */
    padding-right: 15px;
    padding-bottom: 26px;
    display: none;
}
.taccordion .detail span
{
    margin: 0;
}
.taccordion .right-arrow 
{
    margin-top: 12px;
    margin-left: 20px;
    width: 10px;
    float: right;
    font-weight: bold;
    font-size: 20px;
    margin-top: 7px;
    margin-right: 16px;
}

.tbuttondrop-btn {
    height: 33px;
}

.dropdown-menu {
    font-size: inherit;
}
.tsortlist
{
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 10px;
    overflow: inherit;
    margin-top: 12px;
}

.tsortlist .btn-default, .btn-default:focus {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.07) !important;
    color: #7a878e;
    border-radius: 0px;
    margin-bottom: 6px;
    /* padding: 6px; */
}

.tsortlist label {
    width: 100%;
}
.tformtruct-panels
{
    display: grid;
}
.tnotice-icon
{
    display: block;
    font-size: 38px;
    margin-bottom: -3px;
    margin-top: -1px;
}
.tpagecontainer
{
}

.tpagecontainer-box
{
    background: #ffffff;
    padding: 21px;
    margin: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}


.tnotice-error
{
    color: #B22222;
}
.tnotice-success
{
    color: #20B2AA;
}
.tnotice-info
{
    color: #1E90FF;
}
.tnotice-warning
{
    color: #eb9532;
}
.tnotice-alert
{
    color: #F4B350;
}
.tnotice-quest
{
    color: #eb9532;
}


.tnotice-error-bk
{
    background: #B22222 !important;
}
.tnotice-success-bk
{
    background: #20B2AA !important;
}
.tnotice-info-bk
{
    background: #1E90FF !important;
}
.tnotice-warning-bk
{
    background: #eb9532 !important;
}
.tnotice-alert-bk
{
    background: #F4B350 !important;
}
.tnotice-quest-bk
{
    background: #eb9532 !important;
}
.tdatagridresponsive-count
{font-size: 15px;font-weight: 600;}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline: none;
    outline-offset: 0px;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 10px;
}
.glyphicon {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dropdown-header, .dropdown-menu>li>a {
    padding: 6px 18px;
    padding-right: 40px;
    white-space: nowrap !important;
    padding-left: 11px;
}
.tarchive-display-img img
{
    width: 77px;
}
.tarchive-display-img
{
    border: 1px solid #eee;
    text-align: center;
}

.tarchive-display-img i
{
    font-size: 35px;
    color: #ccc;
}

.editormd-fullscreen {
    z-index: 9999;
}

.checked {
    background: #609b6b;
    border-color: #609b6b;
}
.tbuttondrop-btn {
    height: 42px;
}