﻿/*!
 * iFMeeting v1.0.0 (https://ifmeeting.com/)
 * Copyright 2019 iFieldSmart Technologies LLP
 */


 .meetingno {
    color: #3E0FDE !important;
}

#bggray-box {
    background: #f6f6f6;
    border: 1px solid #f79a28;
}

.ifmeet-subitem-print {
    border: 1px solid #f79a28;
}

#subage {
    background: #fff;
    border: 1px solid #f79a28;
}

.datatable table {
    width: 100% !important;
}

    .datatable table tr th {
        width: 100% !important;
        background: #f6f6f6;
        border: 1px solid #2d2d2d;
        border-top: 1px solid #2d2d2d;
        font-size: 18px;
        font-weight: 300;
    }

        .datatable table tr th:first-child {
            border-right: none;
        }

        .datatable table tr th:last-child {
            border-left: none;
        }

    .datatable table tr td {
        width: 100% !important;
    }

.sub-datatable table tr th {
    width: 100% !important;
    background: #f6f6f6;
    border: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
    font-size: 18px;
    font-weight: 300;
}

    .sub-datatable table tr th:first-child {
        border-right: none;
    }

    .sub-datatable table tr th:last-child {
        border-left: none;
    }

.sub-datatable table tr td {
    width: 100% !important;
}

.ifmeet-org-border {
    border: 2px solid #f79a28;
}

.ifmeet-gray-border {
    border: 1px solid #9B9B9B;
}

.subagendadataname {
    background: #f6f6f6;
    border: 1px solid #f79a28;
    padding: 10px 20px;
}

.ifmeet-subitem-print-date {
    background: #f2f2f2;
    padding: 10px 20px;
    border: 1px solid #f79a28;
}

.agendaname a {
    font-weight: 100 !important;
}

.subagename a {
    font-weight: 100 !important;
}

.subtitle {
    font-size: 22px;
    font-weight: bold;
    color: #2D2D2D;
}


 

/* BACKGROUND COLORS START -------------------------------------------------- */

.ifmeet-bg-white {
    background-color: #fff !important;
}

.ifmeet-bg-black {
    background-color: #333 !important;
}

.ifmeet-bg-orange {
    background-color: #f79a28 !important;
    color:#fff !important;
}

.ifmeet-bg-orange {
    background-color: #f79a28;
    color: #fff !important;
}

.ifmeet-bg-brown {
    background-color: #73433b;
    color: #fff !important;
}
.ifmeet-bg-green {
    background-color: #51d26c;
    color: #fff !important;
}


.ifmeet-bg-gray {
    background-color: #d8d8d8;
    color: #5d5d5d !important;
}





/* BACKGROUND COLORS END -------------------------------------------------- */



/* COLORS START -------------------------------------------------- */
.ifmeet-color-white {
    color: #fff !important;
}

.ifmeet-color-black {
    color: #333 !important;
}

.ifmeet-color-orange {
    color: #f79a28;
}


.ifmeet-color-red {
    color: #cd3539;
}

.ifmeet-color-brown {
    color: #73433b;
}

/* BACKGROUND COLORS END -------------------------------------------------- */





/* BOX SHADOW START -------------------------------------------------- */

.ifmeet-boxshadow-1 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075), 0 6px 6px rgba(240, 172, 13, 0.13);
}

.ifmeet-boxshadow-2 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ifmeet-boxshadow-3 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.ifmeet-boxshadow-4 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ifmeet-boxshadow-5 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ifmeet-boxshadow-6 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* BOX SHADOW END -------------------------------------------------- */



/* BORDERS START -------------------------------------------------- */

.ifmeet-border-0 {
   border:0px !important;
}

.ifmeet-border-1 {
    border: 1px !important;
}

.ifmeet-border-2 {
    border: 1px !important;
}

.ifmeet-border-3 {
    border: 1px !important;
}

.ifmeet-border-4 {
    border: 1px !important;
}

.ifmeet-border-5 {
    border: 1px !important;
}

/* BORDERS END -------------------------------------------------- */




/* BUTTON TWEAKS START -------------------------------------------------- */

.ifmeet-samll-btn {
    border: 0px !important;
    height:38px;
    width:38px;
    border:none;
    padding:10px;
}

.ifmeet-verysamll-btn {
    border: 0px !important;
    height:28px;
    width:28px;
    border:none;
    padding:1px;
}



/* BUTTON TWEAK END -------------------------------------------------- */









/* CARD START -------------------------------------------------- */
.ifmeet-card-type1 {
    padding: 15px;
    border-radius: 10px;
    box-shadow:0 10px 20px rgba(0, 0, 0, 0.075), 0 6px 6px rgba(240, 172, 13, 0.13);
    transition: all 0.3s;
}

.ifmeet-card-type1:hover {
    padding: 15px;
    border-radius: 10px;
    box-shadow:0 20px 40px rgba(0, 0, 0, 0.075), 0 10px 20px rgba(240, 172, 13, 0.438);
    transition: all 0.3s;
    
}


.ifmeet-card-type2 {
    padding: 15px;
    border-radius: 10px;
    box-shadow:0 10px 20px rgba(0, 0, 0, 0.075), 0 6px 6px rgba(240, 172, 13, 0.13);
}

.ifmeet-card-type3 {
    padding: 15px;
    border-radius: 10px;
    box-shadow:0 5px 3px rgba(0, 0, 0, 0.075), 0 6px 6px rgba(223, 223, 223, 0.13);
    background:#eeeded;
}

.ifmeet-clickable:hover{
    cursor: pointer;
}

/* CARD END -------------------------------------------------- */



/* UTILITIES START -------------------------------------------------- */

#headingOne:hover {
 background-color: #f78a02a1;
}
#itemsulli:hover {
 background-color: #bfe2ffa1;
}
.ifmeet-meetpageagneda-active{
   background-color: #f78a02a1;
   
   color:white;
}

.ifmeet-meetpageagnedaitem-active{
   background-color: rgba(144, 142, 138, 0.64) !important;
   color:white;
}

.ifmeet-meetpageagneda-active h2{
   color:#fff !important;
}


.ifmeet-meetpageagnedalist{

    padding: 0px 0px;
   
}

.ifmeet-meetpageagnedalist li{
    list-style: none;
    background: #fff;
    padding: 5px 10px;
    padding-left:25px;
    width: 100%;
    border-bottom:1px solid #c8c8c8;
}

.ifmeet-project-created {
    border-top:5px solid #73433b !important;
}

.ifmeet-project-assigned {
    border-top:5px solid #f79a28 ;
}




.vector-bg {
    background: url('../images/ifmeeting-login-bg.svg') bottom center no-repeat;
    background-size: cover;
   
}


.rev-vector-bg{
	background: url(../images/reverse-yellow-bg.svg) bottom center no-repeat;
	background-size: cover;
}

.vector-bg-grey{
	background: url(../images/grey-1.svg) bottom center no-repeat;
	background-size: cover;
}





/* 
.nav-item{

	margin:0px 10px;
	border-bottom:2px solid #f39d12;
	transition: 0.2s all;
}


.nav-item:hover{

	margin:0px 10px;
	border-bottom:2px solid white;
	transition: 0.2s all;
} */


.dot-wave-sec-1 {
    position: absolute;
    left: 530px;
    bottom: -50px;
    width: 819px;
    max-width: 1319px;
    opacity: .075;
}
	
.dot-wave-sec-2 {
    position: absolute;
    left: 330px;
    bottom: -50px;
    width: 1319px;
    max-width: 1319px;
    opacity: .075;
}

.err{
    color: #d80f0f;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}



/* UTILITIES END -------------------------------------------------- */






/* SIDEBAR START --------------------------------------------------- */

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
  }
  
  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
  }
  
  #sidebar-wrapper .list-group {
    width: 15rem;
  }
  
  #page-content-wrapper {
    min-width: 100vw;
  }
  
  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
  }
  
  @media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: 0;
    }
  
    #page-content-wrapper {
      min-width: 0;
      width: 100%;
    }
  
    #wrapper.toggled #sidebar-wrapper {
      margin-left: -15rem;
    }
  }
/* SIDEBAR END --------------------------------------------------- */




/* LOADER START --------------------------------------------------- */

.load-bar {
	position: relative;
	top: -25px;
	width: calc(100% + 50px);
	height: 7px;
	left: -25px;
	background-color: #333333;
  }
  .bar {
	content: "";
	display: inline;
	position: absolute;
	width:0;
	height:100%;
	left: 50%;
	text-align: center;
  }
  .bar:nth-child(1) {
	background-color: #666666;
	animation: loading 3s linear infinite;
  }
  .bar:nth-child(2) {
	background-color: #e6e6e6;
	animation: loading 3s linear 1s infinite;
  }
  .bar:nth-child(3) {
	background-color: #333333;
	animation: loading 3s linear 2s infinite;
  }
  @keyframes loading {
	  from {left: 50%; width: 0;z-index:100;}
	  33.3333% {left: 0; width: 100%;z-index: 10;}
	  to {left: 0; width: 100%;}
  }

/* LOADER END --------------------------------------------------- */



/* .ifmeet-col-9{
    width:;
} */



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #f79a28;
    border-color: #f79a28 #f79a28 #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075), 0 6px 6px rgba(240, 172, 13, 0.13);
    transition: all 0.3s;
}

.nav-tabs .nav-link:hover {
    border-color: #f79a28 #f79a28 #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075), 0 6px 6px rgba(240, 172, 13, 0.13); */

    transition: all 0.3s;
}

.nav-tabs .nav-link{
    transition: all 0.3s;
}

.modal-content{
    border-radius: 10px !important;
    border:none !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.075), 0 10px 20px rgba(240, 172, 13, 0.438) !important;
}



.card-header{
    padding: 0px !important;
}




.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .2rem 0;
    margin: .125rem 0 0;
    font-size: 13px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.075), 0 10px 20px rgba(240, 172, 13, 0.438);
    transition: all 0.3s;
}


.recording-title{
    font-size: 1rem;
    padding-top: 8px;
    margin: 0;
    color: #666666;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ifmeeting-nav-active{
    margin: 0px 10px;
    border-bottom: 2px solid #f39d12;
    transition: 0.2s all;
}


















.pricing{
	background:white;
	padding:0px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075), 0 6px 6px rgba(240, 172, 13, 0.13);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/* height: 800px; */
} 
.pricing-1 .heading{
	background:#ffc602;
	padding:15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
} 

.pricing-1 .heading h3,.pricing-2 .heading h3,.pricing-3 .heading h3 {
	color:white;
	font-weight:400;
	text-align: center;
} 
.pricing-2 .heading{
	background:#f39d12;
	padding:15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
} 

.pricing-3 .heading{
	background:#ff604b;
	padding:15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
} 

.subheading{
	padding:20px;
	text-align: center;
}

.description{
	padding:20px;
	padding-bottom: 40px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
}
.pricing ul{
	padding: 0px;
	margin:0px;
}
.pricing ul li{
	list-style: none;
	padding:0px;
	margin: 0px;
	font-size: 13px;
	line-height: 2.5rem;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
}

.ifs-web-btn{
	padding:10px 20px;
	border-radius: 5px;
	font-weight: bold;
	color:white;
	transition: all 0.3s;
}

.ifs-web-btn:hover{
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(240, 172, 13, 0.13);
	transition: all 0.3s;
	cursor: pointer;
}

a.ifs-web-btn{
	color:white !important;
}


.pricing .description li span{
	font-weight: bold;
}


/*------------------------------------------------------------- */


.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #fafafa;
    background-color: rgba(54, 54, 54, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
    padding: .75rem;
    color:#fafafa;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(12, 12, 12, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
    

    position: fixed;
    bottom: 20px;
    right: 20px;
    left: 20px;
    margin: 0 auto;
    width: 100%;
    z-index: 111111111;
}


.close-toast {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    opacity: .5;
}
 .loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-left: 44%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.AgendaItemStatusDue {
    background-color: red;
    color: white;
}

.AgendaItemStatusProgress {
    background-color: orange;
    color: white;
}

.AgendaItemStatusCompleted {
    background-color: #4caf50;
    color: white;
}
.AgendaItemStatusfuture {
    background-color: white;
    color: black;
}