/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}
input.cmn-toggle-round + label {
    padding: 2px;
    width: 40px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 20px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 20px;
    transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
    width: 20px;
    background-color: #fff;
    border-radius: 100%;
    transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
    margin-left: 20px;
}
.select_categories span.error {
    color: red;
}
.portlet.light {
    clear: both;
}
@media screen and (max-width: 640px) {
    table {
        display: block;
        overflow-x: auto;
    }
}
.message_show_none {
    text-align: center;
    padding: 30px;
    margin-top: 20px;
    background-color: #eee;
}
.grehphoto {
    position: relative;
    height: 160px;
    float: left;
    margin: 0 8px 8px 0;
}
.grehphoto img {
    height: 100%;
}
.contact_list ul {
    padding: 0;
}
.contact_list li {
    list-style: none;
    padding: 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dddddd;
}
.contact_list a {
    color: #000;
}

.novo-topico
{
    margin-top: -60px !important; 
    margin-right: -10px !important;
}

/** SPINNER CREATION **/



.loader {

    position: relative;

    text-align: center;

    margin: 15px auto 35px auto;

    z-index: 9999;

    display: block;

    width: 80px;

    height: 80px;

    border: 10px solid rgba(0, 0, 0, .3);

    border-radius: 50%;

    border-top-color: #000;

    animation: spin 1s ease-in-out infinite;

    -webkit-animation: spin 1s ease-in-out infinite;

  }

  

  @keyframes spin {

    to {

      -webkit-transform: rotate(360deg);

    }

  }

  

  @-webkit-keyframes spin {

    to {

      -webkit-transform: rotate(360deg);

    }

  }
  .white-lgpd{
      background:white;
      padding:15px;
  }
  
  .text-white{
      color:#bfc9d0;
      text-decoration: underline;
  }