.fa-spinner {
    display: inline-block;
}

table.section[data-name="SystemFields"], table.section[data-name^="SystemFields"] {
    display: none;
}
footer {
    margin-top: 20px;
}

.footer {
    background-color: #333333;
    color: #fff;
    padding: 40px 0px 0px 0px;
}

    .footer.well {
        color: #ccc;
    }

.footer-bottom a, .footer-bottom-last a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    padding: 10px 0;
}

.header-navbar {
    margin-bottom: 0px;
}

.breadcrumb {
    background: none;
    margin-bottom: 0px;
}

.page-header {
    margin-top: 0px;
}

    .page-header h1 {
        margin-top: 10px;
    }

.page-heading {
    padding-top: 0px;
}

.crmEntityFormView .cell label {
    font-size: 14px;
}

.crmEntityFormView .cell {
    padding: 0 14px 10px;
}

.crmEntityFormView fieldset {
    margin-bottom: 0px;
}

.navbar-static-top {
    z-index: 999;
}

@media (max-width: 767px) {
    .crmEntityFormView .cell {
        margin-bottom: 0px;
    }
}



.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}


.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    padding: 6px 12px;
    background-color: #eeeeee;
}

/*.text-primary {
    padding: 6px 12px;
    background-color: #eeeeee;
    width: 100%;
}*/

.text-primary {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #eeeeee;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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;
}

.control .text-muted {
    display: none;
}

.container .fa {
    line-height: 14px;
}


.passwordtoggle_on {
    text-security: disc;
    -webkit-text-security: disc;
}

.passwordtoggle_off {
    text-security: none;
    -webkit-text-security: none;
}

.passwordtoggle {
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 0px;
    position: relative;
    top: -24px;
    right: 5px;
}


.crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0 14px 10px;
}


.page-logo {
    margin-top: -22px;
    font-weight: 800;
    font-size: 36px;
    color: #2a2665;
    line-height: 34px;
}

    /*.page-logo img {
        margin-top: -26px;
        margin-right: 10px;
        width: 100px;
    }*/

.row [class*="col-"]+[class*="col-"] {
    margin-top: 0px;
}

.stepwizard-step .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

	.stepwizard-step .btn-success:focus
	{
		color: #ffffff;
		background-color: #449d44;
		border-color: #255625;
	}

	.stepwizard-step .btn-success:hover {
		color: #ffffff;
		background-color: #449d44;
		border-color: #398439;
	}

	.stepwizard-step .btn-success:active
	{
		color: #ffffff;
		background-color: #449d44;
		border-color: #398439;
	}

#google_translate_element {
    float: right;
    margin-top: 0px;
    margin-bottom: -10px;
    height: 44px;
}

@media (max-width:768px) {
    #google_translate_element {
        margin-bottom: 0px;
    }
}


textarea.select2-search__field{
    float:none !important;
}

.select2-container--focus {
    border-color: #66afe9 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}

.select2-container .select2-container--default .select2-selection--multiple {
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}



.select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
    cursor: text;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #66afe9 !important;
    outline: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

