﻿body {    
    padding-bottom: 70px; /* porque o footer é fixed-bottom */
    min-width: 475px; /* largura minima da página */
    width: auto !important;  /* Firefox */
    width: 475px; /* pq o IE ignora !important */    
    font-family: 'Exo 2', sans-serif;
}

.myVerticalCenter {
    display: flex;
    align-items: center;
}

.myNewLine {
    white-space: pre-line;
}

.myInactive {
    background-color: lightgrey;
}

a:hover {
    text-decoration: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

a.navbar-btn.myNav {
    color: lightseagreen;
}
#myAdminFooter a:hover,
#myAdminFooter a:focus  {
    text-decoration: none;    
}

.myJumbotron {
    background: -webkit-linear-gradient(top, #f8f8f8, #e7e7e7);
    border: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 20px;
}

.page-header {
    border-bottom: 1px solid rgb(220,220,220);
}

#myLogoContainer {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
}

#myLogo {
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
    #myLogo:hover {
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

.myParagraph {
    margin-bottom: 30px;
}

.myPageTitle {
    padding: 20px;
    margin: 0 0 15px 0;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-left-width: 6px;
    border-left-color: #428bca;
    border-radius: 6px;
}

.myPageTitle h4 {
    color: #428bca;
    margin-bottom: 5px;
}

.myPageTitle small {
    color: #777;
}

.myPageTitleSuccess {
    padding: 20px;
    margin: 0 0 15px 0;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-left-width: 8px;
    border-left-color: #3c763d;
    border-radius: 6px;
}

.myPageTitleSuccess h4 {
    color: #3c763d;
    margin-bottom: 5px;
}

.myPageTitleWarning {
    padding: 20px;
    margin: 0 0 15px 0;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-left-width: 8px;
    border-left-color: #8a6d3b;
    border-radius: 6px;
}

.myPageTitleWarning h4 {
    color: #8a6d3b;
    margin-bottom: 5px;
}

.myImageWrapper {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 75% 0 0 0;
}

.myImageWrapper img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
}

/*.mySubMenu {
    color: #428bca;
}

.mySubMenu a {
    text-decoration: none;
    color: #428bca;
}

.mySubMenu a:hover {
    text-decoration:none;
    color: #2e6da4;    
    cursor: pointer;    
}*/

.navbar-brand {    
    line-height: 25px;
}

.row.form-inline {
    margin-bottom: 15px;
}

/* ===== PAGINATION ===== */
.pagination {
    cursor: pointer;
}
/* ===== END PAGINATION ===== */

.myAccordion {
    cursor: pointer;
}

.myPointerCursor {
    cursor: pointer;
}

.myAccordion a {
    text-decoration: none;
}

/*para remover o contorno do link do accordion*/
.accordion-toggle:focus {
    outline: none;
}

.myPanel {
    background: linear-gradient(top, #f5f5f5, white 40%);
    background: -webkit-linear-gradient(top, #f5f5f5, white 40%);
    background: -moz-linear-gradient(top, #f5f5f5, white 40%);
    background: -o-linear-gradient(top, #f5f5f5, white 40%);
}

.myMiniImg {
    max-width: 250px;
    height: 250px;
}

.myBordadoImageUrl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

    .myBordadoImageUrl img {
        width: auto;
        height: 100px;
        max-width: 100%;
    }

.myOfBordadoImageUrl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

    .myOfBordadoImageUrl img {
        width: auto;
        height: 80px;
        max-width: 100%;
    }

.myOfActivaBordadoImageUrl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

    .myOfActivaBordadoImageUrl img {
        width: auto;
        height: 140px;
        max-width: 100%;
    }

.myDropBox {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    margin-bottom: 10px;
    padding: 15px;
    min-height: 100px;
}

.myDropBox.dragoverOk {    
    border: 5px dashed green;    
}

.myDropBox.dragoverError {    
    border: 5px dashed red;    
}

.myMiniThumbnail {    
    padding-left: 0;
    position:relative;
}

.myMiniThumbnail .thumbnail{
    margin-bottom: 0;       
}

.myMiniThumbnail .thumbnail img {
    max-height: 200px;      
}

    .myMiniThumbnail .myTopImgLabel {                
        position: absolute;        
        top: -4px;
        left: -4px;
    }

    .myMiniThumbnail .myTopImgLabel img{        
        width:65px;
        height:65px;        
    }

    .myMiniThumbnail .myBottomImgLabel {                
        position: absolute;        
        top: -4px;
        right: 5px;
    }

    .myMiniThumbnail .myBottomImgLabel img{        
        width:65px;
        height:65px;        
    }

.myHover {
    background-color: #F8F8F8;
}

.myRow {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;         
}

.checkbox {
    margin-top:0;
    margin-left:20px;    
}

.myTableLineYellow {
    background-color: #fad553;    
}

/* Responsive Menu ================================================= */

/*smartphones and mini tablets*/
@media screen and (max-width : 768px) {
    body {
        margin-top: 10px;
        padding-bottom: 130px; /* footer é fixed-bottom (passa a 2 linhas) */
        min-width: 280px; /* largura minima da página */        
        width: 280px; /* pq o IE ignora !important */
    }    
    .myNavText {
        margin-left: 15px;
    }
    .myPullRight {
        float: none!important;        
    }
    .myFormImage {
        display: none;
    }
    .row.form-inline {
    margin-bottom: 0;
    }
    .myMiniThumbnail {
        padding-right: 0;
    }
    #myHeader {
        display: block;
    }
    #myFooterLogo {
        display: none;
    }
    #myAdminFooter {
        text-align: center;
    }
}

/*tablet PIXI 4*/
@media screen and (min-width : 590px) and (max-width : 610px) {    
    #myHeader {
        display: block;
    }
    #myHomeImages {
        display: none;
    }
    .navbar-right {
        float: right;
    }
}

/*tablets*/
@media screen and (min-width : 768px) and (max-width : 992px) {
    .form-inline .form-group {
        margin-bottom: 15px;
    }
    .row.form-inline {
        margin-bottom: 0;
    }

    .myFormImage {
        display: none;
    }    
}