

/* Base Styles */
.v2styles 
{
    font-family: 'Segoe UI' , Arial, Helvetica;
    font-size: 15px;
}
.v2styles input, .v2styles textarea, .v2styles select,.v2styles  .RadComboBox .rcbInput, .v2styles .RadComboBoxDropDown 
{
    font-family: 'Segoe UI' , Arial, Helvetica;
    font-size: 15px;
    font-weight: 100;
}

.v2styles  input[type="submit"]:disabled, .v2styles div.button[disabled], input[type="button"]:disabled
{
    opacity: 0.4;
}

.v2styles h1
{
    font-weight:700;
    font-size:28px;
    color:#002b8f;
    margin-top:0px;
    margin-bottom:0px;
    line-height:120%;
}

.v2styles h2
{
    font-weight:700;
    font-size:20px;
    color:#002b8f;
    margin-top:0px;
    margin-bottom:0px;
    line-height:120%;
}
.v2styles h3
{
    font-weight:700;
    font-size:14px;
    color:#002b8f;
    margin-top:0px;
    margin-bottom:0px;
    line-height:120%;
}
.v2styles p
{
    font-weight:400;
    font-size:14px;
    color:#0D0D0D;
    margin-top:0px;
    margin-bottom:6px;
    padding:0px;
    line-height: 140%;
}

.v2styles p.banner
{
    font-weight:700;
    color:#000a4f;
}

.v2styles input[type="submit"]:focus, .v2styles input[type="button"]:focus
{
    outline:none;
}

.v2styles input[type="submit"], .v2styles div.button, .v2styles a.button, .v2styles input[type="button"],
.v2styles .qq-upload-button, .v2styles.form label.upload
{
    background-color: #002b8f;
    color:white;
    line-height: 32px;
    padding: 0px;
    height:32px;
    padding-left:10px;
    padding-right:10px;
    font-size: 14px;
    border:none;
    min-width:100px;
    border-radius: 3px;
    display:inline-block;
    cursor:pointer;
    user-select: none;
    font-weight:600;

}

.v2styles .RadUpload input[type="button"]
{
    height:32px !important;
}

.v2styles a.button
{

    line-height: 32px;
    text-align: center;
    text-decoration: none;
}
.v2styles input[type="submit"].hilight, .v2styles div.button.hilight, .v2styles a.button.hilight
{
    background-color: #FF7340;
}

.v2styles input[type="submit"].lolight, .v2styles div.button.lolight, .v2styles a.button.lolight
{
    background-color: white;
    border:3px solid #002b8f;
    color:#002b8f;
}

.v2styles.form input[type="submit"], .v2styles.form div.button, .v2styles.form input[type="button"].large
{
    height:50px;
    line-height:50px;
    font-size:20px;
    font-weight:700;
    border-radius:10px;
    padding-left:20px;
    padding-right:20px;
}

.v2styles.form input[type="submit"].nowindow, .v2styles.form div.button.nowindow
{
    height:32px;
    line-height:32px;
    padding-left:10px;
    padding-right:10px;
    font-size: 14px;
    border-radius: 3px;
    font-weight:600;
}

.v2styles.form div.button
{
    line-height:45px;
}

.v2styles div.button
{
    line-height:32px;
}

/* Popup form styles */
.v2styles.form h1
{
    text-align:center;
}

.v2styles.form h1:after
{
    content:".";
    color:#11cf93;
    font-family:Arial, Sans Serif;
    font-size:150%;
    line-height: 0;

}

.v2styles.form h1.nodot:after
{
    display:none;
}

.v2styles.form p.instructions
{
     text-align:center;
     color:#808080;
}

.v2styles.form form
{
    margin:20px;
    margin-top: 30px;
}

.v2styles.form div.label, .v2styles.form span.label, .v2styles.form td.label
{
    color:#002b8f;
    font-weight:700;
    white-space: nowrap;

    /* deal with clash with DNN styles */
    border-radius: initial;
    padding: initial;
    line-height: initial;
    text-shadow: initial;
    vertical-align: initial;
    background-color: initial ;
    display:block;
    font-size:15px;
}
.v2styles.form div.label.dark, .v2styles.form span.label.dark, .v2styles.form td.label.dark
{
    color:#000a4f;
}
.v2styles.form td.label
{
    margin-top:9px;
}
.v2styles.form div.sideLabel
{
    color:#002b8f;
    font-weight:400;
    white-space: nowrap;
    font-size:15px;
    display:inline-block;
    vertical-align: middle;
}

.v2styles.form .windowClose
{
    position:absolute;
    top:5px;
    right:5px;
    width:30px;
    height:30px;
    background-image: url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/cross.svg&OldColor=%23000000&NewColor=%23002b8f');
    background-size:18px;
    background-position:50%;
    background-repeat:no-repeat;
    cursor:pointer;
    z-index:10000;
}
.v2styles.form .windowClose.withRadWindow
{
    top:15px;
    position:fixed;
}
.v2styles.form .windowClose.withRadWindowEmbedded
{
    top:15px;
}

.v2styles.form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='file']):not([type='button']), .v2styles.form textarea, 
.v2styles.form select, .v2styles.form .RadComboBox
{
    padding:7px;
    border-radius:6px;
    border:1px solid lightgray;
    width:calc(100% - 14px) ;
    box-shadow:none;
    transition: none;
    resize: none;
    box-sizing: content-box;
    margin-top:0px;
    margin-bottom:0px;
    color: black;
    line-height: 120%;
    height: unset;
}

.v2styles.form .RadPicker input[type="text"]
{
    padding:7px !important;
    border-radius: 6px 0px 0px 6px !important;
}

.v2styles.form .RadPicker .rcCalPopup
{
    height: 33px;
    border-radius: 0px !important;
    background-image:url('/DesktopModules/Platform/recolour.aspx?url=/images/Talegent/Dateicon.svg&OldColor=%23000000&NewColor=%23002b8f');
    background-size:50%;
    background-position:50%;
    background-repeat:no-repeat;
}
.v2styles.form .RadPicker .rcTimePopup
{
  
    height: 33px;
    border-radius: 0px !important;
    background-image:url('/DesktopModules/Platform/recolour.aspx?url=/images/Talegent/V2Styles/TimeIcon.svg&OldColor=%23000000&NewColor=%23002b8f');
    background-size:50%;
    background-position:50%;
    background-repeat:no-repeat;
    margin-left:-2px;
}

.v2styles.form .RadPicker td:last-child>a
{
    border-radius: 0px 6px 6px 0px !important;
}


.v2styles.form input[type="text"]::placeholder, .v2styles.form .RadComboBox .rcbInputCell .rcbEmptyMessage,
.v2styles.form textarea::placeholder
{
    text-transform:none;
    font-style: normal;
    color:#aaaaaa;
}

/* Rad Combo Box */
.v2styles.form .RadComboBox:focus-within
{
        outline:none;
    border-color:#002b8f;
    box-shadow:none;
}

.v2styles.form .RadComboBox table td.rcbInputCell
{
    padding:0px;
    background:none;
    border: none;
    height: unset;
    line-height:unset;
}
.v2styles.form .RadComboBox
{
    width:calc(100% - 14px) !important;
    height: unset;
    line-height: 0px;
    background-color:white;
}
.v2styles.form .RadComboBox input.rcbInput
{
    border:none !important;
    padding:0px !important;
    height: unset;
    line-height:100%;
}
.v2styles.form .RadComboBox .rcbReadOnly *
{
    cursor:pointer;
}
.RadComboBoxDropDown .rcbImage
{
    width:20px;
    height:20px;
}

.v2styles.form .RadComboBox .rcbArrowCell
{
    width:20px;
    background-image:url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/v2styles/dropdown.svg&OldColor=%23FFFFFF&NewColor=%23002b8f');
    background-position: 50% !important;
    background-size: 20px;
    cursor:pointer !important;
    background-color:unset;
    border: none;
    height: unset;
    line-height:unset;
}

.v2styles.form .RadComboBox .rcbArrowCell *
{
    cursor:pointer !important;
    background-image: none;
    height: 18px;
    line-height:100%;
    width:20px;
}



.v2styles.form .RadComboBox table
{
    line-height:100%;
}

.rcbSlide
{
    margin-left:-6px !important;

}

body>form>.rcbSlide
{
    z-index:1000000 !important;
}


.RadComboBoxDropDown
{
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    margin-top:22px;
    padding:5px;
    cursor:pointer;
    line-height: 200%;

}

.RadComboBoxDropDown
{
    font-size:15px !important;
}

.RadComboBoxDropDown:after,
.RadComboBoxDropDown:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}
.RadComboBoxDropDown:after {
    top: -20px;
    border-color: transparent transparent white transparent ;
    border-width: 10px;
    left:20px;
    transform:translate(-10px,0px);
}

.RadComboBoxDropDown:before {
    top: -22px;
    border-color: transparent transparent #d3d3d3 transparent ;
    border-width: 11px;
    left:20px;
    transform:translate(-11px,0px);
}

.RadComboBoxDropDown:focus-within
{
  border-color: #d3d3d3;
  outline: none !important;
}

.rcbScroll::-webkit-scrollbar {
    width: 4px;
 
}
 
.rcbScroll::-webkit-scrollbar-track {
    background:none;
}
 

.rcbScroll::-webkit-scrollbar-thumb {
    background:darkgray;
   border-radius:4px;
}

.RadComboBoxDropDown .rcbItem>label, .RadComboBoxDropDown .rcbHovered>label, .RadComboBoxDropDown .rcbDisabled>label, .RadComboBoxDropDown .rcbLoading>label, .RadComboBoxDropDown .rcbCheckAllItems>label, .RadComboBoxDropDown .rcbCheckAllItemsHovered>label
{
    margins:none;
    padding:none;
    font-weight:200;
}

.RadComboBoxDropDown .rcbCheckBox, .RadComboBoxDropDown .rcbCheckAllItemsCheckBox {
    vertical-align: top;
    margin-right: 8px;
    width: 10px;
    height: 10px;
}


.v2styles.form select
{
    cursor:pointer;
}

.v2styles.form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='file']):focus, 
.v2styles.form textarea:focus, 
.v2styles.form select:focus
{
    outline:none;
    border-color:#002b8f;
    box-shadow:none;
}

.v2styles.form select option
{
    padding:6px;    
}

.v2styles.form select option:checked, .v2styles.form select:focus option:checked
{  
    background:#002b8f !important;   
    color:white;
}


.v2styles.form input.invalid:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='file']), .v2styles.form textarea.invalid
{
    border-color:red;
}

.v2styles.form label
{   
    display:inline;
    color:#000a4f;
    cursor:pointer;
}

.v2styles.form input[type='checkbox']
{
    margin:0px;
    margin-right: 7px;
    display: inline-block;
    background-image: url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/Checkbox-UnCheck.png&OldColor=%23000000&NewColor=%23002b8f');
    background-size: 100%;
    width: 1em;
    height: 1em;
    border: none;
    appearance: unset;
    cursor:pointer;
}
.v2styles.form input[type='checkbox']:checked
{
    background-image: url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/Checkbox-Check.png&OldColor=%23000000&NewColor=%23002b8f');
}
.v2styles.form input[type='checkbox']:focus
{
    outline:none;
}
.v2styles div.invalidMessage
{
    margin-top: -8px;
    margin-bottom: 10px;
    font-size: 14px;
    color: red;
    line-height: 100%;
}

.v2styles .busy
{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1111111111;
    display:none;
}

.v2styles .busy:before
{
    content:" ";
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background:#002b8f;
    opacity:0.7;
}

.v2styles .busy:after
{
    content:" ";
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-image:url('/images/Talegent/loader.gif');
    background-repeat:no-repeat;
    background-position:50%;
}

.v2styles.form div.info
{
    color:#000a4f;
    font-weight:300;
    white-space: nowrap;  
    vertical-align: top;
    line-height: initial;
    font-size:14px;   
}

.v2styles.form div.infoicon
{
   background-image: url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/Information_Icon.svg&OldColor=%23000000&NewColor=%23002b8f');
    background-position: 0px 0px;
    background-size: 18px;
    background-repeat: no-repeat;
    width:18px;
    height:18px;
}

.v2styles.form input.next
{
    background-color: #002b8f;
    color:white;
    height:38px;
    line-height:16px;
    width:80px!important;
    padding-left:12px!important;
    padding-right:12px!important;
    font-size: 16px;
    font-weight:500;
    border:none!important;  
    border-radius: 6px!important;
    display:inline-block;
    cursor:pointer;
    user-select: none;
    padding:0!important;
}

.v2styles.form input.next[disabled]
{
     background-color: #CCC;
}

.v2styles.form input.back
{
    background-color: white;
    color:#002b8f;
    height:38px;
    line-height:16px;
    width:80px!important;
    padding-left:12px!important;
    padding-right:12px!important;
    font-size: 16px;
    font-weight:500;
    border:1px solid #002b8f!important;  
    border-radius: 6px!important;
    display:inline-block;
    cursor:pointer;
    user-select: none;
    margin-right:10px;
    padding:0!important;
}

.RadWindow
{
    border-radius: 10px;
    overflow: hidden;
}
.RadWindow .rwTitleRow
{
    display:none;
}

.v2styles.form .search-box{height:16px;    
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;}
.v2styles.form .search-button, .v2styles.form .clear-button{width: 32px!important;
    height: 32px!important;
    display: inline-block!important;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 7px 7px;
    border-radius: 0!important;
    margin-left: -5px;
    margin-top: 2px;
    padding:0!important}
.v2styles.form .search-button{background-image:url('/DesktopModules/Platform/Recolour.aspx?url=/images/Talegent/Search.png');}
.v2styles.form .clear-button{background-image:url('/DesktopModules/Platform/Recolour.aspx?url=/images/Talegent/clearSearch.png')}

.v2styles.form .RadDropDownList.app-form-control .rddlInner{
    background-color:#FFF!important;
    color:#002b8f!important;
}

.v2styles .window>div
{
    max-width:380px;
    position:fixed;
    top:50%;
    left:50%;
    background:white;
    border-radius:10px;
    padding:30px;
    transform:translate(-50%,-50%);
}

.v2styles .window
{
    background:rgba(0,0,0,0.3);
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    position:fixed;
    z-index: 999999;
}

.v2styles .window .windowClose
{
    position:absolute;
    top:15px;
    right:15px;
}


.v2styles.form .optionsButton
{
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    width: fit-content;
    border:1px solid #002b8f;
    
    overflow:hidden;
    display:inline-block;
    margin-left:-1px;
}

.v2styles.form .optionsButton:first-child
{
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    margin-left:0px;
}
.v2styles.form .optionsButton:last-child
{
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
}
.v2styles.form .optionsButton label
{
    display:inline-block;
    color: #002b8f;
    border-right:1px solid #002b8f;
    text-align:center;
    margin:0px;
    line-height:26px;
    font-size:12px;
    padding-left:15px;
    padding-right:15px;
}

.v2styles.form .optionsButton.aspNetDisabled  label
{
    color: lightgray;
}

.v2styles.form .optionsButton label:last-child
{
    border-right:0px;
}
.v2styles.form .optionsButton input[type="radio"]
{
    display:none;
}
.v2styles.form .optionsButton input[type="radio"]:checked+label
{ 
    background:#002b8f;
    color:white;
} 
.v2styles.form .optionsButton.aspNetDisabled  input[type="radio"]:checked+label
{ 
    color: lightgray;
    background:#ADC7FF;
} 

.radpanel-bar .rpLink.rpExpanded,.radpanel-bar .rpHeaderTemplate.rpExpanded{color:#000a4f!important;font-weight:500!important}
.radpanel-bar .rpLink.rpExpanded, .radpanel-bar .rpHeaderTemplate.rpExpanded{border:none!important}
.v2styles.form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='file']):not([type='button']).riEmpty{text-transform:inherit!important}
.v2styles.form .message{color:#002b8f;font-size:12px;}
.v2styles.form .error{color:red;font-size:11px;font-weight:400;margin-left:4px;}
.v2styles.form .errorinfoicon{background-image: url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/Information_Icon.svg&OldColor=%23000000&NewColor=%23FF0000');display:inline-block;width:12px;height:12px;background-size:12px}
.v2styles.form .error-message{white-space:initial;line-height:11px;margin-top:5px}
.v2styles.form .clientValidateFailed[showvalidmessage]{border:2px solid #FF908E !important;box-shadow:none!important}

.v2styles.form .popupBackground{position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 100000;}

.v2styles.form .popupBackground>div{
    position: fixed;
    width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px;
    border-radius: 10px;
    background: white;
}

.v2panel
{
    border:1px solid lightgray;
    border-radius:6px;        
    overflow: hidden;
    padding:30px;
    margin-bottom:20px;
}
.v2panel.hilight
{
        background-color: #EDF0F7;
        border: 1px solid #EDF0F7;
}

/* Grid styles */
.v2styles .RadGrid_MetroTouch .cand-name
{
    color:#000a4f;
    font-weight:600;
}
.v2styles .RadGrid_MetroTouch .cand-email
{
    font-size:14px;
}

.v2styles .RadGrid_MetroTouch td span.overall, .v2styles .RadGrid_MetroTouch td.overall span,.qtip span.raterOverall
{
    background-color:#002b8f;
    color:white;
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:-2px;
    border-radius:40px;
    font-weight:600;
    white-space: nowrap;
    margin-left: -10px;
    margin-right: -10px;
}
.v2styles .RadGrid_MetroTouch td.overall
{
    overflow:visible;
}
.v2styles .RadGrid_MetroTouch td, .v2styles.form .RadGrid_MetroTouch th, .v2styles.form .RadGrid_MetroTouch table,.v2styles.form .RadGrid_MetroTouch
{
    border:none !important;
    border-right:none !important;

}
.v2styles .RadGrid_MetroTouch>table>tbody>tr>td
{
    line-height: 130%;
    padding-top:10px;
    padding-bottom:10px;
}

.v2styles .RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch .rgHeader a
{
    color:white !important;
    background-color: #002b8f !important;
    font-weight: 600;
}

.v2styles .rgPagerCell .RadComboBox
{
    width:56px !important;
}

.v2styles .RadGrid_MetroTouch .rgPagePrev, .v2styles .RadGrid_MetroTouch .rgPageNext, .v2styles .RadGrid_MetroTouch .rgPageFirst, .v2styles .RadGrid_MetroTouch .rgPageLast
{
    background-color:transparent;
    border-radius:0px;
    border:none;
    background-position:50%;
    background-size:100%;
    min-width: 0px;
}

.v2styles .RadGrid_MetroTouch .rgPagePrev
{
    background-image:url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/v2styles/PreviousPage.svg&OldColor=%23000000&NewColor=%23002b8f');
}

.v2styles .RadGrid_MetroTouch .rgPageNext
{
    background-image:url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/v2styles/NextPage.svg&OldColor=%23000000&NewColor=%23002b8f');
}
.v2styles .RadGrid_MetroTouch .rgPageFirst
{
    background-image:url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/v2styles/FirstPage.svg&OldColor=%23000000&NewColor=%23002b8f');
}
.v2styles .RadGrid_MetroTouch .rgPageLast
{
    background-image:url('/DesktopModules/Platform/Recolour.aspx?url=/images/talegent/v2styles/LastPage.svg&OldColor=%23000000&NewColor=%23002b8f');
}

.v2styles .RadGrid_MetroTouch .rgNumPart a {
    background-color: transparent;
    border:none;
    font-weight:400;
    color:#999;
}

.v2styles .RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .v2styles.form .RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover
{
    font-weight:600;
    color:#002b8f;
    background-color: transparent;
    border: none;
}

.v2styles .RadGrid_MetroTouch .rgPager>td>table
{
    height:unset;
}

.v2styles .RadGrid td.rgPagerCell
{
    padding-bottom:0px;
    padding-top:5px;
}

.v2styles .RadGrid_MetroTouch .rgHeader .rgSortAsc, .v2styles.form .RadGrid_MetroTouch .rgHeader .rgSortDesc
{
    min-width:0px;
}

.v2styles .rgExpandCol input[type='button']
{
    background-color:transparent;
    width:21px;
    height:21px;
    background-position:0px !important;
    background-size:21px !important;
    min-width:21px !important;
}

.v2styles .rgExpandCol input[type='button'].rgCollapse
{
    background-image:url('/Recolour?url=/images/talegent/V2Styles/collapse.svg&OldColor=%23000000&NewColor=%23002b8f') !important;
}
.v2styles .rgExpandCol input[type='button'].rgExpand
{
    background-image:url('/Recolour?url=/images/talegent/V2Styles/expand.svg&OldColor=%23000000&NewColor=%23002b8f') !important;
}

/* UI tootip */
.v2styles.ui-tooltip
{
    box-shadow:none;
    border-radius:0px;
    font-family: 'Segoe UI' , Arial, Helvetica;
    font-size: 14px;
    padding:8px;
    font-weight:100;
    background:white;
}

.v2styles.ui-tooltip:after,
.v2styles.ui-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}
.v2styles.ui-tooltip:after {
    top: -20px;
    border-color: transparent transparent white transparent ;
    border-width: 10px;
    left:50%;
    transform:translate(-10px,0px);
}

.v2styles.ui-tooltip:before {
    top: -22px;
    border-color: transparent transparent #d3d3d3 transparent ;
    border-width: 11px;
    left:50%;
    transform:translate(-11px,0px);
}

/* Rad Upload Styles */
.ruFileWrap input[type="text"]
{
    display:none;
}

.v2styles  .RadUpload_MetroTouch .ruButton
{
    background-color: #002b8f !important;;
    color:white !important;;
    border:none !important;;
}

.v2styles  .RadUpload_MetroTouch .ruUploadProgress 
{
    padding-left: 5px !important;
    margin-right: 0px !important;
    background-image: none;
    background-color: #EFEFEF;
}

.v2styles .RadUpload .ruInputs li {
    position: relative;
}

.v2styles input[type="button"].ruRemove,
.v2styles input[type="button"].ruCancel
{
    width: 34px !important;
    height: 34px !important;
    padding: 0px !important;
    background-color: transparent !important;
    background-image: url(/images/talegent/delete.svg);
    background-size: 50%;
    background-position: 50% !important;
    background-repeat: no-repeat;
    border: none !important;
    position: absolute;
    right:0px;
    top:0px;
    display: inline-block;
    color: transparent !important;
    min-width: 0px;
}

.v2styles .RadUpload_MetroTouch .ruFileProgress
{
       background:#11cf93 !important;
}

.v2styles .RadAsyncUpload span.ruFileWrap
{
    display:block;
}

.v2styles div.ruExistingFile
{
    position: relative;
    background-color: #EFEFEF;
    margin-bottom: 6px;
    line-height: 34px;
    padding-left: 5px;
}

.v2styles div.ruExistingFile a
{
    color: #002b8f !imporant;
    text-decoration:underline;
    cursor:pointer;
    overflow: hidden;
    max-width: calc(100% - 30px);
    display: inline-block;
    white-space: nowrap;
    line-height: 100%;
    text-overflow: ellipsis;
}

/* styles for browser switch indicator in grid */
.rgMasterTable .browser-switch
{
    position:relative;
}
.rgMasterTable .browser-switch:after
{
    content:" ";
    position:absolute;
    top:50%;
    left:calc(100% + 5px);
    transform:translate(0,-50%);
    background-image:url('/Recolour?url=/images/Talegent/Alert.png&OldColor=%23A6A6A6&NewColor=%2311cf93');
    background-repeat:no-repeat;
    background-size:100%;
    background-position:50%;
    width:20px;
    height:20px;
    cursor:pointer;
}
