@font-face{
    src: url(fonts/Acme-Regular.ttf);
    font-family: Acme;
}
@font-face{
    src: url(fonts/DancingScript-VariableFont_wght.ttf);
    font-family: Dancing Script;
}
.projectName {
 text-align: center;
 padding: 15px 0px 10px;
 background: #fdfdfd;
 color: #4d4d4d;
 font-size: 20px;
 font-weight: 900;
 font-family: Acme;
 position: sticky;
 top: 50px;
 z-index: 1;
}
.sidebar-mini .projectName{
    display: none;
}
.align-block-center{
    width: 55%;
    margin: 0 auto;
}
/*Left Link Scroll Bar Start*/
.left-link-menu{
    position: absolute;
    overflow-y: auto;
    height: 90vh;
    background: #fff;
}
/* width */
.left-link-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.left-link-menu::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 50px;
}
 
/* Handle */
.left-link-menu::-webkit-scrollbar-thumb {
  background: #b5b3b3; 
  border-radius: 50px;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 50px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #b5b3b3; 
  border-radius: 50px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*Left Link Scroll Bar End*/
.table-header-hilight tr th{
    background-color: #e4e4e4; 
}
.toggleEnable {
    color: blue;
    cursor: pointer;
}
.table-scroll{
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 10px;
}
.position-relative{
    position: relative;
}
/*.side-menu{
    height:calc(100vh - 10px);
    overflow: scroll; 
    overflow-x: hidden!important;
}*/
#sidebar{
    position: fixed;
}
.left-align{
    text-align: left !important;
}
.pointerCursor{
    cursor: pointer;
}
.backgroundWhite{
    background: white !important;
}
.dashboard-block {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.select2-container{
    /*z-index: 9999;*/
}
/*info toggle Start*/
.slideout-menu{
	width: 310px;
	height: 100%;
	background: #333;
	z-index: 100;
	color: #fff;
	padding: 10px;
}
.info-config.opened {
    right: 0;
}
span.step_descr {
    width: 89%;
    display: inline-block;
}
.password-recommendation ul li{
    list-style-type: square;
}
.password-recommendation {
    width: 50%;
    margin: 0 auto;
    padding: 5px 30px;
}
.check-mark::after{
    content: url(../images/green-tick.png);
    margin-left: 5px;
    vertical-align: middle;
    color: green;
}
.profile-radius{
    border-radius: 25px;
}
.info-config {
    position: absolute;
    right: -310px;
    top: 180px;
    z-index: 1001;
    width: 310px;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}
.slideout-menu a{
    color: white;
    font-size: 10px;
}
.slideout-menu h4{
    margin-top: 0px !important;
    padding: 5px;
    font-size: 1.2em;
    border-bottom: 4px solid #222;
}
.slideout-menu-toggle {
    position: relative;
    top: 10px;
    left: 9px;
    font-size: 20px;
}
/*info toggle End*/

.clickcheck{margin:12px 0 0!important}
/*----- Admin Roles CSS start -----------------*/
.ad_assign_roles {margin: 0 5%;text-align: left;border:#ddd 1px solid}
.ad_assign_roles ul{list-style-type:none; padding:0 10px;}
.ad_assign_roles p{display:inline-block;margin:5px 20px}
.innerrole span{display:inline-block;width:35%;}
.ad_assign_roles a{color: #000;display: block;float: left;margin: 8px 0;width: 90%;font-weight:bold;}
.has-sub {border-bottom: 1px solid #dedede;padding: 3px 0 10px;}
.ad_assign_roles li:last child .has-sub {
    border-bottom: 0;
}
.tablecss.leavetable {
    width: calc(225px - 50px);  /* Changed by Goutham 01-05-2019 01:23PM */
    display: inline-block;
    margin: 8px 5px 6px;
    vertical-align: top;
}
.fixed_eheader , .fixed_header{ background: #fff none repeat scroll 0 0;top: 80px;width: 100%;z-index: 100;}
.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 56px;
    width: 100%;
    max-width: 100%;
}
.popup-model-sticky{
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    width: 100%;
    max-width: 100%;
    background-color: #e91e63 !important;
    z-index: 1;
}
.tablecss{width:100%}
/*Goutham Chanages 27-03-2019 5:27 PM*/
.tablecss td{padding: 5px 10px;border: 1px solid #eee;font-size: 13px;} 
.clickcheck{margin:12px 0 0!important}
/*----- Admin Roles CSS end -----------------*/

.alert {
    /* left: 44%; */
    /* position: fixed; */
    width: 100%;
    /* top: 20px; */
    z-index: 999999999999999999;
}
.form-alert-cover{
    top: 34px;
}
.col-md-1{border-radius: unset;}
.input-group-month{padding: 9px; width:65px;} 
.select2-container{width: 671px !important;z-index: 9999;}
.btn-hideShow{margin-bottom: 5px; }
.placeholder-note{color: #8a8a8a;}
.blue_color i{color:#2196F3;}	
.orange_color i{color:#f48536;}	
.green_color i{color:#572985;}	
.yellow_color i{color:#ffc107;}	
.red_color i{color:#f44336;}	
#displayURL{display: none}
.close_ind_div , .close_ed_div {text-align: right; padding: 5px 12px; color: red; font-weight: bold;}
.close_ind_div span,.close_ed_div span{cursor: pointer;}
.append_csd_div, .append_eb_div{border:1px solid #dedede;margin-bottom:10px;border-radius: 5px}
.append_data {margin: 0 auto;width: 98%;}
.custom_back {display:inline-block !important;padding:0}
.custom_back button {background:#2a3f54;border:1px solid #2a3f54;}
.custom_back button:hover {background:#2a3f54;border:1px solid #2a3f54;}
.swg_address{margin-top:10px;}
.invoice_to{margin-top:10px;border: 1px solid #dedede; padding: 20px;}
.invoice_no{float:left;}
.invoice_date{float:right;}
.invoice_toaddr{margin-top:10px;}
.table_contents{margin-top:10px;}
.add_more_desc{font-weight: bold;cursor:pointer;}
.add_more_tax{font-weight: bold;cursor:pointer;}
.right{text-align: right!important}
.btn-yellow,.btn-primary {background-color: #286090;border-color: #204d74;color: #fff;}
.btn-yellow:hover,.btn-primary:hover{background-color: #767676;color: #fff;}
.btn-default{background-color: #d35351;border-color: #d35351;color: #fff;}
.btn-default:hover{background-color: #e86866;border-color: #e86866;color: #fff;}
/*.btn{padding:4px 12px;}*/
.modal-footer{padding:8px}
.btn-simple {background-color: #fff;border-color: #ccc;color: #333;}
.btn-simple:hover{background-color: #E6E6E6;}
.india_c,.other_c{display:none;}
.btn-search{background: none;padding: 0;margin: 2px 0 0 6px;}
.subtitle {font-size: 16px;font-weight: bold;margin-top: 10px;}
/*22-03-2019-19-04 end*/
.showalert {margin: 25px auto 0; position:fixed; left: 0px; right: 0px; top: 15px;z-index: 999999999999999999;display: inline-block;text-align: center;width:90%;max-width: 600px}
.alert {color:#fff !important;font-family:raleway, sans-serif;font-weight:700;}
.showalert .alert {text-align: center;margin: 0 auto;opacity: 0.9;}
.showalert .close{color:#000 !important}
.alert .close{margin:0}
.acc-rpt-blc-main .form-alert-cover {
    top: 60px !important;
}
.master .form-alert-cover {
    top: 34px !important;
}

/*Sticky Note CSS Start */
/* * Hide from both screenreaders and browsers: h5bp.com/u */
/*.hidden {
  display: none !important;
  visibility: hidden;
}

 * Hide only visually, but have it available for screenreaders: h5bp.com/v 
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

 * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p 
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

 * Hide visually and from screenreaders, but maintain layout 
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
   1 
  display: table;
   2 
}

.clearfix:after {
  clear: both;
}

.noflick, #board, .note, .button {
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}*/
 /* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*#board {
  padding: 100px 30px 30px;
  margin-top: 40px;
  overflow-y: visible;
}*/

.note {
  float: left;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 1em;
  width: 300px;
  min-height: 300px;
  margin: 0 30px 30px 0;
  background: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25));
  background-color: #FFFD75;
  box-shadow: 5px 5px 10px -2px rgba(33, 33, 33, 0.3);
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  -webkit-transform: skew(-1deg, 1deg);
          transform: skew(-1deg, 1deg);
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  z-index: 99999;
}
.note:hover {
  cursor: move;
}
.note.ui-draggable-dragging:nth-child(n) {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.125) !important;
          transform: scale(1.125) !important;
  z-index: 100;
  cursor: move;
  transition: -webkit-transform .150s;
  transition: transform .150s;
  transition: transform .150s, -webkit-transform .150s;
}
.note textarea {
  background-color: transparent;
  border: none;
  resize: vertical;
  font-family: "Gloria Hallelujah", cursive;
  width: 100%;
  padding: 5px;
}
.note textarea:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2) inset;
}
.note textarea.title {
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  height: 64px;
  margin-top: 20px;
}
.note textarea.cnt {
  min-height: 200px;
}
.note:nth-child(2n) {
  background: #FAAACA;
}
.note:nth-child(3n) {
  background: #69F098;
}

/* Button style  */
.button {
  font: bold 16px Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  padding: 1em 2em;
  background: linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
  background-color: #00CC00;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 1px 2px 1px rgba(255, 255, 255, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: background .01s, -webkit-transform .150s;
  transition: transform .150s, background .01s;
  transition: transform .150s, background .01s, -webkit-transform .150s;
}
.button:hover {
  background-color: #00EE00;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 1px 2px 1px rgba(255, 255, 255, 0.3);
}
.button:active {
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
  background-color: #00CC00;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 2px rgba(255, 255, 255, 0.3);
  outline: none;
}
.button.remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #E01C12;
  text-align: center;
  line-height: 16px;
  padding: 10px;
  border-color: #B30000;
  font-style: 1.6em;
  font-weight: bolder;
  font-family: Helvetica, Arial, sans-serif;
}
.button.remove:hover {
  background-color: #EF0005;
}
.author {
  position: absolute;
  top: 20px;
  left: 20px;
}
/*Sticky Note CSS End */

@media screen and (max-width:875px){
.innerrole span{width: 100%; font-weight: 600;}
.ad_assign_roles p {margin: 5px 2px;}
.ad_assign_roles{margin: 0px;}
}
@media screen and (max-width:767px){
    .sticky {position: unset;}
}
@media screen and (max-width:760px){
.align-block-center{width: 90%;margin: 0 auto;}
}
@media screen and (max-width:480px){
.ad_assign_roles ul {list-style-type: none;padding: 0 3px;}
}