/*
SYSGEL 2.0
(c) DIRECCION TECNICA - NOVIEMBRE 2019.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%,,,,,,,,,,,%%%%%%%    %%%%%%%%    %%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%,,,,,,,,,,,%%%%%         %%         %%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%,,,,,,,,,,,%%%%%% %%%    %    %%%    %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%, .,  ,,,,,,%%%%%%%%     %%    %%%    %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%,           ,,,,,%%%%%     %%%%%    %%%    %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%,,,,,,,,,,,,,,%%%%          %%%        %%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%,  ,%%%,,,,,,,.., ,,(%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%, .%,,,,,,,          ,,%%%%%     %%%%%%     %%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%*  %, ,,, ,,,,,,,,.   ,,%%*         %%         %%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%# ,, ,,, ,,   ,,, ,,.,,%%%%% %%%    %    %%%    %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%,%, ,, ,    ,,,,,,, ,,%%%%%%%     %%    %%%    %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%#%%,  ,     , ,,,,    ,%%%%     %%%%%    (%%    %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%,         ,,,,.,,,%%%%          %%#        %%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%, ,     ,,,  ,,,%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%,,    ,,,,,,,%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%,,,  ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%,,,,  ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%,,,%, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%,,,%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

*/

body{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#a09f9f;
	background-color: #f7f7f7;
}

html{
height: 100%;
}

body{
min-height: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif !important;
}
.uk-link, a{
	color: #7fcc5f !important;
}

.sg .uk-button-primary {
    background-color: #73b548;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
}

.sg .uk-button-primary:hover {
    background-color: #528333;
}

.sg .uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    outline: 0;
    background-color: #fff;
    color: #666;
    border-color: #73b548;
}

::selection {
    background: #7fcc5f !important;
    color: #fff;
    text-shadow: none;
}

.sg-navbar{
	width:100%;
	float:left;
	display: block;
	height: 70px;
	line-height: 70px;
	background: #fff;
}

.sg-navbar-menu-logo{
	height: 70px;
	line-height: 70px;
}

.uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 70px !important;
    padding: 0 25px !important;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-decoration: none;
}

.sg-notification-icon {
	color:#77b74e !important;
	font-size:20px !important;
	text-decoration: none !important;
}

.sg-notification-area img.uk-border-circle{
	margin:10px 15px;
	line-height: 70px;
	height: 50px;
}

.sg-notification-area .uk-button,
.sg-notification-area .uk-button:visited
 {
    line-height: 70px;
    padding: 0px;
    border: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #7fcc5f;
    margin: 0px 5px;
}

.sg-notification-area .uk-button:focus,
.sg-notification-area .uk-button:hover,
.sg-notification-area .uk-button:active{
	text-decoration: underline;
	font-weight: bold;
	color: #7fcc5f;
}

.sg-notification-area .uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    line-height: 1;
}

.sg-notification-icon a,
.sg-notification-icon a:hover{
	text-decoration: none !important;	
}

.sg-notification-icon::before {
    content: "2";
    width: 16px;
    height: 16px;
    background-color: #ff0808;
    border-radius: 3px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    left: 16px;
    top: 16px;
    text-decoration: none;
}

.sg-navbar .uk-search-default {
    width: 300px;
}

.sg-navbar .uk-search-default .uk-search-input, .sg-navbar .uk-search-default .uk-search-input:focus {
    height: 40px;
    padding: 0px 25px;
    background: #f2f2f2;
    border: 0px;
    line-height: 40px;
    border-radius: 20px;
}

.sg-logo {
    display: block;
    line-height: 70px;
    width: 180px;
    height: 45px;
    margin: 10px 0px !important;
    background-image: url(../img/logo-fp-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

.sg-dashboard{
	float: left;
	display: block;
	width:100%;
	height: 100%;
}

.sg-dashboard-area{
	width:100%;
	min-height: 100%;
	height: calc(100vh - 70px);
	padding:70px 35px 0px !important;
}

.sg-dashboard-menu{
	border-right:2px solid #e6e6e6;
	background-color: #f2f2f2;
	margin-top:70px !important;
	padding:70px 20px 0px 20px !important;
	float:left;
}

.sg-dashboard-menu .uk-nav>li>a,
.sg-dashboard-icons .uk-nav>li>a {
    padding: 15px 0;
    font-size:1rem;
    font-weight: bold;
    color: #757575 !important
}

.sg-dashboard-menu .uk-nav>li>a:hover,
.sg-dashboard-menu .uk-nav>li>a:active,
.sg-dashboard-icons .uk-nav>li>a:hover,
.sg-dashboard-icons .uk-nav>li>a:active {
    font-size:1rem;
    font-weight: bold;
    color: #7fcc5f !important;
}


.sg-dashboard-menu .uk-nav-sub a {
    padding: 5px 0;
    border-bottom:1px solid #e6e6e6;
    font-size:1rem;
    color: #757575 !important
}

.sg-dashboard-menu .uk-nav-sub a:hover,
.sg-dashboard-menu .uk-nav>li>a:active {
	color: #7fcc5f !important;
}

.sg-dashboard-area-header span{
	color: #7fcc5f;
}

.sg-dashboard-area-header h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:2rem;
	color: #757575;
	line-height: 2rem;
}

.sg-dashboard-area-header{
	line-height: 2rem;
}

.sg-dashboard-area-container{
	margin:35px 0px !important;
}

.sg-dashboard-area-container .uk-card{
	padding:35px !important;
}

.sg-dashboard-icons{
	width:48px;
	border-right: 2px solid #e6e6e6;
	background-color: #f2f2f2;
	padding: 70px 0px 0px 20px !important;
	float: left;
}

#sg-dashboard-container{
	height: 100%;
}

.sg-dashboard-area-footer{
	padding-top:70px;
	line-height: 50px;

}

.sg-dashboard-area-footer .uk-subnav>*>:first-child{
	text-transform: capitalize;
}

/* Login Sysgel FP */

.sg-login-card{
    margin-top:40px;
    min-width: 440px;
    border-radius:10px;
}

.sg-login-background{
    min-height: 800px;
    height:100vh;
    width:auto;
    min-width:100%;
    float: left;
    background: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 50%;
 }

 .sg-sysgel-logo{
    height: 180px;
    background: url('../img/sysgel-login.png');
    background-repeat:no-repeat;
    background-size: contain;
    background-position: 50% 50%;
 }

 .sg-sysgel-logo-mobile{
    float:left;
    display: block;
    width:100%;
    height:70px;
    background: url('../img/sysgel-login-mobile.png');
    background-repeat: no-repeat;
    background-size: contain;
 }

 .sg-login-input .uk-form-icon{
    color:#7fcc5f;
 }

 .sg-login-input input{
        background: #e6e6e6;
        color: #757575;
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        font-size:25px;
        line-height: 50px;
        height: 50px;
}

 .sg-login-input input::placeholder{
    font-size:16px;
    line-height: 50px;
 }

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #7fcc5f !important;
    border-color: transparent;
}

.sg-login-card .uk-button-default,
.sg-login-card .uk-button-default:hover {
    background-color: #77cc6d;
    color: #fff;
    border: 1px #77cc6d solid;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    height: 50px;
    }

    .sg-login-background .uk-card-body{
        padding-top: 20px;
    }

/* UIKit Overrides */
.sg-login-input .uk-input:focus, .sg-login-input .uk-select:focus, .sg-login-input .uk-textarea:focus {
    outline: 0;
    background-color: #fff;
    color: #666;
    border-color: #7fcc5f;
}

/* Mobile Menu */
.sg-mobile-menu{
    width:100%;
    height: 70px;
    line-height: 70px;
    background: #7fcc5f;
    color:#fff;
}

.sg-mobile-menu a,
.sg-mobile-menu a:hover{
    color:#fff !important;
    text-decoration: none;
}

.sg-mobile-menu .uk-navbar{
    height: 70px;
    line-height: 70px;
    color:#fff;
}

.sg-mobile-menu .uk-navbar-item, .sg-mobile-menu .uk-navbar-nav>li>a, .sg-mobile-menu .uk-navbar-toggle{
    min-height: 70px;
}


/* Media Queries */

@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
/* Styles */
}

@media only screen and (max-width: 959px){
    .sg-login-background{
        min-height: 768px;
        height:100vh;
        width:auto;
        min-width:100%;
        float: left;
        background: #fff;
     }

     .sg-login-background .uk-card-body{
         padding-top: 20px;
     }

     .sg-login-card{
     margin-top:0px;
     }

}

@media only screen and (max-width: 480px){
    .sg-login-card{
    min-width: 250px;
    border-radius:10px;
    margin-top:0px;
    }

    .sg-login-background .uk-card-body{
        padding-top: 20px;
    }

}


@media only screen and (max-width: 1024px) {
    .sg-sysgel-logo {
        height: 100px;
        margin:0px auto;
        width: 70%;
        background: url(../img/sysgel-login.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position:50% 0%;
    }
}

