/*@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");*/

/*
A, BODY, P, .mytext, .mypassword, .mybutton, .myfile, .mysubmit, .myreset{
	font-family: Poppins,Helvetica,sans-serif!important;
}
.gray-bg-patter {
    background: url(coolbk.png);
}
.bg-gray-to-white-gradient {
	background: #fff url('../../ssbuttons_v23/login-bg-slice-gray-white.png') repeat-x top;
}
.bg-light-blue{
	 background-color: #d8f0ff !important;
}
.bg-white{
	background-color: #ffffff !important;
}
.p-2 {
    padding: .25rem!important;
}
.p-2 {
    padding: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.p-0 {
    padding: 0px!important;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.bg-white {
    background-color: #fff!important;
}
.gray-bg, .bg-muted {
    background-color: #f3f3f4;
}
.p-md {
    padding: 25px;
}
.m-t-sm {
    margin-top: 10px;
}
.font-bold {
    font-weight: 600;
}
.loginColumns h2 {
    font-size: 24px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-b {
    margin-bottom: 15px;
}
.m-t-sm {
    margin-top: 10px;
}
.loginColumns font{
	color:#303e67;
	font-size: 12px;
}
*/

.myButton,.mySubmit,.btn, .myReset{
	font-family: Poppins,Helvetica,sans-serif!important;
    /*display: inline-block!important;*/
    font-weight: 400!important;
    color: #fff!important;
    background-color: #1ab394!important;
    text-align: center!important;
    border: 0px!important;
    padding:5px 17px!important;
    font-size:14px!important;
    /*line-height: 1.5!important;*/
    border-radius: 5px!important;
	cursor: pointer;
	/*text-transform:capitalize!important;*/
    height:32px;

}
.myButton:hover, .myButton:focus,.mySubmit:hover, .mySubmit:focus, .btn:hover, .btn:focus, .myReset:focus, .myReset:hover{
    background-color: #169f83!important;
    border-color: #169f83!important;
    color: #FFFFFF;
	outline:0px;
	
}
.btn-link{
	font-family: Poppins,Helvetica,sans-serif!important;
    display: inline-block!important;
    font-weight: 400!important;
    color: #fff!important;
    background-color: #1ab394!important;
    text-align: center!important;
    border: 0px!important;
    padding:5px 8px!important;
    font-size:14!important;
    line-height: 1.5!important;
    border-radius: 0.25rem!important;
	cursor:pointer;
	text-transform:capitalize!important;
}
.btn-link:hover,.btn-link:focus{
	 background-color: #169f83!important;
    border-color: #169f83!important;
    color: #FFFFFF;
	outline:0px;
	text-decoration:none!important;
}
.ibox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    background-color: #ffffff;
}
.ibox-title {
    background-color: #fafafa;
    border: 1px solid #ccc;
    color: inherit;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
	min-height: 25px;
    clear: both;
	font-weight: 600;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    border-radius: 5px;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 10px 20px 10px 20px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0px 0 0px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
    color: #5c5c5c;
}


#resumepage{
	padding-left:20px;
}

.paper{ background-color: #fff;}



#fullmenu{
	background-color: #1ab394!important;
	color:#fff;
	padding-top: 5px;
}
#fullmenu a{
	color:#fff!important;
}
#fullmenu label{
	color:#fff!important;
}
/*
.slimScrollDiv {
	background-color:#fff!important;
}
.slimScrollDiv  #wipmenu {
	background-color:#efefef!important;
}
*/

.headerWeekMonth{
	background-color: #1ab394!important;
	border-color:#1ab394!important;
	color:#ffffff!important;
}
.calCellActive{
	background-color: #c8fcf1!important;
}
.calCell{
	border-color:#1ab394!important;
}
.calNum{
	font-family: Poppins,Helvetica,sans-serif!important;
}
.find-option-title{
	font-weight:bold!important;
}
.optionsize1x1,.optionsize2x1{
	height:auto!important;
}


.field-config{
	background-color:transparent!important;
	padding:0px!important;
	margin:0px!important;
	font-size:12px!important;
	border:0px!important;
	min-height:auto!important;
	display: contents!important;
}

div.list {
    resize: both;
    overflow: auto;
    margin: 0px;
    padding: 0px;
    display:block;
  }

/*
.border-0{
	border:0px!important;
}
.border-1{
	border:1px solid #ccc!important;
}
.border-top{
	border-top:1px solid #ccc!important;
}
.border-bottom{
	border-bottom:1px solid #ccc!important;
}
.border-left{
	border-left:1px solid #ccc!important;
}
.border-right{
	border-right:1px solid #ccc!important;
}
*/



/*
.foggy {
    opacity: 1.0!important;
}
.foggy:hover {
    opacity: 0.5!important;
}
*/


