/*//////////////////////////////////////////////////////////////*/
/*Login Page/////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*/
body
{
    font-family: "Open Sans",sans-serif !important;
}
.wrapper
{
    /*background-color:white; */
        /*background-image: linear-gradient( to right, #16a48c, #34e47f );*/

}
.login-panel-default
{
	border: 15px solid #62cbaa;
}

.login-panel-body
{
	/*padding-top:30px;*/
    padding: 40px;
	background-color: #ffffff;
}

.login-panel-logo-container
{
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

.login-powered-by-section
{
	line-height: 34px;
	color: #ededed;
	font-family: Verdana, Geneva, sans-serif;
}

.login-input-field
{
    background-color: #7186c1 !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding:0px !important;
    height: 36px !important;
}

.login-input-group-addon
{
	color: #abb6d4 !important;
    background-color: #7186c1 !important;
    border: 0px !important;
    border-radius: 0px !important;
}

#btn-login
{
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    width: 100%;
    height: 40px;
    /*background: transparent;*/
    background: #11998d;
    color: #fff;
    font-weight: 100;
    /*border: 1px solid #2a3961;*/
    border: 0px;
    cursor: pointer;
    transition: all ease 0.3s;
}

#btn-login:hover {
    border-color: #ffffff;
    color: #ccc;
}

.btn-login-container
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

input[type="text"].login-input-field::-webkit-input-placeholder,input[type="password"].login-input-field::-webkit-input-placeholder  {
  color: #abb6d4;
}


/*//////////////////////////////////////////////////////////////*/
/*END LOGIN SECTION/////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*/


/*Custom admin LTE*/
@media (min-width: 1200px){
  .container 
  {
    max-width: 1560px !important;
  }
}
.sidebar-dark-primary
{
    background-color: #3e538e !important;
}

.user-panel 
{
    border-bottom: 1px solid #7e8f9e !important;
}

.brand-link 
{
	border-bottom: 1px solid #7e8f9e !important;
}

.nav-treeview
{
    margin-left: 33px !important;
}

.custom-remove-btn
{
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat!important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(../images/remove-icon-small.png)!important;
}

.content-wrapper, .main-footer, .main-header
{
        margin-left: 0px !important; 
}

/*Modal*/
.modal-header 
{
    padding: 5px !important;
}

.modal-header .close, .modal-header .mailbox-attachment-close
{
    margin-right: 1px !important;
}

/*Bootstrap Modification*/
.alert-danger 
{
    color: #e73d4a;
}
.alert > p, .alert > ul
{
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
}

/*Fullscreen mode*/
.theme-selector
{
display: none!important;
}

.myDiv.fullscreen
{
z-index: 9999; 
width: 100%; 
height: 100%; 
position: fixed; 
top: 0; 
left: 0; 
}

/*Profile pic*/
.container {
max-width: 960px;
margin: 30px auto;
/*padding: 20px;*/
}
.avatar-upload {
position: relative;
max-width: 205px;

}
.avatar-edit {
position: absolute;
right: 12px;
z-index: 1;
top: 10px;

}
.avatar-upload input 
{
display: none;

}
.avatar-upload input  + label 
{
display: inline-block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: #FFFFFF;
border: 1px solid transparent;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
font-weight: normal;
transition: all .2s ease-in-out;

}
.avatar-edit label:hover{
background: #f1f1f1;
border-color: #d6d6d6;
}

.avatar-edit   label:after {
content: "\f040";
font-family: 'FontAwesome';
color: #757575;
position: absolute;
top: 10px;
left: 0;
right: 0;
text-align: center;
margin: auto;

}
.avatar-preview 
{
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    
}
.avatar-preview > div 
{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*Community Management*/
  .theme-selector
  {
    display: none!important;
  }
  .circle-alert {
    background: #00bdc7;
    border-radius: 200px;
    color: white;
    height: 150px;
    font-weight: bold;
    width: 150px;
    display: table;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    margin-left: 30px;
    margin-right: 25px
}
  .circle-alert-2 {
    background: #6b85be;
    border-radius: 200px;
    color: white;
    height: 150px;
    font-weight: bold;
    width: 150px;
    display: table;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    margin-left: 30px;
}
  .circle-alert-3 {
    background: #00bdc7;
    border-radius: 200px;
    color: white;
    height: 150px;
    font-weight: bold;
    width: 150px;
    display: table;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}
.circle-alert span:first-child
{
    /*display: inline-block;
    margin-top: 60px;*/
    display: inline-block;
    margin-top: 51px;
    font-size: 34px;
}

.circle-alert-2 span:first-child
{
    display: inline-block;
    margin-top: 30px;
    font-size: 28px;
  
}
.circle-alert-3 span:first-child
{
    display: inline-block;
    margin-top: 30px;
     font-size: 28px;
  
}
.container-circle
{
    display: inline-block;
    text-align: center;
}
.container-circle > span
{
    font-size:12px;
}
.container-circle-2
{
    display: block;
    text-align: center;
}
.container-circle-side
{
    display: block;
    text-align: center;
}
.container-circle-side > span
{
    margin-left: 0px;
    font-size:14px;
}
.btn-sm-toggle
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}
#daterange-btn
{
    background-color: #ffffff;
    width: 96%;
}
#title-summary
{
    font-weight: bold;
    font-size: 25px;
}
/*END*/

/*Custom Sizes and Color Padding, Margin, BG*/
.ml-20
{
    margin-left:20px !important;
}
.mt-15
{
    margin-top:15px !important;
}
.mb-15
{
    margin-bottom:15px !important;
}
.pdb-10
{
    padding-bottom: 10px !important;
}
.pdb-15
{
    padding-bottom: 15px !important;
}
.pdb-20
{
    padding-bottom: 20px !important;
}
.pdt-10
{
    padding-top: 10px !important;
}
.pdt-20
{
    padding-top: 10px !important;
}
.pdl-0
{
    padding-left: 0px !important;
}
.pd-10
{
    padding:10px !important;
}
.pd-20
{
    padding:20px !important;
}
.bgwhite
{
    background-color: #ffffff !important;
}
.o-hidden
{
    overflow: hidden !important;
}
.fs-16
{
    font-size: 16px !important;
}
.fw-b
{
    font-weight: bold !important;
}
.npl
{
    padding-left: :0px !important;
}
.npr
{
    padding-right:0px !important;
}