﻿/*
    General Styles
*/
@font-face{
    font-family:"Montserrat Medium";
    src:url(Montserrat-Medium.ttf) format('truetype');

}

@font-face{
    font-family:"Montserrat";
    src:url(Montserrat-Regular.ttf) format('truetype');

}


label,input
{
    font-family: "Montserrat Medium" !important;
}
.menupestana{
    color:#4D4D4D;
    font-family: "Montserrat" !important;
    font-size: 14px !important;
}
.pagesectionheader{
  font-family: "Montserrat" !important;
  font-size: 16px !important;
 /*color:#4D4D4D;*/
 color:#FFFFFF;
  font-weight: bold;
  padding-left:5px;

}
.pagesectioncolor{
      background-color:#1B998B ;
  /*opacity:62%;*/
 /*filter: alpha(opacity=0.62);*/ 
  opacity: 0.62;
}
.textsection{
    font-family: "Montserrat Medium" !important;
  font-size: 16px !important;
 color:#4D4D4D;
 padding-bottom:10px;
 border-bottom-style: ridge;
    border-color: #EFEFEF;
}
.textsectionwhite{
    font-family: "Montserrat Medium" !important;
  font-size: 16px !important;
  color:#FFFFFF;
 /*padding-bottom:10px;*/
 border-bottom-style: ridge;
    border-color: #EFEFEF;
}
.textsection_noborders{
    font-family: "Montserrat Medium" !important;
  font-size: 16px !important;
 color:#4D4D4D;
 padding-bottom:5px;

}
.textsection_noborders_white{
    font-family: "Montserrat Medium" !important;
  font-size: 16px !important;
  color:#FFFFFF;
 /*padding-bottom:10px;*/

}
.contentdetail{
    font-family: "Montserrat Medium" !important;
    font-size: 12px !important;
    color:#4D4D4D;
}
.contentdetailwhite{
    font-family: "Montserrat Medium" !important;
  font-size: 12px !important;
  color:#FFFFFF;

}
.rightborders{
    border-right-style: ridge;
    border-color: #EFEFEF;
}
.bottomborders{
    border-bottom-style: ridge;
    border-color: #EFEFEF;
}
.leftborders{
    border-left-style: ridge;
    border-color: #EFEFEF;
}
.topborders{
    border-top-style: ridge;
    border-color: #EFEFEF;
}
.content_form{
    padding:0px;
    margin:15px;
    /*background-color: #f0f0f0 !important;*/
    border-style:solid;
    border-width:thin;
    width:95%;
    
    /* si se elimina la pantalla solo usa lo necesario width:90%;*/
}
.generictable{
    width:100%;
    
}
.derecha{
    text-align: right;
}
.labelinputcontainer{
    padding-right:50px;
    float:left;
}

/* Selected menu 
    background-color:#F5DA81;
*/
a.rpLink.rpExpandable > span.rpOut > span.rpText {
    background-color:#ffffff;
    padding-top:12px;
    color:#747474;
    font-family: "Montserrat" !important;
    font-size: 14px !important;
     
}
a.rpLink > span.rpOut.rpNavigation > span.rpText {
    background-color:#ffffff;
    font-family: "Montserrat Medium" !important;
    font-size: 14px !important;
    color:#747474;
    padding-left:40px !important;
    
}
a.rpLink.rpSelected > span.rpOut.rpNavigation > span.rpText {
    background-color:#f0f0f0;

    /*color:#000000;*/
}
.RadPanelBar {
    width: 300px !important;
    text-align: left;
}
img.rpImage{
    height:45px;
}

