@import url(font-awesome.min.css);
@import url(custom.css);
@import url(timeline.css);
@import url(../plugins/select2/4.0.7/select2.min.css);
@import url(../plugins/select2/4.0.7/select2-bootstrap4.css);

body 
{
	background: #EFF3F6;
	color: #8D969B;
	font-family: "DINNextLTPro-Regular";
}

html
{
   scroll-behavior: smooth;
}

/*
 * Buttons
 */

.alert-success
{
	background: #66C74C	
}

.btn
{
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
	border-radius: 40px;
	color: #fff;
	font-size: 14px;
}

.btn-circle 
{
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle.btn-xl 
{
    width: 55px;
    height: 50px;
    padding: 10px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-success
{
	color: #fff;
    background: #66C74C;
    border-color: #66C74C;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}

.btn-info
{
	color: #fff;
    background: #57C6FE;
    border-color: #57C6FE;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}

.btn-info:hover
{
	color: #fff;
    background: #19458E;
    border-color: #19458E;
    -webkit-transition: all 1s;
}

.btn-warning 
{
    color: #fff;
    background: #ffc107;
    border-color: #ffc107;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}

.btn-warning:hover
{
	color: #fff;
    background: #FF8C00;
    border-color: #FF8C00;
    -webkit-transition: all 1s;
}

@font-face 
{
  font-family: 'DINNextLTPro-Regular';
  src: url('../fonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINNextLTPro-Regular.otf')  format('opentype'),
	   url('../fonts/DINNextLTPro-Regular.woff') format('woff'), url('../fonts/DINNextLTPro-Regular.ttf')  format('truetype'), url('../fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face 
{
  font-family: 'DINNextLTPro-Medium';
  src: url('../fonts/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINNextLTPro-Medium.otf')  format('opentype'),
	   url('../fonts/DINNextLTPro-Medium.woff') format('woff'), url('../fonts/DINNextLTPro-Medium.ttf')  format('truetype'), url('../fonts/DINNextLTPro-Medium.svg#DINNextLTPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face 
{
  font-family: 'DINNextLTPro-Heavy';
  src: url('../fonts/DINNextLTPro-Heavy.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINNextLTPro-Heavy.otf')  format('opentype'),
	   url('../fonts/DINNextLTPro-Heavy.woff') format('woff'), url('../fonts/DINNextLTPro-Heavy.ttf')  format('truetype'), url('../fonts/DINNextLTPro-Heavy.svg#DINNextLTPro-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

.text-black
{
		color: #000 !important
}

.text-danger 
{
	color: #f62d51 !important
}

.text-warning 
{
	color: #ffbc34 !important
}

.text-success 
{
	color: #66C73A !important
}

.text-info 
{
	color: #57C6FE !important
}

.text-blue 
{
	color: #034883 !important
}

.border 
{
    border: 2px solid #dee2e6!important;
}

label
{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 1px
}

.card-custom 
{
    position: relative;
    background: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}

.card-custom > .card-body
{
	background: #fff;
}

.card-custom > .card-text
{
	background: #fff;
}

.card-footer 
{
	padding: .75rem 1.25rem;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,.125);
}

.border-danger 
{
    border-color: #FF0030!important;
}

.form-group .form-control 
{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: #7f8992;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-color: #dfe6ec;
    -webkit-box-shadow: inset -1px 2px 5px 0px #e8e8e8;
    -moz-box-shadow: inset -1px 2px 5px 0px #e8e8e8;
    box-shadow: inset -1px 2px 5px 0px #e8e8e8;
}

.form-control 
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
}

input 
{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
}

input, button, select, textarea 
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input 
{
    line-height: normal;
}

textarea:focus,
select:hover,
select:focus,
select:active,
select:checked,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
.uneditable-input:focus 
{   
  border-color: #034883;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0 none;
}

.form-control:focus 
{
   border-color: #034883;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0 none;
}

.custom-control-input:checked~.custom-control-label::before 
{
    color: #fff;
    border-color: #1A468F;
    background-color: #1A468F;
}



.checkbox input[type=checkbox]
{
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	position: absolute;
	left: 0px;
	outline: none !important;
	background: #666
}

.alert-success 
{
	color: #fff;
    background: #66C73A;
    border: none;
}


.bg-info
{
   width: 0px;
   background: #034883!important;
}

.border-success 
{
    border-color: #65C639!important;
}

.fa-user 
{
  color: #163F86;
}

.fa-lock 
{
  color: #163F86;
}

.page-item.active .page-link 
{
	z-index: 1;
    color: #fff;
    background-color: #034883;
    border-color: #034883;
}

.scrollbar::-webkit-scrollbar-track
{
	background: #DEE5EB;
}
 
.scrollbar::-webkit-scrollbar
{
	width: 8px;
	height: 100px;
	background: #57C6FE;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 20px;
	background:#57C6FE;
}

.btn-custom
{
	color: #fff;
	-webkit-transition: all 1s;
    background: #163E86;
    border-color: #163E86;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}

.btn-custom:hover
{
	color: #fff;
	-webkit-transition: all 1s;
    background: #57C6FE;
    border-color: #57C6FE;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}