table {
    overflow-y: auto;
}

.formDateType .input-group{
    display: inline-block;
    margin : 0 15px;
}

.portlet-title {
    max-width: 80%;
}

.daterangepicker .calendar {
    max-width:100%;
}

.amExportButton {
    position: absolute;
    top: -60;
    right: 0;
}

.amExportButton li {
    list-style: none;
}

.amExportButton a {
    background-color: #44b6ae;
    padding: 5px;
    border: 1px solid #44b6ae;
    border-radius: 5px;
    color: #fff;
}

label.error{
    border-width: 1px;
    width:auto;
    font-style: italic;
    background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
}
.top-menu .phone, .top-menu .phone a{
	height:46px;
}

.top-menu .phone a{
	color:#c6cfda;	
	line-height:20px;
}


.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-menu{
	overflow: scroll;
	overflow-x: hidden;
    max-height: 750px;
}

tr.green, td.green{
	background-color:#3ad0a5 !important;
}

tr.orange, td.orange{
	background-color:#ffaa57 !important;
}

tr.red, td.red{
	background-color:#ff6973 !important;
}

.sub-menu .sub-title{
	color:white;
}

#texteCountdown {
    font-size: 70%;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: 50px;
    background: url(load.svg) no-repeat;
    background-position: center;
    margin-bottom: 80px;
}