*:focus{

    outline: none;

}



body{

    font-family: 'Source Sans Pro';

    padding: 0;

    margin: 0;

    font-size:14px;

    color:#565656;

	text-align: left;

    position: relative;

    background: #EBEFF2;

    overflow-x: hidden;

    overflow-y: scroll;

}



h1,h1,h3,h4,h5,h6,p{

    margin: 0;

    padding: 0;

}

.pointer{
    cursor: pointer;
}

a,input,button{

    outline: none !important;

}



.clear{

    clear: both;   

}

.redbg th{
    background: #fbc7c7;
}

.plus{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
}

.plus span{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #31B0D5;
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 50px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
}

.plus ul{
    display: none;
    list-style-type: none;
    position: absolute;
    bottom: 48px;
    right: 0;
    background: #fff;
    z-index: 999999;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    padding: 5px 0;
}

.plus ul a{
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.plus ul li:last-child a{
    border-bottom: none;
}

.form-group div[class^='col-xs']{
    padding: 0 10px 0 0;
}

.prodedit strong{
    line-height: 34px;
    display: block;
}

.prodtotal h3,
.prodtotal h4{
    position: relative;
    padding-right: 150px;
}

.prodtotal span{
    position: absolute;
    bottom: 0;
    right: 0;
}


.incasare div[class^='col-md'],
.comanda div[class^='col-md']{
    display: none;
}

.scroolly{
    overflow-y: scroll;
    max-height: 220px;
    padding: 0;
}

.login{

    margin: 30vh auto 0 auto;

    transform: translatey(-20%);

    width: 420px;

}



.login form{

    padding: 40px;

    background: #fff;

    border-radius: 4px;

    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);

}



.login .login-breadcrumb{

    line-height: 33px;

    padding-bottom: 30px;

}



.login .login-breadcrumb h1{

    font-size: 30px;

}



.login .login-breadcrumb a{

    margin-top: 2px;

}



.login .login-breadcrumb::after{

    content: "";

    display: block;

    clear: both;

}



.login .input-group{

    padding-bottom: 15px;

}



.login .input-group .fa{

    text-align: center;

    width: 11px;

}



.login .btn{

    width: 100%;

}



.login p{

    text-align: center;

    padding: 15px 0;

}

#autocomplete{
    position: absolute;
    top: 64px;
    left: 15px;
    z-index: 99999;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    overflow-y: scroll;
    max-height: 150px;
}


.message{

    position: fixed;

    top: 20px;

    z-index: 9999999;

    width: 420px;

    margin-left:50%;

    transform: translatex(-50%);

}

.getFields{
    display: none;
}

.sidebar{

    position: fixed;

    top: 60px;

    left: 0;

    z-index: 5;

    height: 100vh;

    width: 240px;

    background: #fff;

    border-right: 1px solid #D3D7D9;

}



.sidebar>ul{

    list-style-type: none;

    padding: 0;

    margin: 0;

    width: 100%;

}



.sidebar>ul>li>span, .sidebar>ul>li>a{

    font-size: 16px;

    display: block;

    width: 100%;

    color: #36404a;

    border-bottom: 1px solid #e9e9e9;

    line-height: 44px;

    cursor: pointer;

    transition: all 0.4s; 

}



.sidebar>ul>li>span>i, .sidebar>ul>li>a>i{

    margin: 0 15px;

    width: 14px;

    text-align: center;

}



.sidebar>ul>li:hover>span, .sidebar>ul>li:hover>a{

    color: rgba(51,122,183,1);

    text-decoration: none;

    transition: all 0.4s; 	

}



.sidebar>ul>li.active>span, .sidebar>ul>li.active>a,.sidebar>ul>li.open>span, .sidebar>ul>li.open>a{

    color: rgba(51,122,183,1);

    background: rgba(51,122,183,0.1);

    transition: all 0.4s; 	

}



.sidebar>ul>li.open>ul{

    max-height: 200px;

    border-bottom: 1px solid #e9e9e9;

    transition: all 0.7s;

}



.sidebar>ul>li>ul{

    max-height: 0;

    overflow: hidden;

    list-style-type: none;

    padding: 0;

    margin: 0;

    width: 100%;

    transition: all 0.5s;

}



.sidebar>ul>li>ul>li>a{

    display: block;

    font-size: 14px;

    color: #36404a;

    padding-left: 44px;

    line-height: 30px;

    transition: all 0.4s; 

}



.sidebar>ul>li>ul>li.active>a,.sidebar>ul>li>ul>li:hover>a{

    color: rgba(51,122,183,1);

    text-decoration: none;

    transition: all 0.4s; 

}


.main{

    padding-top: 60px;

    margin-left: 240px;

}



.main .header

{

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 6;

    height: 60px;

    background: #36404A;

    text-align: right;

}



.main .header .logo{

    width: 240px;

    height: 60px;

    text-align: center;

    line-height: 55px;

}



.main .header .logo img{

    max-width: 200px;

    max-height: 40px;

}

.main .header .logo h2 {
    color: #fff;
    font-size: 22px;
    padding: 0 15px;
    position: relative;
    top: -3px;
}


.main .header .logo h2:hover{
    text-decoration: none;
    color: #31b0d5;
    transition: all 0.3s;
}


.main .header .menu-switch{

    float: left;

    left: 0;

    margin-left: 20px;

    display: none;

}



.main .header .menu-switch>i{

    margin-right: 0;  

}



.main .header>a{

    position: relative;

    display: inline-block;

    margin: 10px 0 0 10px;

    color: #ccc;

    line-height: 14px;

    padding: 10px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 4px;

}



.main .header>a:hover{

    color: #fff;

    background: rgba(255,255,255,0.15);

    text-decoration: none;

    transition: all 0.4s;

}



.main .header>a>span{

    margin-left: 4px;

}



.main .header>a:last-child{

    margin-right: 20px;

}



.main .header .header-select{

    margin: -4px 0 0 10px;

    max-width: 120px;

}



.main .header .header-select>.btn{

    background: none;

    border: 1px solid rgba(255, 255, 255, 0.2);

    padding-top: 10px;

    padding-bottom: 10px;

    color: #ccc;

    line-height: 14px;

    overflow: hidden;

    max-width: 60px;

}



.main .header .header-select>.btn:hover{

    color: #fff;

    background: rgba(255,255,255,0.15);

    text-decoration: none;

    transition: all 0.4s;

}



.main .header .header-select .dropdown-menu{

    right: 0;

    left: auto;

}



.main .header .header-select .dropdown-menu>li:first-child{

    display: none;

}



.main .filter{

    padding: 15px 0;

    font-size: 0;

}



.main .filter>form>div>.bootstrap-select:first-child{

    margin-right: 4%;

}



.bootstrap-select .filter-option span{

    border-radius: 0.25em;

    color: #fff;

    display: inline;

    font-size: 75%;

    font-weight: 700;

    line-height: 1;

    padding: 0.2em 0.6em;

    text-align: center;

    vertical-align: baseline;

    white-space: nowrap;

    background-color: #5bc0de;

}



.bootstrap-select .filter-option span>small{

    display: none;

}



.row{

    margin: 20px 20px 0 20px;

}



.row::after{

    clear: both;

}



.breadcrumbs h1{

    font-size: 22px;

}



.breadcrumbs .breadcrumb{

    margin: 0;

    padding: 0 0 0 0;

    background: transparent;

}



.btn-gray{

    background-color: #4c5667;

    border-color: #414958;

    color: #ffffff;

}



.btn-gray:hover{

    background-color: #414958;

    border-color: #383f4b;

    color: #ffffff;

}



.top-actions .btn i.fa{

    margin-right: 4px;

}



.top-actions .btn{

    margin: 5px 5px 5px 0;

}



.top-actions{

    font-size: 0;

}



.top-actions .btn:last-child{

    margin-right: 0;

}



.footer{

    padding: 20px 0;

    border-top: 1px solid #d3d7d9;

}



.panel-body table{

    margin: 0;

}



.table th.first{

    width: 13px;

}



.table tbody th{

    font-weight: normal;

    vertical-align: middle !important;

}



.table input.showSave{

    padding: 2px 4px;

    line-height: 23px;

    width: 54px;

    height: 23px;

}



.no-item h2{

    margin: 0;

    font-size: 22px;

}



.no-item p{

    margin-top: 15px;

}



.no-item p a i{

    margin-right: 4px;

}



.page-404 h2{

    color: #31b0d5;

    font-weight: bold;

    font-size: 64px;

}



.page-404 h5{

    font-size: 30px;

    padding-bottom: 15px;

}



.page-404 p{

   color: #98a6ad;

}



.page-404 a.btn{

    margin-top: 15px;

}



.page-edit > .row{

    margin-left: 5px;

    margin-right: 5px;

}



.page-edit label{

    position: relative;

}



.page-edit label em{

    position: absolute;

    top: 0;

    left: -10px;

    color: red;

}



.text-vertical{

    vertical-align: middle !important;

}



textarea{

    resize: vertical;

}



.media-holder{

    position: relative;

}



.media-holder .btn{

    margin-top: 10px;

}



.media-holder .btn>i{

    margin-right: 4px;

}



.media-control .media-upload input{

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    opacity: 0;

    width: 100%;

    height: 100%;

}



.pagination-no-margin{

    margin-top: 0;

    margin-bottom: 0;

}



.highlight{

    border: 1px dashed #bbb;

    height: 40px;

    margin: 20px 0;

}



.addnew{

    border: 1px dashed #bbb;

    text-align: center;

    padding: 10px 0;

}



.istsort{

    margin: 20px 5px 0 5px;

}



.istsort .panel-heading::after{

    content:" ";

    clear: both;

    display: block;

}



.istsort .panel-heading div{

    overflow: hidden;

    font-weight: bold;

    width: 60%;

}



.istsort .panel-heading a{

    color: #888;

    margin-left: 5px;

    cursor: pointer;

}



.istsort .panel-heading a.move{

    margin-left: 0px;  

    margin-right: 5px;

    cursor: move;

}



.istsort .panel-heading a:hover{

    color: #000;

    text-decoration: none;

    

}



.media-modal .modal-body{

    padding: 0;

}



.media-modal .modal-header{

    background: #F5F5F5;

    padding: 15px 0 0 0;

    border-bottom: 0;

}



.media-modal .modal-header .close{

    margin-right: 15px;

}



.media-modal .modal-header .nav{

    padding: 0 15px;

}



.media-modal #media-upload{

    margin: 15px;

}



.media-modal #media-upload>.progress{

    margin-top:15px;

}



.media-modal #media-upload>.text-center{

    border: 1px dashed #bbb;

    padding: 8vh 0;

    position: relative;

}



.media-modal #media-upload>div h4{

    font-size: 25px;

}



.media-modal #media-upload>div h5{

    font-size: 18px;

    text-transform: lowercase;

    font-weight: 200;

    padding: 10px 0;

    color: #999;

}



.media-modal #media-upload>div a{

    margin-bottom: 10px;

}



.media-modal #media-upload>div h6{

    font-weight: bold;

}



.media-modal #media-upload>div input{

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

}



.media-modal #media-library::after{

    content:" ";

    clear: both;

    display: block;

}



.media-modal #media-library{

    font-size: 0;

    height: 60vh;

    overflow-y: scroll;

}



.media-modal #media-library>div{

    position: relative;

    width: 8vw;

    height: 8vw;

    margin: 1vw;

    

}



.media-modal #media-library>div>a{

    background: #ddd;

    display: block;

    position: absolute;

    top: 4px;

    left: 4px;

    right: 4px;

    bottom: 4px;

}



.media-modal #media-library>div>a img{

    max-width: 100%;

    max-height: 100%;

    background: #fff;

    position: static;

    margin-top: 50%;

    transform: translatey(-50%);

    -ms-transform: translatey(-50%);

    -webkit-transform: translatey(-50%);

}



.media-modal #media-library>div>span{

    background: rgba(0,0,0,0.7);

    display: none;

    position: absolute;

    top: 4px;

    left: 4px;

    right: 4px;

    bottom: 4px;

    padding-top: 20%;

}



.media-modal #media-library>div:hover>span{

    display: block;

}



.media-modal #media-library>div>span>a{

    margin-bottom: 5px;

}



.modal{

    background: rgba(0,0,0,0.8);

    z-index: 99999;

}



.navigation-col{

    padding: 0;

}



.navigation-col ul{

    list-style-type: none;

    padding: 0;

    margin: 0;

    border: 1px solid #ccc;

    overflow-y: scroll;

    height: 100px;

}



.navigation-col ul>li{

    padding: 5px;

}



.navigation-image>div{

    float: none;

    margin: 0 auto;

    text-align: center;

}



.istComposerContent{

    margin: 0 15px;

    font-size: 0;

}



.istComposerAction{

    text-align: center;

    margin: 15px;

    border: 1px dashed #bbb;

    padding: 10px;

}



.istComposerDiv{

    margin-top: 15px;

    border: 1px dashed #bbb;

    padding: 25px 15px 15px 15px;

    position: relative;

    min-height: 60px;

}



.istHighlight{

    margin-top: 15px;

    float: left;

    height: 32px;

    width: 100%;

    background: url(../img/pattern.png);

}



.istComposer>.istComposerDiv{

    display: none;

}



.istComposerDivContent{

    font-size: 13px;

    overflow-x: hidden;

}



.istComposerDivContent img{

    max-width: 150px;

    max-height: 20vh;

    background-color: #fff;

    border: 1px solid #ddd;

    border-radius: 4px;

    display: inline-block;

    height: auto;

    padding: 4px;

}



.istComposerDivContent::after{

    display: block;

    content: " ";

    clear: both;

}



.istComposerDivAction{

    position: absolute;

    top: 1px;

    left: 1px;

}



.istComposerDivAction>a{

    text-align: center;

    margin-right: 2px;

}



.istComposerDivAction>a.btn-default{

    cursor: move;

}



.istComposerModal{

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 9999;

    min-height: 100vh;

    background: rgba(0,0,0,0.8);

    overflow-x: hidden;

    overflow-y: auto;

    display: none;

}



.istComposerModalWin{

    margin: 10vh 5vw 0 5vw;

    position: relative;

}



.istComposerModalAction{

    margin-right:5vw;

    margin-top: 1vh;

}



.istComposerModal>.close{

    margin-right:5vw;

    margin-top: 4vh;

    color: gray;

    opacity: 1;

}



.istComposerModal .media-holder{

    max-width: 150px;

    text-align: center;

}



.istComposerModal .media-holder img{

    max-height: 20vh;

}



.sub_0{

    margin-left: 0;

}



.sub_1{

    margin-left: 40px;

}



.sub_2{

    margin-left: 80px;

}



.col-md-13{

    float: left;

    width: 100%;

}



#theDate{

    width: 90%;

    position: absolute;

    top: 0;

    left: 5%;

    z-index: -1;

}



.dashboard{

    margin-left: 5px;

    margin-right: 5px;

}



.dashboard .fa{

    line-height: 83px;

    width: 40%;

    text-align: center;

    color: #337AB7;

    font-size: 3em;

}



.dashboard .pull-right{

    width: 60%;

    padding-right: 10%;

}



.dashboard .pull-right h2{

    margin: 20px 0 0 0;

    font-weight: bold;

    font-size: 20px;

}



.dashboard .pull-right span{

    color: #999;

    font-size: 13px;

}



@media (min-width: 768px) and (max-width: 992px){

    .media-modal #media-library>div{

        width: 12vw;

        height: 12vw;

        margin: 1vw;

    }

}



@media (max-width:768px){
    
    .fc-toolbar.fc-header-toolbar .fc-left,
    .fc-toolbar.fc-header-toolbar .fc-center,
    .fc-toolbar.fc-header-toolbar .fc-right{
        text-align:center;
    }
    
    .fc-toolbar.fc-header-toolbar{
        display: block;
    }
    
    .main-body .panel form.submit{
        overflow-x:scroll;
    }
    
    .sidebar{

        margin-left: -240px;

    }

    

    .sidebar.xs{

        margin-left: -240px;

        transition:all 0.6s;

    }

    

    .sidebar.sm{

        margin-left: 0;

        transition:all 0.6s;

    }

    

    .main .header .menu-switch{

        display: inline-block;

    }

    

    .main{

        margin-left: 0;

    }

    

    .main.xs{

        margin-left: 0;

        transition:all 0.6s;

    }

    

    .main.sm{

        margin-left: 240px;

        width: 200vw;

        transition:all 0.6s;

    }

    

    .main.sm .header{

        width: 200vw;

    }

    

    .main .header .logo{

        margin-left: -240px;

    }

    

    .main.xs .header .logo{

        margin-left: -240px;

        transition:all 0.6s;

    }

    

    .main.sm .header .logo{

        margin-left: 0;

        transition:all 0.6s;

    }

    

    .main .filter>form>div{

        margin-bottom: 10px;

    }

    

    .main .filter>form>div:last-child{

        margin-bottom: 0;

    }

    

    .media-modal #media-library>div{

        width: 19vw;

        height: 19vw;

        margin: 2vw;

    }

    

    .footer>div{

        text-align: center;

        float: none;

        width: 100%;

    }

}



@media (max-width:430px){

    .login{

        width:90%;

    }

    

    .login .login-breadcrumb h1{

        width: 100%;

    }

    

    .login .login-breadcrumb a{

        float: left !important;

    }

    

    .message{

        width: 90%;

    }

    

    .page-edit.col-xs-6{

        width: 100%;

    }

    

    .media-modal #media-library>div{

        width: 38vw;

        height: 38vw;

        margin: 2vw;

    }

    

    .navigation-image>div{

        width: 90%;

    }

}