@CHARSET "UTF-8";

#modalpartner .modal-dialog {
	width : 90%;
	}
	
#modalpartner {
	 padding-left: 100px !important;
}
	   
	   
.rotate{
    -moz-transition: all 350ms linear;
    -webkit-transition: all 350ms linear;
    transition: all 350ms linear;
}

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




/* .vertical-align.collapse.in { */
/*     display: flex; */
/*     align-items: center; */
/* } */
/* .vertical-align.collapse { */
/*     display: none; */
/* } */

.bodycontainer { height: 100%; width: 100%; margin: 0; overflow-y: auto;  overflow-x: hidden; }
.table-scrollable { margin: 0; padding: 0; }


.table>tbody>tr>td.centertop  {
	vertical-align : top;
	text-align : center;
  padding-top: 17px;
  width: 108px;
}

.information {
	padding-top: 20px;
}

.col-md-1 i.fa {
	padding-top: 3px;
}

div.row.main, .rotate, .google {
	cursor: pointer;
}


.table>tbody>tr>td.va {
	vertical-align: middle;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    
}



.table-hover > tbody > tr.expand-row:hover > td,
.expand-row > td {
    background-color: white;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 6px;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: white;
  border-color: black;
}

.btn-circle:hover {
  background-color: white;
  border-color: #59acdb;
  color: #59acdb;
}


/* modal mail */

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
#modalmail .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/* --------------------------------- */
#modalpartner .modal-header {
	padding-bottom: 0px;
	background-color: #9ec6ce;
	border-bottom-width: 0px;
        font-family : 'Open sans', sans serif;
}

#modalpartner .modal-title {
    font-family : 'Open sans', sans serif;
    font-size : 18px;
    font-weight: 500;
}

#modalpartner .modal-header .close {
    margin-top : -90px;
    margin-right: -30px;
    font-size: 44px;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;    
    opacity: 1;
    
}
 
#modalpartner .modal-content {
    box-shadow: none;
    border : 0;
}

.titlefilter, .selectfilter {
	background-color: #0053a0;
}

.titlefilter {
	padding-top : 10px;
	color: white;
}

.selectfilter {
  padding-bottom : 10px;
}


#modalpartner .modal-body {
	 background-color: #a9ccd2;
	 padding: 0;
	}

/* .partnerrow:hover { */
/* 	background-color: #9ec6ce; */
/* } */


.table-hover > tbody > tr:hover > td{
	background-color: #98b8bd;
}

/* TODO */
#listPartners {
	border-collapse: initial;
}

#listPartners span.img-contain {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 70px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
}

#listPartners > tbody >  tr {
    height: 70px;
    border-color: #9fc7cd;
    border-style: outset;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.main {
	color: #0154a2;
	font-size: 16px;
	font-weight: bold;
}

.main .col-md-10, .main .col-md-12 {
	padding-top: 26px;
} 

.btn-mail {
	font-size: 14px;
}

/* .btn-mail { */
/* 	  background-color: #4b8a74; */
/* 	  border-color: #4b8a74; */
/*      */
/*     color: white; */
/* } */

/* .btn-link { */
/* 	   background-color: #ec7404; */
/*     border-color: #ec7404; */
/*     color: white; */
/*     text-decoration: initial; */
/*     font-size: 14px; */
/* } */

.facustom {
	color: #4b8a74;
}

.detail {
	font-size: 16px;
	padding-bottom: 10px;
}

.detail label{
    color: #0154a2;
    font-size: 30px;
    font-weight: normal;
}

button.close {
	font-size: 30px;
	opacity: .8;
}


.pictpart  {
	border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.tablepicture.table>tbody>tr>td, .tablepicture.table>tbody>tr>th {
	padding : 0;
}

.tablepicture.table {
	margin: 0;
	border-style: hidden;
}

.tablepicture.table>tbody>tr {
  padding : 0;
  height: inherit;
  border-style: hidden;
  border: 0;
}

/* edge and ie */
@supports (-ms-accelerator:true) { .edge { display:none; } }

.ie .edge {display : none;}


