﻿
body 
	{
		background-color:#fefefe;
		margin: 0px auto;
		font-family: "Segoe UI", Arial, sans-serif;
	}




        .rrs-crm-main {
            background-color:#f8f8f8;
        }

        /* CRM page title*/
        .rrs-crm-main .rrs-PageTitle {
            font-size:12px;
        }
        /* CRM page sub title*/
        .rrs-crm-sub .rrs-SectionHeader > h3{
            font-size:10pt;
        }

        /* replaces "ContentSpaceDiv" class */
        .rrs-Panel {
            border:1px solid #828282;
            /*padding:20px 20px 10px 20px;*/
            background-color:#fefefe;
            margin-bottom:20px;
            
        }

            .rrs-Panel .rrs-Panel {
                background-color: #fafafa;
            }

        .rrs-crm-main .rrs-Section{
            margin-top:10px;
        }

        /*21161- updated font size for standards in all the pages*/
        .rrs-PageTitle > h2 {
         font-size: 12pt;
        }
        .rrs-SectionHeader > h3 {
            font-size: 10pt;
        }



        .rrs-Content {
            padding:10px; 
            min-width:600px;
            font-family:'Segoe UI';
            position:relative;
        }



        .rrs-Container {
            max-width: 1000px;
            margin:auto auto auto 0; /* left align by default */
        }

        .rrs-Container.rrs-Centered {
            margin:auto;
        }

        .rrs-PageTitle {
            font-family:'Segoe UI';
			overflow: hidden;
        }
            .rrs-PageTitle > * {
                display:inline; 
            }


        .rrs-Section {
            margin: 30px auto;
            border-top: 1px solid #ccc;
        }

        .rrs-SectionHeader {
            /*cursor:pointer;*/
            color:#4d88ca;

        }
        
        .rrs-SectionGroup {
            /*margin-top: 20px;*/
        }

        .rrs-mxWidth {
            max-width:600px;
        }
        /*22356*/
        .rrs-mxWidth-450 {
            max-width:450px;
        }

        /* possibly just use rrs-mxWidth */
        .rrs-GroupMx-1000 .rrs-SectionGroup {
            max-width:1000px
        }

        .rrs-GroupMx-600 .rrs-SectionGroup {
            max-width:600px
        }

        .rrs-SubHeader {
            font-weight:bold;
            font-size: 10pt;
            color:#333;
        }


        .rrs-stretch {
            width:100%;
        }
       .rrs-border {
            border: 1px solid #888;
        }

        .rrs-link2 {
            text-decoration: underline;
            color:#2E2EA8;
        }


        .rrs-UpdateStatus {
            clear: both;
            font-size: 12px;
            font-family:'Segoe UI';
            font-weight:500;
            /*float:right; */
        }
        
        div.rrs-UpdateStatus span {
            float: right;
        }

        .clearfix:after {
            content: '';
            display: block;
            clear: both;
        }

            .rrs-UpdateStatus #save,
            .rrs-UpdateStatus #nosave,
			.rrs-UpdateStatus #spnFreq,
            .rrs-UpdateStatus > span.red,  /* added for edit cust - id attribute gets modified by server code */
            .rrs-UpdateStatus > span.green /* added for edit cust - id attribute gets modified by server code */
             {
                display:none;
            }

        .rrs-help-icon {
            float: right;
            margin-top: 10px;
        }

        .rrs-FormButtons {
            text-align:center;
            margin:10px -16px 10px auto; 
            clear:both;
                          
        }
        .rrs-FormButtons .iButton {
            width:100px; margin-right:16px; /*margin-left:-8px;*/
        }

        .rrs-FormButtons .iButton input[type='button']{
            width:100%;
        }


        .rrs-FormButtons-Bottom {
            padding-top:20px;
        }




        /* SPECIAL */


        .rrs-InputButtonComboCTRL button, /* demo version */
        .rrs-InputButtonComboCTRL span.iButton, /* if .iButton is used */
        .rrs-InputButtonComboCTRL span.RadButton, /* if .iButton is NOT used */
		.rrs-InputButtonComboCTRL span.rrs-rightalign-wrapper
         {float:right; display:inline-block; margin-left:0;}
        
        .rrs-InputButtonComboCTRL div.Input {overflow:hidden; margin-right:0;}

        .rrs-InputButtonComboCTRL div.Input input[type='text'], /* demo version */
        .rrs-InputButtonComboCTRL div.Input > div,
        .rrs-InputButtonComboCTRL div.Input > div span.RadInput,
        .rrs-InputButtonComboCTRL div.Input > span.RadInput,
        .rrs-InputButtonComboCTRL div.Input span.ruFileWrap,
        .rrs-InputButtonComboCTRL .iButton input[type='button'], /* if .iButton is used */
        .rrs-InputButtonComboCTRL .iButton input[type='submit'], /* if .iButton is used */
        .rrs-InputButtonComboCTRL span.RadButton input[type='button'], /* if .iButton is NOT used */
        .rrs-InputButtonComboCTRL span.RadButton input[type='submit'] /* if .iButton is NOT used */
        {width:100% !important;}

        /*

        <div class="rrs-InputButtonComboCTRL">
            <button title="Auto assign a number">#</button>
            <div class="Input">
                <input type="text" />
            </div>
        </div>

        */


        /* FORM ALERT TEXT */
        .rrs-AlertText {
            font-weight:bold;
            color:red;
        }

        .rrs-List .rrs-AlertText {
            display:inline;
            margin-left:8px;
        }

        .rrs-List.rrs-List-Stretch .rrs-AlertText {
            margin-left:0px;
        }
        .rrs-List.rrs-List-Table .rrs-AlertText {
            margin-left:0px;
        }

        .rrs-List.rrs-List-InlineStack .rrs-AlertText {
            margin-left:0px;
            display:block;
        }


        /* REQUIRED FIELDS */
        .rrs-Required > div:first-child::before {
            content: '*';
            display:block;
            float:right;
            font-weight:bold;
            color:red;
            margin-right:3px;
        }
        .rrs-Required > div:first-child:before/* single : for IE8 */{
            content: '*';
            display:block;
            float:right;
            font-weight:bold;
            color:red;
            margin-right:3px;
        }



        div.rrs-List {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 0;
        }

            div.rrs-List > div.rrs-ListItem {
                margin: 0 0 8px 0;
                padding: 0;
                list-style: none;
            }
                /*
                div.rrs-List > div.rrs-ListItem > label {
                    font-size: 9pt;
                    display: inline-block;
                    width: 140px;
                }
                */
                div.rrs-List > div.rrs-ListItem > div {
                    font-size: 9pt;
                    display: inline-block;
                }
                /* add "div:first-child to replace "label" selector */
                div.rrs-List > div.rrs-ListItem > div:first-child {
                    width: 140px;
                }


            div.rrs-List > div.rrs-ListItem.rrs-SubHeader > span {
                display:block;                
                margin-top:18px;
                width:auto;
                min-width: 140px;
            }

        div.rrs-List-Inline {
        }


            div.rrs-List-Inline > div.rrs-ListItem {
                margin-right: 15px;
                float: left;
                overflow-x:hidden; /* clear child div floats*/
                /*white-space:nowrap;*/
            }
                /*
                div.rrs-List-Inline > div.rrs-ListItem > label {
                    font-weight: bold;
                    display: inline-block;
                    width: auto;
                    margin-right: 4px;
                }
                */


                div.rrs-List-Inline > div.rrs-ListItem > div {                    
                    /*display:inline;*/
                    /*display: inline-block;*/
                    line-height:30px;
                    width: auto;
                    float:left;
                    
                }

                /* add "div:first-child to replace "label" selector */
                div.rrs-List-Inline > div.rrs-ListItem > div:first-child {
                    /*display: inline-block;*/
                    /*margin-top:5px;*/
                    line-height:30px;
                    font-weight: bold;                    
                    width: auto;
                    margin-right: 4px;
                }

            div.rrs-List-Inline:after {
                content: '';
                display: block;
                clear: both;
            }




        div.rrs-List-InlineStack {
        }



            div.rrs-List-InlineStack > div.rrs-ListItem {
                margin-right: 15px;
                float: left;
                height:50px /* Height added so proper wrapping would occur when alert text is visiable */
            }

                /*div.rrs-List-InlineStack > div.rrs-ListItem > label {
                    font-weight: bold;
                    display: block;
                    width: auto;
                }*/

            div.rrs-List-InlineStack > div.rrs-ListItem > div:first-child {
                    font-weight: bold;
                    display: block;
                    width: auto;
                    margin-bottom:3px;
                }

            div.rrs-List-InlineStack:after {
                content: '';
                display: block;
                clear: both;
            }
            /*22356*/
            div.rrs-List-InlineStack > div.rrs-ListItem > div > div.RadComboBox,
            div.rrs-List-InlineStack > div.rrs-ListItem > div > div.RadDropDownList,
            div.rrs-List-InlineStack > div.rrs-ListItem > div > div.RadInput, 
            div.rrs-List-InlineStack > div.rrs-ListItem > div input[type="text"],
            div.rrs-List-InlineStack > div.rrs-ListItem > div select {
                width:160px;
            }



        div.rrs-List-Stretch {
            min-width:300px;
        }


            div.rrs-List-Stretch > div.rrs-ListItem {
                width: 100%;
                min-width: 240px;
                margin-bottom: 10px;
            }


                /*
                div.rrs-List-Stretch > div.rrs-ListItem > label {
                    display: block;
                    float: left;
                    min-width:140px;
                }*/

                div.rrs-List-Stretch > div.rrs-ListItem > div {
                    overflow: hidden;
                    box-sizing: border-box;
                    display: block;
                    min-width:240px;
                }

                div.rrs-List-Stretch > div.rrs-ListItem > div:first-child {
                    display: block;
                    float: left;
                    min-width:140px;
                }

                    div.rrs-List-Stretch > div.rrs-ListItem > div > span > input[type='text'] {
                        width: 100%;
                        box-sizing: border-box;
                    }

                    div.rrs-List-Stretch > div.rrs-ListItem > div > textarea {
                        width: 100%;
                        box-sizing: border-box;
                    }


        div.rrs-List-Table {
            display:table;
            box-sizing:border-box;
            border-spacing:0px 5px;
        }

            div.rrs-List-Table {
                width:100%;
            }


            div.rrs-List-Table > div.rrs-ListItem {
                display:table-row;
            }

                /*div.rrs-List-Table > div.rrs-ListItem > label {
                    display:table-cell;
                    width:140px;
                    min-width:140px;
                    vertical-align:top;
                    
                }*/

                div.rrs-List-Table > div.rrs-ListItem > div {
                    display:table-cell;
                    min-width:240px;
                }

                div.rrs-List-Table > div.rrs-ListItem > div:first-child {
                    display:table-cell;
                    width:140px;
                    min-width:140px;
                    /*padding-right:10px;*/ /* removed for IE 8*/
                    vertical-align:top;
                    
                }
				
				/*div.rrs-List-Table > div.rrs-ListItem > label,*/
				div.rrs-List-Table > div.rrs-ListItem > div {
					padding-bottom: 5px;
				}

                    div.rrs-List-Table > div.rrs-ListItem > div > span > input[type='text'] {
                        width: 100%;
                        box-sizing: border-box;
                    }

                    div.rrs-List-Table > div.rrs-ListItem > div > textarea {
                        width: 100%;
                        box-sizing: border-box;
                    }

            div.rrs-List-Table > div.rrs-ListItem.rrs-SubHeader > span {
                display:table-cell;                
                margin:auto;
                min-width: 140px;
                max-width:140px;
                white-space:nowrap;
                overflow-x:visible;
                /*background-color:#ccc;*/
                padding-bottom:4px;
            }





        /* .rrs-SectionGroup .rrs-FormCols-X */
        /*
            Following styles allow proper spacing for IE w/o having to add a "last-child" class
            - 

        */
        .rrs-Section {
            overflow-x:hidden; /* hides overflow caused by negative margin applied to .rrs-2x */
        }
        .rrs-SectionGroup.rrs-2x, 
        .rrs-SectionGroup.rrs-3x{
            margin-right:-5%; /* negates margin-right:5% of last child */
            overflow:hidden;
        }
        .rrs-SectionGroup.rrs-2x > div,
        .rrs-SectionGroup.rrs-3x > div {
            
            float:left;
            margin-right:5%;
            
        }

        .rrs-SectionGroup.rrs-2x > div {
            width: 45%;
        }

        .rrs-SectionGroup.rrs-3x > div {
            width: 28.333333%;      
        }
            

            /* CLEAR FLOATs */
            /*.rrs-SectionGroup.rrs-2x{
                overflow:hidden;
            }*/


            /* CLEAR FLOATs */
            /*  applying "overflow:hidden" above avoids need for the following styles

            .rrs-SectionGroup.rrs-2x::after{
                content: '.';
                height:0px;
                font-size:0px;
                display: block;
                clear: both;
            }
            */
            /* single : for IE8 */
            /*
            .rrs-SectionGroup.rrs-2x:after{
                content: '.';
                height:0px;
                font-size:0px;
                display: block;
                clear: both;
            }
            */

        /* .rrs-rrs-List-InlineStack .rrs-FormCols-X */
        div.rrs-List-InlineStack.rrs-2x, 
        div.rrs-List-InlineStack.rrs-3x {
            /*width:100%;*/
        }
        div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem  {
            
            width: 33.3333333%;
            margin-right:0;
            display:block;
            float:left;
            min-width:200px;
            
        }

 
        div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem > div {
            display:block; 
            width:90%;
        }

        div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem > div > input[type='text'] {
            display:block; 
            width:100%;
        }

			/* Helper Class */
			.rrs-text-right {
				text-align: right;
			}
			
			.rrs-text-left {
				text-align: left;
			}
			
            .rrs-clearfix::after {
                content:"";
                display:table;
                clear:both;
            }


			.rrs-no-border {
				border: 0;
			}
			
			.rrs-search-icon {
				border: 1px solid #a6a6a6;
				cursor: pointer;
				padding: 2px;
			}

            .rrs-iframe-content-bg {
                background-color: #f8f8f8;
            }

            div.rrs-List-InlineStack > div.rrs-ListItem.rrs-SubHeader {
                display:none !important;
                height:0px;
                font-size:0px;
                color: transparent;
                visibility:hidden;
            }

            div.rrs-List-Inline > div.rrs-ListItem.rrs-SubHeader {
                display:none !important;
                height:0px;
                font-size:0px;
                color: transparent;
                visibility:hidden;
            }

            .rrs-show {
			  display: block !important;
			}
			.rrs-hidden {
			  display: none !important;
			}

            /* helper class to change the <label> div width to 250px, can be used at page or section level*/
			.rrs-250w-label div.rrs-List-Table > div.rrs-ListItem > div:first-child,
			.rrs-250w-label div.rrs-List-Stretch > div.rrs-ListItem > div:first-child {
				min-width: 150px;
			}
/* STRM 20480: Order XML - added min-height of textarea */
        div.rrs-List-Stretch > div.rrs-ListItem > div textarea,
		div.rrs-List-Table > div.rrs-ListItem > div textarea {
            min-height:100px !important;
        }

		/* Telerik Controls Override */
		div.rrs-List-Stretch > div.rrs-ListItem > div > span,
		div.rrs-List-Stretch > div.rrs-ListItem > div > .itext,
        div.rrs-List-Stretch > div.rrs-ListItem > div > .RadComboBox,
		div.rrs-List-Stretch > div.rrs-ListItem > div > div.RadDropDownList

        div.rrs-List-Table > div.rrs-ListItem > div > span,
		div.rrs-List-Table > div.rrs-ListItem > div .RadInput,
		div.rrs-List-Table > div.rrs-ListItem > div .itext,
        div.rrs-List-Table > div.rrs-ListItem > div .RadComboBox, 
        div.rrs-List-Table > div.rrs-ListItem > div > div.RadDropDownList
        {width: 100% !important;}


        div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem > div > span,
        div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem > div .itext,
        div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem > div .RadComboBox 
        div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem > div > div.RadComboBox         
        {width: 100% !important;}

/* rrs-toolbar styles*/
.rrs-toolbar.rrs-toolbar-no-breadcrumb {
	margin-bottom: 15px;
}
/* rrs-breadcrumbs styles*/
.rrs-breadcrumbs {
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
}
/*Telerik overide styles */
	/*Styles to fix searchbar Telerik toolbar alignment*/
.rrs-toolbar .RadToolBar .rtbUL {
	width: 100%;
}

.rrs-toolbar .RadToolBar .rtbUL li {
	float: left;
}

.rrs-toolbar .RadToolBar .rtbUL .rtbTemplate {
	float: right;
}

    /*Styles to fix RadAsyncUpload Telerik fakeinput width issue */
.rrs-Content .rrs-ListItem .RadUpload, 
.rrs-Content .rrs-ListItem .ruFileWrap {
    width: 100%;
}
.rrs-Content .rrs-ListItem .ruFileWrap .ruFakeInput {
    width: 82%;
}

/* rrs-Radix-Table.css styles start */
        .rrs-table {
            /*width: auto;*/
            /*border:none; */
            border-spacing:0px;
            font-size:12px;
            border-collapse:collapse;
        }

            .rrs-table th {
                font-weight:bold;
                border-bottom:1px solid #888; 
                padding: 8px 10px 6px 10px;    
                border-collapse:collapse;
                text-align:left;
                background-color:#eee;
            }

            .rrs-table td {
                font-weight:normal;
               /* border-bottom:1px solid #888; */
               border-bottom:1px solid #ccc;            
                padding:6px 10px;
                border-collapse:collapse;
                text-align:left;
            }
            .rrs-table.padded td {
                padding:10px 10px;
            }
             .rrs-muted {
            color:#888;
        }

/* rrs-Radix-Table.css styles end */

/* RR tab styles start*/

        .rrs-tabs {
        }

        .rrs-tabstrip {
            float:left; position:relative; z-index:1;
        }

        .rrs-tabcontent {
            clear:both; border:1px solid #828282; position:relative; top:-1px; z-index:0; padding:2px;
        }
                                
/* RR tab styles End*/

/* CRM-Widget Overrides */

    div.rrs-CRM-Widget div.rrs-SectionHeader > h3 {
        font-size: 14px; 
        color:#4d4ed0; 
        margin:6px auto 2px 0;
    }

    div.rrs-CRM-Widget div.rrs-List-Table > div.rrs-ListItem > div:first-child {
        font-weight: bold;
    }
    div.rrs-CRM-Widget div.rrs-List-Table > div.rrs-ListItem.rrs-SubItem > div:first-child > span {
        /*margin-left:20px; */
        font-weight: normal; 
        color:#777;
    }
    .rrs-Content.rrs-CRM-Widget {
        min-width:200px;
    }

    /* Ticket buttons size */
    .FormButtons > span.iButton {
    min-width: 90px;
    width: auto !important;
}
.RadComboBoxDropDown.rcbAutoWidth{
	min-width: 20em !important
	}
/* Radix style updates*/
.linkclass2, .linkclass3 {
    color: #0066cc !important;
}
.SubHeader, .rdContent .SubHeader2, .DivFormHeaderText{
    color: #4d88ca !important;
}
.DivMenuItem {
    color: #4d88ca !important;
}
.CTBToolTable{
    height: 100%;
}
.CTBCell2Hover{
    background-color: #C1D7F2 !important;
}
.CTBCellBreak {

    border-right: solid 1px #ccc !important;

}
.CTBCell1 > table {
    width: 100%;
    text-align: center;
}
.DivMenuLinkHover > span{
    display: inline-block;
    width: 100%;
    height: 100%;
}
#ContentPlaceHolder1_rrDynamicForm1_10, .DynoFormViewer, #rrDynamicForm1_10{                   
background-color:#fff !important;
 }
div.rrs-List-Table button {
    border-spacing: 0px;
}



/*#17123*/
.rrs-grid {
}

.rrs-grid .rrs-grid-header {    
    background-color:#eee; 
    border-style:solid; 
    border-color: #bbbbbb; /*#828282; */
    border-width:1px 1px 0 1px; 
    padding:10px 5px;        
}


/* rrs search */

.rrs-search {
    width:auto;
    display:inline-block;
}

.rrs-search > span {
    display:inline-block;
}

.rrs-search > span.RadInput {
    box-sizing:border-box;
    overflow:hidden;
    margin-right:0px;
    margin-top:0px;
    vertical-align:baseline;
    border: 1px solid #b3b3b3;
    height:22px;
                                
}

.rrs-search > span.RadInput > input[type="text"] {
    box-sizing:border-box;
    width:100%;
    margin-right:0px;
    margin-top:0px;
    border-color:transparent;
}


.rrs-search > .rrs-search-ico {
    float:right;
    box-sizing:border-box;
    margin-left:0px;
    margin-top:0px;
    width:22px;
    height:22px;
    border-style:solid;
    border-color:#b3b3b3;
    border-width:1px 1px 1px 0;
    background-color: #eee;
    background-image:url('/Images/RadixIcons/Search.png');
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:center;
    cursor:pointer;
}



.rrs-search-form table { border-spacing:0px; }
.rrs-search-form table td { padding:0px; margin:0px; border-spacing:0px; border-width:0px; }                                            

.rrs-search-form table {width:auto;}

div.rrs-List-Table > div.rrs-ListItem > div > div.rrs-search-form table, 
div.rrs-List-Stretch > div.rrs-ListItem > div > div.rrs-search-form table 
{width:100%;}

.rrs-search-form span.RadInput {
    display:block;
    box-sizing:border-box;
    margin:0px;
    vertical-align:baseline;
    border: 1px solid #b3b3b3;
    height:26px;
    width:100%;
                                
}

.rrs-search-form td.rrs-search-ico-col,
.rrs-search-form span.rrs-search-ico {
    width:26px;
    height:26px;
}

                                            
.rrs-search-form span.RadInput > input[type="text"],
.rrs-search-form span.RadInput >.riTextBox  {
    display:block;
    box-sizing:border-box;
    width:100%;
    margin:0px;
    border-width:0px;
}


.rrs-search-form span.rrs-search-ico {
    display:block;
    box-sizing:border-box;
    margin:0px;
    border-style:solid;
    border-color:#b3b3b3;
    border-width:1px 1px 1px 0px;
    background-color: #eee;
    background-image:url('/Images/RadixIcons/Search.png');
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:center;
    cursor:pointer;
}