﻿/* main styles */
body
{
    margin: 0px;
    background-color: #ffffff;
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
    font-size: small;
    text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

h1
{
    margin: -15px 0 5px 0;
    font-size: 20px;
    color: #4B4B4B;
    font-weight: bold;
}
    
a img{border:0;}
strong, b
{
    position: relative;
    top: 0;
    left: 0;
    padding: 0px 0px;
    font-style: italic;
}
#page-wrap
{
    width: 800px;
    margin: 20px auto;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section
{
    display: block;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

.page
{
    margin-top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
}

header h1, #header h1
{
    font-weight: bold;
    text-align: left;
    padding: 5px 0;
    margin: 0;
    border: none;
    line-height: 2em;
    text-shadow: 1px 1px 2px #111;
}

#main
{
    background-color: #fff;
    padding: 10px;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, #footer
{
   background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    padding: 10px 0;
    line-height: normal;
    margin: 0 0 0 0;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    text-align: center;
    letter-spacing: .1em;
    color: white;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
    text-decoration: none;
}

ul#menu li a:active
{
    text-decoration: none;
}

ul#menu li.selected a
{
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #D8EEFE;
    padding: 0em 1em 0em 1em;
    margin: 0 0 1em 0;
    background-color: #FFFFFF;
    border-radius: 8px;
}

legend
{
    padding: 0;
    border: 1px solid #D8EEFE;
    background-color: #D8EEFE;
    color: #454545;
    height: 18px;
    border-radius: 8px;
}

input[type="text"], input[type="password"]
{
    border: 1px solid;
    padding: 2px;
    width: 200px;
    border-radius: 8px;
    height: 18px;
}

select
{
    border: 1px solid;
    padding: 2px;
    width: 205px;
    border-radius: 8px;
}

input[type="submit"], input[type="button"], input[type="reset"]
{
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
   background: #b44593;
  color: white;
}

button
{
    padding: 5px 10px;
    border-radius: 8px;
}
            
/* TABLE
----------------------------------------------------------*/

table{width:100%;margin:0 0 10px 0;text-align:left;border-collapse: collapse;}
	thead, tbody{margin:0;padding:0;}
	th, td{padding:7px 10px;border-bottom:1px dotted #ddd;text-align:left;}
	thead th{padding:3px 10px;border-bottom:1px solid #ddd;}
	tbody tr.last th,
	tbody tr.last td{border-bottom:0;}
	th{
    background-color: #ffe9ec;
    border-radius: 8px;
    margin: 57px 2px !important;
    color: black;
	}

table#layout
{
    border-collapse: collapse;
    padding: 0px;
    background-color: #FFFFFF;
}

table#layout td
{
    padding:7px 10px;border-bottom:1px dotted #ddd;text-align:left;
}

table#layout tr#menu
{
    padding: 0px;
   background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    min-height: 40px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav, #menucontainer
{
    margin-top: 10px;
}

div#title
{
    max-height: 64px;
    float: left;
    text-align: left;
}

div#left
{
    display: block;
    float: left;
    text-align: left;
}

div#left li
{
    height:33px;
}

div#left li a
{
    height:19px;
}

div#right
{
    display: block;
    float: right;
    text-align: right;
}

#logindisplay
{
    letter-spacing: .1em;
    display: inline-block;
    float: right;
    margin: 10px;
    color: #515151;
}

#logindisplay a:link
{
    text-decoration: underline;
    color: #515151;
}

#logindisplay a:visited
{
    text-decoration: underline;
    color: #515151;
}

#logindisplay a:hover
{
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    font-size: 15px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;    
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
    border-radius: 8px;
}

textarea
{
   border-radius: 8px;
}

.tri-state
{
    width: 6em;
}

.expand a
{
    display: block;
    padding: 3px 10px;
}
.expand a:link, .expand a:visited
{
    border-width: 1px;
    background-image: url('images/arrow-down.gif');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    text-decoration: none;
    color: #000000;
    background-color: #D8EEFE;
}

.expand a.open:link, .expand a.open:visited
{
    background: url(images/arrow-up.gif) no-repeat 98% 50%;
    background-color: #D8EEFE;
}

.collapse p
{
    padding: 0 10px 1em;
}
.top
{
    text-align: right;
}
#switch, .switch
{
    margin-bottom: 5px;
    text-align: right;
}

.expand
{
    padding-bottom: .75em;
}

.PagedList-pager > ul
{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.PagedList-pager > ul > li
{
    margin: .25em;
    display: inline-block;
}
.PagedList-goToPage > fieldset
{
    border: 0;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
    margin: 0;
    padding: 0;
    list-style: none;
   background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
.sf-menu
{
    line-height: 1.0;
}
.sf-menu ul
{
    position: absolute;
    top: -999em;
    width: 15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li
{
    width: 100%;
}

.sf-menu li:hover
{
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li
{
    float: left;
    position: relative;
}
.sf-menu a
{
    display: block;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul
{
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul
{
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul
{
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
    left: 10em; /* match ul width */
    top: 0;
}


/**Search**/
.searchContainer div
{
    float: right;
    background-color: #315B7E;
    padding: 5px;
    display: inherit;
    color: #D8EEFE;
    vertical-align: middle;
    text-align: left;
}
.searchContainer input[type="text"]
{
    border: none;
    display: inherit;
    background-color: #FFFFFF;
}
.searchContainer img
{
    vertical-align: middle;
}

.Display
{
    padding: 5px;
    color: #FFFFFF;
    position: absolute;
    letter-spacing: .2em;
}

/*** DEMO SKIN ***/
.sf-menu
{
    float: left;
    margin-bottom: 0em;
}
.sf-menu a
{
    padding: .5em 1em;
    text-decoration: none !important;
}
.sf-menu a, .sf-menu a:visited
{
    /* visited pseudo selector so IE6 applies text colour*/
    color: #FFFFFF;
}
.sf-menu li
{
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
.sf-menu li li
{
    background:linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
.sf-menu li li li
{
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
    background:linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul
{
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator
{
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../Content/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator
{
    /* give all except IE6 the correct values */
    top: .6em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator
{
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator
{
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator
{
    background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator
{
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul
{
    background: url('../Content/images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off
{
    background: transparent;
}

a
{
    color: #585858;
}

.editor-field-required
{
    color: #f00;
}

.note
{
    color: #008000;
}

/* drag and drop start */

.column
{
    width: 100%;
    margin-right: .5%;
    min-height: 300px;
    background: #fff;
    float: left;
}
.column .dragbox
{
    margin: 2px 2px 2px;
    background: #fff;
    position: relative;
    border: 0px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.column .dragbox h2
{
    margin: 0;
    padding: 5px;
    background: #D8EEFE;
    color: #000;
    border-bottom: 1px solid #eee;
    cursor: move;
}
.dragbox-content
{
    background: #fff;
    min-height: 30px;
    margin: 0px;
    line-height: 1.5em;
}
.column .placeholder
{
    background: #D8EEFE;
    border: 1px dashed #ddd;
}
.dragbox h2.collapse
{
    background: #D8EEFE, url('../Images/collapse.png') no-repeat right top;
}
.dragbox h2 .configure
{
    font-weight: normal;
    margin-right: 30px;
    float: right;
}
/* drag and drop end */
/* Tabs */

.ui-widget-header
{
    border: 1px solid #315B7E /*{borderColorHeader}*/;
    background: #ffe9ec;
    color: black; /*{fcHeader}*/;
    font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    border: 1px solid #315B7E /*{borderColorActive}*/;
    background: #ffe9ec;
    font-weight: normal /*{fwDefault}*/;
    color: black !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: 1px solid #315B7E /*{borderColorDefault}*/;
    background: #ffe9ec;
    font-weight: normal /*{fwDefault}*/;
    color: black !important; /*{fcDefault}*/;
}
.ui-tabs-nav li.ui-tabs-selected
{
    border-bottom-color: #B1DCFE;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover
{
    background: #FFFFFF 0 50% repeat-x;
    color: #000000;
}

.text-label
{
    color: #666666;
    font-weight: normal;
}

.content{width:520px; margin:50px auto;}

.toast-item
{
    height: auto;
    background: #B1DCFE;
    opacity: 0.9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 1.5px;
    border: 2px solid #315B7E;
    display: block;
    position: relative;
}

.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/* floating menu style */
#fl_menu{position:absolute; top:100px; right:0px; z-index:9999; width:150px; height:30px;}
#fl_menu .label{padding-left:10px; line-height:30px; font-family:"Arial Black", Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; background:#315B7E; color:#fff; letter-spacing:5px;}
#fl_menu .menu{display:none;}
#fl_menu .menu .menu_item{display:block; background:#315B7E; color:#bbb; border-top:1px solid #333; padding:10px 20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;}
#fl_menu .menu a.menu_item:hover{background:#B1DCFE; color:#fff;}

/*---Dashboard---*/
.tbDashboard {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0px;
    border: 1px solid;
}

    .tbDashboard tr {
        padding: 0px;
        margin: 1px;
    }

    .tbDashboard th {
        padding: 0px;
        text-align: center;
        border: 1px solid;
        border-radius: 0px;
    }

    .tbDashboard td {
        padding: 0px;
        text-align: center !important;
        border: 1px solid;
    }

.scrollToTop {
    width: 100px;
    height: 65px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    bottom : 60px;
    right: -64px;
    background: transparent url(images/ScrollToTop.png) no-repeat scroll 0px 20px;
}

.no-record-found-div {

    text-align: center;
    font-size: 26px;
    color: indianred;
    padding-top: 26px;
}

