﻿.table tr td:last-of-type, .table tr td:nth-last-of-type(2)
{
    text-align: center;
}
.btnfile::-webkit-file-upload-button {
  background: #2196F3;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #0a63aa;
  margin-top: 0px;
}
/*.btnfile
{
    margin-top: 10px;
}*/
.imgborder
{
    width: 120px; padding: 1px; border: 1px groove #ddd;
}
.head2
{
    margin: 0px -20px;
    margin-bottom: 15px;
}
.header.subheader2
{
    padding: 10px 1px;
}

.visiblechebox input[type="checkbox"]
{
    left: 0px !important;
    opacity: 1 !important;
    position: relative !important;
}
.form-group .bootstrap-select .btn
{
    padding-left: 0px;
}

span.control-label
{
    font-weight: 500;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
}
.card .body .col-xs-1, .card .body .col-sm-1, .card .body .col-md-1, .card .body .col-lg-1,
.card .body .col-xs-2, .card .body .col-sm-2, .card .body .col-md-2, .card .body .col-lg-2,
.card .body .col-xs-3, .card .body .col-sm-3, .card .body .col-md-3, .card .body .col-lg-3,
.card .body .col-xs-4, .card .body .col-sm-4, .card .body .col-md-4, .card .body .col-lg-4,
.card .body .col-xs-6, .card .body .col-sm-6, .card .body .col-md-6, .card .body .col-lg-6,
.card .body .col-xs-8, .card .body .col-sm-8, .card .body .col-md-8, .card .body .col-lg-8,
.card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12
{
    margin-bottom: 0px;
}
.waves-button-input {
    margin: 0;
    padding: 0px 5px;
    font-style: normal;
}

[type="checkbox"]:checked + label:before {
    border-right: 2px solid #2196f3;
    border-bottom: 2px solid #2196f3;
}
.navbar>.container-fluid .navbar-brand {
     margin-left: 30px !important; 
}  
.page-loader-wrapper .loader > p
{
    text-align: center;
}
.form-control
{
    font-size: 13px;
}
.card .body.loginbody
{
    padding-bottom: 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    vertical-align: middle;
}
table tr td .tablechk span [type="checkbox"] + label {
    padding-left: 0px;
    height: 12px;
    line-height: 1px;
}
.rightsidelist li a
{
    text-decoration: none;
    color: #0a63aa;
    font-weight: bold;
    padding-right: 183px;
}
/*.rightsidelist li
{
    border-top: 1px solid #eee;
}*/
.demo-choose-skin.rightsidelist li.active {
    background-color: transparent;
}
a.logo img
{
    width: 163px;
    margin: -10px -22px;
    background: #fff;
    padding: 5px 10px;
}
.dtp .dtp-buttons .dtp-btn-clear,.dtp .dtp-buttons .dtp-btn-cancel, .dtp .dtp-buttons .dtp-btn-ok  {    
    background-color: #2196f3;
    color: #fff;
}

.titleset
{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
    left: 0;
    margin: 0px 30% 0px 30%;
    text-align: center;
}
.Menutitle
{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.dropdown-menu > li > a:hover {
    background-color: rgba(33, 150, 243, 0.5);
}
.bootstrap-select .dropdown-menu .active a {
    background-color: rgb(33, 150, 243);
    color: #fff !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0a63aa;
}
.label-left
{
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px;
    margin-bottom: 3px;
}
.lblclr
{
    background-color: transparent;
    color: #333;
}
.labeltext
{
    padding-top: 7px;
    font-weight: 700;
}


.sec_timeline
{
    margin: 0px auto;
    text-align: center;
    width: 65%;
}

.timeline {
  border-left: 8px solid #2196f3;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  margin: 0px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  padding: 20px;
  list-style: none;
  text-align: left;
}


.timeline .event {
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -177.5px;
  color: #212121;
  content: attr(data-country);
  text-align: right;
  font-weight: 700;  
  font-size: 16px;
  min-width: 120px;
}

.timeline .event:after {
    box-shadow: 0 0 0 8px #2196f3;
    left: -30px;
    background: #ffffff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timeline .event .con-detail a
{
    color: #808080;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 18px;
}

.timeline .event .con-detail a:hover, .eventlist:hover a:before
{
    color: #2196f3;    
}
.eventlist a:before
{
   content: "label";
    padding-right: 5px;
    font-family: 'Material Icons';
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 1;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    position: relative;
    top: 4px;
    left: 0px;
    display: inline-block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #808080;
}

.formlblleft .control-label
{
    text-align:left;
}
.my_panel_title
{
    background-color: #2196f3;
    border-left-color: #2196f3;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-top-right-radius: 10px;  
}
.my_panel_content
{
    margin-top: 0px;
    padding: 7px 9px 3px;
    padding-right: 1px;
    box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.4);
}
.my_panel
{
    margin-bottom: 7px;
    text-align: left;
}
.card .header .header-dropdown.btnrightlist
{
    position: absolute; 
    top: 9px;
    right: 15px;
    list-style: none;
}
.knowlgebox
{
    float: none;
    display: inline-block;
    transition: all .2s ease-out;
}

.info-box
{
    cursor: pointer;
    text-align: left;
}
.infoboxbtn
{
    cursor: pointer;
    width: 100%;
}
a.infoboxbtn:hover
{
    text-decoration: none;
}
.col-center
{    
    float: none;
    display: inline-block;   
}
 
.body-center
{
    text-align: center;
}
.modulename
{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    height: 66px;
    display: table-cell;
    line-height: 18px;   
}

/*23-05-2017*/
.card .header .header-dropdown.btnrightlist
{
    position: absolute; 
    top: 9px;
    right: 15px;
    list-style: none;
}
.subcontentlist
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 95px;
    right: 0;
    vertical-align: middle;
    background-color: #ffffff;
    height: 80px;
    margin-left: -163px;
    width: calc(100% - 110px);
    opacity: 0;    
    
    transition: margin-left 0.5s ease-in, opacity 0.5s ease-in;
}
.infoboxbtn:hover .subcontentlist
{
    opacity: 1;
    z-index: 10;
    margin-left: 0px;    
}
/*.iconcontent 
{
    z-index: 15;
}*/
.info-box .content {
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
}
.col-center1
{    
    float: none;
    display: inline-block;   
vertical-align: bottom;
}
@media only screen and (max-width: 945px) {
  .timeline .event::before {
    left: 0.5px;
    top: 4px;
    min-width: 0;
    font-size: 16px;
  }
  .timeline .event .con-detail
  {
      padding-top: 30px;
  }
 
}

@media only screen and (max-width: 767px) {
    a.logo img {
        width: 163px;
        margin: -10px -7px;
        background: #fff;
        padding: 5px 10px;
    }
    .btnblock
    {
        margin-bottom: 5px;
    }
    .timeline .event::before {
        left: 0.5px;
        top: 4px;
        min-width: 0;
        font-size: 16px;
    }
    .timeline .event .con-detail {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) {
    /*.block-header h2 {
        float: left;
    }*/     
    .mar-right--25 
    {
        margin-right: -25px;
        width: 20%;
    }
    .rightsidewidth
    {
        /*width: 76.83%;*/
        width: 81.83%; 
    }
}



@media only screen and (max-width: 468px) {
    .col-padding {
        padding: 0px 0px;
    }

    .col-center {
        width: 100%;
    }

    .login-page {
        margin: 60% auto;
    }
}

@media screen and (min-width: 469px) and (max-width: 767px) {
    .col-padding {
        padding: 0px 20px;
    }

    .col-center {
        width: 60%;
    }

    .col-center1 {
        width: 50%;
    }

    .login-page {
        margin: 50% auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-padding {
        padding: 0px 40px;
    }

    .col-center {
        width: 49%;
    }

    .col-center1 {
        width: 30%;
    }

    .login-page {
        margin: 50% auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .col-padding {
        padding: 0px 0px;
    }

    .col-center {
        width: 24%;
    }

    .col-center1 {
        width: 16%;
    }
}

@media only screen and (min-width: 1025px) {
    /*.block-header h2 {
        float: left;
    }*/
    .col-padding {
        padding: 0px 88px;
    }

    .col-center {
        width: 24%;
    }

    .col-center1 {
        width: 16.2%;
    }
}

.aUser:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #2196f3 !important;
  
}

.aCategory:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #E91E63 !important;

}

.aClient:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #009688  !important;
   
}

.aVendor:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #673AB7   !important;
   
}

.aFreeLancer:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #FFC107   !important;
   
}

.aProposal:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #4CAF50   !important;
   
}

.aProjectList:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #03A9F4   !important;
   
}


.aKms:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #FF9800  !important;
   
}

.aCustomerVoice:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #00BCD4   !important;
   
}

.aReport:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #795548  !important;
   
}
.my_panel_content [type="checkbox"] + label {
    padding-left: 26px;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 2px;
}
.subpanelgroup
{
    margin-bottom: 5px;
}
/*.leftsidediv
{
    background-color: #fff;
    
}*/
.mypanel.panel-group
{
    background-color: #fff;
    border-radius: 3px;
}
.mypanel.panel-group .panel-primary .panel-title {
    background-color: #fff;
    color: #333;
}
.mypanel.panel-group .panel .panel-heading a {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
}

.mypanel.panel-group .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
}
.mypanel.panel-group .panel-primary {
    border: 1px solid transparent;
}
.mypanel.panel-group [type="checkbox"] + label {
    padding-left: 26px;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}
.mypanel.panel-group .panel-body {
    padding: 5px 10px;
}
.mypanel.panel-group .subpanelgroup
{
    margin: 0px -11px;
}

.mypanel.panel-group .panel-heading .panel-title a:after{
   /* symbol for "opening" panels */
   font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
   content: "\e114";
   float: right;
   opacity:0.6;
   transition: transform 0.2s ease-in;
   font-size: 10px;
    padding-top: 5px;
}
.mypanel.panel-group .panel-heading .panel-title a.collapsed:after  {
   /* symbol for "collapsed" panels */
   /*content: "\e081";*/
   transform: rotate(-90deg);
}
.mypanel.panel-group .subpanelgroup .panel-heading .panel-title a:after{
   /* symbol for "opening" panels */
   font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
   content: "\2212";
   float: right;
   opacity:0.6;
   transition: transform 0.3s ease-in, content 0.3s ease-in-out;
   font-size: 12px;
    padding-top: 2px;
}
.mypanel.panel-group .subpanelgroup .panel-heading .panel-title a.collapsed:after  {
   /* symbol for "collapsed" panels */
   content: "\002b";
   transform: rotate(360deg);
}

table.table
{
    margin-bottom: 0px;
}
table tr th:first-child, table.mytable tr th:last-child
{
    border-left-color: #1f91f3;
}
table.mytablepad tr th, table.mytablepad tr td
{
    padding: 5px;
}

.gridLoader
{
    position: absolute;
    z-index: 9999999;
    background-color: rgba(255,255,255,0.7);
    /*background-color: rgba(0,0,0,0.1);*/
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.gridLoader .loader
{
    position: relative;
    top: calc(50% - 50px);
}
.gridLoader p
{
    text-align: center;
    color: #2196f3;
}

.block-header
{
    margin-bottom: 10px;
}
.block-header h2
{
    font-weight: 700;
}
.rightbtn
{
    position: absolute;
    right: 20px;
    top: 9px;   
}
.rightbtn i, i
{
    font-style: normal;
    font-weight: 500;
}
.card
{
    margin-bottom: 10px;
}
.sidebar
{
    width: 250px;
}
i.btn
{padding: 0px;}
i.btn input[type="submit"]
{
padding: 8px 20px;
}

.filenoId
{
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.listborderli.list-inline li span:first-child
{
    display: block;
    width:75px;
    text-align: center;
}
.listborderli.list-inline li span:last-child
{
    display: block;
    width:75px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
}
.listborderli li
{
    padding: 0px;
    margin-left: -4px;
}
.borderline
{
    padding: 5px 5px;
    border: 1px solid #ddd;
    width: 100%;
}
.borderline span
{
    word-break: break-all;
}
.page-loader-wrapper.myloader
{
    display: block !important;    
    background: rgba(238, 238, 238, 0.5);
}
.linkfullclick tbody tr th
{
    padding: 0px;
}
.linkfullclick tbody tr th a
{
    padding: 10px;
    display:block;
}
.linkfullclick tbody tr th:nth-last-child(2),
.linkfullclick tbody tr th:nth-last-child(1)
{
    padding: 10px;
}
.linkfullclick tbody tr th a:hover{
    text-decoration: none;
}
.rightbtn .btn-group.bootstrap-select
{
    margin-right: 10px;
}

.paginatelinkdiv {
    display: inline-block;  
    margin-top: 5px;
    border: 1px solid #ddd;
    min-width: 25px;
    text-align: center;
}
.paginatelinkdiv a
{
       color: #000;
       text-decoration: none;
       display: block;
       padding: 5px;
}
.paginatelinkdiv:last-of-type > a, .paginatelinkdiv:nth-of-type(2) > a
{
    background-color:#f5f5f5;
}
.paginatelinkdiv a:hover, .paginatelinkdiv a.selected
{
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.Movebtn{
    margin-left:92%;
}
.logout{
    position:absolute;
    right:11px;
    top:13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #003595;
    background-color: #003595;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003595), color-stop(100%, #003595));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #003595 0%, #003595 100%);
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}
a {
    color: #003595;
    text-decoration: none;
}
.form-group .form-line:after {
    border-bottom: 3px solid #003595;
}
.btn-primary {
    background-color: #003595 !important
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Choose files';
    display: inline-block;
    background: #003595;
    border: 1px solid #003595;
    color:#fff!important;
    border-radius: 3px;
    padding: 2px 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
  
    font-weight: 400;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    background: #003595;
    border: 1px solid #003595;
    color: #fff !important;
}

.custom-file-input:active::before {
    background: #003595;
    border: 1px solid #003595;
    color: #fff !important;
}
table.dataTable thead .sorting_asc {
     background-image: none !important; 
}
.bootstrap-select .bs-searchbox:after {
   
    right: 0px!important;
}
/*.dropdown-menu > li > a {
    margin-left: 50px!important;
}*/
    .dropdown-menu > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #003595!important;
    }
.btn-primary:hover {
    background-color: #607d8b !important;
}
.mt-2 {
    margin-top: 15px;
}
.text-danger {
    color: #f70803!important;
}
.material-icons{
    font-size:20px!important;
}

.divload {
    position: absolute;
    height: 100%;
    width: 1302px;
    z-index: 9;
    background-color: #f2f2f27a;
}

#loaderpage {
    position: absolute;
    left: 47%;
    top: 40%;
    z-index: 1;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #003595;
    border-bottom: 5px solid #003595;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.pageload {
    position: relative;
}

.positionalertwarning {
    position: fixed;
    right: 8px;
    z-index: 99;
    width: 22%;
}

.richtexteditor.rte-modern {
    / margin: 2px;
    / border: 1px solid #003595 !important;
}

    .richtexteditor.rte-modern rte-toolbar {
        background-color: #00359547 !important;
        color: #003595 !important;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%);
        border-bottom: 1px solid #003595 !important;
    }

.rte-modern rte-line-break {
    border-bottom: 0.0625rem solid #003595 !important;
}