/*
@media only screen and (min-width: 700px) {
    [class*="container"] {
        width: 1150px;
    }
}
*/

@grid-float-breakpoint: 1;

html {
  height: 100%;
}

body {
  height: 100%;
}

html {
    /*background-color: #eeeeee;*/
    background-color: #FFF;
    font-family: Lato;
    font-weight: 300;
}

body { 
    background: none;
    font-family: Lato;
    font-weight: 300;
    line-height: 1.2 !important;
}

html,body {
    height:100vh;
    padding:0;
    margin:0;
}

a {text-decoration: none; }

a:visited {text-decoration: none; }

a:hover {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}


#base {
  text-align: center;
  margin-top: 75px;
}

#logo {
  margin-bottom: 50px;
}

#setamenudown {
    z-index: 3;
    position: absolute;
    display: none;
}

.divtopo {
	padding-top: 25px;
    padding-bottom: 25px;
    background-color: white;
}
.textotopo{
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.plans {
    width: 100%;
    display: table;
    padding-bottom: 20px;
    background-color: #d9e6f2;
    border-radius: 5px;
}

.servers {
    width: 100%;
    display: table;
    padding-bottom: 25px;
    padding-top: 25px;
    background-color: #FFF;
    border-radius: 8px;
}

.servers:hover {
    background-color: #F9F9F9;
}

.divcontainerdash {
    /*box-shadow: 0px 0px 30px -5px #ccc;*/
	background-color: #fbfbfb;
    border-radius: 10px;
    padding: 0;
}
.textoout {
	padding: 50px;
	text-align: center;
	font-size: 20px;
	color: #666;
}

.menudiv {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
/*
    Menu de navegação dashboard
*/
.menu{
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.section-menu{
    background-color: #447aa0;
}
a.menutopo:link,
a.menutopo:visited {
    padding: 20px 40px;
    font-size: 22px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: white;
    text-align: center;
}
a.menutopo:hover {
    background-color: #2c5879;
}
a.menutopo.active{
    background-color: #2c5879;
}

a.iconmenutopo:link,
a.iconmenutopo:visited {
    /* padding: 10px 15px 10px 15px; */
    font-size: 40px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #555;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
}
a.iconmenutopo:hover {
    cursor: pointer;
}

a.normallink{
    font-size: 16px;
    color: #c0392b;
    font-weight: 600;
    font-family: Barlow;
}

a.normallink:hover{
    color: #34495e;
}

.linkinvoicetr {

}
.linkinvoicetr:hover {
    background-color: #F3F3F3;
}

.linkinvoice {
	font-size: 16px;
	color: #666;
}
.linkinvoice:hover {
	cursor: pointer;
}

#menudown {
    z-index: 2;
    padding: 15px;
    display: none;
    background-color: #FFF;
    border-radius: 5px;
    position: absolute;
    width: 260px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
}
.vcenter {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.form-container{
    padding: 50px 40px 40px 40px;
    margin-bottom: 20px;
}
.myButton {
    /*gradiente #447aa0 #37688b*/
    
    background: linear-gradient(#52b449, #45933d);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    padding: 15px 20px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
    border: none;
}
.myButton:hover {
    background-color:#8dce6c;
    text-decoration: none;
    color: white;
}
.myButton:active {
    position:relative;
    top:1px;
}
.form-controll{
    padding: 15px 20px;
    font-size: 17px;
    border-radius: 5px; 
    border: 1px solid #d7d7d7;
    background: #f3f3f3;
}

.myButton.azul{
    background: linear-gradient(#447aa0, #37688b);    
}
.myButton.azul:hover{
    background-color:#8bb4d1;
}
.myButton.vermelho{
    background: linear-gradient(#aa3939, #882929);
}

.service{
    text-align: center;
}
.service:hover .divcontainerdash{
    cursor: pointer;
    box-shadow: 0px 0px 30px -5px #37688b;    
}
.service p{
    text-align: left;
}
.service img{
    width: 50%;
}

.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-backdrop.in {
    opacity: 0.7;
}
.modal-content {
    box-shadow: none;
    border-radius: 3px;
}
#menuservices{
    width: 300px;
    background-color: #2c5879;
    position: fixed;
    z-index: 1000;
    display: none;
    border-radius: 0px 0px 7px 7px;
}
.trmenuservices{
    color: #FFF;
    padding-bottom: 5px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    background-color: rgba(0, 0, 0, .0);
    cursor: pointer;
    font-weight: 400;
}
.trmenuservices:hover{
    color: #2c5879;
    background-color: #FFF;
}
.table {
    margin-bottom: 5px;
}
.tdmenuservices{
    border-top: 1px solid rgba(255, 255, 255, .2) !important;
}
.tdiconservice{
    display: inline-block;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, .9);
    padding: 10px;
}
.tableservices>tbody>tr>td{
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sombratopomenu{
    -webkit-box-shadow: 1px 1px 15px 1px rgba(180, 180, 180, 0.35);
    -moz-box-shadow:    1px 1px 15px 1px rgba(180, 180, 180, 0.35);
    box-shadow:         1px 1px 15px 1px rgba(180, 180, 180, 0.35);
    height: 75px;
    background-color: #FFF;
    padding: 0px;
}
.textmenuleft{
    color: #677694;;
    font-family: 'Barlow', sans-serif;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    margin-bottom: 15px;
}

/*
.divmenuleft{
    padding: 15px;
    font-family: 'Barlow', sans-serif;
    cursor: pointer;
    text-align: left;
    padding-top: 9px;
    padding-bottom: 9px;
}
*/

.divmenuleft{
    padding: 15px;
    cursor: pointer;
    text-align: left;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-overflow: ellipsis;
    font-size: 15px;
}

.divmenuleft:hover{
    background-color: #130f40;
}
a.divmenuleft{
    color: #FFF;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    padding: 0px;
    /* text-transform: uppercase; */
}
a.linkfont13{
    font-size: 13px;
}
.icontransform{
    margin-right: 7px;
}
.text-menu-topo-01{
    color: #142149;
    font-family: Roboto,sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.menu-responsive2{
    display: none !important;
    margin: 15px !important;
}

.text-menu-topo-02{
    font-family: Roboto,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    color: #525666;
    font-weight: 300;
}

.row-menu-topo{
    text-transform: none;
    padding-top: 4px;
    padding-bottom: 12px;
    border-bottom: 1px rgba(0,0,0,0.1) solid;
    height: 70px;
    margin-left: -10px;
    margin-right: -10px;
}

.row-menu-topo:hover{
    background-color: rgba(225,225,225,0.2);
}

.row-menu-topo-bottom{
    border-bottom: none;
    padding-bottom: 10px;
}

.dropdown-menu-topo{
    width: 704px;
    left: -264px !important;
}

.topo-cloud-db{
    width: 80%;
    margin-top: -40px;
}

.cpanel_icon{
    filter: grayscale(50%);
}

.arrow-up {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -6px;
    left: 340px;
}

.col-menu-icon{
    text-align: center;
    padding-top: 9px;
}

.col-menu-text{
    padding-left: 0px;
    padding-top: 5px;
}
.outrasferramentas{
    display: none;
}
.iconmenuferramentas{
    font-size: 11px;
    margin-right: 5px;
    opacity: 0.3;
}
a.linkclean{
    color: #3498db;
    font-size: 12px;
    font-family: Barlow;
    cursor: pointer;
    margin-left: 5px;
}
a.linkclean:hover{
    color: #34495e;
}

.swal2-container {
  zoom: 1.2;
}
.swal2-popup {
  font-size: 1.6rem !important;
}

/*
#
# START - GRID LAYOUT
#
*/

.grid-container {
    display: grid;
    grid-template-areas:
    'menu header header header header header'
    'menu main main main main main'
    'menu footer footer footer footer footer';
    grid-template-columns: max-content;
}

.grid-header { 
    grid-area: header; 
}

.grid-menu { 
    grid-area: menu;
    background-color: #031b4d;
    width: 225px;
    text-align: center;
    padding: 0px;
}

.grid-content { 
    grid-area: main;
    padding: 40px;
    padding-top: 25px;
}

.grid-footer { 
    grid-area: footer; 
}

/*
.grid-container {
   display: grid; 
   grid-template-rows: 4rem auto 45px;
   grid-template-columns: 16rem auto;
   gap: 3px;
   height: 100%;
}

.grid-header { 
    background-color: #a3a3a3; 
   grid-row-start: 1;
   grid-column-start: 2;

   grid-row-end: 2;
   grid-column-end: 3;
}
.grid-menu { 
   background-color: #385b94; 
   grid-row-start: 1;
   grid-column-start: 1;

   grid-row-end: 4;
   grid-column-end: 2;
}
.grid-content { 
   background-color: #d0d9e6; 
   grid-row-start: 2;
   grid-column-start: 2;

   grid-row-end: 3;
   grid-column-end: 3;
}
.grid-footer { 
   background-color: #151127; 
   grid-row-start: 3;
   grid-column-start: 2;

   grid-row-end: 4;
   grid-column-end: 3;
}
*/
.footer {
    text-align: center;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    opacity: 0.7;
    padding: 50px;
    padding-bottom: 100px;
}

/*
#
# END - GRID LAYOUT
#
*/