#wrapper {
    width: 100%;


}

/*search*/

.mainserch
{
    margin-top:0px;      
}

#imaginary_container{
    margin-top:13px;


}

.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;


}
.stylish-input-group button{
    border:0;
    background:transparent!important;

}



/*ORDER PLATES*/

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 230px;
        padding: 0 30px;
        /*border-left: 1px solid #e7e7e7;*/
    }
}

.dashboard-top-icon-sec .panel{
    height: 120px;
    border-radius: 0px;
    border: none;
}
.dashboard-top-icon-sec .panel-heading{
    min-height: 88px;
}
.dashboard-top-icon-sec a{
    text-decoration: none;
     /*color: inherit;*/
}
.dashboard-top-icon-sec .huge {
    /*font-size: 40px;*/
    font-size: 22px;
    font-weight: bold
}
.dashboard-top-icon-sec .panel-footer{
    background-color: #f7f8fa;
    padding: 7px;
    color: #2aa9e0;
}
/*.navihor {
    background-color:windowframe;

}*/
.dashboard-top-icon-sec .large:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.dashboard-top-icon-sec .large {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


.dashboard-icon-sec{
    padding: 10px;
}
.dashboard-icon-sec div{
    display: inline-block;
    padding-right: 10px;
}
.dashboard-icon-sec i{
    font-size: 45px;
    color: #2aa9e0;
}
.dashboard-icon-sec span{
    font-size: 16px;
}

@media(max-width:1200px) {
    .dashboard-icon-sec i {
        font-size: 30px;
    }
    .dashboard-icon-sec span{
        font-size: 12px;
    }
}

.navbar navbar-default
{

    /*position:fixed!important;*/  



}


.sidemanu{


    top: 0px;
    /*float:left!important;*/
    /*position:fixed!important;*/
    left:-230px!important;
    z-index: 1000!important;
    position:absolute!important;



}

.sidemanu-left.sidemanu-left-open
{
    left:0px!important;


}
.sidemanu-open{
    -webkit-transition: all 0.3s ease!important;
    -moz-transition: all 0.3s ease!important;
    transition: all 0.3s ease!important;
}

.sidemanupos
{
    position: relative;
    float:left!important;


}
/*manue button*/
#showLeft
{
    top: 0px;
    /*float:left!important;
    position:fixed!important;*/
    left:200px!important;
    z-index: 1000!important;
    position:absolute!important;

}

.tree{
    padding-left: 25px;
}

.divider{

    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 1.4em 0;
    border: none;
    background: #ddd;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        right bottom,
        color-stop(0, rgb(255,255,255)),
        color-stop(0.1, rgb(221,221,221)),
        color-stop(0.9, rgb(221,221,221)),
        color-stop(1, rgb(255,255,255))
        );
    background-image: -moz-linear-gradient(
        left center,
        rgb(255,255,255) 0%,
        rgb(221,221,221) 10%,
        rgb(221,221,221) 90%,
        rgb(255,255,255) 100%
        );

}

.fa-chevron-down{

    /*display:inline!important;*/
    /*margin-left:20px!important;*/
    /*text-align:justify!important;*/
    /*background: #ddd!important;*/
    padding-left:5em !important;
}

/*rotate arrow*/
.downarrow{
    font-size: 10px;
    color: #ccc;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.downarrow.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}



.manuebutton{
    position: relative!important;
    z-index: 1000!important;
    padding-left:30px;



}

/*order pannels*/

.pcoler {
    color: #fff;
}

.orderlogs-sec input, .orderlogs-sec select ,  .orderlogs-sec textArea{
    background-color: #eee;
    border:none;
    border-radius: 1px;
    border-bottom: 2px solid #2aa9e0;
    height: 30px;
    padding: 5px;
    box-shadow: none;
}

/** bootstrap customization **/
.panel-info{
    /*border: 1px solid #263850;*/
    border: none;
    border-bottom: 2px solid #263850;
    border-radius: 1px;
    background-color: #f7f8fa;
    background-color: rgba(247, 248, 250, 0.7);
}
.panel-info .panel-heading{
    background-color: #263850;
    /*background-color: #f1f1f1;*/
    /*color: #2aa9e0;*/
    color: #fff;
    font-weight: 600;
    border:none;
    /*border-bottom: 2px solid #2aa9e0;*/
}
/** end bootstrap customization **/
