/**************************************************************************
 * THAPOS PROPRIETARY/CONFIDENTIAL
 * Copyright (c) 2014, Thapos Incorporated. All rights reserved.
 * 
 * NOTICE:  All information contained herein is, and remains the property
 * of Thapos Incorporated, and is protected by trade secret or copyright
 * law. Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained from
 * Thapos Incorporated.
 **************************************************************************/
/* table header background in every org list page  */
.css3gradient11{
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#d2eb93, endColorstr=#ffffff);
	 background-image:-moz-linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:-webkit-linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:-ms-linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:-o-linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#d2eb93), color-stop(100%,#ffffff));
 }
 /* table header background in every org list page  */
 .css3gradient12{	 
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#99d1ff, endColorstr=#ffffff);
	 background-image:-moz-linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:-webkit-linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:-ms-linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:-o-linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#99d1ff), color-stop(100%,#ffffff));
 }
 .list-table-header{
 	padding: 4px 0px 4px 4px; 
 	border-radius:50px !important;
 	color:black !important; 
 	white-space: nowrap!important;
 }
 .list-table.dataTable tr.even	{ background:#eff1f5; }
 .padding-no-sort				{ padding-left:16px !important;	}
 .list-table 					{ background: #e6e9ef !important; box-shadow: 0px 10px 25px 3px #a5a5a5; }
  
/* only mobile menu */
#open-menu{
	left: 13px !important;
	top: 7px !important;			
}

/* icons styles*/
.website-actions-hover-icon {
    border-radius: 100px;
    height: 21px;
    padding-top: 2px;
    width: 24px;
    text-align: center;
}