﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
     max-width: 400px;
}
.maxWidth{
    max-width: 600px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.body-content {
    background-color: #ffffff;
    
}

.bg-info
{
     background-color:#f5f5f5 !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
    padding: 4px;
    
}

.ln{
    display:inline-block;
    vertical-align:middle;
}
.space4{
    
    margin: 8px 0;
}
.lnTop{
    display:inline-block;
    vertical-align:top;
}

.w30{
    width:30px;
}

.w40{
    width:40px;
}

.w50{
    width:50px;
}

.w60{
    width:60px;
}

.w80{
    width:80px;
}

.noTopBorder
{
    border-top:none;
}

.editor-field textarea {
    height : 140px;
}

.modal-dialog2
{
	margin: 20px 20px;
}
.modal-dialog3
{
	margin:5px;
}

.modal-dialog4
{
	margin:20px;
}

.modal-dialog5
{
	margin:auto;
}
.editMode{
    border:2px solid red;
}

/*.topMost
{
    z-index:1900;
}*/

.minWidth100{
    min-width:100px;
}

.w110{
    width:110px;
}
.w120{
    width:120px;
}

.wMaxWidth400{
    max-width:400px;
}

.wMaxWidth200{
    max-width:200px;
}
.vtMiddle{
    vertical-align:middle !important;
}

.marginLeft20{
    margin-left:20px;
}

.leftIndent{
    margin-left:20px;
}

.maxWidth100{
    max-width: 100px;
}

.col-center{
  margin:0 auto;
}
.mediumItatic{
    font-size:12px;
    font-style:italic;
}
.error{
      font-size:12px;
    color:red;
    font-weight:bold;
}

.warmRed{
    color:#B33A3A;
}

.marginTop8{
    margin-top:8px;
}
.textareaH100 {
    height: 100px;
  }
 .hidediv{
     display:none;
 }
.loginlabel{
    color:#000000;
    font-size:12px;
    font-family: sans-serif,Arial,verdana;
}

.webs-accountBar {
            box-sizing: content-box;
        }
.topSpace{
    margin-top:20px;
}

 /* enable absolute positioning */
    .inner-addon {
        position: relative;
    }

        /* style glyph */
     /*   .inner-addon .glyphicon {
            position: absolute;
            padding: 10px;
            pointer-events: none;
        }*/

    /* align glyph */
  /*  .left-addon .glyphicon {
        left: 0px;
    }*/

    .right-addon .glyphicon {
        right: 0px;
    }

    /* add padding  */
    .left-addon input {
        padding-left: 30px;
    }

    .right-addon input {
        padding-right: 30px;
    }
    /*bootstrap pagination margin setup overwrite*/
.pagination {
    margin: 0px 0;
    /*margin-top: -5px;*/
    padding-right: 0px;
    float: right;
    margin-bottom: 3px;
    margin-top: -2px;
}

    .divListBox{
        min-width:400px;
        max-height:300px;
        min-height:300px;
    }

     .divListBoxNarrow{
        min-width:100px;
        max-height:500px;
    }
    .btnMove{
        min-width:50px;
        margin-bottom:4px;
    }
    .btnMoveFrame{
        margin:0 10px;
    }

    .divisionSearchBox{
        width:264px;
    }

    .menuBar
    {
        font-size:14px;
        position:absolute;
    }

    .dicTextBox{
        min-width:400px;
    }

     .dicTextArea{
        min-width:600px;
        min-height:100px;
    }
     .panelHeading{
         font-size:15px;
     }

     th{font-size:14px;}

     .scroll-wrapper-div {
    overflow-y:auto;
    overflow-x:hidden;
    max-height:800px;
}
          .scroll-wrapper-small-div {
    overflow-y:auto;
    overflow-x:hidden;
    max-height:320px;
}
     .btBar{
        
     }
     .clickable-cell{
         cursor:pointer;
         color:#337ab7;
         text-decoration:none;
     }
     .clickable-cell:hover, .clickable-cell:focus{
         color:#23527c;
         text-decoration:underline;
     }
     .form-group.required .control-label:after {
        content: "*";
        color: red;
        font-size:large;
        
    }

     .required .control-label:after {
        content: "*";
        color: red;
        font-size:large;
        
    }  

     .topSaveCancelRow{
         margin-bottom:8px;
     }

     .bottomSaveCancelRow{
         margin-top:8px;
     }

/*.linkStyleVistied a:visited {
    color: #cc33ff;
}*/

.topLeftDate{
    margin-top:55px; 
    position:absolute;
    right:5px;
    color:#000000;
}

.webs-header .topLeftDate a{
    color:#193e7d;
    font-weight:bold;
}

.footerPadding{
    padding:0px 10px 0px 10px;
}

.disclaimer {
    text-align: left;
    font-size: 11px;
    color: #000;
}
/*.visited{
    color: #cc33ff;
}*/
.rdbLabel{
    font-weight:normal;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: underline !important;
}
.btn:hover {
    text-decoration: none !important;
}
.btnnowrap {
    white-space: nowrap;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 5px;
}
.btn-default.focus,
.btn-default:focus {
     color: #333;
     background-color: #e6e6e6;
     border-color: #8c8c8c;
 }
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

 .dropdown-menu > li > a:hover,
 .dropdown-menu > li > a:focus {
     color: #262626;
      text-decoration: none;
      background-color: #f5f5f5;
}

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777;
    }
        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }  
        

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}
.bootpag .page-item {
    width: auto;
    min-width: 35px;
}

.first {
    width: auto !important;
}
.prev {
    width: auto !important;
}
.last {
    width: auto !important;
}
.next {
    width: auto !important;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.custom-label label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default {
    border-color: #ddd;
}
.mt-25{
    margin-top:25px;
}
a {
    text-decoration: none !important;
}
a:hover {
        text-decoration: underline !important;
}
.btn-link:hover {
    text-decoration: underline !important;
}
.btn-link {
    text-decoration: none !important;
}
/*.nav-tabs > li > a {
    font-size: 12px;
    text-decoration: none;
}*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 5px;
    /*border-top: 1px solid #ddd;*/
}
.table>th, tr {
    text-align: left !important;
    /* text-align: -webkit-match-parent; */
}
.table > thead > tr > th {
    vertical-align: bottom;
    
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
   
}

/*.table > tbody > tr:last-child {
    border-bottom: none;
    border-bottom-style: none;
    border-bottom: hidden;
}*/

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #eee;
    text-decoration: none !important;
}

/*.modal-backdrop {
    z-index: 0 !important;
}*/


.modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
}

/*@media (min-width: 576px) 
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}*/

.inner-addon .searchicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}


.left-addon .searchicon {
    left: 0px;
    top: 6px;
}

.left-addon .searchiconone {
    left: 20px;
    top: 20px;
}
.inner-addon .searchiconone {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}
.modal-dialog {
pointer-events: inherit;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.astrik {
    color: red;
    font-weight: bold;
    font-size: 17px;
}
.multiselect-container > li > a > label {
  margin-left: -20px !important;
}

.modal-content {
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%) !important;
}


.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/*Menu old style start*/

.nav-old {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav-old {
    float: left;
    margin: 0;
}




    .nav-old > li {
        position: relative;
        display: block;
    }

        .nav-old > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav-old > li > a:hover,
            .nav-old > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav-old > li.disabled > a {
            color: #777;
        }

.nav-old .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav-old > li > a > img {
    max-width: none;
}
.navbar-nav-old {
    margin: 7.5px -15px;
}
.navbar-nav-old > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
 .navbar-nav-old .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
 }

.navbar-nav-old .open .dropdown-menu > li > a,
.navbar-nav-old .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav-old .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav-old .open .dropdown-menu > li > a:hover,
.navbar-nav-old .open .dropdown-menu > li > a:focus {
background-image: none;
}

}

@media (min-width: 768px) {
.navbar-nav-old {
        float: left;
        margin: 0;
 }
 .navbar-nav-old > li {
   float: left;
 }
 .navbar-nav-old > li > a {
   padding-top: 15px;
   padding-bottom: 15px;
 }
}
.submenu-margin {
    inset: -28px auto auto 165px !important;
    top: -55px !important;
    left: 100% !important;
    position: absolute !important;
    margin: 0px !important;
    transform: translate(0px, 52px) !important;
}

/*Menu old style end*/
.botPagination {
    margin-top: 5px;
}

.note-popover {
    display: none !important;
}

input.invalid, textarea.invalid {
    border: 2px solid red;
}

input.valid, textarea.valid {
    border: 2px solid green;
}