.bg-company-white {
    background-color: white !important;
}
.white-link{
	color:#fff;
	text-decoration: none;
}
.white-link:hover { color: #ccc; text-decoration: none;}
.link-container{
	padding: 0px 0px 15px 0px;
	width:100%;
}
.hr-line{width:93%;background-color: #7099eB;float:left;height:2px;}


.mobile-hide{}
.inaltime{
	min-height:400px;
}
.casete-sectiune1{
	width:70%;
	background-color: #FEFDEB;
	text-align: center;
	border-radius:5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin:auto;
	padding:20px 25px;
	min-height:267px;
}
.div-casete-sectiune1{
	text-align: center;
}
.div-casete-sectiune2{
	text-align: center;
}
.casete-sectiune21{
	width:86%;
	background-color: #F2F7FD;
	text-align: center;
	border-radius:5px;
	margin:auto;
	padding:20px 25px;
	min-height:322px;
	border: solid #333333 1px;
}
.casete-sectiune22{
	width:70%;
	background-color: #F2F7FD;
	text-align: justify;
	border-radius:5px;
	margin:auto;
	padding:20px 25px;
	min-height:322px;
	border: solid #333333 1px;
}
.left-sigla{
	float:left;
	margin-left:4%;
}
.right-sigla{
	float:right;
	margin-right:4%;
}

@media (max-width:767px){
	.mobile-hide{
		display:none;
	}
	.casete-sectiune1{
		width:100%;
		background-color: #FEFDEB;
		text-align: center;
		border-radius:5px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin:auto;
		padding:20px 25px;
		min-height:267px;
	}
	.div-casete-sectiune1{
		text-align: center;
		margin-bottom:10px;
	}
	.div-casete-sectiune2{
		text-align: center;
		margin-bottom:10px;
	}
	.casete-sectiune21{
		width:100%;
		background-color: #F2F7FD;
		text-align: center;
		border-radius:5px;
		margin:auto;
		padding:20px 25px;
		min-height:322px;
		border: solid #333333 1px;
	}
	.casete-sectiune22{
		width:100%;
		background-color: #F2F7FD;
		text-align: justify;
		border-radius:5px;
		margin:auto;
		padding:20px 25px;
		min-height:322px;
		border: solid #333333 1px;
	}
	.left-sigla{
		float:left;
		margin-left:15%;
	}
	.right-sigla{
		float:right;
		margin-right:15%;
	}
}


.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.datepicker {
    font-size: 0.875em;
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    top: 0;
    left: 0;
    border-radius: 0.3125em;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 999999;
}
    .datepicker:before{
        height: 5px;
        visibility: visible;
    }

    .datepicker:before {
        bottom: 0px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker.days div.datepicker-days {
        display: block;
        padding: 10px;
    }

    .datepicker.months div.datepicker-months {
        display: block;
    }

    .datepicker.years div.datepicker-years {
        display: block;
    }

    .datepicker table {
        margin: 0;
    }

    .datepicker td, .datepicker th {
        text-align: center;
        width: 2em;
        height: 2em;
        border-radius: 2px;
        border: none;
    }


.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover {
    background: #EEEEEE;
    cursor: pointer;
    padding: 6px 11px;
}
.datepicker table tr td.day {

    padding: 6px 11px;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #9999AE;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #EEEEEE;
    cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #333;
    background: #9999AE;
    cursor: pointer;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    color: #fff;
    background: #555555;
}

.datepicker table tr td span {
    display: block;
    width: 29%;
    height: 35px;
    line-height: 35px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #EEEEEE;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        color: #9999AE;
        background: none;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        color: #FFF;
        background: #555555;
    }

    .datepicker table tr td span.old {
        color: #9999AE;
    }

.datepicker th.switch {
    width: 145px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover, .datepicker tfoot tr:first-child th:hover {
        background: #EEEEEE;
    }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.datepicker-minutes thead, .datepicker-hours thead {
    display: none;
}

.datepicker-minutes td, .datepicker-hours td {
    width: 220px;
}