﻿
#container {
    width: 320px; /* explicitly set the width to 320px */
    margin: 0 auto; /* this will center your container */
}




.PageContainer{


	width:320px; 
	height:auto;
	margin:auto;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:20px;	
}



body{
	background-color:#f5f5f5;
	height:auto;
	background-repeat:repeat-x;
}



 /*AutoComplete flyout */
.completionList {
    border:solid 1px #444444;
    margin:0px;
    padding:2px;
    height: 250px;
    overflow:auto;
    background-color: #FFFFFF;
    font-size: 12px; 
}

.listItem {
    color: #1C1C1C;
}

.itemHighlighted {
    background-color: orange;
}

.StoreMasterPanel {

    margin:1px;
    padding: 12px; 
    border-width: 1px;
    border-color: #D3D3D3 !Important;
    border:solid;
    border-radius: 10px;  
    min-width: 410px;
    margin-bottom: 20px; 



}

.tinyText {

    font-size: 5px; 
}


.CommentsPanel {

    position: absolute;
    left: 10px;
    top: 100px;
    padding: 3px;
    width: 210px;
    height: 270px;
    background-color: lightblue;
    z-index: 20000;    
    border-style: solid;
    border-color:black;
    border-radius: 10px; 
       

}

.DisplayTypeText {

    font-family: 'Open Sans', sans-serif;
    font-size: 10px;  
    color:purple ;
}


.ManageUsersText{
    color: #A80000; 
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;

}


.ManageUsersEditPanel
{
   
    z-index: 5750; 
    background-color: #CBCBDC;   
    width: 1300px;
    height: 400px; 
    border-radius: 50px; 
    padding-left: 30px; 
    padding-right: 30px;
    padding-top: 20px;

   
}


.InvisibleButton {

    color:transparent;
    background-color:transparent;
    max-height: 1px;      
    max-width: 1px;
    border-style:none;   
}




.panelUpdateProgress {

    position: fixed;
    top: 200px;
    left: 120px;
    width: 200px;    
    max-height: 200px;
    height: 200px;	
    z-index: 99999999999999999999;
    color: white;
    border-radius: 30px;
    padding: 30px;  
    border-color: gray;
    border-style: solid;
    border-width: 2px;	


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

     

}


.MobilePanel
{
   
   
    background-color: #CBCBDC;   
    width: 320px;
    border-radius: 50px; 
    padding-left: 30px; 
    padding-right: 30px;
    padding-top: 20px;

   
}

.ConfirmationPanel {


  

    position: fixed;
    left: 20px;
    top: 200px;
    display: block;
    height: 200px;
    width: 300px;
    justify-content: center;
    align-items: center;
    z-index: 6000000;
    border-radius: 14px 14px 14px 14px;
    background: -webkit-linear-gradient(left, #99FFFF, #FF9966); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #99FFFF, #FF9966); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #99FFFF, #FF9966); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #99FFFF, #FF9966); /* Standard syntax (must be last) */
    -moz-box-shadow: inset 0px 0px 50px 1px #000099;
    -webkit-box-shadow: inset 0px 0px 50px 1px #000099;
    box-shadow: inset 0px 0px 50px 1px #000099;
    padding-top: 10px;
    padding-left: 12px;
    margin-left: 1px;
    -webkit-animation: fadein .2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .2s; /* Firefox < 16 */
    -ms-animation: fadein .2s; /* Internet Explorer */
    -o-animation: fadein .2s; /* Opera < 12.1 */
    animation: fadein .2s;
}


.ErrorLabelFixed {
    left: 150px;
    top:10px;
    position: fixed;
    font-size: 12px;
    color: white;
    font-weight: 700;
    -webkit-animation: ErrorFadeOut 8000ms;
    -moz-animation: ErrorFadeOut 8000ms;
    animation: ErrorFadeOut 8000ms;
    opacity: 0;
    border-radius: 30px;
    padding: 30px;
    border-color: gray;
    border-style: solid;
    border-width: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    z-index: 9999999;
}

    .ErrorLabelFixed:empty {
        display: none;
    }


@-moz-keyframes ErrorFadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes ErrorFadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes ErrorFadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}


.NvarcharFixedBackground {
    color: white;
    background: #FF5F6D; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFC371, #FF5F6D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.BooleanBackground {
    color: white;
    background: #2196f3; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f44336, #2196f3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f44336, #2196f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.IntegerBackground {
    color: white;
    background: #a80077; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #66ff00, #a80077); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #66ff00, #a80077); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.NvarcharBackground {
    color: white;
    background: #4CA1AF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #C4E0E5, #4CA1AF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #C4E0E5, #4CA1AF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.reallySmall {
    zoom:.7;
}


.ConfirmationPanel {

    position: fixed;
    left:20px;
    top: 200px;
    background: #D1913C; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFD194, #D1913C); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFD194, #D1913C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.Metro360 {
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #003a49;
    text-shadow: -1px 0 2px #666;
}


.IfAnswerIsDropDown {

    font-size: 11px;
    color: white;
    background-color:transparent !important;  
    padding: 7px;
    border-radius: 3px; 
    border-color: blue; 
    border-width: 1px;
    margin: 2px;
    border-color: transparent; 
    min-width: 135px;
}


.IfAnswerIsDropDown option    {

    font-size: 11px;
    color: purple;
    background-color: lightgray;   
    padding: 10px;
    border-radius: 3px; 
 
}

.IfAnswerIsDropDownWhite {

    font-size: 11px;
    color: white;
    background-color:transparent;  
   

}

.RedX {

    color: red;
    font-size: 14px;
    font-weight: 700;
}

.RegionPanel {

    position: absolute;
    left:0px;
    top: 25px;
    min-width: 600px;
    background: #D1913C; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFD194, #D1913C); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFD194, #D1913C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 14px 14px 14px 14px;
    margin: 20px;
    padding: 10px;
    overflow: auto;
   
    border-style: solid;
    border-color: blue;  
    border-width: 1px; 
}

.StoreRegionCheckBoxDropDownList {

    font-size: 10px; 
    max-height: 100px; 
    overflow: auto;  

}



.MainUserStoreListRow {

    font-size: 16px;
    
    padding: 12px;
    border-color: transparent; 
    margin: 12px;
    border-width: 1px;
    border-radius: 13px; 
    border-style: none;    
    min-width: 280px;
    max-width:280px;
    overflow: auto;  
     
    color: ThreeDDarkShadow ;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}


.LinkButtonLookLikeLabel {
    font-size: 19px;
    color: ThreeDDarkShadow ;

}




.LinkButtonLookLikeLabelStoreNumber {
    font-size: 29px;
    /*color: darkorange; */
    color: #004476;

}


    .MainUserStoreListRow::selection {
        color: darkblue;
    }


.SurveyStatus {
    color: orangered;
    font-size: 10px; 
}

.SurveyDetailPanel {

    padding: 4px;
    margin: 4px;
    border-style: solid;
    border-color: lightblue;  
    border-width:1px;
    border-radius: 6px;   
    font-size: 12.5px;
    color: orangered;  
    max-width: 250px; 
   

}





.SurveyQuestion {
    font-size: 17px;
    font-weight: 600;
    color: purple;    
    padding: 7px;
   

}


.QuestionPanelWithBorder {
   
    border-style: solid;
    border-width: 1px;
    border-color: darkblue; 
    border-radius: 10px; 
    width: 300px;
    max-width: 300px;
    max-height: 300px;
    overflow:auto; 
    padding: 10px;

}




.EnterIntegerLabel {
    font-size: 14.5px;
    color: darkgrey;
    font-weight: 600; 
     

}



.FixedNvarcharSurveyAnswerButtonText {
    
    font-size: 15.5px;
    
    white-space: normal;  
    color: black;
    font-weight: 500; 
    text-align: left;  
    border-radius: 4px; 
    min-height:50px;
    color: white;

    background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



/*    background: #FF5F6D; 
    background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D); 
    background: linear-gradient(to right, #FFC371, #FF5F6D); */
   
    
    }

.AnswerHelp {

    font-size: 11px;
    color: darkgray;
    font-weight: 600; 
}


.Logout {

    font-size: 20px;
   
}

.ManageUsersLinkButton {
    font-size: 16px;
    color:ThreeDDarkShadow ; 
    
}





.StoreHeaderInfo {
  font-size: 18px;
    color: ThreeDDarkShadow;
    max-width: 100px !Important;
     

}

.ScreenLock {

    position: absolute;
    top:0px;
    left:0px;
    left: 15px;
    min-height:2000px;
    min-width: 320px;
    /* background:rgba(255,255,255,0.9);  */
    background-color: white;   
    z-index: 99999999;  
     
}

.SurveyTaskHeader {

    font-size: 15px;
    color: blue; 
}


.SimplePanelBorder {

    padding: 5px;
    border-style: solid;
    border-radius: 8px;
    border-color: blue;
    border-width: 1px;     
}

.DashboardPanel {

    max-width:320px;
    padding: 5px;
    border-style: solid;
    border-radius: 8px;
    border-color: rgba(210, 105, 30, .1);
    border-width: 1px;  

}



.kilometersPanel {

    top: 90px;
    left: 10px;
    position: absolute; 
    min-width:250px;
    max-width: 320px; 
    padding: 5px;
    border-style: solid;
    border-radius: 8px;
    border-color: rgba(210, 105, 30, .1);
    border-width: 1px;  
    font-size: 18.5px;
    background-color: #CBCBDC;   

}


.KilometersGoCancelPanel {
  
   
    max-width: 210px; 
    padding: 5px;
    border-style: solid;
    border-radius: 8px;
    border-color: rgba(210, 105, 30, .1);
    border-width: 2px;  
}


.CenterMe {
    margin:auto; 
    width:100%;
    left:50%;
    text-align:center;  
    
}

.TodayskilometersPanel {

    top: 90px;
    left: 10px;
    position: absolute; 
    min-width:300px;
    max-width: 300px; 
    padding: 5px;
    border-style: solid;
    border-radius: 8px;
    /* border-color: rgba(210, 105, 30, .1); */
    border-color:transparent; 
    border-width: 4px;  
    font-size: 18.5px;
    background-color: #CBCBDC;   
 
}


.TodayskilometersPanelRow {

   
    min-width:290px;
    max-width: 290px; 
    padding: 5px;
    border-style: solid;
    border-radius: 5px;
   border-color: rgba(210, 105, 30, .1);
    border-width: 3px;  
    font-size: 18.5px;
    background-color: #CBCBDC;   
   

}

.UserInfoLabel {

    color: darkgreen;
    font-size: 10px;
      
}


.KilometersHistoryPanel {

    top: 90px;
    left: 10px;
    position: absolute; 
    min-width:300px;
    max-width: 300px; 
    min-height: 480px;
    padding: 5px;
    border-style: solid;
    border-radius: 8px;
    border-color: rgba(210, 105, 30, .1);
    border-width: 1px;  
    font-size: 18.5px;
    background-color: #CBCBDC;   

}

.BoxCount {

    position:fixed;
    top:350px;
    left:285px;
    border-style:solid;
    border-radius: 20px;
    padding: 14px;  
    background:rgba(255,255,255,0.9);
    border-width: 1px; 
    overflow:auto;  
    max-height: 300px;
}


.TimeEditorValues {
    color: #A80000; 
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    padding: 3px;

}

.TimeEditorhelperText {
    color: #3366ff; 
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;

}

.FakeWhitespace {

    border-style:solid;
    border-color:white ;
    border-width:3px;
     

}



.EstimatedTimePanel {
     background: #D1913C; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFD194, #D1913C); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFD194, #D1913C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 14px 14px 14px 14px;
    margin: 20px;
    padding: 10px;
    overflow: auto;
    max-height: 350px;
    border-style: solid;
    border-color: blue;  
    border-width: 1px; 
    width: 40%;
   
   
}



.StatisticsDetailPanel {
    <!--  display: block; -->
    width: 320px;
    max-height: 800px;
    overflow: auto;
    justify-content: center;
    align-items: center;
    z-index: 6000000;
    border-radius: 14px 14px 14px 14px;
    /*border-color: darkorange;  */
    border-color: #004476;
    border-width: 1px; 

}


.StatisticsDetailGridview {
    
    margin: 20px;
    padding: 8px;
    text-align: left;  
}

.StatisticsDetailGridviewSmall {

    font-size: 10.5px; 
    padding: 1px;
    text-align: left;  
   
}


.DashBoardStyle  {
    
    margin: 10px;
    padding: 8px;
    border-bottom:solid;
    border-bottom-color: lightgray;  
    border-bottom-width: 1px;   
  
   

}


#ctl00_ContentPlaceHolder1_AsyncFileUpload1_ctl01
{
   
 background: url("camera.png")  no-repeat    !Important;
  min-height: 100px;
  max-height: 100px;
 z-index: 9999999;
  
}


#ctl00_ContentPlaceHolder1_AsyncFileUpload1_ctl04 {
    background-color: transparent   !Important; 
    border-color: purple !Important; 
    border-style:none !Important;  
}







#ctl00_ContentPlaceHolder1_Photos1_AsyncFileUpload1_ctl01
{

    /*position: absolute;    
    top: 330px;
    left: -75px; */
    background: url("cameraLarge.png")  no-repeat    !Important;
    min-height: 100px;
    max-height: 100px;
    z-index: 9999999;
  
}


#ctl00_ContentPlaceHolder1_Photos1_AsyncFileUpload1_ctl04 {

    position: absolute;    
    background-color: transparent !Important; 
    border-color: purple !Important; 
    border-style:none !Important;  


}







.PhotoPadding {

    padding: 15px;
}

.PhotoPanel {

    /* top: 300px;
    left: 0px;
    padding: 20px;
     position: absolute; */


    border-style: solid;
    padding: 7px;
    /*border-color: orange; */
    border-color: #004476;
    border-width: 1px;
    border-radius: 10px;   
    width: 50%;
  

}


.photoError {
    color: red;
}


.PhotoGridviewPanel {

  
    padding: 10px;
   
  
    border-width: 1px;
    border-radius: 10px;  
    width: 100%;
}

.hr {
    display: block;
    height: 0px;
    border: solid ;
    border-top: 1px solid;
    /*border-color: orange; */
    border-color: #004476;
    border-width: 1px; 
    margin: 1em 0;
    padding: 0;
    width: 100%;
   
   
      margin-left: 20px; 
     
}


hr.style-one {
   border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
      width: 100%;
}


.PhotoPanelInside {

    padding: 5px;
    border-style: solid;
    /*border-color: orange; */
    border-color: #004476;
    border-width: 1px;
    border-radius: 10px;  
    width: 100%;
    margin
}



.LoggedUsersPanel {
    
    position: relative;  
    top:-118px;
    left:225px;  
    padding:3px;
    border-style:solid;
    border-width: 1px;
    /*border-color: yellow; */
    border-color: #004476;
    border-radius:3px;  
    width: 30%;  
    background-color:whitesmoke;   
    margin-bottom: 25px; 

}


.PictureInfoPanelPanel {
    
    position: relative;  
    top:-90px;
    left:225px;  
    padding:3px;
    border-style:solid;
    border-width: 1px;
    /*border-color: yellow; */
    border-color: #004476;
    border-radius:3px;  
    width: 30%;  
    background-color:whitesmoke;   
    margin-bottom: 25px; 

}


.LoggedUsersLabel {

    font-size: 11px;
    color:cadetblue;    
}



.LoggedUsersGridviewItem {
    z-index: 999999; 
    padding: 5px;
    border-style: solid;
    /*border-color: yellow; */
    border-color: #004476;
    border-width: 1px;
    border-radius: 10px;  
    width: 100%; 
}


.PhotoPromptMessage {
    color:deepskyblue  ;
    font-size: 17.5px; 

}


.ManageUsersLinkButton {

    color: darkgray ; 
    font-size: 11px;
        
}


.BigUploadButton {

    zoom: 2;
}


.file-upload {

  
    background: #007dc1;
    background-image: url("cameranew.png"); 
    background-attachment: local; 
    background-repeat:no-repeat;   

    font-size: 6px; 
  
  
    border: 1px solid #124d77;
    cursor: pointer;
    color: purple; 
    border-radius: 6px;
   
    height:30px;
   
}







.file-upload, .file-upload span {
        width: 90px;
}

.file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
}

.file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;


}



.VendorHeaderText {

    font-size: 25px;
    color: #000333;
}


.TaskPanel {

    position: relative;  
    width:135%;
    vertical-align: top; 
    padding: 6px;
    background-color: #DCDCDC;   
    border-radius: 4px; 
    border-color: #DCDCDC;
    border-style: solid;    
  


}


.TaskPanelDetail {

    width:100%;
    vertical-align: top; 
    margin: 5px;
    background-color: #D3D3D3;   
    border-radius: 4px; 
    border-color: #D3D3D3;
    border-style: solid;    



}



.PhotosPanelDetail {

    min-width: 1200px;
    vertical-align: top; 
    margin: 2px;
    padding: 2px;
    background-color: #D3D3D3;   
    border-radius: 6px; 
    /*border-color: darkorange; */
    border-color: #004476;
    border-style: solid;    
    border-width: 1px; 
    background-color: #f2f2f2;
  



}




.VendorPortalGridText {
    padding: 3px;
    font-size: 12.5px;
    text-align: left;
    display:block;

}

.chart {

     background-color: #D3D3D3;   
     color: white;
}



.TaskNameLabel {

    font-size: 22px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif; 

}


.PhotosPanelDetailContainer {

    min-width: 1300px;
    margin-left: -1000px; 
    
}


div.sticky {

  min-height:300px;
  min-width: 1000px;

  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 10px;
  font-size: 20px;
  z-index: 1;
 
}



.PhotoStoreHeader {

    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif; 

}


.PhotosPanelDetailHeader {

    background-color: rgb(53, 61, 1);
    color: white;
    padding: 6px;
    border-color: white;
    border-width: 1px;
    border-radius: 6px;    

}

.SurveyDetailPanel {

    min-width: 220px;
    padding: 4px;
    margin: 4px;
    border-style: solid;
    /*border-color: darkorange;  */
    border-color: #004476;
    border-width:1px;
    border-radius: 6px;   
    font-size: 12.5px;
   

}

.SurveyDetailPanelMainUser {

    min-width: 220px;
    padding: 4px;
    margin: 4px;
    border-style: solid;
    /*border-color: darkorange;  */ 
    border-color: #004476;
    border-width:1px;
    border-radius: 6px;   
    font-size: 12.5px;
   

}



.CompensationGridText {
    padding: 3px;
    font-size: 11px;
    text-align: left;
    display:block;
    max-height: 12px;

}



.ActivityReportPanel {

   
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    /*border-color: darkorange;  */
    border-color: #004476;   
    background-color: white;
    z-index: 400000; 

}



.btn-grey {

    background-color: #707173 !important;
   
}


.btn-tngblue {

     background-color: #004476 !important;
     color: purple; 
}



.EditSupervisorGridviewText {

    font-size: 11px; 

}


.tblList thead tr {
    background-color: aliceblue;
}

.tblList tfoot tr {
    background-color: aliceblue;
}

.tblList tbody tr.odd {
    background-color: #EFF1F1;
}
