﻿.searchText {
    width: 150px;
    right: 20px;
    top: 5px;
    position: relative;
}

.icon-search-little {
    /*background-image: url('Images/search_24.png');*/
    height: 24px;
    width: 24px;
    position: absolute;
    right: 205px;
    background-repeat: no-repeat;
    top: 5px;
}

.fa-search {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 205px;
    background-repeat: no-repeat;
    top: 8px;
    font-size:18px !important;
}


.btn-enabled {
    background-image: url('../Images/enabled_orange_32.png');
    height: 32px;
}

.btn-disabled {
    background-image: url('../Images/disabled_grey_32.png');
    height: 32px;
}

.btn-model {
    background-image: url('../Images/modeladd_grey_32.png');
    height: 32px;
}

.btn-model:hover {
    background-image: url('../Images/modeladd_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-view {
    background-image: url('../Images/viewadd_grey_32.png');
    height: 32px;
}

.btn-view:hover {
    background-image: url('../Images/viewadd_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-edit {
    background-image: url('../Images/edit_grey_32.png');
    height: 32px;
}

.btn-edit:hover {
    background-image: url('../Images/edit_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-share {
    background-image: url('../Images/share_grey_32.png');
    height: 32px;
}

.btn-share:hover {
    background-image: url('../Images/share_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-sharedby {
    background-image: url('../Images/share_orange_32.png');
    height: 32px;
    cursor: default;
}

.btn-use{
    background-image: url('../Images/usemodel_grey_32.png');
    height: 32px;
}

.btn-use:hover{
    background-image: url('../Images/usemodel_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-history{
    background-image: url('../Images/history_grey_32.png');
    height: 32px;
}

.btn-history:hover{
    background-image: url('../Images/history_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-sendnow{
    background-image: url('../Images/sendnow_grey_32.png');
    height: 32px;
}

.btn-sendnow:hover{
    background-image: url('../Images/sendnow_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-report{
    background-image: url('../Images/reportadd_grey_32.png');
    height: 32px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-report:hover{
    background-image: url('../Images/reportadd_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-dashboard{
    background-image: url('../Images/dashboardadd_grey_32.png');
    height: 32px;
}

.btn-dashboard:hover{
    background-image: url('../Images/dashboardadd_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}



.btn-delete {
    background-image: url('../Images/delete_grey_32.png');
    height: 32px;
}

.btn-delete:hover {
    background-image: url('../Images/delete_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.btn-pdf{
    background-image: url('../Images/pdf_grey_32.png');
    height: 32px;
    width: 32px;
}

.btn-pdf:hover {
    background-image: url('../Images/pdf_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.btn-html{
    background-image: url('../Images/html_grey_32.png');
    height: 32px;
    width: 32px;
}

.btn-html:hover {
    background-image: url('../Images/html_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-youtubevideo{
    background-image: url('../Images/youtube_grey_32.png');
    height: 32px;
    width: 32px;
}

.btn-youtubevideo:hover {
    background-image: url('../Images/youtube_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-localvideo{
    background-image: url('../Images/video_grey_32.png');
    height: 32px;
    width: 32px;
}

.btn-localvideo:hover {
    background-image: url('../Images/video_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-newconn {
    background-image: url('../Images/connadd_grey_48.png');
    height: 48px;
    width: 48px;
}

.btn-newconn:hover {
    background-image: url('../Images/connadd_orange_48.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-newmodel {
    background-image: url('../Images/modeladd_grey_48.png');
    height: 48px;
    width: 48px;
}

.btn-newmodel:hover {
    background-image: url('../Images/modeladd_orange_48.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-newstoresprocedure {
    background-image: url('../Images/storedproceduresadd_grey_48.png');
    height: 48px;
    width: 48px;
}

.btn-newstoresprocedure:hover {
    background-image: url('../Images/storedproceduresadd_orange_48.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-newsubscription {
    background-image: url('../Images/subscriptionadd_grey_48.png');
    height: 48px;
    width: 48px;
}

.btn-newsubscription:hover {
    background-image: url('../Images/subscriptionadd_orange_48.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-newschedule {
    background-image: url('../Images/scheduleadd_grey_48.png');
    height: 48px;
    width: 48px;
}

.btn-newschedule:hover {
    background-image: url('../Images/scheduleadd_orange_48.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-newview {
    background-image: url('../Images/viewadd_grey_48.png');
    height: 48px;
    width: 48px;
}

.btn-newview:hover {
    background-image: url('../Images/viewadd_orange_48.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-newreport{
    background-image: url('../Images/reportadd_grey_48.png');
    height: 48px;
    width: 48px;
}

.btn-newreport:hover {
    background-image: url('../Images/reportadd_orange_48.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-newdashboard{
    background-image: url('../Images/dashboardadd_grey_48.png');
    height: 48px;
    width: 48px;
}

.btn-newdashboard:hover {
    background-image: url('../Images/dashboardadd_orange_48.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-open{
    background-image: url('../Images/preview_grey_32.png');
    height: 32px;
    width: 32px;
}




.btn-open:hover {
    background-image: url('../Images/preview_orange_32.png');
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.newItem{
    min-height: 225px;
}

.w3-card{
    max-height: 225px; 
    background-color: white;
}

.w3-footer{
    min-height: 32px;
}

.card-header {
    background-color: #649ed5;
    color: white !important;
    text-transform: uppercase;
    padding-top: 15px;
    height: 100px;
}

.card-header img{
    height:64px;
    width: 64px;
}

.card-title {
    font-weight: bold;
    color: #649ed5;
    text-transform: uppercase;
    max-height: 54px;
    line-height: 53px !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cardSelected {
    /*margin: 14px !important;
	border-width: 3px;
	border-color: #666666;
	border-style: solid;*/
}

.newItemFooter{
    position: relative;
    top: 20px;
}
.card-footer{
    height:32px;
}

.short-card{
    top: 25px;
    height: 32px;
}
                            

.newItemSmall{
    max-height: 225px !important;
    min-height: 225px;
}   
/*
.newItemSmall .newItemFooter{
    top:0px !important;
}

.newItemSmall .w3-section{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}*/


.listViewType .card-header .w3-container{
	display:none;
}
.listViewType .newItem .card-header .w3-container{
	display:inline-block;
	margin-left: 41px;
}
.listViewType .newItem .card-header,.listViewType .card-header{
	float:left;
	margin-top: 0px;
}
.listViewType .newItem .card-header img
{
	padding-top:5px;
	margin-left: 5px;
}
.listViewType .card-header img{
	width: 38px;
	float:left;
	margin: auto;
	vertical-align: middle;
	/* padding-top: 5px; */
	
}
.listViewType .newItem .card-header img{
	display:none;
}
.listViewType .newItem .card-header{
	background-image: url("../Images/Analysis_orange_48.png") !important;
	background-size: 38px;
	background-repeat: no-repeat;
	background-position-y: 4px;
	background-position-x: 5px;
}
.listViewType .w3-card,.listViewType .w3-card.newItem{
	height:48px;
	min-height:48px;
}
.listViewType .w3-card.newItem,.listViewType .w3-margin.firstResult {
    margin-top: 15px !important;
}
.listViewType .w3-card .w3-container{
	min-height: 43px !important;
	line-height: 46px !important;
	float:left;
}
.listViewType .w3-card .w3-footer{
	float:right;
	margin-top:8px;
	height: 32px;
	min-height: 32px;
}
.listViewType .w3-margin{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left:16px !important;
	margin-right:16px !important;
}

.listViewType .newItemFooter{
	float: right;
	margin-top: 7px !important;
	position: initial;
	margin-right: 5px;
	/* background-color: rgb(204, 204, 204); */
}
.listViewType .newItemFooter button{
	background-size:32px;
	height:32px;
	width: 32px;
	/* background-color: rgb(204, 204, 204) !important; */
}
.listViewType .w3-col.s12{
	width: 100% !important;
	/* margin: auto; */
	/* text-align: center; */
}

.listViewType .card-header{
	padding-top: 0px !important;
	margin-top: 5px;
	margin-left: 5px;
}
.listViewType .newItem .card-header{
    margin-left: 0px;
    height: 46px;
    background-color: transparent !important;
    color: #666 !important;
    font-weight: bold;
}

.listViewType .w3-card{
    border-top-width:0px;
}

.listViewType .w3-card:hover,.listViewType .newItem .card-header:hover{
	background-color:#f5f5f5 !important;
}
.listViewType .w3-white{
	background-color:transparent !important;
}


.listViewType .newItem,.listViewType .firstResult{
	border-top-width:1px;
}