/*------------------------------------------------------------------
Teachers In Touch Project
Author: A.W
------------------------------------------------------------------*/

/****** GLOBAL ******/

body, html {
    height: auto;
    background: #f9f6f1;
}
label{
	color: black !important;
}
		body {
			background: #f9f6f1;
			font: 13px/1.7em 'Open Sans';
		}
		    
		p { 
			font: 13px/1.7em 'Open Sans'; 	
		}
		    
		input,
		button,
		select,
		textarea {
		  font-family: 'Open Sans';
		}



		a {
			outline: none;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			transition: all 0.3s;
			color: #2a2a2a;
			text-decoration:none;
		}

		a:focus, a:active, a:hover {
			outline: none;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			transition: all 0.3s;
			color: #677A79;
			text-decoration:none;
		}
		a:focus, a:active, .btn:focus, [role="button"]:focus, button:focus{
		   outline:none !important;
		  }
		/*.mdl-badge.mdl-badge--overlap.custom_notify_badge{
			position: absolute;
			top: 16px; 
			float: right;
			margin-right: 50px;   
		}
		.mdl-badge.mdl-badge--overlap.custom_notify_badge a{
			color:#fff;
		}*/
		.form-control.search {
      background-image: url(../img/searchicon.png);
      background-position: 155px 6px;
      background-repeat: no-repeat;
  }
  .form-control.dashboard-search {
    background-image: url("../img/searchicon.png");
    background-position: 107px 6px;
    background-repeat: no-repeat;
}


		 .mainnav li .dropdown-menu li{
			   position:relative;
			  }
			  .mainnav li .dropdown-menu li span.glyphicon {
			      position: absolute;
			      top: 4px;
			      right: 15px;
			  }
		.mdl-badge.mdl-badge--overlap.custom_notify_badge{
			position: absolute;
			top: 16px; 
			float: right;
			/*right:80px;*/
			margin-right: 50px;
			right: 310px;
			/*po*/
			/*display: block !important;  */
		}
		.mdl-badge.mdl-badge--overlap.custom_notify_badge a{
			color:#fff;
		}
		.faq_link a{
			font-size: 25px;
		}
		.custom_notify_badge2{
			position: absolute;
			top: 16px;
			font-size: 24px;
			color: #fff; 
			float: right;
			/*right:80px;*/
			margin-right: 50px;
			right: 390px;
			/*po*/
			/*display: block !important;  */
		}
		.custom_notify_badge2 a{
			color:#fff;
		}
		.custom_notify_badge2:after {
		    right: -15px;
		}
		.custom_notify_badge2[data-badge]:after {
		    content: attr(data-badge);
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    -webkit-flex-direction: row;
		    -ms-flex-direction: row;
		    flex-direction: row;
		    -webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		    -webkit-justify-content: center;
		    -ms-flex-pack: center;
		    justify-content: center;
		    -webkit-align-content: center;
		    -ms-flex-line-pack: center;
		    align-content: center;
		    -webkit-align-items: center;
		    -ms-flex-align: center;
		    align-items: center;
		    position: absolute;
		    top: -11px;
		    font-family: "Roboto","Helvetica","Arial",sans-serif;
		    font-weight: 600;
		    font-size: 12px;
		    width: 22px;
		    height: 22px;
		    border-radius: 50%;
		    background: rgb(255,64,129);
		    color: rgb(255,255,255);
		}

			.custom_notify_badge[data-badge]:after {
		    content: attr(data-badge);
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    -webkit-flex-direction: row;
		    -ms-flex-direction: row;
		    flex-direction: row;
		    -webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		    -webkit-justify-content: center;
		    -ms-flex-pack: center;
		    justify-content: center;
		    -webkit-align-content: center;
		    -ms-flex-line-pack: center;
		    align-content: center;
		    -webkit-align-items: center;
		    -ms-flex-align: center;
		    align-items: center;
		    position: absolute;
		    top: -11px;
		    font-family: "Roboto","Helvetica","Arial",sans-serif;
		    font-weight: 600;
		    font-size: 12px;
		    width: 22px;
		    height: 22px;
		    border-radius: 50%;
		    background: rgb(255,64,129);
		    color: rgb(255,255,255);
		        margin-left: 15px;
		}
		.account-container{
			margin: 40px auto 0 auto!important;
		}

		.todolist_section .reports-bar-content {
		    background: #efefef;
		    padding: 8px 30px;
		    margin: 10px 0;
		}
		.top-navbar{
			position:relative;
		}
		.to-do{
			border:1px solid #666;
			padding: 20px;
		}
      .to-do input{
			display:inline;
			width: 25%;
			float: left;
			margin:0px 5px;
    }
    .to-do button{
    	float: left;
    	margin:0px 5px;
    }
    .to-do .input-group{
    	float: left;
    	width: 25%;
    	border:none;
    	margin:0px 5px;
    }
    .to-do .input-group input 
    {
    	border: none;
    	background: none;
    	box-shadow: none;
    }
    .to-do .input-group span.input-group-addon{
    	border: none;
    	background: none;  
    	box-shadow: none;  	
    }
    .to-do .input-group span.input-group-addon i{

    	font-size:20px;
    	color: #666;
    }
    .to-do-active{

    	margin-top: 20px;
    }
    .to-do-active label{

    	font-size: 15px;
    	color: #666;
    }
    .to-do-active i{
    	font-size: 20px;
    	color: #666;
    }
    .to-do-active i.check{
    	padding-right: 10px;
    }
     .to-do-table table{
    	table-layout: fixed;
    }
    .to-do-table table tbody tr td{
    	word-break:break-all;
    }
		.dropdown .dropdown-menu {
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}
		.btn-icon-only {
			padding-right: 3px;
			padding-left: 3px;
		}

		.table td {
			vertical-align: middle;
		}

		.table-bordered th {
			background: #E9E9E9;
			background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
			background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
			background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
			background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
			background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
			font-size: 10px;
			color: #444;
			text-transform: uppercase;
		}

.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
    padding-left: 24px;
    padding: 7px !important;
}
.mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
    padding-right: 24px;
    padding: 7px !important;
}
.mdl-data-table td {
    height:15px !important;
}

.custom_search {
    font-size: 1.25em;
    font-weight: 600;
    color: #ff751a;
    margin: 0 auto;
    width: 315px;
}
.custom_progress{
	width: 370px;
    float: right;
    
    color: #419641;
    font-size: 16px;
    border: 2px solid #dedede;
    padding: 2px 12px 0;
    margin-right:12px;
}
.custom_progress .progress{
	margin-top: 5px;
	margin-bottom: 5px;
}
.dial_btn{
	position: absolute;
    top: -10px;
}
.dial_section h4{
	font-size: 17px;
    margin: 5px 0 10px;
}
.dial_section .call_text{
	color: #419641;
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0 0;
}
.dial_section .fa-spin{
	margin: 25px 0 0;
	color: #419641;
}
.modal.dial_section {
  text-align: center;
  padding: 0!important;
  top:-20px;
}
.modal.dial_section:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.dial_section .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.dial_section .number_placeholder{
	border: 2px solid #dedede;
    padding: 0 10px;
    margin: 0 0 15px;
    font-size: 18px;
}
.custom_search h3{
	margin: 0 0 12px;
    color: #ccc;
    font-size: 22px;
}
.custom_search .input-group {
    width: 100%;
}
.custom_search .pw-search-results {
    font-size: 14px;
    color: #6d6d6d;
    background: lightgrey;
    border-radius: 5px;
    width: 200px;
    padding: 2px 10px;
    margin: 15px auto 0;
}
.customsearch_table{
	position: relative;
    /*z-index: 99999;*/
    left: 48px;
    width: 362px;
    /*height: 200px;*/
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.customsearch_table table{
	width: 100%;
}
.customsearch_table table .text-center{
	text-align: center; 
}
.customsearch_table .close_btn{
	position: absolute;
    z-index: 999999;
    right: 10px;
    top: 5px;
}
.custom_search .dropdown-menu{
	height: 100px;
	overflow-x: hidden;
    overflow-y: scroll;
}
/****** Stylng of Top Navigation******/


		.navbar .container {
			position: relative;
		}

		.navbar-inner {
			padding: 10px 0px 0px;
			color: #EE0000;
			
			background: #000000 !important;
			
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
		}

		.navbar .alertsnav > ul > li {
			float: left;

			position: relative;
				top: 0px;
				left: 200px;
			width: 40px;
			height: 14px;
			padding: 1em 1em;
			margin: 0;
			font-size: 1em;
			color:  #888;
			text-decoration: none;

			margin-top: 2px;
			
			text-align: left;
			list-style: none;
			
			border-left: 0px solid #FFFFFF;
			
		}
		.navbar .alertsnav> ul > li > a {
			color: #888;
			text-decoration: none
		}


		.navbar .alertsnav> ul > li > a:hover {
			color: #FFFFFF;
			text-decoration: none;
		}

		.navbar .notify-badge { 
		    position: absolute;
		    right:13px;
		    top:3px;
		    background:red;
		    text-align: center;
		    border-radius: 13px 13px 13px 13px;
		    color:white;
		    padding:1px 6px;
		    font-size:10px;
		}


		.navbar-fixed-top {
			position: static;
		}
		/*
		.navbar .nav a {
			font-size: px;

		}
		.navbar .nav>li>a { color:#eee !important;}
		.navbar .brand {
			font-weight: 600;
			position: relative;
			top: 2px;
		}
		*/
		.navbar .search-query {
			position: relative;
			top: 14px;
			/*left: -30px;*/
			left: 60px;
			background-color: #444;
			width: 250px;
			font-size: 12px;
			font-weight: bold;
			line-height: 30px;
			 /*border-radius: 5px 6px 6px 6px;*/
			border-radius:15px;
			height: 30px;
		}
		.custom_autocomplete .angucomplete-dropdown {
		    /*left: 359px;*/
		    left: 60px;
		    top: 50px;
		}
		.custom_autocomplete2 .angucomplete-dropdown {
		    left: 0;
		    top: 40px;
		    width: 245px;
		}
		.navbar .search-query::-webkit-input-placeholder {
		    color: #666;
		}

		.navbar .search-query:-moz-placeholder {
		    color: #666;
		}

		.navbar-search .search-query { background:#FFFFFF; border:0; color:#000; line-height:normal;}



/***** Top Navigation Dropdown Menu Configurations *****/

		.navbar .dropdown .dropdown-menu a {
			font-size: 12px;
		}

		.navbar .dropdown .dropdown-menu.active:hover a {
			background: #EE0000;
		}


		.navbar .dropdown .dropdown-menu a:hover {
			font-size: 12px;
		}

			
		    
		.navbar .dropdown .dropdown-menu {
		    	text-align: left;
		    	
				-webkit-border-top-left-radius: 0;
				-webkit-border-top-right-radius: 0;
				-moz-border-radius-topleft: 0;
				-moz-border-radius-topright: 0;
				border-top-left-radius: 0;
				border-top-right-radius: 0;
		    }
		    
		    
		    
		.navbar .dropdown-menu::before {
			content: '';
			display: inline-block;
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			border-bottom: 7px solid #CCC;
			border-bottom-color: rgba(0, 0, 0, 0.2);
			position: absolute;
			top: -7px;
			left: 1px;
		}

		.navbar .dropdown-menu::after {
			content: '';
			display: inline-block;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-bottom: 6px solid white;
			position: absolute;
			top: -6px;
			left: 100px;
		}


		.navbar .caret {
			margin-top: 4px;
			
			border-top-color: white;
			border-bottom-color: white;
		}

		.navbar .dropdown.open .caret {
			display: none;
		}




/****** Styling of Sub Navigation******/


		.subnavbar {
		    	margin-bottom: 0em;
		    }
		    
		.subnavbar-inner {
			height: 62px;
			background: #fff;
			border-bottom: 2px solid #d6d6d6;
		}

		.subnavbar .container > ul {
			display: inline-block;	
			height: 100px;
			padding: 0em 0em 1em;
			margin: 0;
			
		}

		.subnavbar .container > ul > li {
			float: left;
			
			min-width: 0px;
			height: 60px;
			padding: 0;
			margin: 0;
			
			text-align: center;
			list-style: none;
			
			border-left: 1px solid #d9d9d9;
			
			
		}

		.subnavbar .container > ul > li > a {
			display: block;
			
			height: 100%;
			padding: 0px 15px 1px;
			
			font-size: 12px;
			font-weight: bold;
			color: #000;
		}

		.subnavbar .container > ul > li > a:hover {
			color: #888;
			text-decoration: none;
		}

		.subnavbar .container > ul > li > a > i {
			display: inline-block;
			
			width: 24px;
			height: 22px;
			margin-top: 11px;
			margin-bottom: -5px;
			font-size: 20px;
		}

		.subnavbar .container > ul > li > a > span {
			display: block;
			text-transform: uppercase;
			
		}


		.subnavbar .container > ul > li.active > a {
			
			border-bottom:3px solid #ff751a;
			color: #383838;
		}
		    

		.subnavbar .dropdown .dropdown-menu a {
			font-size: 12px;
		}

		.subnavbar .dropdown .dropdown-menu.active:hover a {
			background: #EE0000;
		}


		.subnavbar .dropdown .dropdown-menu a:hover {
			font-size: 12px;
		}

			
		    
		.subnavbar .dropdown .dropdown-menu {
		    	text-align: left;
		    	
				-webkit-border-top-left-radius: 0;
				-webkit-border-top-right-radius: 0;
				-moz-border-radius-topleft: 0;
				-moz-border-radius-topright: 0;
				border-top-left-radius: 0;
				border-top-right-radius: 0;
		    }
		    
		    
		    
		.subnavbar .dropdown-menu::before {
			content: '';
			display: inline-block;
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			border-bottom: 7px solid #CCC;
			border-bottom-color: rgba(0, 0, 0, 0.2);
			position: absolute;
			top: -7px;
			left: 9px;
		}

		.subnavbar .dropdown-menu::after {
			content: '';
			display: inline-block;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-bottom: 6px solid white;
			position: absolute;
			top: -6px;
			left: 10px;
		}


		.subnavbar .caret {
			margin-top: 4px;
			
			border-top-color: white;
			border-bottom-color: white;
		}

		.subnavbar .dropdown.open .caret {
			display: none;
		}

.class_edit_header{
    padding:10px;
}



/*------------------------------------------------------------------
[ Main / .main]
*/

.main {
	padding-bottom: 2em;
	
	border-bottom: 1px solid #000;
}



/*------------------------------------------------------------------
[ Extra / .extra]
*/

.extra {

	border-top: 1px solid #585858;
	border-bottom: 1px solid #000;

}

.extra-inner {
	padding: 20px 0;
	
	font-size: 11px;
	color: #BBB;
	
	background: #1A1A1A;
}

.extra a {
	color: #666;
}

.extra h4 {
	margin-bottom: 1em;
	
	font-weight: 400;
}

.extra ul {
	padding: 0;
	margin: 0;
}

.extra li {
	margin-bottom: .6em;
	
	list-style: none;
}




/*------------------------------------------------------------------
[ Footer/ .footer]
*/

.footer {
	margin-top: 0;
	
	/*border-top: 1px solid #292929;*/
}

.footer-inner {
	padding: 15px 0;
	
	font-size: 12px;
	background: #111;
	color: #999;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.to-do-content .mdl-tabs__tab.is-active:after {
    height: 7px !important;
    width: 100%;
    display: block;
    content: " ";
    /*bottom: 0px;*/
    top:21px;
    left: 0;
    position: absolute;
    background: rgb(158, 158, 158) !important;
    -webkit-animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards!important;
    animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
    transition: all 1s cubic-bezier(.4,0,1,1);
}
/*.deleteclass_button{
  border-radius:0px;
  box-shadow: 2px 2px 0px 2px #000;
  border:1px solid #000;
  margin-left: 20px;
  padding: 5px;
}*/
.todo-border{
	width:73%;
	padding-right:4px;
}
.award-point{
width:27%;
padding-left:10px;
}

/*------------------------------------------------------------------
[Widget / .widget]
*/

.widget {
	
	position: relative;
	clear: both;
	
	width: auto;
	
	margin-bottom: 1em;
		
	overflow: hidden;
}

	
.widget-header {
	
	position: relative;
	
	height: 30px;
	line-height: 30px;
	padding-right: 10px
	
	background: #f9f6f1;
	background:-moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f1), color-stop(100%,#f2efea)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* IE10+ */
	background:linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
	
	
	border: 1px solid #d6d6d6;
	
	
	-webkit-background-clip: padding-box;
}	



	.widget-header [class^="fa fa-"], .widget-header [class*="fa fa-"] {

		position: relative;
		top: -19px;
		left: 5px; 
			
			display: inline-block;
			margin-left: 13px;
			margin-right: -2px;
			
			font-size: 18px;
			color: #555;
			vertical-align: middle;
					
		}



		.widget-header h3 {
			
			position: relative;
			top: -15px;
			left: 10px;
			
			display: inline-block;
			margin-right: 0em;
			
			font-size: 15px;
			font-weight: 800;
			color: #525252;
			line-height: 18px;
			
			text-shadow: 1px 1px 2px rgba(255,255,255,.5);
		}

	   

		.widget-content {
			padding: 12px 15px 40px;
			
			background: #FFF;
			
			
			border: 1px solid #D5D5D5;
			
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}


		.widget-header+.widget-content {
			border-top: none;
			
			-webkit-border-top-left-radius: 0;
			-webkit-border-top-right-radius: 0;
			-moz-border-radius-topleft: 0;
			-moz-border-radius-topright: 0;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

		.widget-nopad .widget-content {
			padding: 0;
		}
		
		/* Widget Content Clearfix */	
		.widget-content:before,
		.widget-content:after {
		    content:"";
		    display:table;
		}

		.widget-content:after {
		    clear:both;
		}

		/* For IE 6/7 (trigger hasLayout) */
		.widget-content {
		    zoom:1;
		}



/****** Breadcumb Widget Stuff ******/
		.widget-breadcrumb-header .crumbs li {
				
				position: relative;
				top: 5px;
				left: 100px;
				
				display: inline-block;
				margin-right: 0em;
				
				font-size: .85em;
				font-weight: 600;

				color: #acacac;

				text-shadow: 1px 1px 2px rgba(255,255,255,.5);
			}

			.widget-breadcrumb-header .crumbs li a {
				color: #C0C0C0;
				
			}

			ul.breadcrumb {
		    /*-- color: #ccc;
		    content: "/ "; */
		    line-height: .1px;
		    padding: 5px 0px 0px;
		}

			.widget-breadcrumb-header {
			padding: 3px 0px 0px;
			
			background: transparent;
			line-height: 0px;
			
			border: 0.5px solid #D5D5D5;
			
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
}
/****** Breadcumb Widget Stuff ******/


/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}


/* Widget Plain */

.widget-plain {
	
	background: transparent;
	
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	
	background: transparent;
	
	border: none;
}


/* Widget Box */

.widget-box {	
	
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}




/*------------------------------------------------------------------
[ Error / .error-container]
*/

.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}

/* Search --Input Forms */

.search-bar-arrangement {
		
		position: relative;
		/* top: 2px;
		left: 10px;  */
		
		display: inline-block;
		margin-right: 1em;
		
		font-size: 1.25em;
		font-weight: 600;
		color: #ff751a;
		line-height: 18px;
		
		text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	}

.input-group {
	position: relative;
	display: table;
	width: 50%;
	float: left;
	border-collapse: separate;
}

#search_param {
	padding: 2px 5px;
	position: relative;
	 width: 33px;

.form-control:focus {
	border-color:#ccc;
	outline: 0;
	-webkit-box-shadow:none ! important;
	box-shadow:none ! important;
}
.form-control {
	border: 1px solid #e0e0e0;
	/*padding:5px 18px;*/
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	/*font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-appearance: none;
	outline:none;*/
}

.searchform input {
	box-shadow: none;
	float: left;
	font-size: 14px;
	margin:0px 0px 10px;
	padding:0px 0px;
	width: 0px;
	outline:none;
	border:1px solid #eee;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.searchform input:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ddd;
}
a.btn.btn-default.dropdown-toggle {
 padding: 3px 6px;
 font-size: 13px;

}
a.btn.btn-default {
 padding: 3px 9px;
}

/*Dropdown Menu for filter Box*/


ul.dropdown-menu {
 -moz-animation: fadeInDown .3s ease-in;
 -webkit-animation: fadeInDown .3s ease-in;
 animation: fadeInDown .3s ease-in;
}
ul.dropdown-menu .drp-mnu {
	width: 80;
	left: 6;
	top:30%;
}
ul.dropdown-menu .drp-mnu li a {
	display: inline-flex;
	width: 100%;
	text-align: center;
	padding: 5px !important;
} /*
ul.dropdown-menu.drp-mnu li a i {
	width: 24px;
	line-height: 2px;
	height: 20px;
}*/

ul.dropdown-menu. .drp-mnu li {
	float: left;

	position: relative;
		top: 0px;
		left: 200px;
	width: 40px;
	height: 14px;
	padding: 1em 1em;
	margin: 0;
	font-size: 1em;
	color:  #EE0000;
	text-decoration: none;

	margin-top: 2px;
	
	text-align: left;
	list-style: none;
}

.drp-mnu:before {
	position: absolute;
	top:-2.5px;
	left: 3px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #DFDFDF;
	border-left: 8px solid transparent;
	content: '';
}

/* Message layout */


ul.messages_layout {
	position: relative;
	margin: 0;
	padding: 0
}
ul.messages_layout li {
	float: left;
	list-style: none;
	position: relative
}
ul.messages_layout li.left {
	padding-left: 75px
}
ul.messages_layout li.right {
	padding-right: 75px
}
ul.messages_layout li.right .avatar {
	right: 0;
	left: auto
}
ul.messages_layout li.right .message_wrap .arrow {
	right: -12px;
	left: auto;
	background-position: 0 -213px;
	height: 15px;
	width: 12px
}
ul.messages_layout li.by_myself .message_wrap {
	border: 1px solid #b3cdf8
}
ul.messages_layout li.by_myself .message_wrap .info a.name {
	color: #4a8cf7
}
ul.messages_layout li a.avatar {
	position: absolute;
	left: 0;
	top: 0
}
ul.messages_layout li a.avatar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
ul.messages_layout li .message_wrap {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 10px;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
	float: left;
	background: #fefefe;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	box-shadow: rgba(0,0,0,0.1) 0 1px 0px
}
ul.messages_layout li .message_wrap .arrow {
	background-position: 0 -228px;
	height: 15px;
	width: 12px;
	height: 15px;
	width: 12px;
	position: absolute;
	left: -12px;
	top: 13px
}
ul.messages_layout li .message_wrap .info {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 23px
}
ul.messages_layout li .message_wrap .info .name {
	float: left;
	font-weight: bold;
	color: #483734
}
ul.messages_layout li .message_wrap .info .time {
	float: left;
	font-size: 11px;
	margin-left: 6px
}
ul.messages_layout li .message_wrap .text {
	float: left;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	padding-top: 5px
}

ul.messages_layout .dropdown-menu  li{ width:100%; font-size:11px;}



/*------------------------------------------------------------------
[Miscellaneous]
*/


.chart-holder {
	width: 100%;
	height: 250px;
}

.dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover { background: #2045a8;}

.accordion-heading { background:#e5e5e5;  }
.accordion-heading a { color:#545454; text-decoration:none; font-weight:bold; }

.btn-facebook-alt i {
color: #23386a;
}
.btn-twitter-alt i {
color: #0098d0;
}
.btn-google-alt i {
color: #b6362d;
}
.btn-linkedin-alt i {
color: #0073b2;
}
.btn-pinterest-alt i {
color: #ab171e;
}
.btn-github-alt i {
color: #333;
}

.all-icons li { list-style:none;}

.ML0 { margin-left:0}
.MR0 { margin-right:0;}



/*------------------------------------------------------------------
[ Max Width: 480px]
*/

@media (max-width: 480px) {
	
	.error-container h1 {
		font-size: 72px;
	}
	
}





/*------------------------------------------------------------------
[ Max Width: 767px]
*/

@media (max-width: 767px) {
    	
	#main {
		padding: 0 10px;
		margin-right: -20px;
		margin-left: -20px;	
	}
	
	
	.subnavbar {
		margin-left: -20px;
		margin-right: -20px;	
	}
	
	
	.subnavbar-inner {
		height: auto;
	}
	
	.subnavbar .container > ul {
		width: 100%;
		height: auto;
		
		border: none;
	}
	
	.subnavbar .container > ul > li {
		width: 30%;
		height: 50px;
		margin-bottom: 0;
		
		border: none;
	}
	
    
    
    .subnavbar .container > ul > li.active > a {
		font-size: 9px;
    	background: transparent;
    }
	
	.subnavbar .container > ul > li > a > i {	
		display: inline-block;	
		margin-bottom: 0;
		
		font-size: 15px;
	}
	
	
	.subnavbar-open-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.subnavbar-open-right .dropdown-menu:before {
		left: auto;
		right: 12px;
	}
	.subnavbar-open-right .dropdown-menu:after {
		left: auto;
		right: 13px;
	}
	
	.extra {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.extra .container {
		padding: 0 20px;
	}
	
	.footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.footer .container {
		padding: 0 20px;
	}
	
	.footer .footer-terms {
		text-align: left;
	}
	
	.footer .footer-terms a {
		margin-left: 0;
		margin-right: 1em;
	}

}
    




/*------------------------------------------------------------------
[ Max Width: 979px]
*/

@media (max-width: 979px) {
	
	.navbar-fixed-top {
		position: static;
		
		margin-bottom: 0;
	}
	
	.subnavbar {
	}
	
	.subnavbar .container {		
		width: auto;
	}
}






/*------------------------------------------------------------------
[ Max Width: 1200px]
*/

@media (min-width: 1200px) {
	.navbar .search-query {
		width: 200px;
	}
	
}