.station-switch {
    top: 26px;
    right: 15px;
}

.company-switch {
    top: 26px;
    right: 25px;
}
.station-switch > a > span,
.company-switch > a > span {
    display: none;
}

@media(min-width: 480px) {
    .station-switch > a > span,
    .company-switch > a > span {
        display: inline;
    }
}

.resource-delete-form {
    display: inline;
    padding: 0px;
    margin: 0px;
}

.resource-delete-button {
    background: transparent;
    border: none;
    padding: 0px;
    color: #727cf5;
}

.resource-delete-button:hover {
    cursor: pointer;
}

.create-resource-form {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

.category-tree-node {
    font-size: .9rem;
    margin: 6px 0px;
}

.user-companies-station-name {
    font-size: 16px;
}

.line-through {
    text-decoration: line-through;
}


#resource-main-form {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

.user-stations-checkbox {
    height: 18px;
    width: 18px;
    position: absolute;
    right: 15px;
    top: 15px;


}

input:-moz-read-only:hover {
    cursor: pointer;
}

input:read-only:hover {
    cursor: pointer;
}


#pay {

    background: rgb(50, 143, 254) !important;
    color: white;
}

.plan-info-hidden {
    display: none;
}

.previous-form-step,
.next-form-step {
    color: white !important;
}

.previous-form-step,
.next-form-step {
    display: inline;
}

.previous-form-step {
    display: none;
}

.step-2,
.step-3,
.step-4 {
    display: none;
}


.plans-table-card {
    font-size: 12px;
    border-radius: 0px;
    border-right: 1px solid rgba(0, 0, 0, .125);
    width: 16.1%;


    float: left;
}

.plans-table-card {
    border: 0px;
}

.plan-can-buy:hover {
    cursor: pointer;
}

.plan-can-buy a {
    color: white;
    text-decoration: none;
}


@media (max-width: 767.98px) {
    .page-title-box .page-title-right {
        display: block;
    }
}


.select-users-companies-card {
    display: inline-block;
}

.border-top,
.border-left,
.border-right,
.border-bottom {
    border-radius: 0px !important;
}


.page-item.active .page-link {
    z-index: 1;
    color: black;
    background-color: #dee2e6;

}


.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: black;
    background: #d1d4d7;
    font-weight: lighter;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
    color: black;
    background: #e9ecef;

    font-weight: lighter;
}


.action-icon {
    color: #98a6ad;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}

.action-icon:hover {
    color: inherit;
    text-decoration: none;
}

.show-password-button:hover {
    cursor: pointer;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.return-back-button {
    font-size: 24px;
}

.return-back-button:hover {
    cursor: pointer;
}

.resource-show-top-bar-icon i {
    font-size: 18px;
}

.classic-checkbox {
    height: 18px;
    width: 18px;
}


.card-body .header-title {
    margin-bottom: 30px;
}

.custom-bg {
    background: #e9ecef;
}


.resource-card-header {
    background: #e9ecef;
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 20px;
}

.side-nav-link i {
    font-size: 19px;
}

.side-nav .mm-active > a {
    color: hsla(0, 0%, 100%, .55);
    background: #1cc7a5;
}


/* Category tree */

#category-tree-wrap, #category-tree-wrap ul {
    list-style-type: none;
}

#category-tree-wrap li {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: block;
}

#category-tree-wrap {
    margin: 0;
    padding: 0;
}

.arrow-button::before {
    content: "\21B3";
    color: #98a6ad;;
    display: inline-block;
    margin-right: 5px;
}

.arrow-button-down::before {
    transform: rotate(90deg);
}


.underline-category {
    padding: 7px 0px;
    display: block;
    border-bottom: 0.1px solid rgba(128, 128, 128, 0.2);
}

.category-meta {
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
}

.resources-station-notation {
    color: white;
    padding: 5px 10px;
    background: #1abc9c;
}


/*ogtta remove*/
.comboTreeWrapper{
    position: relative;
    text-align: left !important;
}

.comboTreeInputWrapper{
    position: relative;
}

.comboTreeArrowBtn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid #c7c7c7;
    border-radius: 0 3px 3px 0;
}

.comboTreeDropDownContainer {
    display: none;
    background: #fff;
    border: 1px solid #aaa;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
}

.comboTreeDropDownContainer ul{
    padding: 0px;
    margin: 0;
}

.comboTreeDropDownContainer li{
    list-style-type: none;
    padding-left: 15px;
    cursor: pointer;
}

.comboTreeDropDownContainer li:hover{
    background-color: #ddd;}
.comboTreeDropDownContainer li:hover ul{
    background-color: #fff;}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover{
    background-color: #418EFF;
    color: #fff;}

span.comboTreeItemTitle{
    display: block;
    padding: 2px 4px;
}
.comboTreeDropDownContainer label{
    cursor: pointer;
    width: 100%;
    display: block;
}
.comboTreeDropDownContainer .comboTreeItemTitle input {
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}
.comboTreeParentPlus{
    position: relative;
    left: -12px;
    top: 4px;
    width: 4px;
    float: left;
}


.comboTreeInputBox {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
}

.comboTreeArrowBtnImg{
    font-size: 10px;
}

.multiplesFilter{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999;
}

@media(min-width: 480px) {
    .d-xs-none {
        display: none;
    }
}
