@charset "utf-8";
/* CSS Document */
body{
    font-family: "Open Sans", sans-serif;
}
.button{
    width: 100%;
    background-color:#6d9d00;
    color: white !important;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
.button:hover{
    background-color: #45a049;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 8px 20px;
    /*margin: 7px 0;*/
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;

}
input[type=email], select {
    width: 100%;
    padding: 8px 20px;
  /*  margin: 7px 0;*/
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color:#6d9d00;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.green{
	color:green;	
}
.red{
	color:red;	
	font-size: 15px;
	padding-right: 20px;
}

input[type=submit]:hover {
  background-color: #45a049;
}

label {

    font-size: 16px;
    text-transform: capitalize;
    color: #6d9d00;

}

.header {
    width: 100%;
    padding: 6px;
    background-color: #6d9d00;
    border-bottom: 1px solid #c1c1c1;
}
.header img{     
	width: 230px;
}
.card-form{
       width: 100%;
    border-radius: 0px;
    background: white;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 1px solid #ffffff;
    margin: auto;
	display: inline-block;
}
.card-form .col-sm-3{
       width: 25% !important;
       float:left;
}
  #admin-dashboard .col-md-6{
       width: 50% !important;
       display:inline-block;
margin:00px -02px;
}
  
 .form-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 23px;
    font-weight: bold;
    background: #6d9d00;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    text-align:center;
    line-height:50px !important;
}


.section-form {
    margin: 40px 0px;
}

.signup  [class*='col-'] {padding: 00px 15px 15px 15px;}

@media screen and (max-width:660px),
screen and (max-device-width:660px) {
	
	.form-title {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 17px !important;
    font-weight: bold;
    background: #6d9d00;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
}
.card-form .col-sm-3{
       width: 100% !important;
       float:left;
}
	
	.card-form {
    width: 100%;
    border-radius: 0px;
    background: white;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 1px solid #ffffff;
    margin: auto;
}

.dashboard-logo, .dashboard-heading {text-align: left;}
.dashboard-heading h1 {float: none !important; font-size: 18px !important;}
    .dashboard-heading h1 strong {text-align: center; }


	
	.dashboard-logo img{max-width: 200px; }	
}

.dashboard-heading h1 strong {font-size: 16px !important; font-weight: bold; text-align: right; color: #013b91; display: block; padding: 0; margin-top: -32px; line-height: normal; }

@media screen and (max-width:430px),
screen and (max-device-width:430px) {
	
	.form-title-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 19px !important;
    font-weight: bold;
    background: #6d9d00;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    line-height: 50px !important;
}
	
		#LoginForm {
    padding: 32px !important;
}
	
	.main-div {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 2px;
    margin: 0px auto 0px;
    max-width: 100% !important;
    padding: 38px 49px 50px 50px;
}
	
	.form-title {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 17px !important;
    font-weight: bold;
    background: #6d9d00;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
}

	
	
.card-form {
    width: 100%;
    border-radius: 0px;
    background: white;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 1px solid #ffffff;
    margin: auto;
}
	label {
    font-weight: 600;
    font-size: 14px !important;
    text-transform: capitalize;
}
	
	.dashboard-logo img {
    width: 235px !important;
    padding: 13px !important;
    margin-left: 65px !important;
    }
	
	.dashboard-heading h1 {
    margin-top: 0;
    font-size: 25px;
    color: #a40c0b;
    margin-bottom: 15px;
    padding-top: 0px;
    letter-spacing: 0px;
    line-height: initial !important;
    float: left !important;
    margin-left: 94px !important;
    margin-bottom: 18px !important;
    }

	.gc_about_sec_story_wrapper {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #013b91;
    padding: 30px;
}
	
}

@media screen and (max-width:360px),
screen and (max-device-width:360px) {

	.dashboard-logo img{max-width: 150px; }	
	.dashboard-heading h1 {float: none !important; font-size: 14px !important;}
	.form-title {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px !important;
    font-weight: bold;
    background: #6d9d00;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
}
	
	.gc_about_sec_story_wrapper {
    /*float: left;*/
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
/*    PADDING: 30PX;*/
}
	
	.dashboard-logo img {
    width: 235px !important;
    padding: 13px !important;
    margin-left: 65px !important;
    }
	
	.dashboard-heading h1 {
    margin-top: 0;
    font-size: 25px;
    color: #a40c0b;
    margin-bottom: 15px;
    padding-top: 0px;
    letter-spacing: 0px;
    line-height: initial !important;
    float: left !important;
    margin-left: 94px !important;
    margin-bottom: 18px !important;
    }

	
	#LoginForm {
    padding: 32px !important;
}
	
	.main-div {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 2px;
    margin: 0px auto 0px;
    max-width: 100% !important;
    padding: 38px 49px 50px 50px;
}
	
	
	.card-form {
    width: 100%;
    border-radius: 0px;
    background: white;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 1px solid #ffffff;
    margin: auto;
}
	
		label {
    font-weight: 600;
    font-size: 14px !important;
    text-transform: capitalize;
			
}
	
}

.admin-logo img {
        width: 245px;
    margin-bottom: 15px;
}



#LoginForm {
    padding:60px;
}



.login-form {
    text-align: center;
	width: 100%
}

.main-div {
      background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 2px;
    margin: 0px auto 0px;
    max-width: 35%;
    padding: 38px 49px 50px 50px;
}


.panel {
 /*   background-color: transparent;
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}


.panel h2 {
       color: #100f0f;
    font-size: 25px;
    margin: 0px 0px 25px 0px;
    text-transform: capitalize;
    padding-bottom: 12px;
    border-bottom: 1px solid #c1c1c1;
}


.login-form .form-group {
    margin-bottom: 15px;
}


.input-group-text {
    float: left;
    position: absolute;
    margin: 11px;
	    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
     background-color: transparent !important;
     border: 0px solid #ced4da !important;
    border-radius: .25rem;
	
}

.input-group-text i {
    color: #333333;
}


.login-form .form-control {
        background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 0px;
    font-size: 15px;
    height: 45px;
    //line-height: 50px;
    padding: 10px;
    padding-left: 30px;
    width: 100%;
    box-shadow: none;
    color: #333;
}

.login-form .btn.btn-primary {
    background: #6d9d00 none repeat scroll 0 0;
    border-color: #6d9d00;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    height: 47px;
    line-height: 46px;
    padding: 0;
    border-radius: 0px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: uppercase;
    margin: 0px;
}


#dashboard-menu {
        position: relative;
    height: 44px;
    background: #013b91;
    width: auto;
}

#dashboard-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  height:44px;
}

#dashboard-menu > ul {
  position: relative;
  display: block;
  background:#6d9d00;
  width: 100%;
  z-index: 500;
}

#dashboard-menu:after,
#dashboard-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#dashboard-menu.align-right > ul > li {
  float: right;
}

#dashboard-menu.align-center ul {
  text-align: center;
}

#dashboard-menu.align-center ul ul {
  text-align: left;
}

#dashboard-menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

#dashboard-menu > ul > #menu-button {
  display: none;
}

#dashboard-menu ul li a {
  display: block;
  text-decoration: none;
}

#dashboard-menu > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    padding: 1px 21px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    border-left: 1px solid #f1f1f1;
    margin-top: 15px; text-align: left; letter-spacing: 0.3px;
}

#dashboard-menu > ul > li.has-sub > a {
  padding-right: 32px;
}

#dashboard-menu > ul > li:hover > a {
  color: #ffffff;
}

#dashboard-menu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

#dashboard-menu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}

#dashboard-menu > ul > li:hover::after {
  border-top-color: #ffffff;
}

#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}

#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}

#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}

#dashboard-menu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}

#dashboard-menu ul ul ul {
  top: 37px;
  padding-left: 5px;
}

#dashboard-menu ul ul li {
  position: relative;
}

#dashboard-menu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}

#dashboard-menu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}

#dashboard-menu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}

#dashboard-menu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}

#dashboard-menu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

#dashboard-menu.align-right ul ul li a {
  text-align: right;
}

#dashboard-menu ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}

#dashboard-menu ul ul li:last-child > a,
#dashboard-menu ul ul li.last > a {
  border-bottom: 0;
}

#dashboard-menu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}

#dashboard-menu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}

#dashboard-menu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

#dashboard-menu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}

#dashboard-menu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#dashboard-menu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #dashboard-menu {
    width: auto;
  }
  #dashboard-menu.align-center ul {
    text-align: left;
  }
  #dashboard-menu.align-right > ul > li {
    float: none;
  }
  #dashboard-menu ul {
    width: auto;
  }
  #dashboard-menu .submenuArrow,
  #dashboard-menu #indicatorContainer {
    display: none;
  }
  #dashboard-menu > ul {
    height: auto;
    display: block;
  }
  #dashboard-menu > ul > li {
    float: none; 
	border-bottom: 1px solid;  
	  
  }
  #dashboard-menu li,
  #dashboard-menu > ul > li {
    display: none;
  }

  #dashboard-menu > ul > #menu-button {
    display: block;
    cursor: pointer;     text-align: left;
  }
  #dashboard-menu #menu-button > a {
    padding: 15px 20px;
  }
  #dashboard-menu ul.open li,
  #dashboard-menu > ul.open > li {
    display: block;
  }
  #dashboard-menu > ul.open > li#menu-button > a {
        color: #fff;
    border-bottom: 1px solid rgb(255, 255, 255);
    text-align: left;
  }
  #dashboard-menu ul ul::after {
    display: none;
  }
  #dashboard-menu #menu-button::after {
     display: block;
    content: '';
    position: absolute;
    height:8px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 20px;
  }
  #dashboard-menu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 25px;
  }
  #dashboard-menu ul.open #menu-button::after,
  #dashboard-menu ul.open #menu-button::before {
    border-color: #fff; 
  }
	
	#dashboard-menu > ul > li > a {
    font-size: 14px;
    font-weight: 500;    
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    border-left: 1px solid #f1f1f1;
      margin-top: 0;
    text-align: left;
    padding: 12px 20px;
}

}
	
.dashboard-logo { /*margin-top: 30px;*/}


.dashboard-logo img {
    width: 300px;
    padding: 14px;
    height: auto;
}


.dashboard-heading h1 {
 margin-top: 0;
    font-size: 25px;
    color: #169a3b;
    margin-bottom: 0px;
    padding-top: 0px;
    letter-spacing: 0px;
    line-height: 104px;
	text-align:right;
	
	
    /*float: right;*/
}

.dashboard-heading h1 i{ 
	margin-right: 10px;
}

h3.sectionTitle {
        border-bottom: 1px solid #333;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
    COLOR: #333 !important;
    width: 100%;
}

.gc_about_sec_story_wrapper {
    /*float: left;*/
    width: 100%;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
	color: #6d9d00;
}

.gc_about_sec_story_wrapper a {
	color: #6d9d00;
}

.color1 {
    background-color: rgba(239, 238, 234, 0.439);
}

.dashboard-table tr td {
    padding: 8px 8px;
    color: #333;
    border-bottom: 1px solid #c1c1c1;
    white-space: normal;
    overflow-wrap: break-word;
        word-break: break-all;
    text-align: left;
    font-size:15px;
}

.dashboard-table tr td:nth-child(5) {
	width: 22%;
	
}

.dashboard-table tr th {
    background-color:#6d9d00;
    padding: 10px;
    color: #fff;
    white-space: nowrap;
    border-left: 1px solid #ffffff;
    text-align: left;
}

.table-t{    
	width: 100%;
 }


.dashboard-table tr td a {
    color: #fff !important;
}
.btn-light {
    margin-right: 4px;
    font-size: 12px;
    color: #fff;
    background-color: #169a3b;
    border-color: #169a3b;
    border-radius: 4px;
    padding: 3px 10px !important;
}

.btn-light1 {
    margin-right: 7px;
    font-size: 12px;
    color: #fff;
    background-color: #6d9d00;
    border-color: #6d9d00;
    border-radius: 4px;
    padding: 3px 12px !important;
}

.card-form-1 { 
	width: 100%;
    border-radius: 0px;
    background: white;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 1px solid #ffffff;
    margin: auto;
}
.card-form-1 .col-sm-3{
       width: 100% !important;
       float:left;
}

.form-title-1{width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 50px;
font-size: 23px;
font-weight: bold;
background: #6d9d00;
border-radius: 0px;
color: #fff;
text-transform: uppercase;
margin: auto;
text-align: center;
line-height: 50px !important;}

.image { padding-bottom: 17px;}

.image a { 
	padding: 7px 11px;
    color: #ffffff;
    background-color: #6d9d00; }

.view_table{ width:100%;}

.view_table tr{}

.view_table tr td{     color: #333;
    padding: 8px;
    border-bottom: 1px solid #c1c1c1;}

.col-1{     
	width: 40%;
}

.card-footer p{margin-bottom:0px;}

.view_table tr:hover{ background-color: aliceblue}

.err {
    color: red;
    font-size: 16px;    
    
}
.errMsg{
	   color: red;
    font-size: 16px;   
    
}
.smsg {
    color: #6d9d00;
    font-size: 16px;
    font-weight: 700;    
}

table.view_table td:first-of-type {width: 35%;}
table.view_table td:last-of-type {width: 64%;}
.file-upload {
    width: 250px;
    display: inline-block;
    padding-left: 83px;
}
.file-upload-add {
    width: 250px;
    display: inline-block;
   
}
.file-submit {
    width: 100px !important;
    display: inline-block;
	float: right;
}
.file-size-limit { display: block;clear: both;font-size: 9px;color: red; }

.mandatory {
font-size: 10px;
color: red;
line-height: 8px;
margin-top: -14px;
text-indent: 17px;
font-weight: bold;
}

.input-group.pull-left {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.input-group.pull-left .form-control {margin-right: 2px;}

.btn.label-danger, .btn.btn-white {
	background: #6d9d00;
	padding: 8px 10px;
        margin: 00px 03px;
	color: #FFFFFF; 
	font-size: 13px;
	border-radius: 4px;

}
.add-blogger a {
	background: #6d9d00;
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 10px;
	border-radius: 4px;
	float: right;
}

.authorize {width: 90px;}
.authorize:hover {color: #000000 !important;}

.bg-cl-2 {background: #CCCCCC;}

.bg-cl-2 .authorize.unauth {background: #333333; color: #FFFFFF; border-color: #333333;}

.bg-cl-2 .authorize.unauth:hover {background: #6d9d00; color: #FFFFFF !important; border-color: #6d9d00;}


