body {
	font-family: "proxima_nova_condensedregular";
	color: #3b3b3b;
	font-size: 14px;
	background-color: #f0f5f9 !important;
}

main {
	overflow: hidden;
}

b, strong, th {
	font-family: "proxima_nova_condensedbold";
	font-weight: normal;
}

a {
	color: #3b3b3b;
}

a:hover,
a:focus {
	color: #21d6bf;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}


.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.fc-button,
.btn {
	min-width: 85px;
	height: 24px;
	border-radius: 4px;
	padding: 4px 20px;
	line-height: 10px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	/*margin-bottom: 10px;*/
}

.btn-lg {
	height: 30px;
	min-width: unset;
}

.panel .btn {
	margin-bottom: 10px;
}

.form-group {
	margin-bottom: 10px;
}

.fc-button {
	line-height: 14px;
	background-image: none !important;
}

.fc-button-prev,
.fc-button-next {
	line-height: 14px;
	min-width: auto;
}

.fc-button-prev {
	border-radius: 4px 0 0 4px;
}

.fc-button-next {
	border-radius: 0 4px 4px 0;
}

a.btn {
	padding: 6px 20px;
}

.btn.btn-with-icon {
	padding: 5px 20px;
	height: 24px;
}

.btn.btn-with-icon i {
	margin-right: 10px;
	margin-top: 1px;
}

.btn-right-icon .fa {
	margin-left: 10px;
	margin-top: -1px;
}

.fc-button:focus,
.btn:focus {
	box-shadow: none;
}

.fc-state-disabled,
.disabled .btn,
.btn.disabled,
.btn:disabled {
	opacity: 0.2;
}

.btn-light {
	color: #3b3b3b;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-light.active,
.btn-light:active, .open > .dropdown-toggle.btn-light,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled):hover,
.btn-light.focus,
.btn-light:focus,
.show > .btn-light.dropdown-toggle:focus {
	color: #3b3b3b;
	background-color: #ffffff;
	border-color: #ffffff;
	box-shadow: none;
}

.btn-light.text-danger {
	color: #ff5047;
}

.btn-light.text-danger.active,
.btn-light.text-danger:active, .open > .dropdown-toggle.btn-light.text-danger,
.btn-light.text-danger:not(:disabled):not(.disabled).active:focus,
.btn-light.text-danger:not(:disabled):not(.disabled):active:focus,
.btn-light.text-danger:not(:disabled):not(.disabled):hover,
.btn-light.text-danger.focus,
.btn-light.text-danger:focus,
.show > .btn-light.text-danger.dropdown-toggle:focus {
	color: #c14842;
}

.btn-outline-light {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.btn-outline-light.active,
.btn-outline-light:active, .open > .dropdown-toggle.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled):hover,
.btn-outline-light.focus,
.btn-outline-light:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
	box-shadow: none;
}

.btn-secondary {
	color: #ffffff;
	background-color: #aab6bd;
	border-color: #aab6bd;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled):hover,
.show > .btn-secondary.dropdown-toggle:focus {
	color: #ffffff;
	background-color: #8e9ba4;
	border-color: #8e9ba4;
	box-shadow: none;
}

.btn-outline-secondary {
	color: #aab6bd;
	background-color: transparent;
	border-color: #aab6bd;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.show > .btn-secondary.dropdown-toggle:focus {
	color: #8e9ba4;
	background-color: transparent;
	border-color: #8e9ba4;
	box-shadow: none;
}
/*fc-button-today fc-state-default*/
.fc-state-default,
.btn-success {
	color: #ffffff;
	background-color: #21d6bf;
	border-color: #21d6bf;
}

.fc-state-default.active,
.fc-state-default:active, .open > .dropdown-toggle.fc-state-default,
.fc-state-default:not(:disabled):not(.fc-state-disabled).active:focus,
.fc-state-default:not(:disabled):not(.fc-state-disabled):active:focus,
.fc-state-default:not(:disabled):not(.fc-state-disabled):hover,
.fc-state-default.focus,
.fc-state-default:focus,
.show > .fc-state-default.dropdown-toggle:focus,
.btn-success.active,
.btn-success:active, .open > .dropdown-toggle.btn-success,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled):hover,
.btn-success.focus,
.btn-success:focus,
.show > .btn-success.dropdown-toggle:focus {
	color: #ffffff;
	background-color: #12b19d;
	border-color: #12b19d;
	box-shadow: none;
}

.btn-outline-success {
	color: #21d6bf;
	background-color: transparent;
	border-color: #21d6bf;
}

.btn-outline-success.active,
.btn-outline-success:active, .open > .dropdown-toggle.btn-outline-success,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled):hover,
.btn-outline-success.focus,
.btn-outline-success:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	color: #12b19d;
	background-color: transparent;
	border-color: #12b19d;
	box-shadow: none;
}

.btn-danger {
	color: #ffffff;
	background-color: #ff5047;
	border-color: #ff5047;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled):hover,
.show > .btn-danger.dropdown-toggle:focus {
	color: #ffffff;
	background-color: #c14842;
	border-color: #c14842;
	box-shadow: none;
}

.btn-outline-danger {
	color: #ff5047;
	background-color: transparent;
	border-color: #ff5047;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):hover,
.show > .btn-outline-danger.dropdown-toggle:focus {
	color: #c14842;
	background-color: transparent;
	border-color: #c14842;
	box-shadow: none;
}

.page-link {
	font-size: 12px;
	border: none;
	color: #3b3b3b;
	padding: 0 7px;
	background-color: transparent;
}

.page-link:focus,
.page-link:hover {
	background-color: transparent;
	color: #21d6bf;
}

.page-link:focus {
	box-shadow: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}

.page-item:first-child .page-link:before,
.page-item:last-child .page-link:before {
	content: "";
	position: absolute;
	top: 3px;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.page-item:first-child .page-link:before {
	border-right: 5px solid #3b3b3b;
}

.page-item:first-child .page-link:hover:before {
	border-right-color: #21d6bf;
}

.page-item:last-child .page-link:before {
	border-left: 5px solid #3b3b3b;
}

.page-item:last-child .page-link:hover:before {
	border-left-color: #21d6bf;
}

.bird-border-top {
	border-top: 2px solid #eaeff2;
}

.bird-border-bottom {
	border-bottom: 2px solid #eaeff2;
}

.bird-radio-label,
.bird-checkbox-label {
	cursor: pointer;
	min-height: 18px;
	padding-left: 28px;
	position: relative;
	padding-top: 2px;
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 0;
	line-height: 30px;
}

.bird-checkbox-label.bird-checkbox-sm-label {
	min-height: 14px;
	padding-left: 24px;
	line-height: 12px;
}

input[type="radio"],
input[type="checkbox"] {
	display: none !important;
}

.bird-radio-label:before,
.bird-checkbox-label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #77809f;
	background-color: transparent;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 7px;
}

.bird-facility-selector-item {
	padding-left: 34px;
}

.bird-facility-selector-item:before {
	width: 24px;
	height: 24px;
	top: 0;
}

.bird-checkbox-label.bird-checkbox-sm-label:before {
	top: 2px;
}

.bs_title label.bird-radio-label::before {
	/*top: 9px;*/
}

.bird-checkbox-label:after {
	content: "";
	width: 9px;
	height: 6px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(-45deg);
	position: absolute;
	display: none;
	left: 5px;
	top: 12px;
	font-weight: bold;
}

.bird-facility-selector-item:after {
	top: 8px;
	left: 8px;
}

.bird-checkbox-label.bird-checkbox-sm-label:before {
	width: 14px;
	height: 14px;
}

.bird-checkbox-label.bird-checkbox-sm-label:after {
	left: 3px;
	top: 5px;
}

input[type="radio"]:checked + .bird-checkbox-label:after,
input[type="radio"]:checked + .bird-checkbox-label:before,
input[type="checkbox"]:checked + .bird-checkbox-label:after,
input[type="checkbox"]:checked + .bird-checkbox-label:before {
	display: block;
}


input[type="radio"]:checked + .bird-checkbox-label:before,
input[type="checkbox"]:checked + .bird-checkbox-label:before {
	border-color: #21d6bf;
	background-color: #21d6bf;
}

.bird-radio-label:before {
	border-radius: 50%;
	/*margin-top: 5px;*/
}

input[type="radio"]:checked + .bird-radio-label:before {
	border-color: #21d6bf;
	border-width: 3px;
	background-color: #ffffff;
}

.disabled input[type="radio"]:checked + .bird-radio-label:before {
	border-color: #77809f;
}

.bird-toggle-switch-label {
	position: relative;
	padding-left: 40px;
}

input[type="checkbox"] + .bird-toggle-switch-label:before {
	content: "";
	width: 35px;
	height: 20px;
	display: block;
	background-color: #d5dee4;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	transition: background-color 300ms linear;
}

input[type="checkbox"] + .bird-toggle-switch-label:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 2px;
	transition: left 300ms linear;
}

input[type="checkbox"]:checked + .bird-toggle-switch-label:before {
	background-color: #21d6bf !important;
}

input[type="checkbox"]:checked + .bird-toggle-switch-label:after {
	left: 18px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 10px;
	padding-right: 10px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: "proxima_nova_condensedbold";
	font-weight: normal;
	color: #4b5472;
}

h1, .h1 {
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0.5px;
}

h1.number {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.ml--10 {
	margin-left: -10px;
}


.text-secondary {
	color: #3b3b3b !important;
}

.text-success {
	color: #21d6bf;
}

.text-danger {
	color: #ff5047;
}

.text-white {
	color: #ffffff;
}

.label-success {
	background-color: #21d6bf;
}

.tooltip-inner {
	font-family: "proxima_nova_condensedbold";
	font-size: 14px;
	line-height: 30px;
	background-color: #353c59;
	color: #21d6bf;
	padding-right: 20px;
	padding-left: 20px;
}

.tooltip-arrow {
	display: none;
}

.tooltip.bottom {
	padding: 0;
	margin: 0;
}

.portlet:not(.row) {
	padding-left: 10px;
	padding-right: 10px;
}


.form-control,
.form-control:focus {
	box-shadow: none;
	border-color: #d5dee4;
	color: #353c59;
	font-family: "proxima_nova_condensedbold";
}

.input-group-addon {
	box-shadow: none;
	border-color: #d5dee4;
	color: #353c59;
}

.bird-select-100 {
    width: 100%;
}

.select2-container.bird-select .select2-choice {
	line-height: 1.42857143;
	font-size: 14px;
	padding: 6px 12px;
	height: 34px;
	border-radius: 4px;
	border-color: #d5dee4;
	color: #353c59;
	font-family: "proxima_nova_condensedbold";
}

.text-warning {
	color: #ff5047;
}

.bird-select.has-error + .select2-container .select2-selection--single {
	border: 1px solid #ff5047;
}

.bird-select.has-error + .select2-container .select2-selection--multiple {
	border: 1px solid #ff5047;
}

.bird-select.has-error + .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #ff5047;
}

.select2-container.bird-select.select2-container-active .select2-choice {
	border-radius: 4px 4px 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container.bird-select .select2-choice .select2-arrow {
	border-left: none;
	width: 30px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container.bird-select .select2-choice .select2-arrow b {
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: none;
	width: 7px;
	height: 7px;
	border-right: 2px solid #353c59;
	border-bottom: 2px solid #353c59;
	transform: rotate(45deg);
	border-top: none;
	border-left: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-drop-active {
	border-color: #d5dee4 !important;
}

.disabled:not(.form-group) *,
.disabled:not(.form-group) .bird-radio-label,
.disabled:not(.form-group) .bird-checkbox-label {
	pointer-events: none;
}

.bird-tab-navigation-container .btn-group .btn {
	font-family: "proxima_nova_condensedXBd";
	color: #aab6bd;
	box-shadow: none;
	height: 41px;
	padding: 12px 0;
	min-width: auto;
	position: relative;
	bottom: -1px;
	border-radius: 0 !important;
}

.bird-tab-navigation-container .btn-group .btn-group {
	margin-right: 0;
    display: none;
}
.bird-tab-navigation-container .btn-group .btn-group-active {
    display: block;
}

@media (min-width: 768px) {
    .bird-tab-navigation-container .btn-group .btn-group {
        margin-right: 30px;
        display: block;
    }
}

.bird-tab-navigation-container .btn-group .btn.active {
	color: #4b5472;
	border-bottom: 1px solid #4b5472;
}

.bird-tab-navigation-container .btn-group .btn.btn-outline-success:not(:hover) {
	color: #21d6bf;
}

.bird-tab-navigation-container .btn-group .btn.btn-outline-success {
	border: 0;
	margin-left: 10px;
	padding-top: 11px;
}

.bird-tab-navigation-container .bird-close-right-panel {
    display: none;
}

@media (max-width: 768px) {

    .bird-tab-navigation-container .btn-group-multiple .btn-group-active a {
        padding-right: 16px;
    }
    .bird-tab-navigation-container .btn-group-multiple .btn-group-active a:after {
        content: "";
        position: absolute;
        display: inline-block;
        transform: rotate(-45deg);
        width: 7px;
        height: 7px;
        border-left: 2px solid #4b5472;
        border-bottom: 2px solid #4b5472;
        border-radius: 1px;
        top: -8px;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .bird-tab-navigation-container-fullscreen {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: #353c59;
        color: #848eb0;
        z-index: 1101;
        padding-left: 40px;
        padding-top: 55px;
    }

    .bird-tab-navigation-container-fullscreen .bird-close-right-panel {
        display: block;
    }

    .bird-tab-navigation-container-fullscreen .btn-group .btn-group,
    .bird-tab-navigation-container-fullscreen .btn-group {
        display: block;
        float: none;
        border: none;
        height: auto;
        margin: 0;
    }

    .bird-tab-navigation-container-fullscreen .btn-group .btn {
        float: none;
        border: none;
        margin: 0;
        padding: 0;
        height: 32px;
        text-transform: none;
        font-size: 14px;
        font-family: "proxima_nova_condensedbold";
        color: #848eb0;
    }

    .bird-tab-navigation-container-fullscreen .btn-group .btn.active {
        color: #21d6bf;
        border: none;
    }

    .bird-tab-navigation-container-fullscreen .btn-group label {
        display: none;
    }

    .bird-tab-navigation-container-fullscreen .btn-group .btn-group-active a {
        padding-right: 0;
    }

    .bird-tab-navigation-container-fullscreen .btn-group .btn-group-active a:after {
        display: none;
    }
}


.btn-right-group {
	display: inline-block;
	position: relative;
}

.bird-tab-navigation-right-container {
	padding: 8px 0;
	margin-bottom: -10px;
}
.bird-tab-navigation-right-container-exports {
    display: none;
}

.bird-tab-navigation-container .bird-tab-menu-select .select-js-container .select-js-select,
.bird-span-datetimepicker,
.bird-tab-navigation-container .date-range,
.bird-tab-navigation-container .week-picker,
.bird-tab-navigation-container .date-picker {
	font-family: "proxima_nova_condensedXBd";
	font-weight: normal;
	border: none;
	width: auto !important;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	min-width: 1px !important;
	background-color: transparent;
	font-size: 12px;
	color: #21d6bf;
	position: relative;
	bottom: -1px;
	margin-left: 10px;
	text-transform: uppercase;
	padding-right: 16px;
}

.bird-tab-navigation-container .date-range,
.bird-tab-navigation-container .week-picker,
.bird-tab-navigation-container .date-picker {
	position: absolute;
	opacity: 0;
	left: 0;
	cursor: pointer;
}


.bird-tab-navigation-container .date-picker:focus {
	outline: none;
}

.bird-onboarding-body {
	position: relative;
	overflow-y: auto;
	padding: 15px;
}

.bird-onboarding-body .bird-facility-selector-item:before {
	display: block;
}

.select-js-select {
	width: calc(100% - 16px);
	padding-right: 16px !important;
}

.select-js-select:after {
	border: none;
}

.select-js-select:after,
h1 .bird-select-facility:after,
.bird-span-datetimepicker:after {
	content: "";
	position: absolute;
	display: inline-block;
	transform: rotate(-45deg);
	width: 7px;
	height: 7px;
	border-left: 2px solid #21d6bf;
	border-bottom: 2px solid #21d6bf;
	border-radius: 1px;
	top: -4px;
	right: 0;
	bottom: 0;
	margin: auto;
}

.bird-tab-navigation-container .input-prepend {
	position: relative;
	overflow: hidden;
	width: auto;
	white-space: nowrap;
	padding-right: 2px;
}

.bird-cursor-pointer {
	cursor: pointer;
}

.modal-dialog:not(.modal-lg) {
	width: 450px;
}

.modal-header {
	padding: 32px 38px 16px 38px;
	border-bottom-color: #f0f5f9;
}

.modal-header h3 {
	font-family: "proxima_nova_condensedregular";
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	color: #aab6bd;
}

.modal-body {
	padding: 16px 38px 25px 38px;
	color: #aab6bd;
}

.modal-footer {
	padding: 0 38px 40px 38px;
	border-top: none;
}

.modal-content {
	box-shadow: 0 0 15px 1px rgba(53, 60, 89, 0.05);
	border: none;
}

.modal-body .alert {
	margin-right: -15px;
	margin-left: -15px;
	/*padding: 0;*/
}

.modal-roi {
	width: 740px;
}

.modal-roi .modal-body {
	color: #4b5472;
}

.modal-roi .modal-body .fa {
	margin-bottom: 15px;
}

.modal-roi .modal-body p {
	font-size: 20px;
}

textarea {
	resize: vertical;
}

.modal-body .form-group hr {
	border-bottom: 2px solid #f0f5f9;
	margin-left: -28px;
	margin-right: -28px;
	border-top: none;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.modal-middle {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.modal-wide {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.has-error label {
	color: #ff5047 !important;
}

.has-error .select2-choice,
.has-error .form-control:focus,
.has-error .form-control {
	border-color: #ff5047 !important;
	box-shadow: none;
}

.bs-throbber-container {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
}

.modal-header .close {
	width: 10px;
	height: 10px;
	position: relative;
}

.modal-header .close:before,
.modal-header .close:after {
	content: "";
	width: 12px;
	height: 3px;
	background-color: #aab6bd;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.modal-header .close:before {
	transform: rotate(45deg);
}

.modal-header .close:after {
	transform: rotate(-45deg);
}

.modal-dialog .ul-tree {
	padding-left: 0;
}


.bird-outer-top-shadow {
	box-shadow: 0 3px 5px -5px rgba(53, 60, 89, 0.5);
}

.bird-inner-top-shadow {
	box-shadow: inset 0 3px 5px -5px rgba(53, 60, 89, 0.5);
}

select {
	font-size: 14px;
	font-family: "proxima_nova_condensedbold";
	padding-right: 10px;
	padding-left: 18px;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 25px !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 25px !important;
}

.pt-1,
.py-1 {
	padding-top: 25px !important;
}

.pr-1,
.px-1 {
	padding-right: 25px !important;
}

.pb-1,
.py-1 {
	padding-bottom: 25px !important;
}

.pl-1,
.px-1 {
	padding-left: 25px !important;
}

.p-2 {
	padding: 15px !important;
}

.pt-2,
.py-2 {
	padding-top: 15px !important;
}

.pr-2,
.px-2 {
	padding-right: 15px !important;
}

.pb-2,
.py-2 {
	padding-bottom: 15px !important;
}

.pl-2,
.px-2 {
	padding-left: 15px !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.line-height-1 {
	line-height: 1;
}

.bird-tab-navigation-right-container .btn-offset {
	margin-left: 0;
}

.bird-tab-navigation-right-container .btn {
	margin-right: 10px;
	margin-bottom: 10px;
}

.bird-tab-navigation-right-container .btn:last-child {
	margin-right: 0;
}


@media (min-width: 768px) {
    .bird-tab-navigation-right-container-exports {
        display: block;
    }
}