﻿.eo-window {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 1px;
    z-index: 2000;
    color: #222;
    font-size: 16px;
    text-decoration: none;
    clear: both;
    text-align: left;
    vertical-align: top;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    background-color:#fbfbfb;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .eo-window {
        left: 0!important;
        width: 100%!important;
    }
}


.eo-window--selected {
    box-shadow: 0px 10px 36px -1px rgba(0,0,0,0.28);
}

.eo-window--drag {
    cursor: move;
}

#eo-window__overlay {
    background: black;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.eo-window__icon {
    float: left;
    width: 16px;
    height: 16px;
    display: block;
    margin: 4px 0 4px 4px;
}

.eo-window__content {
    background: #fff;
    height: 100%;
    padding: 1px;/*Bez tego układ się sypie*/
    margin-left:-1px;
    margin-right:-1px;
}

    .eo-window__content .eo-form__body {
        height:100%;    
    }

.eo-window-main {
    height:100%;
}

.eo-window__winmenu {
    float: right;
    cursor: pointer;
}

    .eo-window__winmenu div {
        float: left;
        width: 16px;
        height: 16px;
        display: block;
        margin: 0px 5px 4px 0;
        transition: all 0.2s linear 0s;
    }

.eo-window__winmenu div i {
    color: #ccc;
    font-size: 24px;
}

    .eo-window__winmenu div i:hover {
        color: #666;
    }

.eo-window__minimize {
    color: #ccc;
    font-size: 24px;
}

    .eo-window__minimize:hover {
        color: #666;
    }

.eo-window__title {
    float: left;
    color: #2C3E50;
    padding-left: 10px;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
}

.eo-window__titlebar {
    height: 24px;
    abackground-color: #eee;
}

.eo-window--selected .eo-window__titlebar {
abackground-color: #fbfbfb;
}

.eo-window__border-tl, .eo-window__border-t, .eo-window__border-tr, .eo-window__border-r, .eo-window__border-br, .eo-window__border-b, .eo-window__border-bl, .eo-window__border-l {
    background-color: #eee;
    position: absolute;
}

.eo-window__border-tl {
    top: 0;
    left: 0;
    width: 2px;
    height: 1px;
}

.eo-window__border-t {
    top: 0;
    left: 2px;
    right: 2px;
    height: 1px;
}

.eo-window__border-tr {
    top: 0;
    right: 0;
    width: 2px;
    height: 1px;
}

.eo-window__border-r {
    top: 1px;
    right: 0;
    width: 1px;
    bottom: 1px;
}

.eo-window--resize .eo-window__border-r {
    cursor: e-resize;
}

.eo-window__border-br {
    bottom: 0;
    right: 0;
    width: 2px;
    height: 1px;
}

.eo-window--resize .eo-window__border-br {
    cursor: se-resize;
}

.eo-window__border-b {
    bottom: 0;
    left: 2px;
    right: 2px;
    height: 1px;
}

.eo-window--resize .eo-window__border-b {
    cursor: s-resize;
}

.eo-window__border-bl {
    bottom: 0;
    left: 0;
    width: 2px;
    height: 1px;
}

.eo-window__border-l {
    top: 1px;
    left: 0;
    width: 1px;
    bottom: 1px;
}

.eo-window__buttons {
    height: 38px;
    border-top: 1px solid #eee;
    abackground-color: #eee;
   
    text-align: right;
    padding-right: 10px;
}


.eo-window__statusbar {
    border-top: 1px solid #ddd;
    abackground-color: #eee;
    height: 15px;
}

.eo-window__ajax-loader {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    background-color: white;
    width: 70px;
    height: 70px;
    box-shadow: 0px 5px 12px -1px rgba(0,0,0,0.30);
    text-align: center;
    z-index: 2005;
}

    .eo-window__ajax-loader span {
        text-align: center;
        font-size: 10px;
        line-height: 20px;
        color: #666;
    }

        .eo-window__ajax-loader i {
        font-size: 32px;
        width:32px;
        margin:0 auto;
        margin-top: 5px;
        color:#333;
    }


.eo-window__content .eo-form {
    overflow-y:auto;
    overflow-x: hidden;
    height:100%;
}

.eo-window--maximized {
    width:100% !important;
    height:100% !important;
    left:0 !important;
    top:50px !important;
}

    .eo-window--maximized .eo-window__content {
        height: calc(100% - 115px) !important;
    }

.eo-window--full-height {
    height: 100% !important;
    top: 50px !important;
}

    .eo-window--full-height .eo-window__content {
        height: calc(100% - 115px) !important;
    }

/* Fix dla stylów jquery */
    .eo-window  .ui-resizable-handle{
        float: right;
    }