/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 24, 2017, 11:06:41 AM
    Author     : pedor
*/

body {
    min-width:320px;
}
.category_examples  a:hover {
    text-decoration: none;
}
.category_examples > ul {
     list-style: none outside none;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 2px 0;
    position: relative;
    width: 95%;
}
.category_examples > ul li {
    float: left;
    padding: 2px 4px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    float:left;
}


footer .footer-bottom-bar {
    color:white;
    background-color: #1E2629;
    position:absolute;
    width:100%;

}



footer > ul {
    list-style: none outside none;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 25px 0;
    position: relative;
    width: 95%;
}
footer > ul li {
    float: left;
    padding: 20px 15px;
    width: 33.3%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
footer > ul li:first-child {
    padding-left: 0;
}
footer > ul li:nth-child(3) {
    padding-right: 0;
}
footer > ul li .icon {
    color: #999999;
    float: left;
    font-size: 80px;
    line-height: 80px;
}
footer > ul li .text {
    color: #848889;
    font-size: 13px;
    line-height: 20px;
    margin-left: 15px;
    position: relative;
    text-align: justify;
}
.text h4 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.text a {
    border-bottom: 1px dotted transparent;
    color: #FFDD00;
    font-weight: bold;
}
.text a:hover {
    border-color: #FFDD00;
}

footer .text > h4 {
    color:#1E2629;
}
footer .bar {
    background-color: #1E2629;
    padding: 20px 0;
    min-height:70px;
}
footer .bar-wrap {
    font-size: 12px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 95%;
}
.links {
    float: left;
    list-style: none outside none;
    position: relative;
}
.links li {
    float: left;
    margin-right: 10px;
}
.links a {
    color: #778888;
}
.links a:hover {
    color: #FFFFFF;
}

#carousel-example-generic {
    width:100%;position:relative;
    margin-bottom:30px;
}
            #carousel-example-generic:after {
                padding-top: 23%;
                display:block;
                content:'';
            }

            
.example-admin-table td { width:30px; }            
.example-admin-table td+td { width:330px;  }            
.example-admin-table td+td+td { width:30px;}            
.example-admin-table td+td+td+td { width:200px; }            
.example-admin-table td+td+td+td+td { width:30px; }            
.example-admin-table td+td+td+td+td+td { width:230px; }            
.example-admin-table td+td+td+td+td+td+td { width:30px; }   
.example-admin-table td+td+td+td+td+td+td+td { width:30px; }   

            


.banner-admin-table {
    width:100%;
}

.banner-admin-table td+td > a > img  {  width:400px; object-fit:contain;} 
.banner-admin-table td { width:40px;}           
.banner-admin-table td+td{ max-height:80px;max-width:520px; overflow:hidden;}           
.banner-admin-table td+td+td { width:40px;}           
/**

    Overwrite bootstrap container


*/

.row {
    max-width:1280px !important;
    margin:0 !important;
}


    #preproc-image {
        position: absolute;
        max-width: 200px;
        display: block;
        border: 0px solid red;
        width: 200px;
        right: 0px;
        height: 100px;
        margin-right: 14px;
        margin-top: 4px;
        overflow:hidden;
        object-fit: contain;
        object-position: center;
    }
    
    
.controll-panel {
    width:100%;
    top:0;
    margin:0 0 10px 0 ;
    padding-left:10px;
    min-width:300px;
    border:1px solid #ccc;
    border-radius:4px;
    padding:10px;
    float:left;
    position: relative;
}

.panel-body {
    padding:0px 4px !important;
}
#result_image {
    overflow:hidden;
    text-align:right;
    float:left;
}


@media screen and (max-width: 1000px){
    .links, .social, .copyright{
        float:none;
        text-align:center;
    }
    .social {
        position:relative;
        margin:10px 0;
    }
    .links li {
        display:inline-block;
        float:none;
    }
    .bar {
        position:relative;
    }
    .bar-wrap {
        margin-bottom:0;
    }
}
@media screen and (max-width: 835px)  {
    footer > ul li {
        float:none;
        width:auto;
    }
}
@media screen and (max-width: 768px)  {
    .links li {
        margin-right:5px;
    }
    .container {
        padding-left:0px !important;
        padding-right:0px !important;
}
    body , html{
        width:100%;
        padding:0;
        margin:0;
    }
    
    

}