﻿/*classes for rounded corners with (transparent to white) images; which are not being used */

.headerLink {
    color: #FFFFFF !important;
}

    .headerLink img {
        border-radius: 5px;
    }

.tDnD_whileDrag {
    background-color: #000079;
}

.dragHandle {
    cursor: move;
}

.afterDrag {
    border: 2px solid #FF9933;
}

.inlineFlowCell, .inlineFlowCell-60, .inlineFlowCell-75, .inlineFlowCell-100, .inlineFlowCell-150, .inlineFlowCell-200, .inlineFlowCell-250, .inlineFlowCell-300, .inlineFlowCell-350, .inlineFlowCell-400 {
    float: left;
    display: inline;
    padding-right: 8px;
    vertical-align: top;
}

.inlineFlowCell {
    text-align: right;
}

.inlineFlowCell-60, .inlineFlowCell-75, .inlineFlowCell-100, .inlineFlowCell-150, .inlineFlowCell-200, .inlineFlowCell-250, .inlineFlowCell-300, .inlineFlowCell-350, .inlineFlowCell-400 {
    text-align: left;
}

.inlineFlowCell-75 {
    width: 75px;
}

.inlineFlowCell-60 {
    width: 50px;
}

.inlineFlowCell-100 {
    width: 100px;
}

.inlineFlowCell-150 {
    width: 150px;
}

.inlineFlowCell-200 {
    width: 200px;
}

.inlineFlowCell-250 {
    width: 250px;
}

.inlineFlowCell-300 {
    width: 300px;
}

.inlineFlowCell-350 {
    width: 350px;
}

.inlineFlowCell-400 {
    width: 400px;
}

.inlineFlowCell-75 select {
    width: 100% !important;
}

.inlineFlowCell-60 input[type="text"] {
    width: 90% !important;
}

.inlineFlowCell-75 input[type="text"] {
    width: 90% !important;
}

.inlineFlowCell-100 input[type="text"] {
    width: 90% !important;
}

.inlineFlowCell-150 input[type="text"] {
    width: 90% !important;
}

.inlineFlowCell-200 input[type="text"] {
    width: 90% !important;
}

.inlineFlowCell-250 input[type="text"] {
    width: 90% !important;
}

.inlineFlowCell-300 input[type="text"] {
    width: 90% !important;
}

.inputFillCell input, .inputFillCell select {
    width: 100%;
}

.inlineFlowCell-250 textarea {
    width: 90% !important;
}

.inlineFlowCellLeft {
    float: left;
    display: inline;
    padding-right: 30px;
    vertical-align: top;
    text-align: left
}

.inlineFlowCellRight {
    float: right;
    display: inline;
    padding-right: 30px;
    vertical-align: top;
    text-align: left
}

/*.inlineFlowCellLeft
{
    float: left;
    display: inline;
    padding-right: 30px;
    vertical-align: top;
	text-align: left	
}*/
/*this is sort of hack for IE7 and below (or IE8 in compat mode) */
.TicketRow {
    vertical-align: top;
}

/*.opaque
{*/
/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*first!*/
/*filter: alpha(opacity=50);					/*second!*/
/*opacity: 0.5;
}*/

/* End of Round Corners Classes 

CCCCFF

000079

5c87b2
45597D

*/


.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

.visible {
    visibility: visible;
}


/*** Custom Telerik styles ****/
.k-upload-files.failed {
    background-color: #FFE0E0 !important;
}

.k-upload-files.succeeded {
    background-color: #98FB98;
}

.clientCenterCompanyStarBarCls {
    max-width: 10%;
    padding-right: 2%;
}

.clientCenterGDSSabreCls {
    max-width: 8%;
    padding-right: 2%;
}

.clientCenterPseudoDescCls {
    max-width: 15%;
    padding-right: 2%;
}

.clientCenterOtherCompaniesCls {
    max-width: 20%;
    padding-right: 2%;
}

.clientCenterCompConfigCls {
    padding-right: 1%;
}
/* Customizable Fields*/
.dvCustTabContentMain {
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #384e73;
    font-size: 12px;
}

.dvCustTabContentHeading {
    padding: 10px;
    font-weight: bold;
}

.dvCustTabContentChkBox {
    padding: 10px 20px 10px 0;
    text-align: center;
}

.dvCustTabContentPadding10 {
    padding: 10px;
}

.dvCustFieldHeaderFieldSetBorder {
    border: 2px solid #a6c9e2;
}

.inputclsmaxwidth85 input[type="text"]:not(.t-input), .inputclsmaxwidth85 .t-combobox {
    max-width: 85% !important;
    vertical-align: middle;
}

.customfieldmandatorytypelegenddiv {
    width: 110px;
}

.customfieldmandatorytypeheaderdiv {
    margin: -10px 0 10px 0;
}

.customfieldmandatorytypecheckbox {
    text-align: left;
    margin-left: 15px;
}

.informationdiv-customizableField {
    width: 400px;
}

.customfieldmandatorytypelegenddiv span {
    cursor: default;
}

.customfieldmandatorytypelegend {
    margin-bottom: 0;
}

.inlineFlowRadioButton {
    float: left;
    margin-left: -1px;
}

#SSOClientId:read-only, #SamlSSOClientId:read-only {
    background-color: rgb(235, 235, 228);
    color: rgb(84, 84, 84);
}

#CytricSSoSettings .inlineFlowCell-150 {
    margin-left: 15px;
}

#ConcurSSoSettings .inlineFlowCell-150, #ConcurSSoSettings .inlineFlowCell-200 {
    margin-left: 15px;
}

.d-flex {
    display: flex !important;
}

.gap-1 {
    gap: 1rem !important;
}

.masked-field {
    position: relative;
    display: inline-block;
}

    .masked-field .maskable {
        padding-right: 24px;
    }

    .masked-field .toggle-mask {
        position: absolute;
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }


.justify-content-between {
    justify-content: space-between !important;
}

/* Only override for select fields */
.masked-field select + .toggle-mask {
    position: static;
    margin-left: 4px;
    transform: none;
}

