.content_wrap_create_system {
    /*background: none;*/
}

.loadingCover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 23, 34, 0.95);
    display: none;
    text-align: center;
    padding-top: 20%;
    font-size: 50px;
    line-height: 1.5;
    font-family: 'Roboto-Thin', sans-serif;
}

.create_system {

}

.create_system .title {
    font-family: 'Roboto-Thin', sans-serif;
    font-size: 20pt;
    color: #FFE300;
}

.create_system .packages {
    margin: 10px 0 50px 0;
}

.create_system .packages .package.active {
    background-color: #fde700;
    background-image: url("../images/rightArrow.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 80%;
    color: #000000;
}

.create_system .packages ul {
    list-style: none;
}

.create_system .packages ul li {
    padding: 10px 30px 10px 30px;
    margin-bottom: 10px;
}

.create_system .packages ul a {
    font-size: 14pt;
    line-height: 1.5;
    text-decoration: none;
}

.create_system .packages ul li:hover {
    background-color: #fde700;
    background-image: url("../images/rightArrow.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 80%;
    cursor: pointer;
}

.create_system .packages ul a :hover {
    color: #000000;
}

.create_system .create_system_content {
    margin-bottom: 1px;
    padding: 0;
}


.create_system .selected_features {
    padding: 15px;
}

.create_system .selected_features h3 {
    font-family: 'oswaldlight', sans-serif;
    font-size: 14pt;
    color: #fde700;
    text-align: left;
    padding-bottom: 25px;
}

.create_system .selected_features .selected_features_list {
    font-family: 'oswaldlight', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #d7d6d6;
    width: auto;
    margin: 20px -15px;
    border-color: transparent;
}

.create_system .selected_features .selected_features_list .table {
    width: 100%;
    font-family: 'Roboto-Regular', sans-serif;
    border: 1px solid rgba(215, 214, 214, 0.15);
}

.create_system .selected_features .selected_features_list .table.total {
    color: #FFE300;
    background-color: rgba(255, 255, 255, 0.10);
}

.create_system .selected_features .selected_features_list .table td {
    width: 25%;
    border-color: rgba(215, 214, 214, 0.15);
}

.create_system .selected_features .selected_features_list .table tr.tableHead td {
    text-align: center;
}

.create_system .selected_features .selected_features_list .table .inner {
    text-align: right;
}

.create_system .selected_features .selected_features_list ul {
    list-style: none;
}

.create_system .selected_features .selected_features_list ul {
    list-style: none;
}

.create_system .selected_features .selected_features_list ul ul {
    font-family: 'proxima_novalight', sans-serif;
    font-size: 16px;
    margin-left: 20px;
}

.create_system .selected_features .selected_features_list li {
    margin: 5px 0;
}

.create_system .selected_features .selected_features_list li li {
    background: url("../images/list_pointer.png") no-repeat left center;
    padding-left: 15px;
    position: relative;
    margin: 5px 0;
}

.create_system .selected_features .selected_features_list li li p {
    background: url("../images/remove_icon.png") no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
}

.create_system .selected_features input.text {
    width: 225px;
    height: 38px;
    padding: 0 5px;
    font-family:  'proxima_novalight', sans-serif;
    font-size: 16px;
    color: #dfdfdf;
    line-height: 38px;
    border: 1px solid #636363;
    vertical-align: middle;
}

.create_system .selected_features input.action {
    color: #ffe300;
    background: none;
    background-color: transparent;
    border: 1px solid #ffe300;
    border-radius: 30px;
    width: 200px;
    height: 40px;
    margin-top: 10px;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    text-shadow: 0 0 0;
    line-height: normal;
}

.create_system .features_list {
    margin: 30px 0;
}

.create_system .features_list .column {
    float: left;
    width: 50%;
}

@media (max-width: 1000px) {
    .create_system .features_list .column {
        width: 100%;
    }
}

.create_system .features_list ul {
    list-style: none;
    margin: 0;
}

.create_system .features_list li {
    margin: 0 1px 1px 0;
    /*font-size: 12pt;*/
    cursor: pointer;
    position: relative;
    line-height: 1.5;
}

.create_system .features_list li:hover {
    background: #fde700;
}

.create_system .features_list li p {
    display: block;
    padding: 10px 45px 10px 30px;
    margin-left: 5px;
}

.create_system .features_list li:hover p {
    color: #000000;
}

.create_system .features_list li i {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url("../images/info_icon.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 15px;
}

.create_system .features_list li:hover i {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url("../images/info_icon_hover.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 15px;
}

.create_system .features_list ul ul {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 100;

}
.create_system .features_list ul ul li {
    background: #fde700;
    font-family:  'proxima_novalight', sans-serif;
    font-size: 18px;
    color: #171717;
    margin: 0;
    border-top: 1px solid #ceb509;

}

.create_system .features_list ul ul li:hover {
    background: #FFF;
    color: #472424;
}

.create_system .features_list ul ul li p {
    padding: 15px 10px 15px 35px;
    margin-left: 15px;
}

.create_system .features_list ul ul li:hover p {
    background: url("../images/selectable.png") no-repeat left center;
}

.create_system .features_list ul ul li.selected p {
    margin-left: 5px;
    background: url("../images/selected_icon.png") no-repeat left center;
}

.create_system .features_list li.parent_feature_item.selected > p {
    margin-left: 5px;
    background: url("../images/selected_icon_white.png") no-repeat left center;
}

.create_system .features_list li.parent_feature_item.selected:hover > p {
    background: url("../images/selected_icon.png") no-repeat left center;
}

.create_system .features_list li:hover ul {
    display: block;
}

.create_system .loading {
    background: url("../images/loading.gif") no-repeat center;
}

.qtip-default {
    border: 0;
    background-color: transparent;
    color: #555;
    font-family: 'proxima_novalight', sans-serif;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
    padding-right: 15px;
    background: url("../images/tooltip_bg.png") no-repeat center right;
}

.qtip-pos-rb {
    padding-right: 15px;
    background: url("../images/tooltip_bg.png") no-repeat bottom right;
}

.qtip-pos-lb {
    padding-left: 15px;
    background: url("../images/tooltip_bg2.png") no-repeat bottom left;
}

.qtip-default .qtip-titlebar{
    background-color: #FFEF93;
}

.qtip-default .qtip-icon{
    background: #F1F1F1;
    color: #777;
    border: none;
}

.qtip-default .qtip-titlebar .qtip-close{
    border-color: #AAA;
    color: #111;
}

.qtip-default .qtip-content{
    background-color: #FFF;
    padding: 25px 10px 5px 10px;
}

@media (max-width: 1000px) {
    .create_system .features_list li:hover i {
        top: 8px;
        right: 15px;
        width: 35px;
        height: 35px;
    }

    .create_system .title {
        font-size: 22pt;
    }

    .create_system .packages ul a {
        font-size: 16pt;
    }

    .create_system .features_list li p {
        font-size: 16pt;
    }

    .create_system .selected_features .selected_features_list .table td {
        font-size: 14pt;
    }

    .qtip-default {
        font-size: 16pt;
        max-width: 40%;
        max-height: 60%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .qtip-content {
        font-size: 14pt;
        line-height: 1.5;
        padding: 5px 60px 5px 9px;
    }

    .qtip-icon .ui-icon {
        top: 15px;
        left: -90px;
        font-size: 50pt;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .create_system .features_list li i {
        top: 8px;
        right: 15px;
        width: 35px;
        height: 35px;
    }

    .create_system .selected_features input.text {
        width: 200px;
        height: 40px;
        padding: 0 5px;
        margin: 10px 0;
        font-size: 20px;
        line-height: 40px;
    }

    .create_system .selected_features input.action {
        width: 200px;
        height: 40px;
        font-size: 16pt;
    }
}

@media (max-width: 750px) {
    .qtip-default {
        font-size: 16pt;
        max-width: 80%;
        max-height: 80%;
    }

    .qtip-default .qtip-content{
        padding: 50px 10px 5px 10px;
    }

    .create_system .selected_features input.text {
        width: 100%;
        height: 60px;
        padding: 0 5px;
        margin: 10px 0;
        font-size: 25px;
        line-height: 40px;
    }

    .create_system .selected_features input.action {
        width: 100%;
        height: 60px;
        font-size: 16pt;
    }
}

@media (max-width: 500px) {
    .loadingCover {
        padding-top: 55%;
        font-size: 50px;
    }

    .create_system .title {
        font-size: 20pt;
    }

    .create_system .packages ul a {
        font-size: 16pt;
    }

    .create_system .selected_features .selected_features_list .table td {
        font-size: 10pt;
        min-width: 150px;
    }

    .qtip-default {
        font-size: 16pt;
        max-width: 70%;
        max-height: 80%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .qtip-default .qtip-content{
        padding: 50px 10px 5px 10px;
    }

    .create_system .features_list li i {
        top: 8px;
        right: 5px;
        width: 35px;
        height: 35px;
    }

    .create_system .features_list li:hover i {
        top: 8px;
        right: 5px;
        width: 35px;
        height: 35px;
    }

    .create_system .features_list li p {
        font-size: 16pt;
        line-height: 1.5;
        padding: 10px 45px 10px 30px;
    }
}

@media (max-width: 1100px) {
    .loadingCover {
        padding-top: 30%;
        font-size: 50px;
    }
}

@media (max-width: 800px) {
    .loadingCover {
        padding-top: 50%;
        font-size: 50px;
    }
}

@media (max-width: 400px) {
    .loadingCover {
        padding-top: 50%;
        font-size: 35px;
    }
}