body
{
   font-family: Arial;
   font-size: 12px;
   color:#002464;
}
html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
.dtl_cube
{
   background-color:#FFFFFF;
   border: 2px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
   vertical-align: top;
   text-align:center;
}
.dtl_header
{
   font-family: Arial;
   color: #333333;
   font-size: 14px;
   line-height: 23px;
   font-weight:bold;
   background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
}
.dtl_left
{
   font-family: Arial;
   color: #444444;
   font-size: 13px;
   border-bottom:1px solid #CCCCCC;
   background-color:#F6F6F6;
   padding:4px;
}
.dtl_right
{
   font-family: Arial;
   color: #444444;
   font-size: 13px;
   border-bottom:1px solid #CCCCCC;
   padding:4px;
}
.dash_cube
{
   background-color:#FFFFFF;
   width: 370px;
   height: 180px;
   border: 2px solid #CCCCCC;
   vertical-align: top;
   text-align:center;
   padding:10px;
}
.dash_link
{
   text-decoration: none;
   color:#999999;
}
.progressbar
{
   border: 1px solid #CCCCCC;
   width:100%;
   height: 30px;
   border-radius: 5px;
   background-color:#F1F1F1;
}
.progress
{
   height: 30px;
   color:#FFFFFF;
   line-height:30px;
   text-align:right;
}
.monitem
{
   width:200px;
   min-height:200px;
   border: 1px solid #CCCCCC;
   float:left;
   margin-right:15px;
   margin-bottom:15px;
   cursor:pointer;
   box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.monitem:hover
{
   box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.25);
   
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.monitemdtl
{
   font-family: Arial;
   font-size: 13px;
   color:#666666;
}
div.msg_save
{
   text-align:center;
   padding-top:6px;
   padding-bottom:6px;
   font-size: 13px;
}
div.msg_save_ok
{
   background-color: #3F739F;
   background-color: rgba(63, 115, 159, 0.7);
   color: #FFFFFF;
}
div.msg_save_err
{
   background-color: #F36167;
   background-color: rgba(243, 67, 103, 0.7);
   color: #FFFFFF;
}
b.msg_save_err
{
   color: white;
   font-weight: normal !important;
}
.stategreen
{
   padding:3px;
   padding-left:6px;
   padding-right:6px;
   background-color:#5CB65F;
   color:white;
   text-align:center;
   line-height:22px;
}
.statered
{
   background-color:#D6524D !important;
}
.stategrey
{
   background-color:#F1F1F1 !important;
   color:#666666 !important;
}
.dltopt
{
   background-color:#EEEEEE;
   border: 1px solid #CCCCCC;
   border-radius: 5px;
   color:#666666;
   font-family:Arial;
   font-size: 14px;
}
.opcuadro
{
   border: 1px solid #CCCCCC;
   border-radius:10px;
   height:300px;
   min-height: 300px;
}
.opcuadrol
{
   background-color:#EEEEEE;
   border-bottom: 1px solid #CCCCCC;
   color:#666666;
   font-family:Arial;
   font-size: 14px;
}
.opcuadror
{
   border-bottom: 1px solid #CCCCCC;
   color:#666666;
   font-family:Arial;
   font-size: 14px;
}
.opcuadraw
{
   color:#666666;
   font-family:Arial;
   font-size: 14px;
}
.button
{
   font-family: Arial;
   font-size: 12px;
   color:#FFFFFF;
   border:1px solid #2E5495;
   padding:6px;
   cursor:pointer;
/*    border-radius:5px; */

   background-image: linear-gradient(to bottom, #2E5495, #527BC1);
}
.button_green
{
   background-image: linear-gradient(to bottom, #5AAE5E, #78C37C);
   border-color: #5AAE5E;
}
.button_red
{
   background-image: linear-gradient(to bottom, #CA4E49, #D66965);
   border-color: #CA4E49;
}
.button_orange
{
   background-image: linear-gradient(to bottom, #E19B00, #FFAF00);
   border-color: #E19B00;
}
.content_tbl_subheader
{
   font-family: Arial;
   color: #333333;
   font-size: 14px;
   border-right:1px solid #CCCCCC;
   border-bottom:1px solid #CCCCCC;
   line-height: 23px;
   font-weight:bold;
   background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
}
.content_rowl, .content_row
{
   font-family: Arial;
   color: #333333;
   font-size: 13px;
}
.content_tbl_subheaderlnk
{
   font-family: Arial;
   color: #333333;
   font-size: 14px;
   font-weight:bold;
}
.dms_listtbl
{
   background-color:#FFFFFF;
   border-left: 1px solid #CCCCCC;
   border-top: 1px solid #CCCCCC;
}
.content_row_os
{
   font-family: Arial;
   color: #444444;
   font-size: 13px;
   border-right:1px solid #CCCCCC;
   border-bottom:1px solid #CCCCCC;
   padding:4px;
}

.control-group {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
/*   border:1px solid red; */
  height:26px;
}
.control {
  display: inline;
  position: relative;
  padding-left: 20px;
/*   margin-bottom: 15px; */
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #EEEEEE;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #EEEEEE;
}
.control input:checked ~ .control__indicator {
  background: #001C4C;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #001C4C;
}
.control input:disabled ~ .control__indicator {
  background: #FFFFFF;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #001C4C;
}
.login_body
{
   font-family: Arial;
   
   background: url(../images/home_slide01.jpg) no-repeat center top fixed;
   background-color: #555A5B;
   color: #666666;
   font-size: 12px;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   margin:0px;
   padding:0px;
}
.text, .formtext
{
   font-family: inherit;
   font-size: 13px;
   font-weight: normal;
   background-color:#FFFFFF;
   border: 1px solid #CCCCCC;
   padding:7px;
   padding-left: 5px;
   padding-right: 5px;
   width:100%;
   outline:0px;
   color:#002464;
}
.text:focus, .formtext:focus
{
   box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
   border:1px solid #BBBBBB !important;

   filter:alpha(opacity=100);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   outline:0px;
}
.main_header
{
   height: 23px;
   background-color: #F1F1F1;
   text-align:center;
   font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
   width:100%;
   float:left;
   border-radius: 5px;
   box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.maintitle
{
   text-align:center;
   color:#666666;
   font-family: Arial;
   font-size: 24px;
}
.mainsubtitle
{
   text-align:center;
   color:#999999;
   font-family: Arial;
   font-size: 18px;
}
.mainhr
{
   background: #AAAAAA;
   border: 0;
   height: 1px;
}
.state_orange
{
   background: repeating-linear-gradient(
  -55deg,
  #FFB74D,
  #FFB74D 10px,
  #FFBF62 10px,
  #FFBF62 20px );
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.state_green
{
   background: repeating-linear-gradient(
  -55deg,
  #66BB6A,
  #66BB6A 10px,
  #78C37C 10px,
  #78C37C 20px );
}
.state_red
{
   background: repeating-linear-gradient(
  -55deg,
  #D9544F,
  #D9544F 10px,
  #DE6D69 10px,
  #DE6D69 20px );

}