﻿/*Added for common custom class to be used in P2P application*/

/*added by hardik for hiding dialog titlebar close button*/
.no-close .ui-dialog-titlebar-close {
    display: none;
}

/*added by hardik for error message*/
.errorMessageCls {
    color: #a94442;
    display: none;
}

/*added by hardik to remove text area resize button*/
.noTextAreaResize {
    /*resize: none;*/
}

/*added by hardik for ui-sortable-placeholder*/
.ui-sortable-placeholder {
    height: 6.5em;
    line-height: 1.2em;
    border: 1px solid #fcefa1;
    background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
}

/*added by hardik for sort column color in webgrid*/
.sortColumnClass > th > a {
    color: #ffffff;
}

    .sortColumnClass > th > a:focus {
        color: #ffffff;
    }

/*added by hardik to open dialog at top center*/
.clsTopCenter {
    top: 0px !important;
    left: 40px !important;
}

/*added by himesh*/
.errormsg {
    color: Red;
}

.Highlighttablerow {
    background-color: #A9FFFF;
}

.width90 {
    width: 90px;
}

.width70 {
    width: 70px;
}

.width50 {
    width: 50px;
}

.width100 {
    width: 100px;
}

.width106 {
    width: 106px;
}

.width110 {
    width: 110px;
}

.width125 {
    width: 125px;
}

.width150 {
    width: 150px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}

.width700 {
    width: 700px;
}

/* Added for SubMenu by Nirmal*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*Added by Hardik*/
.clsOverflowAuto {
    overflow: auto; /*max-height:850px;*/
}

.clsRightPaddingPX_1 {
    padding-right: 1px;
}

.clsWidthPercent_1 {
    width: 1%;
}

.clsWidthPercent_4 {
    width: 4%;
}
.clsWidthPercent_6 {
    width: 6%;
}
.clsWidthPercent_10 {
    width: 10%;
}

.clsWidthPercent_11 {
    width: 11%;
}

.clsWidthPercent_12 {
    width: 12%;
}

.clsWidthPercent_13 {
    width: 13%;
}
 
.clsWidthPercent_14 {
    width: 14%;
}

.clsWidthPercent_15 {
    width: 15%;
}

.clsWidthPercent_16 {
    width: 16%;
}

.clsWidthPercent_18 {
    width: 18%;
}

.clsWidthPercent_19 {
    width: 19%;
}

.clsWidthPercent_20 {
    width: 20%;
}

.clsWidthPercent_21 {
    width: 21%;
}
.clsWidthPercent_23 {
    width: 23%;
}
.clsWidthPercent_27 {
    width: 27%;
}
.clsWidthPercent_29 {
    width: 29%;
}
.clsWidthPercent_86 {
    width: 86%;
}

.clsWidthPercent_100 {
    width: 100%;
}
.clsWidthPercent_33 {
    width: 33%;
}
.clsWidthPercent_39 {
     width: 39%;
}

.clsDisplayNone {
    display: none;
}

.verticalLine {
    border-left: 1px dashed #008080;
}

.clsMarginTopPercent_1 {
    margin-top: 1%;
}

.clsMarginBottomPercent_1 {
    margin-bottom: 1%;
}

/*.clsUploadBtn {
  background: url("../../Images/upload.jpg") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  padding-bottom: 2px;
  width: 75px;
}*/

.clsWordWrap {
    word-wrap: break-word;
}

.SubTitle {
    font-family: Verdana,sans-serif;
    font-size: 14px;
    color: Gray;
}

.textareaHideBorders {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}

.maxwidth {
    max-width: 250px;
}

.clsMaxWidth_150 {
    max-width: 150px;
}

.clsMaxWidth_125 {
    max-width: 125px;
}

.clsMaxWidth_100 {
    max-width: 100px;
}

.clsMaxWidth_50 {
    max-width: 50px;
}

.clsWordBreak {
    word-break: break-all;
}

.clsPaddingTop_20 {
    padding-top: 20px;
}

/**************************IMAGE MODAL**************************/
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.clsDocumentFontSize_12 {
    font-size:12px;
 }
/**************************IMAGE MODAL**************************/

/*Common Error Div*/
.clsConsolidatedErrorHeader
{
    font-size:14px;
    width: 14%; 
    border-top-left-radius: 10px; 
    background-color:yellow; 
    color:red;
    
 }
 .clsConsolidatedError{
    font-size:12px;
    width: 100%; 
    border-top-left-radius: 10px; 
    color:red
 }
 
 .clsRDButton
 {
    font-size: 10px;
    padding: 6px 12px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    font-weight: bold;
 }
 .number 
{
   padding: 2px 4px 3px 9px;
   text-align: left;
}
.Statuslabel 
{
    padding: 6px 21px;
    border: 1px solid #08d281;
    color: #ffffff;
    text-align: center;
    background-color: #08d281;   
        width: 89%; 
}
.inputfile
{
    position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;    
}
.clsCardTitle {
    color:#034da2;
    margin-left:-1%;
    font-size:17px
}
.clsLightBlueButton
{
    background-color:#2c80ff !important;
}
.clsViewIcon
{
    height="30px";
    width="30px";
    cursor: pointer;
    background-color: #e0e8f3db;
    padding: 5px;
    border-radius: 7px;
}
.clsStatusButton
{
   text-align: center;
   border-radius: 0px;
   padding-top:7px;
   width: 100%;
   height: 30px;
}
.clsBluishBorder
{
  border-right: 1.4px solid #e0e8f3 !important;
  border-left: 1.4px solid #e0e8f3 !important;
  border-top: 1.0px solid #e0e8f3 !important;
  border-bottom: 1.0px solid #e0e8f3 !important;
  border-radius: 5px;
}
.clsLabelInput
{
    font-size: 15px !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
    font-weight:normal !important;
}
.clsLabelInputBold
{
    font-size: 14px !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
    font-weight:bold !important;
}
.clsGridHeaders
{
    border: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

.ellipsis { text-overflow: ellipsis; }
.overflow {
    width: 10em;
      white-space: nowrap;
    overflow: hidden;
    text-align: left !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.mL15Percent {
    margin-left: 15%;
}

.clsTableHead {
   border: 0px !important;
    text-align: left !important;
    font-weight: normal !important;
}
.clsCardInvoiceTitle
{
    margin-bottom: 10px;
    font-family: calibri;
    font-size: 13px;
    color: #55546b;
    font-weight: 525;
    margin-left: 2px;
}

.showloading
{
  overflow: hidden;
  visibility: visible;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 105%;
  height: 105%;
  vertical-align:bottom;
  padding-top: 20%;
  filter: alpha(opacity=75);
  font-size:large;
  font-style:italic;
  font-weight:400;
  background-color: rgba(226, 223, 223, 0.7);
    z-index:9999;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.clsReadOnlyColor {
    background-color:#f8f8f8
}