html, body
{
    height: 100%;
}

body
{
    background: none;
    color: #090909;
    font-family: Arial,sans-serif;
    font-size: 12px;
    margin: 0 auto;
    position: static;
}

button
{
	/*
    background: #ec544a;
    border: 1px solid #000000;
    */
    
    background : url(/idfadmin/images/button_back.png) repeat-x;
    border: 1px solid #DC392D;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: inherit !important;
    font-size: 13px !important;
    height: 23px;
    margin: 0;
    padding: 0 5px 2px;
    cursor: pointer;
}

.modalbutton{
    display:inline;
    margin: 5px;
}

.modalbuttoncontainer{
    text-align: center;
}

h1, h2 {
    color: #ec544a;
}
h1 
{
	font-size:24px;
	margin-top:0px;
}

button.vlab_button_big_gradient
{
    border: 0 none;
    border-left: 1px solid #C77921;
    border-right: 1px solid #C77921;
}

input
{
    border: 1px solid #9C9EA0;
}

input[type=radio] 
{
    border:none;
}
input[type=checkbox] 
{
    border:none;
}

#main_wrapper
{
    height: auto !important;
    height: 100%;
    margin: 0 auto -85px;
    min-height: 100%;
    min-width: 1024px;
    width:90%;
}

#main_content_box_wrap
{
    margin-bottom: 20px;
    padding-top: 3px;
}

#main_content_box_wrap .wrap
{
    padding: 10px;
}

#content_wrapper
{
    margin: 30px auto 0 auto;
    float:none;
    width:100%;
}


/*************************************
			      GLOBALS
*************************************/
a:link, a
{
    color: #ec544a;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #ec544a;
    text-decoration: underline;
}

.blue, .blue:hover
{
    color: #0A5687;
}

.orange, .orange:hover
{
    color: #F18F1E;
}

.clear
{
    clear: both;
}

.hover_pointer
{
    cursor: pointer;
}

.tooltip_title
{
    /*border: 2px solid #E3E3E3;*/
    border: 2px solid #B3B3B3;
    color: #3B3B3B;
    /*
      margin-left: 50px;
      margin-top: -28px;
      */
    margin-left: 70px;
    margin-top: 15px;
    padding: 2px 0;
    text-align: center;
    width: 50px;
}


.tooltip {
	display:none;
	padding:10px;
	width:240px;
	background-color:#FFFFFF;
	font-size:11px;
	border : 3px solid #DDDDDD;
	z-index: 10000;
}


.tooltip button {
	background: #e51000 url(/themes/vlab/images/tooltip_button_background.gif);
	height:15px;
	border:1px solid #000000;
	font-weight:normal;
	font-size:10px;
	color: #000000;
	cursor:pointer;
	text-transform: uppercase;
}

tr.odd td div.tooltip td{
	border:none;
}
tr.even td div.tooltip td{
	border:none;
}

/* Site Buttons */
.vlab_button
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.vlab_button:hover
{
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.vlab_button_small
{
    display: inline-block;
    height: 25px;
    margin-left: 8px;
}

.vlab_button_small span
{
    background: url(/images/button_small_gradient.jpg) repeat-x;
    border: 1px solid #C77921;
    display: inline-block;
    height: 18px;
    padding: 5px 10px 0;
}

.vlab_button_big_gradient
{
    background: url(/images/button_big_gradient.jpg) repeat-x;
    height: 39px;
    padding: 0 15px;
}

.vlab_button_big
{
    background: url(/images/button_global_end.jpg) no-repeat right top;
    border: 0;
    display: inline-block;
    height: 39px;
    padding-right: 10px;
}

.vlab_button_big span
{
    background: url(/images/button_global_start.jpg) no-repeat;
    display: inline-block;
    height: 19px;
    padding: 12px 0 10px 12px;
}
/* End Site Buttons */
/*************************************
			  END GLOBALS
*************************************/



/*************************************
			     DROPDOWN
*************************************/
ul.dropdown
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown li
{
    float: left;
    position: relative;
    z-index: 100;
}

ul.dropdown li:hover
{
    cursor: pointer;
}

ul.dropdown ul
{
    list-style: none;
    left: -9999px;
    margin-top: 12px;
    padding: 8px 20px 6px 20px;
    position: absolute;
    width: 200px;
}

ul.dropdown ul li
{
    padding-top: 5px;
    float: none;
}

ul.dropdown li:hover ul
{
    left: 0px;
}
/*************************************
			END DROPDOWN
*************************************/

.hspacer
{
    margin-left: 15px;
}

.float_left
{
    float: left;
}

.float_right
{
    float: right;
}

.vspacer
{
    margin-top: 15px;
}


#logo
{
    background: url(/idfadmin/images/logo.png) no-repeat;
    height: 65px;
    margin-top: 5px;
    width: 345px; 
}

#help
{
    background: url(/images/icons/help.png) no-repeat;
    background: url(/images/icons/help.png) no-repeat;
    cursor: pointer;
    height: 21px;
    margin-right: 10px;
    margin-top: 10px;
    width: 19px;
}

#help:hover
{
    background: url(/images/help_active.jpg) no-repeat;
    margin-top: 11px;
}

/*************************************
  		        ACCOUNT PANEL			 
*************************************/
#account_panel
{
    background: url(/images/account_panel/middle.jpg);
    float: right;
    height: 71px;
    /*width: 650px;*/
    width: 65%;
}

#account_panel #sideleftimg
{
    background: url(/images/account_panel/sideleft.jpg) no-repeat;
    float: left;
    height: 71px;
    width: 12px;
}

#account_panel #siderightimg
{
    background: url(/images/account_panel/sideright.jpg) no-repeat;
    float: right;
    height: 71px;
    width: 12px;
}

#account_top
{
    height: 21px;
    margin-right: 10px;
    padding-top: 10px;
    text-align: right;
}

#account_bottom
{
    height: 35px;
}

#account_bottom .dropdown
{
    color: #4B4C4E;
    font-weight: bold;
}

#account_bottom .dropdown a
{
    color: #4B4C4E;
    text-decoration: none;
}

#account_bottom .dropdown a:hover
{
    text-decoration: none;
}

#account_bottom .dropdown > li > a
{
    background: url(/images/account_panel/separator.jpg) no-repeat right;
    display: block;
    height: 25px;
    padding-top: 13px;
    text-align: center;
    width: 100px;
}

#account_bottom .dropdown > li.last > a
{
    background-image: none;
}

#account_bottom .dropdown > li:hover > a
{
    background: url(/images/account_panel/tabhilight.jpg) repeat-x;
    background-position: 0 -39px;
    background-color: #A0A0A0;
    color: #FFFFFF;
}

#account_bottom .dropdown li:hover a
{
    color: #FFFFFF;
}

/* sub-dropdown */
#account_bottom .dropdown ul
{
    background-color: #A0A0A0;
    border-radius: 10px;
    border-top-left-radius: 0;
    margin-top: 0;
    padding: 8px;
}

#account_bottom .dropdown ul li
{
    background-color: #666666;
    color: #FAFAFA;
    font-weight: normal;
    margin-bottom: 2px;
    padding-top: 0;
}

#account_bottom .dropdown ul li:hover
{
    background-color: #ec544a;
}

#account_bottom .dropdown ul a
{
    display: block;
    font-weight: normal;
    height: 25px;
    padding-top: 13px;
    padding-left: 20px;
    text-align: left;
    width: 180px;
}

#account_bottom .dropdown ul li.last
{
    margin-bottom: 0;
}
/* End sub-dropdown */
/*************************************
		    END ACCOUNT PANEL			 
*************************************/



/*************************************
 		        CONTENT TABLE            
*************************************/


.content_table
{

}

.content_table_wrapper, .content_box_header
{
    background: url(/images/tabletabgradient.jpg);
    height: 32px;
}

.content_table_leftimg
{
    background: url(/images/tabletableft.jpg) no-repeat;
    float: left;
    height: 32px;
    width: 6px;
}

.content_table_rightimg
{
    background: url(/images/tabletabright.jpg) no-repeat;
    float: right;
    height: 32px;
    width: 6px;
}

.heading_title
{
    color: #FDFDFD;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 6px 13px 0;
}

.heading_tabs{
    float: right;
    margin-right: -2px;
}

.content_box_title, .multi_content_box_title
{
    float: left;
    margin-left: 6px; 
}

.heading_tab, .content_box_title, .multi_content_box_title
{
    background-color: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #333333;
    border-bottom: 1px solid #696969;
    font-weight: bold;
    float: left;
    height: 9px;
    margin-top: 3px;
    margin-right: 6px;
    padding: 9px 15px;
    cursor:pointer;
    color: #666666;
}

.heading_tab_active, .content_box_selected {
    background-color: #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    color: black;
}

.multi_content_box_title_selected
{
    background-color: #676767;
    border-bottom: 1px solid #676767;
    /* color: #666; */
    color: white;
}

.multi_content_box_navigation_item {
    color: white;
    font-weight: bold;
    height: 8px;
    margin-top: 10px;
    margin-left: 6px;
    padding: 9px 15px;
    cursor: pointer;
    float: left;
}

.multi_content_box_navigation_item:hover {
    color: #ffcf00;
}

.multi_content_box_navigation_item_selected,
.multi_content_box_navigation_item_selected:hover{
    background-color: #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: black;
}

.multi_content_box_navigation {
    background-color: #676767;
}

.main_content_box, .content_box_main
{
    background-color: #EEEEEE;
    border: 1px solid #999999;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
    min-height:201px;
}

.main_content_box_top
{
    background-color: #EEEEEE;
    border: 1px solid #999999;
    border-bottom: 0;
    border-top: 0;
    color: #686868;
    font-weight: bold;
    position: relative;
}

.main_content_box_bottom
{
    background-color: #CDCDCD;
    padding: 12px 23px;
}

.main_content_box_heading_actions
{
    float: right;
    margin: 8px 9px -30px 0;
}


/*************************************
  	       CONTENT VERTICAL TABS            
*************************************/
#content_vertical_wrapper
{
    float: right;
    width: 950px;
}

.content_vertical_table
{

}

.content_vertical_table_wrapper
{
    background: url(/images/tabletabgradient.jpg) repeat-x;
    height: 32px;
}

.content_vertical_table_leftimg
{
    background: url(/images/tabletableft.jpg) no-repeat;
    float: left;
    height: 32px;
    width: 6px;
}

.content_vertical_table_rightimg
{
    background: url(/images/tabletabright.jpg) no-repeat;
    float: right;
    height: 32px;
    width: 6px;
}

.heading_vertical_title
{
    color: #FDFDFD;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 6px 13px 0;
}

.heading_vertical_tabs
{
    padding: 5px 0px;
    width: 20%;
    float: left;
    height: 100%;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-bottom-right-radius: 10px;
    margin-left: -2px;
}

.heading_vertical_tab
{
    background-color: #EEEEEE;
    border: 1px solid #333333;
    font-weight: bold;
    height: 10px;
    padding: 9px 20px;
    cursor:pointer;
    color: #666666;
}

.heading_vertical_tab_active
{
    background-color: #FFFFFF;
    border: 2px solid #333333;
    border-left: 1px solid #FFFFFF;
    color: #000000;
    line-height: 10px;
}

.content_vertical_table #main_content_vertical_box
{
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-bottom-left-radius: 10px;
    min-height:200px;
    float: left;
    width: 80%;
}

.content_vertical_table #main_content_vertical_box_top
{
    background-color: #EEEEEE;
    color: #686868;
    font-weight: bold;
    padding: 15px 20px;
}

.content_vertical_table #main_content_vertical_box_bottom
{
    background-color: #CDCDCD;
    padding: 12px 23px;
}


/*************************************
		PROJECT HOME
*************************************/
.project_heading_wrapper
{
    background: #FDEFC0;
    border: 1px solid #ACA9A0;
    border-radius: 10px;
    margin-bottom: 15px;
}

.project_heading_wrapper_inside{
    border-left: none;
    border-right: none;
    margin-top: 15px;
    float: left;
    clear: both;
    width: 100%
}

.top_project_heading_wrapper_inside{
    padding: 10px 20px;
}

.top_project_heading_wrapper_inside table {
    width: 100%;
}

.top_project_heading_wrapper_inside table tbody {
    float: left;
    width: 32%;
}

.project_heading
{
    padding: 5px;
}

.project_heading table
{
    width: 85%;
}

.project_heading .term
{
    color: #666666;
    font-weight: bold;
}

.project_heading .answer
{
    color: #000000;
    font-weight: bold;
}

.project_heading_text
{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height:30px;
}

.statusBlock {
    z-index:2;
    position:relative;
    /*width:65px;*/
    min-width:65px;
    height:16px;
    line-height:12px;
    background-color:#B6B6B6;
    border: 1px solid #A0A0A0;
    color: #FFFFFF;
    text-align:center;
    float:left;
    vertical-align:middle;
    font-weight:bold;
    padding: 4px 5px 0px 5px;
    margin-right:2px;
    margin-bottom:5px;
    cursor:pointer;
    white-space: nowrap;
    
    -moz-border-radius: 4px;
    border-radius: 4px;

    pbowens: Disables text selection 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectedBlock {
    /*background-color:#F90;*/
    background: url("/images/button_small_gradient.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #C77921;
}

/*************************************
		        My Activities
*************************************/
#VLABMyActivitiesTable {
    width: 100% !important;
}

/* End Feature: My Activities */

/*************************************
		   Override jQuery UI			 
*************************************/
#RTabs
{
    background: 0 none;
    border: 0;
}



/*************************************
			      FOOTER			 
*************************************/
#footer, #footer_push
{
    clear: both;
    margin: 0 auto;
}

#footer_push {
    height: 80px;
}

#footer_logo
{
    background: url(/images/poweredby.jpg) no-repeat left bottom;
    float: left;
    height: 21px;
    margin-left: 350px;
    margin-top: 20px;
    width: 178px;
}

#footer_curve
{
    background: url(/images/footer_curve.png) no-repeat left bottom;
    height: 55px;
    margin-left: 530px;
    width: 369px;
}

#footer_curve_info
{
    color: #474C4F;
    font-size: 13px;
    font-weight: bold;
    padding: 23px 10px 0;
}

#footer_content
{
    font-size: 10px;
    padding-top: 30px;
}

.modalFormTable {
    margin-left : -10px;
}
.modalFormTable td {
    padding-bottom:10px;
    padding-right:15px;
    padding-left:10px;
}

.modalFormTable .VInputColumn input, .modalFormTable .VInputColumn select
{
    width:100%;
    padding: 3px;
}

/***********************************
		IDFADMIN
***********************************/

.top_wrapper{
    padding-bottom: 10px;
}

.top_wrapper h1{
    float: left;
}

.top_wrapper .top_button_wrapper{
    float:right;
    margin-top: 10px;
}

.top_wrapper .top_button_wrapper button {
    float: left;
    margin-left: 10px;
}

.tab_content_wrapper .button_error_wrapper .tab_button_wrapper button {
    margin-right: 5px;
}

.tab_content_wrapper{
    padding: 20px 0px 0px 20px;
}

.tab_content_wrapper .button_error_wrapper {
    width: 100%;
    max-width: 962px;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 15px;
}

.tab_content_wrapper .button_error_wrapper .error-div{
    float: left;
    margin-top: 19px;
    padding-left: 5px;
}

.tab_content_wrapper .button_error_wrapper .tab_button_wrapper {
    text-align: center;
    clear: left;
}

.error-div {
    font-weight: bold;
    display: none;
}

#reactivateErrorDiv{
    font-weight: bold;
    display: none;
}

#expDateErrorDiv{
    font-weight: bold;
    display: none;
    margin-top: 20px;
    padding-left: 17px;
}

#cancelErrorDiv{
    font-weight: bold;
    display: none;
    margin-top: 15px;
}

#cancelServicesBtn{
	float:left;
	margin-left: -12px;
	margin-top: 5px;
}

#reactivateUserBtn{
	float:left;
	margin-left: -12px;
	margin-top: 10px;
}
#ccpaRequestBtn{
	float:left;
	margin-left: -12px;
	margin-top: 10px;
}

.formtable td {
	padding-bottom:5px;
	padding-right:5px;
}

.formtable input, .formtable select {
	width: 100%;
}

#account_panel {
    width:75%;
}
.logo_container { 
    float: left; 
    width: 25%;
    
}

.statusBlockLarge {
    width:145px;
}

.selectedBlock {
    background : url(/idfadmin/images/button_back.png) repeat-x;
    /*border: 1px solid #3281bc;*/
    border: 1px solid #DC392D;
    
}
.vlab_button_small span {
    background : url(/idfadmin/images/button_back.png) repeat-x;
    border: 1px solid #3281bc;
}


.orange, .orange:hover {
    color:#3281bc;
}

a.ProjEvt, a.ProjEvt:hover {
    color: #3281bc !important;
}

form.UserEditForm {
	width: 600px;
	padding: 20px 30px 30px 30px;
}

form.UserEditForm tr td.UserEditFormLabel {
	width: 22%;
	margin-right: 20px;
}

form.UserEditForm tr td.UserEditFormInfo {
	/*width: 450px;*/
}

.IDFHideTitle {
    cursor: pointer;
}

.IDFServicesSelected {
    display: block;
}

.IDFServicesUnselected {
    display: none;
}

/********************************
			USERS
********************************/

table#customer-info tbody {
    float:left;
    padding-right: 10px;
}

table#personal-info tbody, table#billing-info tbody {
    float: left;
}

table tbody tr td.table-heading {
    font-weight: bold;
}

.cabemdatatable  {
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.cabemdatatable tr:hover td {
	background-color: #EEEEEE !important;
}

/*******************************
	    DATATABLE OVERRIDES
*******************************/

.dataTables_wrapper {
	position: inherit;
	min-height: auto;
	clear: both;
	_height: auto;
	zoom: 1; /* Feeling sorry for IE */
	padding-bottom: 20px;
}

.dataTables_length {
	width: auto;
	margin: 6px 0 10px 400px;
	position: absolute;
	float: inherit;
}

.dataTables_filter {
	width: auto;
	float: left;
	padding: 6px 0px 10px 10px;
	text-align: left;
}

.dataTables_info {
	width: 70%;
	float: left;
	margin-top:5px;
	margin-left:5px;
}

.dataTables_paginate {
	margin-right:5px;
	margin-top:5px;
}

.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
	cursor: pointer;
	color:transparent;
}

.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
	cursor: pointer;
	color:transparent;
	text-decoration:none;
}

.sorting_asc {
	background: url('/idfadmin/images/arrow_up.gif') no-repeat center right;
	background-color:#d3d1d2;
	padding:4px;
	text-align:left;
	cursor: pointer;
}

.sorting_desc {
	background: url('/idfadmin/images/arrow_down.gif') no-repeat center right;
	background-color:#d3d1d2;
	padding:4px;
	text-align:left;
	cursor: pointer;
}

.sorting {
	background: url('/idfadmin/images/romboid.gif') no-repeat center right;
	background-color:#d3d1d2;
	text-align:left;
	padding:4px;
	cursor: pointer;
}

.sorting_asc_disabled {
	text-align:left;
	padding:4px;
}

.sorting_desc_disabled {
	text-align:left;
	padding:4px;
}

.sorting_disabled {
	background: url('/idfadmin/images/romboid.gif') no-repeat center right;
	background-color:#d3d1d2;
	text-align:left;
	padding:4px;
}

tr.odd {
	background-color: #FFF;
}

tr.odd td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-left:4px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom: 3px;
}

tr.even {
	background-color: #FFF;
}

tr.even td {
	padding-left:4px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom: 3px;
	border-right: 1px solid #CCCCCC;	
}

.example_alt_pagination div.dataTables_info {
	margin-left:5px;
	margin-top:5px;
}

tr.odd td.sorting_1 {
	background-color: #FFFFFF;
}

tr.odd td.sorting_2 {
	background-color: #FFFFFF;
}

tr.even td.sorting_1 {
	background-color: #FFFFFF;
}

tr.even td.sorting_2 {
	background-color: #FFFFFF;
}

.cabemdatatable img {
	border: none;
}

.paging_two_button_top {
	margin-bottom:-25px;
	margin-right:15px;
}

/*******************************
		OFFER TEMPLATES
*******************************/

.offer-template-drag{
    width:400px;
    min-height: 770px;
    border:1px solid #CCCCCC;
    padding: 5px 10px;
    margin: 0px 10px;
    float: left;
    background-color: #FFFFFF;
}

.offer-template-drag #all-service-accordion > div > div,
.offer-template-drag #service-drop > div > div{
    padding: 1px;
}

.offer-template-drag #all-service-accordion > div > div:hover,
.offer-template-drag #service-drop > div > div:hover{
    background-color: #EEEEEE;
}

.service-drag{
    font-weight:bold;
    cursor: pointer;
}

.service-drop{
    cursor: pointer;
}

.non-drag{
    cursor: default;
    font-weight:bold;
    color: #AAAAAA;
}

.new-added{
    font-style: italic;
    font-weight: bold;
}

#service-drop{
    background-color: #FFFFFF;
    min-height: 770px;
}

#service-drop h3, #service-display h3{
    margin: 3px auto;
    font-size: 12px;
}

#service-drop img {
	border: none;
}

#service-display{
    margin-top: 10px;
    max-height: 600px;
}

#all-service-accordion{
    min-height: 770px;
}

#all-service-accordion h3 span.accheader{
    padding-left: 15px;
}

#initial-drop-message{
    text-align: center;
    padding-top: 300px;
    color:#666666;
    font-size: 22px;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.ui-droppable{
    background-color: #FFFFFF;
    width: 400px;
    overflow-y: auto;
}

.ui-droppable > div{
    height: 100%;
    width: 100%;
}

.ui-accordion .ui-accordion-content,
.ui-accordion .ui-accordion-content-active{
    overflow: visible;
}

h3.ui-state-focus,
h3.ui-state-active,
h3.ui-state-default,
h3.ui-state-hover{
    border: none;
    background:none;
    padding-left: 10px;
}

div.ui-dialog{
    border: none;
    padding: 0;
    border-radius: 10px !important;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
}

div.ui-widget-content{
    border: none;
    padding: 0px;
    border-radius: 0px;
}

div.ui-accordion-content{
    padding: 3px 0px 3px 21px !important; 
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon{
    background-image:url(../images/ui-icons_cec544a_256x240.png) !important;
}

.ui-state-default .ui-icon{
    background-image:url(../images/ui-icons_c000000_256x240.png);
}

/**************************
MODALS
**************************/
.ui-widget-header {
    background: #ec544a;
    border: none;
    color: #ffffff;
}

.ui-corner-all {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

/*************************
SERVICE REQUEST
************************/

table.srequserdisplay {
    border: 1px solid #D3D1D2;
    background-color: #FFFFFF;
    border-spacing: 0px;
    min-width: 400px;
    margin: 5px;
}

table.srequserdisplay thead {
    background-color: #D3D1D2;
}

table.srequserdisplay thead tr th {
    padding: 5px;
    text-align: left;
}

table.srequserdisplay tbody {
    background-color: #FFFFFF;
}

table.srequserdisplay tbody tr td {
    border-right:1px solid #D3D1D2;
    border-bottom: 1px solid #D3D1D2;
    padding: 5px;
    margin: 0px;
}

table.srequserdisplay tbody tr:hover td {
    background-color: #EEEEEE;
}

table.srequserdisplay tbody tr td:last-child{
    border-right: none;
}

table.srequserdisplay tbody tr:last-child td{
    border-bottom: none;
}

table.srequserdisplay tbody tr td.noresult{
    text-align: center;
}

table.srequserdisplay img.livia-icon {
	border: none;
}

table#ServiceRequestEmailThreadTable.srequserdisplay tr.current-email td{
    background-color: #EEEEEE;
}

table.formtable tr td.whitedisplay {
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    padding: 5px;
    max-width: 600px;
    overflow: auto;
}

table.formtable tr td.whitedisplay iframe#bodyFrame {
    border: none;
    width: 600px;
    height: 500px;
}

form#SendEmailForm div#emailBodyHeader,
form#SendEmailForm div#emailBodyFooter {
    margin: 10px 0px 10px 20px;
}

/**************************
Datatable Autocomplete
**************************/
.ui-autocomplete
{
	border-radius: 2px;
	min-width: 100px;
	max-width: 300px;
	padding-left: 0px;
	position: absolute;
}

.ui-autocomplete a,
.ui-autocomplete a:link,
.ui-autocomplete a:hover,
.ui-autocomplete a:visited,
.ui-autocomplete a:active
{
	color: #000000 !important;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 5%;
	width: 94%;
}

.ui-autocomplete a.ui-state-hover
{
	cursor: pointer;
	font-weight: bold !important;
}

.ui-autocomplete li
{
	padding-left: 0px;
	list-style: none;
	width: 100%;
}

.ui-autocomplete a
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.ui-autocomplete a.ui-state-focus
{
	background: 0 none;
	border: 0 none;
}

.ui-autocomplete li.ui-state-focus
{
	background-color: #FDEFC0;
	border: 0 none;
	width: 100%;
}

.ui-autocomplete a:hover
{
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

#registrationTable tr td{
	padding:5px 2px 5px 2px;
}

#checkBoxes{
	float:left;
	padding: 10px 0px 5px 2px;
}

.red{
	color: red;
}

.redRequired{
	color: red;
	position:relative;
	top:-5px;
}

.redRequiredTextArea{
	color: red;
	position:relative;
	top:-38px;
}

.formWrapper {
	float:left;
}

#emailTemplateView {
	float:left;
	width:100%;
	background-color:#FFFFFF;
	padding:5px;
	border:1px solid black;
}

#emailTemplateViewPreview {
	float:left;
	width:55%;
	padding-left:15px;
}

.addedRules {
	color:#EC544A;
	font-weight:bold;
	width:100%;
} 

.rulesBox {
	border-style:solid;
	border-width:1px;
	max-height:150px;
	overflow:auto;
	background-color:#FFFFFF;
	padding:10px;
	width:96%;
	max-height:50px;
}

#emailTemplateViewIframe {
	width:100%;
}

.filterSelect {
	width:25%;
}

.filterSelectDiv {
	width:100%;
	float:left;
}

.filterSelectDiv label{
	padding:0px 10px 0px 0px;
}

.clearfix:after {
    clear: both;
}

.filterTableWrapper {
	width:92%;
	padding-left:35px;
}

.staticFilterTableWrapper {
	width:92%;
	padding-top:5px;
}

.staticFilterWrapper {
	width:35%;
	float:left;
}

.dynamicFilterTableWrapper {
	width:92%;
	padding-top:5px;
}

.dynamicFilterWrapper {
	width:50%;
	float:left;
}

.multiselect_filter {
	width:80%;
}

.select_filter {
	width:100%;
}

.input_filter {
	width:100%;
}

.addFilter {
	cursor: pointer;
    font-size: 25px;
}

.filterTable {
	width:100%;
}

.dynamicFilterTable {
	width:100%;
}

.filterTableFirstTD {
	width:45px;
	text-align:left;
	font-weight:bold;
}

.filterTableSecondTD {
	padding-left:8px;
}

.filterTableThirdTD {
	width:12%;
	padding-left:15px;
}

.filterTableFourthTD {
	width:3%;
	padding-left:10px;
}

.dynamicFilterSelect {
	width:100%;
}

.dynamicFilterTableFirstTD {
	width:1%;
	text-align:left;
	font-weight:bold;
	padding-bottom:10px;
}

.dynamicFilterTableSecondTD {
	width:10%;
}

.dynamicFilterTableThirdTD {
	width:12%;
	padding-left:15px;
}

.dynamicFilterTableFourthTD {
	width:3%;
	padding-left:10px;
}

.emailTriggerButtonWrapper {
	width:54%;
	margin-top:-50px;
	float:right;
}

.fieldNameRight {
	width: 15%;
}

.fieldNameLeft {
	width:15%;
	padding:0px 0px 0px 30px;
}

.fieldValueRight {
	width:35%;
}

.fieldValueLeft {
	width:35%;
	padding:0px 15px 0px 0px;
}

.formtable input .editPartnerInput {
	width:99% !important;
}

.shortURLsWrapper, .landingPhoneWrapper {
	width:100%;
}

.shortURLPartnerOffers, .landingPhonePartnerOffers {
	width:50%; 
	margin-left:10px;
	padding-top:20px;
	float:left;
}

.shortURLPartnerSpan, .landingPhonePartnerSpan{
	padding:7px 10px 0px 0px; 
	font-weight:bold; 
	float:left;
}

.shortURLPartnerSelect, .landingPhonePartnerSelect{
	width: 100%; 
	float: left; 
	padding-top: 1px; 
	padding-bottom: 0px; 
	margin-top: 2px;
}

.shortURLOfferSpan, .landingPhoneOfferSpan {
	padding:7px 10px 0px 0px; 
	font-weight:bold;
	float:left;
}

.shortURLOfferSelect, .landingPhoneOfferSelect{
	width: 100%; 
	float: left; 
	padding-top: 1px; 
	padding-bottom: 0px; 
	margin-top: 2px;
}

.shortURLLandingPageSelect{
	width:100%;
}

.shortURLInput, .landingPhoneInput {
	width:98%;
}

.shortURLRedAsterisk, .landingPhoneRedAsterisk {
	float: left; 
	padding-left: 10px;
	color:red;
}

.shortURLLandingPageURL {
	width:100%;
	height:20px;
	margin-top:10px;
}

.submitShortURLFormBtn, .submitLandingPhoneFormBtn {
	padding-top: 30px; 
	float: left;  
	margin-left: 200px;
	max-width:150px;
}

.previewShortURLBtn { 
	padding-top: 30px; 
	float: right; 
	margin-right: 225px;
	max-width:150px;
}

.shortURLFormErrors, .landingPhoneFormErrors{
	padding:10px 0px 0px 15px;
	width:25%;
}

#shortURLActualLandingURL{
	padding:5px 0px 5px 5px;
}

.verifyEmailBtn{
   -moz-user-select: none;
    background-color: #b6b6b6;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 16px;
    line-height: 12px;
    min-width: 65px;
    padding: 4px 5px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 2;
}

.verifyEmailBtn:hover{
	background-color: #686868;
}

.adminTopDataTableButtonWrapper {
    border-top-width: 0;
    float: right;
    margin-top: 0;
    padding-right: 13px;
    position: relative;
    top: 13px;
}

.Preloader{
	position: relative; 
	bottom: 20px;
	left: 183px;
	display:none;
}

.fieldLabel {
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}

.leftLabel{
	padding-right:10px;
	font-weight: bold;
}

.nameWrapper {
	padding-bottom:10px;
}
.descriptionField {
	border:1px solid #CCCCCC; 
	margin:0px; 
	width:40%;
	height:50px;
}
.nameField {
	width:40%;
}
#registrationEmailErrorDiv {
	display: block; 
	float:left;
	margin-top: 2px;
}

.changeOfferFormWrapperLeft {
	float: left;
	width: 35%;
}

.changeOfferFormWrapperRight {
	float: left;
	width: 60%;
}
.ui-widget{
 font-family: Arial, sans-serif !important;
}
.ui-multiselect-filter{
  font-size: 12px !important;
}
.ui-multiselect-header ul{
 font-size: 12px !important;
}
.ui-multiselect-filter input{
 font-size: 9px !important;
}
