html, body{
height: 100%;
}

.loginbody {
    background-image: url(../../theme/img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;
}
#forgetpage{
    color: #000;
}
.dd-item:nth-child( odd ) .dd-handle {
    background: #a3b6c3;
}

.dd-list.dd-list-inside .dd-item:nth-child( even ) .dd-handle {
    background: #ffffff;
}
.dd-list.dd-list-inside .dd-item:nth-child( odd ) .dd-handle {
    background: #c9d7e0;
}


#loginform .text-muted {
    color: #fff !important;
}
     .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999999999; 
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.55); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	}
	.loader {
		border: 4px solid #f3f3f3; /* Light grey */
		border-top: 4px solid #3498db; /* Blue */
		border-radius: 50%;
		width: 120px;
		height: 120px;
		animation: spin 2s linear infinite;
		position:fixed;
		top:0;
		right:0;
		left:0;
		bottom:0;
		margin:auto;
	}
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}
	.nav-second-level li a {
  
    padding-left: 10px !important;
    font-size: 12px !important;
    font-weight: 100 !important;
}


/*- written by anoop---*/
.main-nav > li > a {

    padding: 10px 10px 10px 15px !important;;
}
.main-nav > li.active {
    border-left: 3px solid #19aa8d !important;
    /* border-right: 4px solid #19aa8d; */
    background: #293846;
    border-right:  3px  solid #19aa8d !important;
}


.selectedli a{
	
	  -webkit-box-shadow: 0px 2px 4px #ffffff;
       -moz-box-shadow: 0px 2px 4px #ffffff;
            box-shadow: 0px 2px 4px #ffffff;
    display:inline-block;
    color: #ffffff !important;
}
.themecolor{
	color: #19aa8d !important;


}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    /* color: #fff; */
    background-color: #ffffff !important;

    color: #bbc3d0;
    -webkit-box-shadow: 0px 2px 0px #1ab394;
       -moz-box-shadow: 0px 2px 0px #1ab394;
            box-shadow: 0px 2px 0px #1ab394;
            border-radius: 0px !important;
}

.activesmstype a{
	
	  -webkit-box-shadow: 0px 2px 0px #1ab394;
       -moz-box-shadow: 0px 2px 0px #1ab394;
            box-shadow: 0px 2px 0px #1ab394;
    display:inline-block;
    
}
.tmpltaddbtn #addtemplate ,.tmpltaddbtn #addtemplate :hover{
    font-size: 12px !important;
}
#sms-template{
    height: 200px;
}
.top15{
    position: relative;
    top :15px;
}
.composetop li{
    padding-bottom: 5px;
}
.font14{
    font-size: 14px;
}
.oddbg{
        background: #f3f3f4;
}
.evenbg{
        background: #ffffff;
}
.dd-handle#addtemplate{
        padding: 5px 5px !important;

}
.clearselection
{
    color: blue;
    cursor: pointer;
    position: absolute;
    right: 45px;
    font-size: 12px;
}
.first-level li{
    padding-left: 15px;
}
.nav.navbar-right > li > a:hover{
    color: #000;
}
.nav-header .text-muted:hover{
    color: #fff;
}
.mini-navbar .logo-element1{
    height: 60px;
}
.homelogo{
    font-size: 35px;
position: relative;
float: left;
margin-left: 55px;
color: #1ab394;;
letter-spacing: -1px;

padding: 1px;
width: 700px; /* 400px; */
}
#addtemplate{
    background-color:#1ab394;
}
.colorborder-primary{
    border:1px solid #1ab394;
}
.nav-label{
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.selectedlin a{
    border-bottom:  3px solid #fff;
    border-left:  3px solid #fff;

}
.manage_panel{
    min-height: 250px !important;
}
.dd-list-parent{
    min-height: 400px !important;

}