﻿html
{
}

body 
{
}

.FormErrorFont
{
    color: #ff0000;
}

/*CSS RR*/
.title-view{
    color:#C90404;
    font-size:x-large;
    font-weight:bold;
    font-family:Arial;
}
.input-box{
  /*display: block;*/
  width: 90px;
  font-size: 10pt;
  font-family: Tahoma;
  color: #000; 
  border: 1px solid #ccc;
  padding: 1px 6px;
}

.table-main{
    border-collapse: inherit !important;
}
.table-main>thead>tr>th{
    font-weight:bold;
    font-size:13px;
    text-align:center;
}
.table-main>tbody>tr>td{
    text-align: right;
    vertical-align: top;
    background-color: #EBEBEB;
}
.table-main>tfoot>tr>td{
    font-weight:bold;
    font-size:13px;
    text-align: right;
}
/*
.msg-error{
    text-align: center !important;
    color: #F00 !important;
    background-color: #FFFFFF !important;
    font-size: small !important;
    padding: 12px !important;
    font-weight: bold !important;
    border: 1px solid #F00 !important;
}*/

.link-blue-large{
    font-weight: bold;
    color: blue;
    font-size: large;
}

.vbx_title_holder {
  background: url(/Images/box_right_head_right.gif) top right no-repeat;
    background-color: #000;
    border-radius: 5px 5px 0px 0px;
}

.vbx_tabs div.vbx_title {
  padding: 6px 6px 0px 6px;
}
div.vbx_title {
  background: url(/Images/box_right_head_left.gif) top left no-repeat;
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  /*padding: 6px;*/
  border-bottom: 4px solid #C90404;
}

.tabs a.active-tab {
  background:none !important;
}

.tabs a.active-tab span {
  color: #FFF;
  background-color: rgb(201, 4, 4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*padding: 4px 8px 10px 4px;*/
}

.separator{
    border-bottom:1px solid #EEE;
}

a.button-link {
    color: #c90404;
    font-weight: bold;
    text-decoration:none;
}
a.button-link:hover {
    text-decoration:underline;
    
}

.text-red{
    color: red !important;
}
.text-blue{
    color:blue !important;
}

.text-total{
    font-weight:bold;
}

.text-title-table{
    font-size: x-large;
}

.title-table{
    background-color:#FF3300;
    font-size:10pt;
    padding:8px;   
    color:#FFF;
}

.text-title-table2 {
    font-size: x-large;
}

.title-table2 {
    background-color: #1418dc;
    font-size: 10pt;
    padding: 8px;
    color: #FFF;
}

.tr-even{
    background-color:#FFF;
}
.tr-odd{
    background-color:#ebebeb;
} 

.title-bold{
    font-weight:bold;
}

.input-equally{
  display: block;
  font-size: 10pt;
  font-family: Tahoma;
  color: #000;
  border: 1px solid #ccc;
  padding: 1px 6px;
}

/*.TitleReport {
  font-size: x-large;
  color: #C90404;
  font-weight: bold;
  font-family: Arial;
}*/

.table-ABM{

}

.table-ABM>thead{

    font-size:1.2em;
    color:#c90404

}

.table-form-abm{
    font-family:Arial !important;
    font-size:13px;
}

.title-column {
    font-weight:bold;
}

.form-input{
  font-size: 10pt;
  font-family: Tahoma;
  color: #000;
  border: 1px solid #ccc;
  padding: 1px 6px;
}

.popup-form{
  background-color: #fff;
  /*border-radius: 10px 10px 10px 10px;*/
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  padding:0px 10px 10px 15px;
  padding-top:5px !important;
} 


.b-close{
    cursor:pointer;
    background: rgba(0, 0, 0, 0) url("../Images/popup_close.png") repeat scroll 0 0;
    float: right;
    height: 14px;
    margin: 11px 10px 0 0;
    width: 15px;

}

/*
.title-bpopup{
    float: left;
  font-size: x-large;
  color: #C90404;
  font-weight: bold;
  font-family: Arial;
}*/

.container-title{
  border-bottom: 2px solid ;
  display: block;
  line-height: 32px;
  height: 32px;
}

.icn-delete{
    cursor:pointer;
    background: rgba(0, 0, 0, 0) url("../Images/popup_close.png") repeat scroll 0 0;
    height: 14px;
    /*margin: 11px 10px 0 0;*/
    width: 15px;
      text-decoration: inherit;
}

.divToolbar{
  
  font-size: 12px;
  padding: 15px 15px 15px 0px;
  color: #000 !important;
  text-align: right;  
  font-family: Arial;
}

.btn-foot{
    height: 32px;
    text-align:center;
}



.input-edit{
    border: 1px solid #CCC;
    background-color: #FFF;
}

#divLoading {
    position: absolute;
    width: 200px;        
    border: 1px solid #EEE;
    background: #FFF;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    box-shadow: 0 0 25px 5px #999;
    vertical-align: middle;
    padding: 15px;
        
} 

.divLoading{
    background: url('../Images/loading16.gif') center right no-repeat;
    background-color:#fff;
}

.bStyle {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, white 0%, gainsboro 100%) repeat scroll 0 0;
        border: 1px solid #cacaca;
        color: #333333 !important;
        padding: 5px;
        cursor:pointer;
}

.chk-in-list{
    width:16px;
    height:16px;
    margin-right:7px;
}

#Loading{
    font-family:Tahoma;
    font-size:11px;
}

#msg{
    font-family:Tahoma;
    font-size:11px;
    color:#000;
}

.border-red{
    border: 1px solid #C90404;
}

.contentText {
    height: 200px;
    overflow-y: auto;
}
.required {
        color:red;
}

.CallbackCompanyTitle
{
    color: white ;
    background-color: black;
    font-weight: bold;
}
    
@font-face {
            font-family: "Signika";
            font-style: normal;
            font-weight: normal;
            src: local('☺'), url( 'font/Signika/Signika-Regular.ttf') format('truetype');
            
}

@font-face {
            font-family: "Roboto-ligth";
            font-style: normal;
            font-weight: normal;
            src: local('☺'), url( 'font/Roboto/Roboto-Light.ttf') format('truetype');
            
}

@font-face {
            font-family: "Roboto-thin";
            font-style: normal;
            font-weight: normal;
            src: local('☺'), url( 'font/Roboto/Roboto-Thin.ttf') format('truetype');
            
}

@font-face {
            font-family: "Roboto-medium";
            font-style: normal;
            font-weight: normal;
            src: local('☺'), url( 'font/Roboto/Roboto-Medium.ttf') format('truetype');
            
}