/*
	* Template name: Authfy - Responsive simprofi and Signup Page Template
	* Template URI: http://koder.top/demo/authfy/
	* Version: 1.0	
	* Author: Farhadur Rahim
	* Author URI: https://themeforest.net/user/webmechanicx
*/

/* Table of Content
==================================================
	#01. Web Fonts
	#02. Common CSS
	#03. Section Panel UI CSS
    #04. Check box UI CSS
    #05. Responsive CSS
*/

/*--------------------*/
/* Import all style */
/*--------------------*/

    @import 'bootstrap.min.css';
    @import 'font-awesome.min.css';
    @import 'preloader.css';

/*--------------------*/
/* 01. Web Fonts */
/*--------------------*/

	@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900');

/*--------------------*/
/* 02. Common CSS */
/*--------------------*/

html {
    background: url(../images/bg-body.jpg) #e6e6e6 no-repeat bottom right;
    background-size: cover;
    height: 100%;
}

body, 
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility; 
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
    background:none;
    height:100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a { 
  text-decoration: none;
  color: #494949;
  
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Titillium Web', sans-serif;
  color: #494949;
}

.title-white {
    color:#fff;
    display: inline;
}

a, 
a:hover, 
a:focus {
  color: #af3e41;
}

.btn-primary {
  background-color: #af3e41;
  border-color: #af3e41;
  transition: 0.3s;
}

.btn-primary:hover, 
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus, 
.btn-primary:active, 
.btn-primary.active {
  background-color: #922c2f;
  border-color: #922c2f;
}

.brand-logo {
  margin: 35px auto;
}

/*--------------------*/
/* 03. Section Panel UI CSS */
/*--------------------*/

.authfy-login {
  background-color: #fff;
  height: 482px;
  margin: 25px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0,0,0,.05);
}

.box-login {
    width:100%;
    margin:auto;
    max-width:550px;
}

.box-internas {
    width:100%;
    margin:auto;
    max-width:1500px;
    margin: 35px auto;
    position: relative;
    top: 0;
    left: 0;
    padding-left:25px;
    padding-right:25px;
    box-sizing: border-box;
    overflow:hidden;
}

.box-internas table {
    margin-bottom:0;
}

.box-internas .col-sm-12 {
    padding:35px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
    background: #fff;
}

.box-internas .auth-title {
    margin-top:0;
}

.box-internas .brand-logo {
    background:#32312f;
    padding:20px;
    box-sizing: border-box;
    margin:0;
}

.box-internas .btn-block {
    width:auto;
    float:right;
}

.pag {
    text-align:center;
}

.pag a {
    border:solid 1px #ddd;
    transition: 0.3s;
    box-shadow:none !important;
    color:#af3e41;
}

.pag a:hover {
    background:#ddd;
    color:#af3e41;
}

.pag a.active {
    background:#af3e41;
    border-color:#af3e41;
    color:#fff;
}

.brand-logo .btn-block+.btn-block {
    margin-top:0;
    margin-right:10px;
}

#select-fields select {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    height: 50px;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 0 2px 0 rgb(0 0 0 / 10%);
    border: solid 1px #bcc2ce;
    outline: none;
    line-height: 1.42857143;
    float:left;
    margin-right:1%;
}

#select-fields select:nth-child(1) {
    width:65%;
}
#select-fields select:nth-child(2) {
    width:17%;
}

#select-fields .field-full {
    width:83% !important;
}

#select-fields input {
    background-color: #af3e41;
    transition: 0.3s;
    color:#fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 0 2px 0 rgb(0 0 0 / 10%);
    border: solid 1px #af3e41;
    display: inline-block;
    line-height: 1.42857143;
    float:right;
    padding: 12px;
    font-size: 16px;
    height: 50px;
    border-radius: 3px;
    margin-bottom: 10px;
    width:16%;
}

#select-fields input:hover {
    background-color: #922c2f;
    border-color: #922c2f;    
}

.tabela-artigos {
    font-size:14px;
    line-height:16px;
}

.file-table {
    width:100%;
    display:inline-block;
    max-width:130px;
    overflow:hidden;
}

.bt-pago {
    border: #8da821 solid 2px !important;
    font-size: 18px !important;
    color: #8da821 !important;
}

.icone-interna i {
    font-size: 30px;
}

.bt-pago:hover {
    background: #af3e41 !important;
}

.bt-cancelar {
    font-size: 18px !important;
}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Selecione o arquivo';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.status-APROVADO, .status-ATIVO {
    color:#fff;
    background:#8da821;
    font-weight:bold;
    font-size:12px;
}

.status-REPROVADO, .status-INATIVO {
    color:#fff;
    background:#a51717;
    font-weight:bold;
    font-size:12px;
}

.status-RESSALVA {
    color:#fff;
    background:#d78c08;
    font-weight:bold;
    font-size:12px;
}

.table-autor p {
    text-transform:lowercase;
    font-size:12px;
    font-weight: 500;
}

.table-autor p i {
    color:#af3e41;
}

#myTable a {
    border: #af3e41 solid 2px;
    transition: 0.3s;
    padding: 5px;
    font-size: 12px;
    border-radius: 6px;
    color:#af3e41;
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

#myTable td {
    vertical-align: inherit;
}

#myTable a:hover {
    background:#af3e41;
    color:#fff;
}

.authfy-login .authfy-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  padding:40px;
}

.authfy-panel .authfy-heading {
  margin-bottom: 30px;
}
    
.authfy-login .auth-title {
  font-weight: 700;
  margin-top: 0px;
}
    
.authfy-login .authfy-panel.active {
  opacity: 1;
  transform: translateX(0);
 -webkit-transform: translateX(0);
}
	
.authfy-login .social-buttons a {
  color: white; 
}

.authfy-login .social-buttons a:hover {
  color: white;
  opacity: 0.9; 
}

.authfy-login .social-buttons .btn-facebook {background: #3b5998;}
.authfy-login .social-buttons .btn-twitter {background: #00aced;}
.authfy-login .social-buttons .btn-google {background: #c32f10;}


.authfy-login .loginOr {
  position: relative;
  font-size: 1.5em;
  color: #aaa;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.authfy-login .loginOr .hrOr {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.authfy-login .loginOr .spanOr {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.75em;
  margin-left: -1.5em;
  background-color: white;
  width: 3em;
  text-align: center;
}			

.panel-login .remember-row {
  margin-bottom: 10px;
}

.panel-login .remember-row label {
  font-weight: normal;
  position: relative;
  cursor: pointer;
  color: #666;
  padding-left: 24px;
}

.authfy-login .forgotPwd {
  text-align: right;
  margin-top: 10px;
}	

.panel-login .form-control:focus, 
.panel-signup .form-control:focus, 
.panel-forgot .form-control:focus  {
  border-color: #af3e41;
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.loginForm input[type="email"], 
.loginForm .email {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.loginForm input[type="password"], 
.loginForm .password {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-login .form-control,
.panel-signup .form-control, 
.panel-forgot .form-control {
  background-color: #fff;
  color: #333333;
  font-size: 18px;
  height: 50px;
  margin-bottom: 20px;
  padding: 12px 22px;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1),0 0 2px 0 rgba(0,0,0,0.1);
  border: solid 1px #bcc2ce;
  outline: none;
}

.pwdMask {
  position: relative;
}

.pwdMask .pwd-toggle {
  color: #cccccc;
  position: absolute;
  z-index: 2;
}

.panel-login .pwdMask .pwd-toggle {
  top: 17px;
  right: 15px;
}

.panel-signup .pwdMask .pwd-toggle {
  top: 15px;
  right: 15px;
}

.pwdMask .pwd-toggle:hover, 
.pwdMask .pwd-toggle:focus {
  cursor: pointer;
}

.pwdMask .pwd-toggle:hover, 
.pwdMask .pwd-toggle:focus, 
.pwdMask .pwd-toggle.fa-eye {
  color: #af3e41;
}

.panel-signup .term-policy a {
  text-decoration: underline;
}

/*--------------------*/
/* 04. Check box UI CSS */
/*--------------------*/

.checkbox input[type="checkbox"] {
  position: absolute;
  right: 9000px;
}

.checkbox input[type="checkbox"] + .label-text:before, 
.checkbox input[type="checkbox"] + .label-text:after {
  font-size: 11px;
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 2px;
  margin-left: 0;
  position: absolute;
  top: 2px;
  left: 0;
}

.checkbox input[type="checkbox"] + .label-text:before {
  content: "";
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  cursor: pointer;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox input[type="checkbox"] + .label-text:after {
  background-color: #af3e41;
  color: #ffffff;
  border-radius: 2px;
  border-color: #af3e41;
  line-height: 1.4;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + .label-text:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + .label-text:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

/*--------------------*/
/* 05. Responsive CSS */
/*--------------------*/

@media (max-width: 720px) {
    #select-fields select:nth-child(1), #select-fields select:nth-child(2), #select-fields .field-full,  #select-fields input {
        width:100% !important;
        margin-right:0;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
  
    .authfy-login .authfy-panel {
      padding: 32px;
    }
    
    .panel-login .remember-row {
      margin-bottom: 10px;
      font-size: 14px;
    }
}

@media (max-width: 320px) {
    .authfy-login {
      height: 500px;
    }
    .authfy-heading p {
      font-size: 14px;
    }
    
    .remember-row .col-sm-6 {
      width: 100%;
    }
    
    .authfy-login .forgotPwd {
      text-align: left;
      margin-top: 0px;
    }	
}