

#colortest .BackgroundColor                         {background-color: Color [A=255, R=46, G=41, B=37];}
#colortest .BackgroundColor::after                  {content: "#2E2925";}

#colortest .BackgroundOuterGradientStop             {background-color: Color [A=255, R=116, G=103, B=93];}
#colortest .BackgroundOuterGradientStop::after      {content: "#74675D";}

#colortest .ContentPanelInnerColor                  {background-color: Color [A=255, R=240, G=240, B=240];}
#colortest .ContentPanelInnerColor::after           {content: "#F0F0F0";}

#colortest .ContentPanelOuterGradientStop           {background-color: Color [A=255, R=214, G=214, B=214];}
#colortest .ContentPanelOuterGradientStop::after    {content: "#D6D6D6";}

#colortest .GradientForegroundColor                 {background-color: #FAFBFA;}
#colortest .GradientForegroundColor::after          {content: "#FAFBFA";}

#colortest .LoginPanelBackgroundColor               {background-color: #05CE7C;}
#colortest .LoginPanelBackgroundColor::after        {content: "#05CE7C";}

#colortest .LoginPanelForegroundColor               {background-color: #FAFBFA;}
#colortest .LoginPanelForegroundColor::after        {content: "#FAFBFA";}

#colortest .PrimaryColor                            {background-color: #2E2925;}
#colortest .PrimaryColor::after                     {content: "#2E2925";}

#colortest .PrimaryForegroundColor                  {background-color: #FFFFFF;}
#colortest .PrimaryForegroundColor::after           {content: "#FFFFFF";}

#colortest .SecondaryColor                          {background-color: #F0F0F0;}
#colortest .SecondaryColor::after                   {content: "#F0F0F0";}

#colortest .SecondaryForegroundColor                {background-color: #000044;}
#colortest .SecondaryForegroundColor::after         {content: "#000044";}

#colortest .MainHeaderGradientColorA                {background-color: #CCCCCC;}
#colortest .MainHeaderGradientColorA::after         {content: "#CCCCCC";}

#colortest .MainHeaderGradientColorB                {background-color: #CCCCCC;}
#colortest .MainHeaderGradientColorB::after         {content: "#CCCCCC";}

#colortest .LinkColor                               {background-color: #FF0000}
#colortest .LinkColor::after                        {content: "#FF0000";}

#colortest .LinkHoverColor                          {background-color: #FF0000}
#colortest .LinkHoverColor::after                   {content: "#FF0000";}

#colortest .LinkVisitedColor                        {background-color: #FFFFFF}
#colortest .LinkVisitedColor::after                 {content: "#FFFFFF";}

#colortest .TabTopColor                             {background-color: #007298}   
#colortest .TabTopColor::after                      {content: "#007298";}   

#colortest .TabBottomColor                          {background-color: #007298} 
#colortest .TabBottomColor::after                   {content: "#007298";} 

#colortest div{
    float: left;
    width:300px;
    padding: 10px;
    border:1px dotted black;
    color: #FFF;
    text-shadow: 0px 0px 3px #000;}

#colortest { display:none; }

@font-face {
  font-family: 'Dantia Regular';
  src: url('fonts/dantia/sourcesanspro-regular-webfont.eot');                                    /* IE9 Compat Modes */
  src: url('fonts/dantia/sourcesanspro-regular-webfont.eot?#iefix')  format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dantia/sourcesanspro-regular-webfont.woff')       format('woff'),              /* Modern Browsers */
       url('fonts/dantia/sourcesanspro-regular-webfont.ttf')        format('truetype')           /* Safari, Android, iOS */
}

/* apply a natural box layout model to all elements */
*, *:before, *:after 
{
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;

}
 
.dialog{
    display: none; 
}  

.dialogIFrame{    
    width: 100%;    height: 100%;    margin: 0px;    padding: 0px;    border: 0px;
}

html
{
    height:100%;
}

body 
{
    background-color: #2E2925;
    font-size: 90%;  
    
	
	color: #2E2925;
	font-family: "Sage Regular", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif; /* makes this a little more refined*/
    margin: 0px; /* Set to 0 so the colors run to the edge of the browser */
    width: 100%;
    height: 100%;
}

.fa-folder-open,
.fa-arrow-left {
	color: #F0F0F0;
}

#pnlLogin {
    height: 182px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.loginBody
{
    /*background-color: #CCCCCC;*/
	background: url(/solerycordon/Content/Images/login_background.jpg);
	background-size: cover;
	border: none;
}

.loginBody #footer
{
    border-left: none;
    border-right: none;
	border-bottom: none;
}
	
.loginError{
    visibility:visible;
    color: #FAFBFA;
    font-weight: bold;
    margin: -5px 5px 10px 5px;
}

.loginNoError{
    visibility:collapse;
    display:none;
}

form
{
    /*height:90%;	*/
}

hr
{
	margin-right:50px;
	margin-left:50px;
	margin-bottom:10px;
}

.loginBody .topNavOuter,
.loginBody #loginPageContent {
	display: none;
}

.AppsBody .topNavOuter {
    border-bottom: 1px solid #CCCCCC;	
}

.topNavOuter {
    height: 40px; 
    background-color: #F0F0F0 !important; 
    margin: 0 10%;
}

.TopNav {
    position: relative;
    float: right;
    xxbackground-color: #6A2;
    height: 40px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.topNavTab {
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    max-width: 170px;
    margin-top: 0px;
    padding-left: 4px;
    padding-right: 4px;
  
    height: 40px; 
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    border-radius: 2px 2px 0px 0px;

    transition: height .1s, margin-top .1s;
}


 
.topNavTab:first-child:nth-last-child(1) {
	width: 98%;
}


.topNavTab:first-child:nth-last-child(2),
.topNavTab:first-child:nth-last-child(2) ~ .topNavTab {
	width: 48%;
}


.topNavTab:first-child:nth-last-child(3),
.topNavTab:first-child:nth-last-child(3) ~ .topNavTab {
	width: 31.3333%;
}


.topNavTab:first-child:nth-last-child(4),
.topNavTab:first-child:nth-last-child(4) ~ .topNavTab {
	width: 23%;
}


.topNavTab.topNavTabSelected
{
    background-color: #CCCCCC;
	margin-top: 0;
    height: 40px; 

    transition: height .1s, 
                margin-top .1s;
                
}

.topNavTab a
{
    line-height: 40px; 
    text-decoration:none;
    border: none;
	color:#2E2925;

    transition: line-height .1s;
	font-size: 120%;
}

.topNavTab.topNavTabSelected a
{
    line-height: 40px; 

    transition: line-height .1s;
}

#mstrBody {
	background-color: #F0F0F0;
}

.AppsBody .MasterHeader
{
    /*border-top: 10px solid #ed1c5f;*/
    overflow:hidden;
	padding-top:20px; /* Set to 0 so the colors run to the edge of the browser */
    width:100%; /* Set the width to run the colors to the end*/
    /*background-color: #2E2925;*/
	padding-bottom:20px;




    
}

.loginBody .MasterHeader
{
    /*border-top: 10px solid #ed1c5f;*/
    overflow:hidden;
	height:130px;
    margin:0px; /* Set to 0 so the colors run to the edge of the browser */
    width:100%; /* Set the width to run the colors to the end*/
    /*background-color: #2E2925;*/




    
}


.MainPanel
{
	min-width:900px; /* set this to 800 for a standard minimum width */
	min-height:600px; /*  set this to 600 for a standard minimum height */
    height:100%;
    width:100%;
   
}

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
}

.footershadow
{
    height:20px;
    
    
    
}

#ajaxBusy
{
    
    line-height: 4em;

    position: fixed;
    top: 50%;
    left: 50%;

    -webkit-transform:  translate(-50%, -50%);
    -moz-transform:     translate(-50%, -50%);
    -ms-transform:      translate(-50%, -50%);
    transform:          translate(-50%, -50%);

    border-radius: 5px;    
    background-color: #2E2925;
    color: #F0F0F0;
    
    border: 2px solid #F0F0F0;
    box-shadow: 0px 0px 18px -2px rgb(0, 0, 0);

    z-index: 9999;

    display: none;
}



#ajaxBusySpinnerImage
{
    float:left;
}

#ajaxBusySpinnerText
{
    margin-left: 35px;
    text-align: center;
    font-size: 1.25em;
    color:  #F0F0F0;
    padding: 0px 30px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}



.ajaxProcessing
{
	padding:5px;
    /*float:left;*/
}

.loginBody #headerLogo
{
	width:500px;
    height:125px;
	xmargin-top:25px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url('/solerycordon/Content/Images/CustomHeader.png');*/
    background-position: center;
    background-repeat:no-repeat;
	float: none !important;
}

.AppsBody #headerLogo
 {
    width: 300px;
    height: 100px;
    z-index: 2;
    float: right;
    margin-right: 10%;
	background-image:url('/solerycordon/Content/Images/CustomHeader.png'); 
    background-position: right;
    background-repeat:no-repeat;
    /*margin-left: auto;
    margin-right: auto;*/
}





.LoginPanel
{



background-color: transparent;

 width: 710px; ;
border-radius: 5px;
display: table;
height: 271px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;

}

#loginPanelLeft
{
    height: 350px;
	width: 350px;
    float: left;
	background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
	padding-top: 20px;
}

#loginPanelLeft .divLogin {
	height: 2.2em;
}

#loginPanelLeft.noMsgCenter
{
    width: 450px;
}

#loginPanelDivider
{
    float: left;
    height: 241px;
    width: 1px;
    margin-top: 16px;
    box-shadow: 0px 0px 10px rgb(213, 213, 213);
    background-color: #FAFBFA;

    display:none;
}

#loginPanelRight {
    color: #FAFBFA;
    width: 320px;
	height: 320px;
    float: left;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
	text-align: left;
    min-height: 158px;
    overflow: visible;
	padding-top: 45px;
	background-color: #05CE7C;
	opacity: 0.9;
}

#loginPanelRight a,
#loginPanelRight a:visited
{
    color: #FAFBFA;
    text-decoration: none;
    border-bottom: 1px dotted #FAFBFA;
}

#loginPanelRight a:hover
{
    opacity: 0.6;
}

#loginPanelMessageCenterHeader
{
    color: #FAFBFA;
    padding: 3px;
    padding-left: 11px;
    border-radius: 5px;
    margin-bottom: 8px;
    margin-left: -10px;
    margin-top: 0;
    /* font-weight: bold; */
    text-transform: uppercase;
    xxmargin-right: -16px;
	display:none;
}


.imgLoginPanelTop img
{
    vertical-align:bottom;
    width:275px;
    height:18px;
    background-color:#F0F0F0;

    
    display: none;

}

.imgLoginPanelBottom
{
    padding-top:25px;
}

.imgLoginPanelBottom img
{
    width:275px;
    height:18px;
    background-color:#F0F0F0;
}

.loginButton
{
    margin-top: 14px;
    margin-bottom: 10px;
}
 
.loginInputControl {
    width: 130px;
    height: 2.2em;
    border: none;
    border-radius: 6px;
    padding-left: 4px;
    font-size: 100%;
	border: 4px solid #ddd;
	margin-bottom: 5px;
}



.ContentPanel
{
    background-color:#F0F0F0;
    min-height:300px;
    
    

    height:400px;
}

.ContentPanelLeft
{
    width:25%;
    float:left;
    min-height:300px;
    height:100%;

    
    
}

.ContentPanelRight
{
    width:25%;
    float:right;
    min-height:300px;
    height:100%;
    
    
    
}

#autoDetect {
    padding-top: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

#autoDetect a:link    {color:#FFFFFF; background-color:transparent}
#autoDetect a:visited {color:#FFFFFF; background-color:transparent}
#autoDetect a:hover   {opacity:0.6}
#autoDetect a:active  {color:#FFFFFF; background-color:transparent}

.autoDetectResults
{
    padding-top: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 1.3em;
}

#autoDetectHeading
{
    font-size: 1.5em;
}

#autoDetectProgress {
    width: 90%px;
    max-width: 250px;
    padding: 1px;
    border: 1px solid #C0C0C0;
    height: 8px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}

#autoDetectProgress div {
    background-color: #FFFFFF; 
    width: 0%;
    height: 100%;
    border-radius: 2px;
}

.autoDetectDownloadInstructions {
    font-size: .8em;
}

a.autoDetectActionButtonSecondary,
input[type=button].autoDetectActionButtonSecondary {
    text-decoration: none;
    xxdisplay: block;
    display: inline-block;
    padding-left: 0.7em;
    padding-right: 0.7em;
    margin: 7px auto;
    line-height: 2.0em;
    font-size: 0.7em;
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
    text-align: center;
    color: #FAFBFA;
    background-color: #05CE7C;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px #FAFBFA;
    }

a.autoDetectActionButtonPrimary,
input[type=button].autoDetectActionButtonPrimary {
    text-decoration: none;
    xxdisplay: block;
    display: inline-block;
    padding-left: 1.4em;
    padding-right: 1.4em;
    margin: 10px auto; 
    line-height: 2.0em;
    font-size: 1.4em;
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
    text-align: center;
    color: #FAFBFA;
    background-color: #05CE7C;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px #FAFBFA;
}

.installInstructionsDownload {
width:25%;
margin-left:25%;
float:left;
}

.installInstructionsInstall {
width:25%;
margin-right:25%;
float:left;
}

.installInstructionsSubtext {
    font-size:.7em;
}

#loginPanelLeft .lblLogin {
	display: none;
}

#loginPanelLeft #txtUserName {
    background-image: url('/solerycordon/Content/images/iconos/user_icon.png');
    background-repeat:no-repeat;
	background-position: 5px;
	width: 270px;
	margin-left: 40px;
	padding-left: 30px;
	color: #000000;
}

#loginPanelLeft #lblDomainTxt {
	display:block;
	color: #2E2925;
	width: 70px;
	margin-left: 50px;
}

#loginPanelLeft #Domains {
	background-image: url('/solerycordon/Content/images/iconos/arrow_down_icon.png');
    background-repeat:no-repeat;
	background-position: 153px;
	width: 190px;
	color: #000000;
}

#loginPanelLeft #txtPassword {
	background-image: url('/solerycordon/Content/images/iconos/pass_icon.png');
    background-repeat:no-repeat;
	background-position: 5px;
	width: 270px;
	margin-left: 40px;
	padding-left: 30px;
	color: #000000;
}

.lblLogin {
    text-align: left;
    float: left;
    width: 105px;
    margin-left: 20px;
    padding-right: 6px;
    overflow: hidden;
    line-height: 1.8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.8em;
}

#lblClientTypeTxt
{
    color:#FAFBFA;
}

.lblPasswordReset
{
	text-align:left;
	float:left;
	width:100px;
	margin-left: 5px;
    color:#2E2925;
}

.CompanyLogo
{
    height:100px;
    width:300px;
	margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    background-image:url('/solerycordon/Content/Images/CustomLoginHeader.png');  
    background-repeat:no-repeat;
    background-position: center center;
}

.buttons button{
     background-image :url('/solerycordon/Content/images/LargeButton.png');
   background-repeat:no-repeat;
   background-color:#05CE7C;
   height:38px;
   width:128px;
    border:1px solid #05CE7C;
    line-height:130%;
    font-weight:bold;
    color:#FF0000;
    cursor:pointer;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button:hover{
 opacity:0.6;
}

.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}








#btnLogin {
    text-decoration: none;
    xxdisplay: block;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    margin: 10px auto 16px auto; 
    line-height: 2.2em;
    font-size: 1em;
    text-align: center;
    color: #FAFBFA;
    background-color: #007298;
    border-radius: 6px;
    border: none;
    cursor:pointer;
	width: 268px;
	text-transform: uppercase;
	background-image :url('/solerycordon/Content/images/iconos/arrow_icon.png');
	background-position: 240px;
	background-repeat: no-repeat;
}



.lnkDownload
{
	text-align:center;
	vertical-align:central;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}

#topBar
{
    float: left;
	margin-left:10%;
    margin-bottom:0px;
    padding-bottom:0px;
    height: 2em;
    overflow: hidden;
}

.loginBody #topBar
{
    xposition: relative;
    xtop: 0px;
    xright: 0px;
    margin-right:10%;
	margin-left:0;
    margin-bottom:0px;
    padding-bottom:0px;
    height: 2em;
    overflow: hidden;
	float: none;
}

.topBarItem                    
{
    font-size: 80%;
    float:right;
    margin:5px;
    text-decoration: none;
}

.loginBody .topBarItemLink {
	color: #2E2925;
}

.topBarItemLink                
{
    color: #2E2925;
    border-bottom: 1px dotted;
    cursor:pointer;
}

.topBarItemStatic
{
    color:#2E2925;
}

.topBarItemDivider
{
    font-size: 50%;
    margin-top: 1em;
    xline-height: 50%;
    xborder: 1px solid;
    xmargin: 2px;
    xwidth: 1px;
    xheight: 1em;
}

#topBarItemDownloads  
{
    display:none;
}

.topBarItem #cultureSelector
{
    text-transform: none;  
	display: none;
}

.AppsBody .topBarItem #cultureSelector
{
	display:none;
}

.topBarPopUpMenu
{
    display: none;
    border: 1px solid #333333;
    margin-top: 4px;
    padding: 4px 0px;
    position: absolute;
    background-color:#2E2925;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #333333;
}

.topBarPopUpMenu div
{
    padding: 6px 8px;
    margin: 0px 4px;
    cursor:pointer;
    color: #51534a;
}
.topBarPopUpMenu div:hover
{
    opacity:0.6;
}

#selector_width_tmp
{
    display : none;
}

#messageCenter
{
    display:block;
    margin-bottom:0px;
    margin-left:10%;
    margin-right:10%;
    display: none;
}

#messageCenterHeader
{	
    height: 2.6em;
    cursor: pointer;
    color:#2E2925;
    min-width:100px;
    padding-top:2px;
    padding-bottom:2px;
}

#messageCenterHeaderHeading
{
    margin-left: auto;
    background-color: #007298;
    height: 2.6em;    
    line-height: 2.6em;
	text-align: center;
    padding-left: 10px;
    display: table;
    padding-right: 10px;
    color: #FAFBFA;
}

#messageCenterContent
{
    overflow-y:auto;
    border-radius: 5px 5px 0px 0px;
    word-wrap:break-word;
    text-align: left;
    margin-top:0px;
    color: #2E2925;
    background-color: #CCCCCC;
    
    
    padding:20px;
    display:none;
}

#messageCenterContent a,
#messageCenterContent a:visited
{
    color: #2E2925;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#messageCenterContent a:hover
{
    opacity:0.6;
}



.lblWelcome
{
	text-align:left;
	margin-left:25px;
    color:#FAFBFA;
	
}
.LoginInfoMessage
{
	text-alingn:left;
    margin-bottom:10px;
    color:#FAFBFA;
}




.divLogin
{
    margin-bottom: 10px;
    text-align: left;
    color:#FAFBFA;
    height: 1.8em;
}

.divLogin.noMsgCenter
{
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}
 
.MenuButtons
{
	padding:2px 1px 1px 0px;
	cursor:default;
	cursor:hand;
	color:#2E2925;
}

.SessionInfo
{   display:none;
	border:2px solid #8c8c8c;
    clear:right;
	width:250px;
    color: #FFFFFF; 
float:right;
	margin:10px;
    margin-right:10%;
    background-color: #F0F0F0;
}



.SourceIp
{
    color:#2E2925;
}

.UserInfo
{
	clear:both;
	text-align:left;
	margin-left:5px;
	margin-bottom:3px;
}


.DownloadsHeader
{
	text-align:left;
    height:45px;
	padding-left:50px;

    
    background: #CCCCCC; 
    
    background-image: -moz-linear-gradient(top,  #CCCCCC 0%, #CCCCCC 100%); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#CCCCCC)); 
    background-image: -webkit-linear-gradient(top,  #CCCCCC 0%,#CCCCCC 100%); 
    background-image: -o-linear-gradient(top,  #CCCCCC  0%,#CCCCCC 100%); 
    background-image: -ms-linear-gradient(top,  #CCCCCC  0%,#CCCCCC 100%); 
    background-image: linear-gradient(to bottom,  #CCCCCC  0%,#CCCCCC 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#CCCCCC',GradientType=0 ); 

}

.DownloadsHeader div
{
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
}


#downloadsList
{
    color:  #FFFFFF;
    margin-top: 0px;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: auto;
}

.DownloadLink
{
    xheight: 40px;
    cursor: pointer;
    text-align: left;
    display: table-row;
    border-spacing: 6px;  		
}

.downloadLinkOuterSelector
{
    padding-top:4px;
    padding-bottom:4px;
}

.DownloadLink>a
{
    color: inherit;
    text-decoration:none;
    border:none;
	background-color: #2E2925;
	display: block;
    margin-bottom: 10px;
	border-radius: 15px;
	color: #F0F0F0;
}

.DownloadLink>a:hover
{
    opacity: 0.6
}


.DownloadLink i
{
    display: table-cell;
    padding: 6px;
}

.DownloadLink div
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
}



.DownloadsContent
{
	/*background-color:#F0F0F0;*/
	background-color: #F0F0F0;
	min-height:350px;
    height:70%;
    
    
}


.input-validation-error
{
	background-color:Red;
}
.field-validation-error
{
	color:Red;
	margin-left:25px;
}

 .AppsHeader  
{
    clear:both;
    height:30px;
	margin: 0 10%;
}

 .FooterGradient 
{
    height:45px;
	background-image:url('/solerycordon/Content/images/MainHeader.png');
    background-repeat:repeat-x;
}

.PreferencesFooterGradient  
{
    height:2px;
    width: 100%;
    background-color: #CCCCCC;
}
 
.xPreferencesFooterGradient  
{
    height:45px;
	background-image:url('/solerycordon/Content/images/MainHeader.png');
	background-repeat:repeat-x;
    border-top:1px solid black;
    clear:both;
}

.SearchControl 
{
    float: right;
    overflow: hidden;
    height: 100%;
    line-height: 30px;
}

.SearchControl div 
{
    float: right;
    height: 30px;
    padding: 0;
    line-height: 25px;
    padding-top: 2px;
    margin-left: 2px;
	background-color: #CCCCCC;
}

.SearchControl select 
{
    height: 1.7em;
    border: none;
    border-radius: 2px;
    background-color: #CCCCCC;
	color: #2E2925;
}

.SearchControl input[type="text"] 
{
    height: 1.7em;
    padding: 0;
    border: none;
    border-radius: 2px;
    padding-left: 5px;
	width: 125px;
}

.SearchControl img
{
 	background-position:center;
    height:19px;
    width:19px;
    padding:0;
    float:left;
    margin-left:2px;
}

.searchBoxIcon 
{
    margin-right: 0px;
    margin-left: 14px;
}

.fa-th {
	margin-right: 0px;
    margin-left: 14px;
}

.divAppsPanel
{
    height:100%;
}

#divAppsHeader, #divDownloadsAppsHeader, #divGeneralHeader
{
    color: #2E2925;
}

#divDownloadsAppsHeader {
	display: none;
}

.AppsContent
{
	min-height:300px;
    height:80%;
    overflow: auto;
    widSth:100%;
    
    
    
}

.AppsContentInner
{
    min-height:300px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.AppsMessage
{
	clear:both;
    margin-left:15px;
    padding-top:10px;
    display:block;
}


#appsMessageDiv
{
    line-height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
	display: none;
}


.RefreshButton 
{
    cursor: pointer;
    width: 3em;
    text-align: center;
    padding-top: 3px !important;
	background-color: #F0F0F0 !important;
}

.RefreshButton:Hover
{
    opacity:0.6;
}



.AppCellDivIcon
{
	width:100px;
	float:left;
	max-width:100px;
	min-width:100px;
	min-height:60px;
	padding-left:auto;
	padding-right:auto;
	margin:3px 3px 3px 3px;
	text-align:center;
}
.AppCellDivIcon div
{
	float:left;
	margin-left:5px;
	margin-right:5px;	
}
 .AppCellDivIcon img
 {
 	margin-left:auto;
 	margin-right:auto;
 	cursor:pointer;
 }



.GeneralPanel
{
    margin:0;
    padding:0;
    min-height:400px;
    height:80%;
}

.loginBody .PageContent
{
	min-height:300px;
}

.PageContent
{
    /*height:60%;*/
    min-height:450px;
}

.SaveChanges:hover
{
    opacity:0.6;
}

.SaveChanges 
{
    /* background-image: url('/WebAccess/Content/images/LargeButton.png'); */
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 36px;
    margin-top: 6px;
    margin-right: 20%;
    color: #FF0000;
    text-align: center;
    padding-top: 9px;
    border-radius: 2px;
    font-weight: bold;
}

.preferencesPanel
{
    min-height:35em;
    xheight:35em;
    margin 0;
    padding:0;
    background-color:#F0F0F0;
    position:relative;
    xdisplay:table;


    
    

}

.PreferencesNav
{
    padding-right:20px;
    border-right:1px solid black;
    text-align:left;
    height:40px;
	float:left;
	width:100%;
}



.PreferencesNav A
{
    text-align:right;
    padding-top:10px;
    text-decoration:none;
    display:block;
	float:left;
	background-image:none;
	color: #FFFFFF;     
    width:100%;
    height:100%;
}

.divPreferencesNav
{
    margin:0;
    float:left;
    background-image :url('/solerycordon/Content/images/gradient_left.png');
    background-repeat:repeat-y;
    background-position:right;
    height:35em;
    display:block;
    width:20%;
    min-width: 13em;
}

.PrefrencesContent
{
    padding-left:25px;
    padding-right:25px;
    height:auto;
    color:#FFFFFF;
    overflow:auto;
}

.PreferenceSetting
{
	xfloat:left;
	margin:10px;
    xwidth:80%;
}

.PreferenceSetting div
{
    float:left;
    width:100%;
    vertical-align:middle;
}

.PreferenceSetting label
{
    float:left;
    margin-top:2px;
}

.PreferenceSetting h1
{
    font-weight: bold;
    font-size: 1.1em;
    text-align:left;
    float:left;
    width:100%;
    margin-top: 23px;
}


.PreferenceSetting h2
{
    font-weight:normal;
    font-style:italic;
    text-align:left;
    float:left;
    width:100%;
}


.PreferenceSetting input[type="checkbox"]
{
    float:left;
    margin-right:10px;
    clear:both;
}

.PreferenceSetting input[type="text"]
{
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.PreferenceSetting select
{
    float:left;
    margin-left:10px;
    width:300px;
}

.PreferenceSetting ul
{
    list-style-type: none;
    float:left;
    width:100%;
}

.PreferenceSetting li
{
    clear:both;
}

.PreferencesDivider
{
    float:left;
    width:100%;

    height:1px;
    
    margin-bottom:0px;
    margin-top:0px;
}

.divIconViewSlider {
    width: 70%;
    margin-left: 12px;
    margin-right: auto;
    background: url('/WebAccess/Content/images/MainHeader.png');
    /* height: 5px; */
    /* margin-top: 10px; */
    max-width: 300px;
}

.SpacerDemoContainer
{
	padding:3px;
	height:50px;
	
}

.divCustomRes
{
    padding-left:25px;
    margin:0;
    float:left;
}

/*
    Applications
*/
.appDetails 
{

    /*color:#000044;*/
    padding:0px;
    margin:0px;
    height:100%;
    display:block;
}



.appLink
{
    color:#FFFFFF;
    margin-right:0;
    padding-right:0;
    text-align:left;
}

.appLink span
{
    padding-left:25%;
}

.header
{
    background-image :url('/solerycordon/Content/images/MainHeader.png');
    background-repeat:repeat-x;
    margin-left:0px;
    color:#FFFFFF;
    text-align:left;
    border-right:1px solid black;
}

.header span
{
 padding-left:25%;
}

/*===========================================================================================*/
/* App Icon View */
/*===========================================================================================*/



.appIcons
{
    margin: 10px;
}

.appIconSpace
{
    

    /*color:#FFFFFF;    */
	color: #F0F0F0;
    xpadding-top:0;
    padding: 25px 10px 10px 10px;
    float:left;
    display:block;
    cursor:pointer;
    min-height: 120px;  
    xxheight: 6em;
    width: 120px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
	background-color: #666;
	margin: 10px;
	border-radius: 15px;
}

.appFolderSpace {
	background-color: #007298;
}

.appIconImage
{
    font-size: 38px;
    height: 32px;
    width:  32px;  
    border: none;
    margin-top: 2px;    
}

.appIconName
{
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    display: block;
    width: auto;
    height: auto;
    font-size: 90%;
}

.appIconSpace:Hover
{
    opacity: 0.6;
}

.topNavTab:Hover
{
    opacity: 0.6;
}




/*===========================================================================================*/
/* App List View */
/*===========================================================================================*/

.appList 
{
    margin:10px;
}



.appListSpace {
    position: relative;
    /*color:#FFFFFF;*/
	color: #F0F0F0;
    float: left;
    padding-left: 15px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 6px;
    margin-bottom: 2px;
    width: 17em;
    cursor: pointer;
    overflow: hidden;
    height: 3em;
	background-color: #2E2925;
	border-radius: 15px;
}



.appListImage {
    font-size: 2.5em;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    border: none;
    margin-top: -16px;
}



.appListName {
    border: none;
    line-height: 3.3em;
    margin-left: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 90%;
}

.appListSpace:hover
{
    opacity: 0.6;
}



/*===========================================================================================*/

/* App Split View */

#splitFolders
{
    /*  */
    /*color:#FFFFFF;*/
    margin-top: 15px;
    margin-bottom: 10px;
    width: 18em;
    float:left;
    height: 100%;
    xmin-height:300px;
    overflow:auto;
	min-height: 300px;
	border-right: 1px solid #CCCCCC;
	color: #2E2925;
}

.splitFolder 
{
    height: 2em;
    line-height: 2em;
    cursor: pointer;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;

    padding-left: 6px;

}

.splitFolder[id^="folder"] 
{
    margin-left: 16px;
}

.splitFolder .fa-folder-open, .splitFolder .fa-arrow-left{
	color:#2E2925;
}

.splitFolder.selected
{
    font-weight: bold;
}

#splitFoldersSelectDiv
{
    color: #000044;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float:none;
    margin-top: 15px;
    xxfloat:left;
    
    display: none;
}

#splitFoldersSelect
{
    width: 100%;
    font-family: inherit;
    border: 1px solid #000044;;
    border-radius: 2px;
    height: 1.7em;
}






.splitFolder:Hover
{
    opacity:0.6;
}

#apps
{
    overflow:auto;
}

xdiv#splitFolders div
{
    padding-top: 5px; 
    cursor:pointer;
    color:#FFFFFF;
}

x.splitFolder {
    height:25px;
    width:auto;
}

x.splitFolder:hover {
     background-image:url('/solerycordon/Content/images/StaticRollover.png');
}

x.splitFolder div {
    float:left;
    padding-left: 5px;
    padding-right:5px;
    padding-bottom:5px;
}

x.splitFolder img {
    float:left;
    padding-bottom:5px;
    padding-left:5px;
}

x#folderHeader {
    background-image: url('/Content/images/MainHeader.png');   
    height:25px;
    width:auto; 
}

*===========================================================================================*/




#noApps
{
    margin-left:auto;
    margin-right:auto;
    margin-top:50%;
    font-style:italic;
}

#imgRefresh {
    font-size: 1.2em;
    cursor: pointer;
}

#imgUpArrow
{
    cursor:pointer;
}

/* App Details View */

.appDetailsFolders
{
    padding-top:10px;
    padding-bottom:10px;
    height:40px;
    cursor:pointer;
}
.appDetailsFolders img
{
    float:left;
    margin-left:20%;
}

.appDetailsFolders div
{
   float:right;
   margin-right:20%;
}


    #topBar             {transition: all .5s ease}
    .AppsContentInner   {transition: all .5s ease}
    .SessionInfo        {transition: all .5s ease}
    #headerLogo         {transition: all .5s ease}
    .AppsHeader         {transition: all .5s ease}
    .SearchControl      {transition: all .5s ease}
    #messageCenter      {transition: all .5s ease}
    #downloadsList      {transition: all .5s ease}
    .DownloadsHeader    {transition: all .5s ease}
    .topNavOuter        {transition: all .5s ease}
    .LoginPanel         {transition: all .5s ease}
    #appsMessageDiv     {transition: all .5s ease}
    .MasterHeader       {transition: all .5s ease}
    #splitFolders       {transition: all .5s ease}
    #divPreferencesNav  {transition: all .5s ease}
    #divSessionInfo     {transition: all .5s ease}
    #headerLogo         {transition: all .5s ease}


@media all and (max-width: 1000px)		
{	
    #topBar{
        margin-right: 1%;
    }

    .AppsContentInner{
	    width: 99%;
    }

    .SessionInfo{
	    margin-right: 1%;
    }

    #headerLogo{
        margin-left: 1%;
    }

    .AppsHeader{
	    padding-left: 1%;
    }
    
    .SearchControl{
        margin-right:1%;
    }

    #messageCenter{
        margin-left:0%;
        margin-right:0%;
    }

    #downloadsList{
        margin-left:2%;
    }

    .DownloadsHeader{
        padding-left:0px;
    }

    .topNavOuter {
        padding-right: 1%;
    }

}


@media all and (max-width: 730px)		
{
    .LoginPanel
    {
        
        left: 10%;
            right:10%;
            top: 10%;
            bottom:10%;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            transform: none;

        text-align: center;

        overflow: auto;
        -webkit-overflow-scrolling: touch;

        width: 100%;
        height: auto;

        margin:0px;
        padding:0px;
    
        box-shadow: none;
        border-radius: 0;

    }

    #loginPanelLeft
    {
        width: 275px;
        float: none;
        display: inline-block;
    }

    #loginPanelLeft.noMsgCenter
    {
        width: 275px;
        float: none;
        display: inline-block;
    }
    
    .divLogin.noMsgCenter
    {
        width: inherit;
        margin-left: inherit;
        margin-right: inherit;
    }

    #loginPanelDivider
    {
    }

    #loginPanelRight
    {
        width: 90%;
        float: none;
        margin: 12px;
        padding-left: 2px;
        text-align: left;
        border-left: none;
        border-top: 1px solid rgb(187, 187, 187);
        padding-top: 8px;
        height: auto;
        max-height: inherit;
    }

    #loginPageContent .AppsHeader
    {
        height: 12px;
    }

}


@media (max-width: 600px),  (max-height: 520px)
{
    
    .MasterHeader 
        {
            height: auto; 
        }

    
    #divSessionInfo
        {
            display:none;    
        }

    
    .loginBody #headerLogo
        {
            width: 250px;
            height: 75px;
            z-index: 2;
            left: 0px; 
            float: none !important;
            margin-top: -4px;
            margin-left: auto;
            margin-right: auto;
        }
		
    .topNavOuter {
    }

    .TopNav {
    }

    .topNavTabSpacer
    {
    }

    .topNavTab 
    {
    }

    .topNavTab a
    {   
    }

    .topNavTabSelected
    {
    }

    .topNavTabSelected a 
    {
    }
    
    
    #appsMessageDiv
    {
        display: none;
    }

    .SearchControl
    {
        float: none;
    }

       
    
    #divSearch
    {
        xdisplay: none;
    }

}


@media (max-width: 600px)
{
    
    #splitFolders
    {
        float:none;
        margin-left: auto;
        margin-right: auto;
        display:none;
    }
    
    #splitFoldersSelectDiv
    {
        display:block;
    }

    .splitFolder
    {
        
    }

    #divPreferencesNav
    {
        height: inherit;
        float: none;
        width: 100%
    }

    .PreferencesNav a
    {
        text-align: center;
    }

    .appIconSpace
    {
        width: 120px;
    }
}

@media (max-height: 450px)
{
    .LoginPanel
    {
        xxtop: 30%;
        xxbottom: inherit;
    }

}



/* Jquery Modal Dialog*/

.ui-dialog
{
  background-color:#F0F0F0;
}

.ui-dialog-buttonpane
{
  background:#F0F0F0;
}

.ui-dialog .ui-dialog-titlebar {
	background: #2E2925 !important;
}

.ui-dialog .ui-dialog-buttonpane BUTTON
{
    color:#2E2925;
}
.ui-widget-content
{
    color:#2E2925;
    text-align:left;
}

.ui-dialog .ui-dialog-title
{
    color:#F0F0F0;
}

.resetPassTxtBox
{
   margin-top:5px;
   height: 1.5em;
}

.resetPassLabel
{
   color:#FFFFFF; 
   margin-top:5px;   
    height: 1.5em;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resetPassControlDivLeft
{
    margin-left:5%;
    margin-right:5%;
    margin-top:15px;
    margin-bottom:15px;
    width:40%;
    float:left;
}
.resetPassControlDivRight
{
    margin-left:5%;
    margin-right:5%;
    margin-top:15px;
    margin-bottom:15px;
    width:40%;
    float:right;
}

#changePassword
{
    width:340px
    margin-left:5%;
    margin-right:5%;
}


.contextMenu {
	position: absolute;
	z-index: 99999;
	border: solid 1px #FFFFFF;
	background: #2E2925;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu a {
	color:#FFFFFF;
	text-decoration: none;
	line-height: 23px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 10px;
    padding-right:10px;
    border: none;
}

.contextMenu LI.hover a {
	 color:#FF0000;
	 background-image :url('/solerycordon/Content/images/StaticRollover.png');
     background-repeat:repeat-x;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}


.exportImage  
{
    width:25px;
    height:25px;
    float:left;
}



table.display thead th {
height:20px;
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	
  
   
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
 .sorting{
   background: url('/solerycordon/Content/images/MainHeader.png') repeat-x center right;
   cursor: pointer;
	* cursor: hand;
 }
.sorting_asc {
	background: url('/solerycordon/Content/images/sort_asc.png') no-repeat center right;
     cursor: pointer;
	* cursor: hand;
}

.sorting_desc {
	background: url('/solerycordon/Content/images/sort_desc.png') no-repeat center right;
     cursor: pointer;
	* cursor: hand;
}

.sorting_disabled {
	background: url('/solerycordon/Content/images/MainHeader.png') repeat-x center right;
}
 
th:active {
	outline: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */

tr.odd {
	background-color:#FF0000;
}

tr.odd td {
  color:  #FFFFFF !important;   
}

tr.even {
	background-color:Color [A=255, R=46, G=41, B=37];
}
table.display tbody tr:hover{
    background-image :url('/solerycordon/Content/images/StaticRollover.png');
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	 background-image :url('/solerycordon/Content/images/StaticRollover.png');
}

tr.even td.sorting_1 {
	 background-image :url('/solerycordon/Content/images/StaticRollover.png');
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}

.dataTables_wrapper {
	position: relative;
	color:#FFFFFF !important;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid  #FFFFFF;
	text-align: center;
	color:  #FFFFFF !important;  
	background-color:#FF0000;
   background-image :url('/solerycordon/Content/images/MainHeader.png');
}

.dataTables_length {
	width: 175px;
    margin-bottom:10px;
	float: left;
}
.dataTables_length select {
    width:60px;
    margin-top:7px;
   
}
.dataTables_filter {
	width: 200px;
	float: right;
	text-align: right;
    margin-right:15px;
    margin-bottom:10px;
    margin-top: 7px;
}

.dataTables_info {
	width: 200px;
    margin-bottom:10px;
    margin-top:10px;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #FFFFFF !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color:  #2E2925 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
    padding-top:7px;
	padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
	padding-right: 20px;
	margin-left: 10px;
    padding-top:7px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
 table{
     
 }
table.display {
	margin: 0 auto;
	width: 100%;
    min-width:90%
    color:#FFFFFF !important;
    overflow:auto;
    border-style:groove;
    border-top: 1px solid #FFFFFF;
    border-right:1px solid #FF0000;
    border-bottom:1px solid #FF0000;
    border-left:1px solid #FFFFFF;
    margin-left:5px;

	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}



table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {

	text-align: center;
}







.toast-top-center 
{
    top:    10%;
    left:   50%;
    
    -webkit-transform:  translate(-50%, -50%);
    -moz-transform:     translate(-50%, -50%);
    -ms-transform:      translate(-50%, -50%);
    transform:          translate(-50%, -50%);
}

#toast-container > div 
{
    width:  23em;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    color: #FAFBFA;  
}

.toast-success 
{
  background-color: #05CE7C;  
}
.toast-error {}
.toast-info {}
.toast-warning {}



#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    margin-left: -1em;
    color: #FAFBFA;
    padding-right: 0.5em;
    margin-right: 0.5em;
}     

#toast-container > .toast-success:before {
    content: "\f00c";
}


#FreezerCloseIssue {
    font-size: 16pt;
    margin-top: 175px;
    margin-left: 10%;
    margin-left: calc(10% + 160px);
}

#FreezerCloseAction {
    font-size: 16pt;
    margin-top: 50px;
    margin-left: 10%;
    margin-left: calc(10% + 160px);
}


#FreezerErrorMessage {
    font-size: 16pt;
    margin-top: 175px;
    margin-left: 10%;
    margin-left: calc(10% + 160px);
}

#FreezerErrorCountdown {
    font-size: 16pt;
    margin-top: 50px;
    margin-left: 10%;
    margin-left: calc(10% + 160px);
}

.messCenterTitle {
	font-size: 1.6em;
    font-weight: bold;
	margin-bottom: 15px;
}

#txtSearchText {
	background-color: #CCCCCC;
	color: #2E2925;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#btnLogout {
    background-image:url('/solerycordon/Content/Images/iconos/close_icon_big.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	cursor:pointer;
}

#btnLogout label {
	display:none;
}

.farmName {
	display: none;
}

.domainName {
	text-transform: uppercase;
}

.userNameDiv {
	background-image:url('/solerycordon/Content/Images/iconos/user_icon_big.png');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 32px;
}

#ddlViews {
	background-image:url('/solerycordon/Content/Images/iconos/arrow_down_icon.png');
	background-repeat: no-repeat;
	background-position: 105px 9px;
	width: 125px;
}

#dantiaText {
    bottom: 5px;
    left: 10%;
    position: absolute;
    z-index: -1;
	font-size: 80%;
}

#dantiaButtons { clear:both; margin: 22px 0 0;}

#dantiaButtons a {
    text-decoration: none !important;
    display: inline-block;
    background-color: white;
    border-radius: 6px;
    padding: 4px 12px;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 500;
    border: 0;
}

#dantiaButtons a:first-child { background-color: #E37222; }

#dantiaButtons a:last-child { background-color: #41a940; }