﻿@charset "utf-8";
/* CSS Document */

body{background-color:#8ba3b9; font-family:calibri, helvetica, sans-serif; font-size:13px;}
h1, h2, h3, h4, h5, h6, p{margin:0; padding:0;}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
.inner-page-top{min-height:49px; padding:0 15px; background:#f6f6f6;}

.inner-bg{background-color:#fff; min-height:300px; padding:15px; height:auto; 
          -moz-box-shadow: 0 0 5px rgba(0,0,0,.39); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.39);
           box-shadow: 0 0 5px rgba(0,0,0,.39); margin-bottom:25px; border-bottom:4px solid #a90329;}
.inner-bg h2{color:#a90329;border-bottom:1px dashed #666;font-size:18px; margin-bottom:15px; padding-bottom:10px; font:"robotolight";}

   /*.inner-bg{background-color:#fff; min-height:300px; padding-top:5px;padding-bottom:10px;
                   height:auto; -moz-box-shadow: 0 0 5px rgba(0,0,0,.39);
                    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.39); 
                    box-shadow: 0 0 5px rgba(0,0,0,.39); 

                    margin-bottom:5px; border-bottom:4px solid #a90329;}
    .inner-bg h2{color:#a90329;border-bottom:1px dashed #666;
             font-size:18px; margin-bottom:15px; 
             padding-bottom:5px; font:"robotolight";}*/


.inner-page-top .logo{margin-top:14px;}
.top-title{margin:8px 0; text-align:right;}
.responsive-tabs h4{color:#933;border-bottom:1px dashed #666;font-size:15px; margin-bottom:15px; padding-bottom:10px;}
.responsive-tabs p{padding:10px;}
/*.inner-page-top .logo{margin-top:8px;}*/
/*.top-title{margin:8px 0; text-align:right;}*/
.responsive-tabs h4{color:#a90329;border-bottom:1px dashed #666;font-size:15px;}
.responsive-tabs p{padding:10px;} .responsive-tabs p span{background-color:#fdf4b8; padding:10px;}
.responsive-tabs h5{background-color:#e8ebee; color:#676666; font-size:13px; line-height:2; padding-left:15px; font-weight:bold; border-radius:5px 5px 0 0;width:95%;}
.btn_div{margin:12px 0 0 0;}
.txtarea-D{min-width:150px; width:95%; min-height:50px; font-size:12px; border:none; background-color:#f2f4f5; border-radius:0 0 5px 5px; outline:none; padding-left:10px; resize:none;border:1px solid #a8a8a8;}
.inner-bg h6{color:#a90329; font-size:15px; margin-bottom:15px; padding-bottom:10px; margin-top:5%; font:"robotolight"; font-weight:normal;} .modal-title{background-color:transparent;}
.responsive-tabs h5.modal-title{background-color:transparent; line-height:1;}
.modal-header{padding:10px;border-bottom:1px solid #e5e5e5}
.modal-footer{padding:10px;text-align:right;border-top:1px solid #e5e5e5}
.table2 h5{background-color:transparent; color:#676666; font-size:13px; line-height:2; padding-left:5px; font-weight:bold; border-radius:5px 5px 0 0;width:95%;}
/*--------------------------------------------table-new------------------------------------*/ 

.table{overflow:auto;}
.table table{margin:0 auto; border-collapse: separate; border-spacing: 0; font-family:OSWALD; border-bottom:5px solid #e8ebee; border-bottom-left-radius:8px; border-bottom-right-radius:8px;}



body{
    background-color:white;
}



.table table tr:nth-child(even) {background-color: #f9f9f9;}

.table table tr th a,
.table table tr td a{
  color:#737382; text-decoration:underline;
}
.table table tr th,
.table table tr td {
  /*border-right: 1px solid #eaeaea;*/
  border-bottom: 1px solid #e3e3e3;
}
.table table tr th:first-child,
.table table tr td:first-child {
  border-left: 1px solid #eee;
}
.table table tr th:last-child,
.table table tr td:last-child {
  border-right: 1px solid #eee;
}
.table table tr th {
  background: #e8ebee;
  border-top: 1px solid #eee;
  text-align: left;
  padding:5px 15px;
  font-weight:600;
  font-size:12px;
  color:#676666;
}

.table table tr td {
  text-align: left;
  padding:0 0 0 15px;
  font-size:12px;
  color:#767676;
  line-height:1.75;
}

/* top-left border-radius */
.table table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.table table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.table table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.table table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
/*------------------------------------end----------------------------------*/


/*---------------------------------- table2 ---------------------------*/
.table2{overflow:auto;}
.table2 table{margin:0 auto; border-collapse: separate; border-spacing: 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; border-bottom:5px solid #e8ebee; border-bottom-left-radius:8px; border-bottom-right-radius:8px;}

.table2 table tr:nth-child(even) {background-color: #f9f9f9;}

.table2 table tr th a,
.table2 table tr td a{
  color:#737382; text-decoration:underline;
}
.table2 table tr th,
.table2 table tr td {
  /*border-right: 1px solid #eaeaea;*/
  border-bottom: 1px solid #e3e3e3;
}
.table2 table tr th:first-child,
.table2 table tr td:first-child {
  border-left: 1px solid #eee;
}
.table2 table tr th:last-child,
.table2 table tr td:last-child {
  border-right: 1px solid #eee;
}
.table2 table tr th {
  background: #e8ebee;
  border-top: 1px solid #eee;
  text-align: left;
  padding:5px 15px;
  font-weight:600;
  font-size:12px;
  color:#676666;
}

.table2 table tr td {
  text-align: left;
  padding:0 0 0 15px;
  font-size:12px;
  color:#767676;
  line-height:1.75;
}

/* top-left border-radius */
.table2 table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.table2 table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.table2 table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.table2 table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
/*----------------------------------------------end--------------------------------*/


/*--------------------------------------------table for without header------------------------------------*/ 
.tableWH{overflow:auto;}
.tableWH table{margin:0 auto; border-collapse: separate; border-spacing: 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; border-bottom-left-radius:8px; border-bottom-right-radius:8px; border-top-left-radius:8px; border-top-right-radius:8px;}

.tableWH table tr:nth-child(even) {background-color: #f9f9f9;}

.tableWH table tr td a{
  color:#737382; text-decoration:underline;
}

.tableWH table tr td {
  /*border-right: 1px solid #eaeaea;*/
  border-bottom: 1px solid #e3e3e3;
}
.tableWH table tr td:first-child {
  border-left: 1px solid #eee;
}
.tableWH table tr td:last-child {
  border-right: 1px solid #eee;
}

.tableWH table tr td {
  text-align: left;
  padding:0 0 0 15px;
  font-size:12px;
  color:#767676;
  line-height:1.75;
}
.tableWH table tr td span{float:right; text-align:right;}
.tableWH table input[type=text]{min-width:150px; line-height:1.15; font-size:12px; border:1px solid #a8a8a8; background-color:#f2f4f5;  border-radius:5px; outline:none; padding-left:10px;}

/* top-left border-radius */
.tableWH table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.tableWH table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.table table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.table table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
/*------------------------------------end----------------------------------*/
.panelnew{background-color:#cdF3F4 ; padding: 10px; border: 2px solid #a5d5d5; margin-bottom: 15px;}
.btn_color{color: #941634; background-color: #eff0f1;}
.btn_color:hover{color: #941634;}


.panelnew1{background-color: #Fce7dc; padding: 10px; border: 2px solid #ffdfba; margin-bottom: 15px;}

.panelnew2{background-color: #cbe1ee; padding: 10px; border: 1px solid #00a0e3; margin-bottom: 15px;}


@media (min-width:1366px){.container{width:1344px;}}