/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
.icheckbox_square-blue.hover {
    background-position: -24px 0;
}
.icheckbox_square-blue.checked {
    background-position: -48px 0;
}
.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-blue {
    background-position: -120px 0;
}
.iradio_square-blue.hover {
    background-position: -144px 0;
}
.iradio_square-blue.checked {
    background-position: -168px 0;
}
.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-blue.checked.disabled {
    background-position: -216px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* Field Creator */
.sortbox{
    padding: 5px 0px;
}

.sortbox .active{
    border: 1px solid #3c8dbc;
}

/* PEdit  */
/* ########################################### */
#pedit-preview{
    padding: 10px 0;
}

#pedit-preview .pe-viewer{
    width: 100%;
    overflow: hidden;
    border: 0;
}

#pedit-preview .pe-viewer::-webkit-scrollbar{
    display: none;
    width: 0;
}

.sector-container{
    background: #001f3f;
    color: #b8c7ce;
}

.sector-container .sector-header{
    display: block;
    padding: 10px;
    position: relative;
    border-top: 3px solid
}

.sector-container .sector-header .title{
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.sector-container .sector-header .code{
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    float: right;
}

#sector-tools{

}

/* #################END####################### */

/* File Upload*/

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.progress-animated .progress-bar,
.progress-animated .bar {
    background: url("../img/progressbar.gif") !important;
    filter: none;
}
.fileupload-process {
    float: right;
    display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/loading.gif") center no-repeat;
    background-size: contain;
}
.files audio,
.files video {
    max-width: 300px;
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle,
    .files .toggle,
    .files .btn span {
        display: none;
    }
    .files .name {
        width: 80px;
        word-wrap: break-word;
    }
    .files audio,
    .files video {
        max-width: 80px;
    }
    .files img,
    .files canvas {
        max-width: 100%;
    }
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

/* Autonum */

.autonum{
    padding: 0;
    border-top: none;
}

.autonum .a-int{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.autonum .price{
    background-color: #1a2226;
    color: #00a65a;
}

.autonum .percent{
    background: #222d32;
    color: #b8c7ce;
}

/*Treeview*/
/*
.content-load ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.content-load li {
    list-style-type: none;
    border-left: 1px solid #f4f4f4;
    margin-left: 1em;
}

.content-load li div {
    padding-left: 1em;
    position: relative;
}

.content-load li div::before {
    content:'';
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 50%;
    width: 0.75em;
    border: 1px solid #f4f4f4;
    border-top: 0 none transparent;
    border-right: 0 none transparent;
}

.content-load ul > li:last-child {
    border-left: 1px solid transparent;
}*/

.collapseable {
    transition:all 1s;
}

.collapseable .group {
    transition:all 1s;
}

.collapseable .closed{
    max-height: 25px;
    transition:all 1s;
}

.collapseable .child-group{
    padding: 0 15px;
    transition:all 1s;
}

.collapseable .closed .child-group{
    display: none;
    transition:all 1s;
}

.collapseable .group .closed .item-container{
    display: none;
    transition:all 1s;
}

.collapseable h1 {
    font-size: 25px;
    height: 25px;
    line-height: 1;
    margin: 0;
    cursor: pointer;
}

.control-sidebar-actionmenu{
    position: absolute;
    padding-top: 50px;
    margin-right: 0;
    width: 0;
    z-index: 1009;
    background: #464f54;
    height: 100%;
    right: 0;
    top: 0;
}

.control-sidebar-actionmenu .menu{
    height: 41px;
}

.control-sidebar-actionmenu .menu a{
    background: #222d32;
    color: #fff;
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: right;
}

.control-sidebar-actionmenu-open{
    margin-right: 230px;
    width: 420px;
}

.control-sidebar-actionmenu-open .actionmenu{
    padding: 10px 0px;
}

.control-sidebar-actionmenu .row{
    margin: 0;
}

.control-sidebar-actionmenu .header h1{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.control-sidebar-actionmenu .elements{
    background: #1e282c;
    padding: 0 15px;
}

.control-sidebar-actionmenu .elements .element{
    margin: 8px 0;
}

.control-sidebar{
    height: 100%;
}

.sb-li-item-active{
    background: #1e282c;
}

#filemanager {
    padding: 10px 15px;
    margin: -10px -15px;
}

#filemanager .tree {
    border-top: #3c4d54 1px solid;
    background: #1e282c;
    height: 170px;
    padding: 0.5rem 15px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto -15px;
}

#filemanager .tree ol {
    padding: 0 0 0 2rem;
    width: 300px;
    width: 275px;
    font-size: 12px;
    color: #555;
}

#filemanager .tree ol li {
    position: relative;
    margin-left: -15px;
    list-style: none;
    color: #555;
}

#filemanager .tree ol li label {
    background: url(/includes/css/builder/folder.svg) 15px 1px no-repeat;
    background: url(/includes/css/builder/file.svg) 12px 0px no-repeat;
    background-size: auto auto;
    background-size: 18px 18px;
    cursor: pointer;
    display: block;
    padding-left: 37px;
    margin: 0px;
    font-size: 12px;
}

#filemanager .tree ol li input {
    position: absolute;
    left: 0;
    margin-left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 1em;
    width: 1em;
    top: 0;
}

#filemanager .tree ol li input + ol {
    background: url(/includes/css/builder/arrow-down.svg) 42px 2px no-repeat;
    background-size: auto auto;
    background-size: 10px 10px;
    margin: -1.18em 0 0 -44px;
    padding: 0.8rem 0rem;
    height: 0em;
}

#components-sidepane {
    z-index: 0;
    margin: 0 -15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
    overflow-y: auto;
}

label.header {
    font-size: 11px;
    font-weight: 600;
    height: auto;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    padding-left: 0px;
    width: 100%;
    line-height: 32px;
    text-align: left;
    padding-left: 0.3rem;
    border-top: 1px solid #3c4d54;
    color: #fff;
    cursor: pointer;
    position: relative;
}

label.header .header-arrow {
    padding: 0.7rem;
    cursor: pointer;
    position: absolute;
    right: 15px;
}

input.header_check {
    position: absolute;
    left: 0;
    margin-left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 1em;
    width: 1em;
    top: 0;
}

#components-list {
    height: calc(99% - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

#components-sidepane ul {
    z-index: 1;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: center;
}

#components-sidepane ul > li.header:first-child {
    margin-top: 0rem;
    border-top: none;
}

#components-sidepane ul > li.header {
    height: auto;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    width: 100%;
    position: relative;
    border-top: 1px solid #eee;
}

#components-sidepane ul > li {
    list-style: none;
    float: none;
    clear: both;
}

#components-sidepane ul > li.header label {
    font-size: 11px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    padding-left: 1rem;
}

#components-sidepane ul > li ol {
    background: #1e282c;
    margin: 0px;

    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 1rem;
    display: table;
}

#components-sidepane ul > li ol li[data-type] {
    border: none;
    width: 95px;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    color: #555;
    background-repeat: no-repeat;
    padding-top: 62px;
    padding-bottom: 7px;
    background-position: 50% 30%;
    background-size: auto 42px;
    z-index: 100;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.76;
    zoom: 1;

    opacity: 0.5;
}

#components-sidepane ul > li ol li[data-type]:hover {
    opacity: 1;
}

#components-sidepane ul > li ol li {
    list-style: none;
    float: left;
}

#components-sidepane ul > li ol li a {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

#components-sidepane ul > li ol li[data-type] a {
    display: block;
}

/* New branding gagets -> skaties te*/

.login-box{
    width: 100%;
}

.login-logo{
    background: url('/logo.png');
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;

    width: 100%;
    height: 200px;
    margin: 10px auto 10px auto;

}

@media (min-width: 576px) {
    .login-box{
        width: 500px;
    }

    .login-logo{
        width: 500px;
        height: 350px;
    }
}

.login-box-body, .register-box-body{
    background: transparent;
}

.login-box-body, .register-box-body {
    color: #fff;
}

.login-box-body a{
    color: #fff;
}

.login-box-body a:hover{
    color: #fff;
    text-decoration: underline;
}

.login-box-body .btn {
    background-color: #fff;
    border-color: #fff;
    color: #1f1b20;
    text-transform: uppercase;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 3px solid #fff;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: nano;

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    font-weight: 900;
    text-transform: uppercase;
}


/* For le new brand */
body{
    background: #1f1b20;
}


/* Shine efx */
.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.8) 30%, #000 50%, rgba(0,0,0,.8) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
