.search-input {

    width: 80%;
    height: 50px;
    float: left;
    padding: 15px !important;
    font-size: 30px !important;
}

.search-btn {
    float: left;
    width: 50px;
    height: 50px;
}

.thumbnail {
    height: 88px;
}

.thumbnail.Available {
    cursor: pointer;
}

.Available div {
    color: black;
}

.thumbnail.Unavailable {
    cursor: pointer;
}

.Unavailable div {
    color: #FF0000;
}

.thumbnail.Available:hover {
    background: #0B8888;
}

.thumbnail.Available:hover div {
    color: white;
}

.thumbnail.Unavailable:hover {
    background: #400D12;
}

.Available.selected {
    background: #0B8888!important;
}

.Available.selected div {
    color: white;
}

.Available.unselected {
    background: white;
}

.Available.unselected {
    color: black;
}

.Unavailable.selected {
    background: #400D12;
}

.Unavailable.unselected {
    background: white;
}

#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
    width: 75%;
    float: left;
}

#progress.nextStepProgress li {
    width: 50%;
}

#progress li {
    float: left;
    padding: 10px 30px 10px 40px;
    background: #8A8A8A;
    color: #fff;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 24%;
    margin: 0 1px;
    cursor: pointer;
    text-align: center;
}

#progress li:before {
    content: '';
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#progress li:after {
    content: '';
    border-left: 16px solid #8A8A8A;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 100%;
    z-index: 20;
}

#progress li.active {
    background: #0B8888;
}

#progress li.active:after {
    border-left-color: #0B8888;
}

.progressHover :hover {
    text-transform: uppercase;
}

.ContactSelect {
    height: 40px !important;
    margin-bottom: 4px;
}

.domainBox .col-sm-4 {
    padding-left: 0;
}

.domainname h4 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-info-form .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.contact-label {
    padding-top: 0 !important;
}

.search-addon {
    background-color: #0B8888 !important;
    border-color: #026161 !important;
    color: #FFF !important;
}

#domainSearchInput input[type="text"] {
    height: 45px;
    font-size: 25px;
}

.offered-provider {
    color: darkcyan;
}

.not-offered-provider {
    color: red;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

/* switch btn */
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #34A7C1;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

#domainsList .caption .row,
#domainsList .caption .row h3 {
    margin: 0px;
}

#domainsList .caption .row h4 {
    margin-top: 5px;
}

#domainsList .caption .row p {
    color: #FFFFFF;
}

.caption .transferMessage {
    display: table;
    height: 60px;
}

.caption .transferMessage h5 {
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    /*
	display: table-cell;
	*/
    margin: 0;
}

.caption .transferMessage p {
    margin-top: 7px;
    margin-bottom: 0px;
}

#DomainsAdd .input-group,
#DomainsEdit .input-group,
#OMCApp .input-group {
    margin-bottom: 0px !important;
}

#DomainsAdd dl .btn,
#DomainsEdit dl .btn {
    display: initial !important;
}

#DomainsAdd dl .btn i,
#DomainsEdit dl .btn i {
    margin: 0 !important;
}

.truncDomainName {
    display: inline-block;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

@media (max-width: 920px) {
    .truncDomainName {
        max-width: 150px;
    }

    .truncEditDomainName {
        display: inline-block;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*--*/
#extensionsTable td,
#extensionsTable th {
    vertical-align: middle;
}

#extensionsTable tr:nth-child(2n) {
    background-color: #FFFFFF !important;
}

#extensionsTable>tbody>tr>td:nth-child(n+5) a {
    cursor: pointer;
    display: block;
}

#extensionsTable>tbody>tr>td:nth-child(n+6),
#extensionsTable>thead>tr>th:nth-child(n+6) {
    /* position: absolute; */
    border: none;
}

#extensionsTable>tbody>tr>td:nth-child(n+6) .btn {
    margin: 2px 0px;
}

#extensionsTable th {
    text-align: center;
}

#extensionsTable .input-group {
    margin: 5px 0 !important;
}

#listViewModeDomainsTable td {
    vertical-align: middle;
}

.alert h5 {
    margin: 0;
}

.bs-callout {
    padding: 10px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h5,
.bs-callout-info h4 {
    color: #1b809e;
}

.bs-callout h5,
.bs-callout-info h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}
