@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 13px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Entypo Icon Font */
@font-face {
  font-family: 'entypo-selected';
  src: url("../fonts/entypo-selected.eot");
  src: 
	  url("../fonts/entypo-selected.eot?#iefix") format('embedded-opentype'), 
	  url("../fonts/entypo-selected.woff") format('woff'), 
	  url("../fonts/entypo-selected.ttf") format('truetype'), 
	  url("../fonts/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

.treeview-menu>li>a {
    margin-left: 0;
}
th.dt-red-header {
    background-color: #f2dede;
}
th.dt-yellow-header {
    background-color: #fcf8e3;
}
th.dt-green-header {
    background-color: #dff0d8;
}

.flags {
    margin-top: 0.6em;
}

.language-flags .dropdown-toggle{
    background-color:none !important;
}
.language-flags ul li a {
    vertical-align: middle;
    height: 25px;
}
.language-flags .current {
    border: 1px solid #AAA;
    display:block;
    padding: 0px;
    margin: 9px 0px 0px 0px;
    background-color:white;
    width:22px;
    height:14px;
}

.language-flags img:hover{
    cursor:pointer;
}

.language-flags img {
    border: 1px solid #CCCCCC;
    padding: 1px;
    margin: 1px 4px 1px 1px;
}
.main-header {
    background-color: #3E403F;
    vertical-align:middle;
}
.main-header .logo {
    padding: 0px;
}

.skin-purple .main-header .navbar {
    background-image: url(../img/header-background.png);
    background-repeat: no-repeat;
    background-position-y: 79%;
}

.skin-purple .sidebar-menu > li > a {
    border: none;
}

.sidebar-menu.small-caps {
    font-variant-caps: normal;
    font-variant: normal;
}

.dataTables_wrapper {
    padding: 1em;
}

.loading {
    text-align: center;
    top: 0;
    left: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    opacity: 0.8;
    background: white;
    z-index: 99999;
}

.loading-img {
    width: 120px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -50px;
    margin-left: -50px;
    height: 100px;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center; 
    /*background-size: 7em;*/
}

.cancel-loading {
    margin-top: 7.1em;
    text-align: center;
    cursor: pointer;
}

/* Width overrides */

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
    margin-left: 0px;
}


@media(max-width: 767px) {
	#logo-topo {
		display: none;
	}

    .flags {
        display: none !important;
    }
}

@media (min-width: 767px) {
    /* .content-wrapper,
    .right-side,
    .main-footer, .main-header .navbar {
        margin-left: 280px !important;
    }
	
	
    .main-sidebar,
    .left-side, .main-header .logo {
        width: 280px !important;
    } */
}

.main-header .navbar {
    height: 60px;
}

.main-header .sidebar-toggle {
    padding: 20px;
}

.table.collapsed td {
    white-space: nowrap;
}

.box.box-info {
    border-top-color: white;
}


/* PHOTO GALLERY */
.image-gallery-body{
    height:500px;
}
.image-gallery {
    /*width: 900px;*/
    min-height:250px;
    text-align:center;
}
.image-gallery img {
    height: auto;
    width: auto;
    max-height:700px;
    max-width:700px;
}
.image-gallery .download {
    left: 47%;
    opacity: 0.2;
    position:absolute;
    bottom:20px;
    transition: all 0.2s linear 0s;
}
.image-gallery .download:hover{
    opacity:1;
}
.image-gallery .arrow {
    cursor: pointer;
    display: block;
    height: 64px;
    margin-top: -35px;
    outline: medium none;
    position: absolute;
    top: 50%;
    width: 64px;
    z-index: 5;
}
.image-gallery .arrow.prev {
    background-image: url("../img/prev.png");
    left: 20px;
    opacity: 0.2;
    transition: all 0.2s linear 0s;
}
.image-gallery .arrow.next {
    background-image: url("../img/next.png");
    opacity: 0.2;
    right: 20px;
    transition: all 0.2s linear 0s;
}
.image-gallery .arrow.prev:hover{
    opacity:1;
}
.image-gallery .arrow.next:hover{
    opacity:1;
}
.image-gallery-footer {
    height:40px;
}
.image-gallery-footer .nav {
    bottom: -4px;
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 1em 0 0.8em;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 5;
}
.image-gallery-footer .nav li {
    border: 5px solid #F0F0F0;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 8px;
    position: relative;
    width: 50px;
}
.image-gallery-footer .nav li.active {
    border: 5px solid #BAB9B6;
}
.image-gallery-footer .nav li img {
    max-height: 100%;
    max-width: 100%;
}
.image-gallery .slider {
    border: 15px solid #FFFFFF;
    border-radius: 5px;
    height: 500px;
    margin: 20px auto;
    position: relative;
    width: 800px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.image-gallery .slide {
    /*position: absolute;*/
    top: 0;
    left: 0;
}
.image-gallery .slide.ng-hide-add {
    opacity:1;
    -webkit-transition:1s linear all;
    -moz-transition:1s linear all;
    -o-transition:1s linear all;
    transition:1s linear all;
    -webkit-transform: rotateX(50deg) rotateY(30deg);
    -moz-transform: rotateX(50deg) rotateY(30deg);
    -ms-transform: rotateX(50deg) rotateY(30deg);
    -o-transform: rotateX(50deg) rotateY(30deg);
    transform: rotateX(50deg) rotateY(30deg);
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    transform-origin: right top 0;
}
.image-gallery .slide.ng-hide-add.ng-hide-add-active {
    opacity:0;
}
.image-gallery .slide.ng-hide-remove {
    -webkit-transition:1s linear all;
    -moz-transition:1s linear all;
    -o-transition:1s linear all;
    transition:1s linear all;
    display:block!important;
    opacity:0;
}
.image-gallery .slide, .slide.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
}

/* END - PHOTO GALLERY */



.select2-selection__clear {
    position: absolute !important;
    z-index: 1;
    left: 88%;
}

@media (min-width:1200px) {
    .select2-selection__clear {
        left: 91%;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .select2-selection__clear {
        left: 84%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .select2-selection__clear {
        left: 96%;
    }
}

@media (max-width: 599px) {
    .select2-selection__clear {
        left: 94%;
    }
}

@media (max-width: 479px) {
    .select2-selection__clear {
        left: 89%;
    }
}

@media print{@page {size: landscape}}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
    max-height: 100% !important;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto !important;
    padding: 10px;
    text-align: center;
}

th.writeTextVertical {
	transform: rotate(-90deg);
	transform-origin: top left;
}

tr.group, tr.group:hover {
    background-color: #CCC9BA !important;
}

.right-footer {
    padding: 0px;
    padding-right: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.left-footer {
    padding: 0px;
    padding-right: 15px;
    text-align: left;
}

.left-footer>search-buttons>.box-footer {
	margin-left: 0px;
}

p.bottonInfoDisplayIcon:before {
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: left;
    font-family: 'Courier New',Courier,monospace;
    text-indent: 4px;
    line-height: 16px;
    content: 'i';
    background-color: #337ab7;
	float: left;
	cursor: pointer;
}

p.bottonInfoDisplayLabel {
	margin: 0 0px 0px 25px !important;
    padding: 0 !important;

}

@media print {
    table { 
        page-break-after: always; 
    }
}