
/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 600px;
  height: 600px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

  #loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
	
	/*This is the div within which the signature canvas is fitted*/
	#signature1 {
    background-color: #f5f5f5;
    border: 2px dotted black;
    max-width: 640px;
    max-height: 160px;
}

    #signature2 {
		border: 2px dotted black;
        max-width: 640px;
        max-height: 160px;
		background-color:#f5f5f5;
	}

    div.fileinputs {
        position: relative;
    }

    div.fakefile {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

        div.fakefile input[type=button] {
            /* enough width to completely overlap the real hidden file control */
            cursor: pointer;
            width: 148px;
        }

    div.fileinputs input.file {
        position: relative;
        text-align: right;
        -moz-opacity: 0;
        filter: alpha(opacity: 0);
        opacity: 0;
        z-index: 2;
    }

.midnightKeypad .keypad-key, .midnightKeypad .keypad-special {
    display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 4px;
  *margin-left: .3em;
  font-size: 20px;
  line-height: 40px;
  width:60px;

  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
} 

.midnightKeypad .keypad-space { width: 60px; height: 8px; }

#mapCanvas label { width: auto; display:inline; }
#mapCanvas img { max-width: none; }

.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }

textarea[disabled], input[readonly], input[disabled], select[readonly], textarea[readonly], fieldset[disabled] input, fieldset[disabled] select, fieldset[disabled] textarea {
    cursor: not-allowed;
    background-color: transparent;
}

textarea {
    max-width: 100%;
    padding: 4px 0 4px 0 !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

fieldset {
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px !important;
    border: 1px solid #ccc;
    background: #f5f5f5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: 0;
}

legend {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 10px 2px 10px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 20px;
    float: left;
    margin-top: -20px;
    margin-bottom: 7px;
    border: 1px solid #c5dbec;
    background: #dfeffc;
    font-weight: bold;
    color: #2e6e9e;
}

    legend + * {
        clear: both;
    }

/*IE ONLY - I know, this is a stop gap*/
.msie fieldset {
    padding-top: 25px;
}

.msie legend {
    position: absolute;
    top: -0.7em;
    left: 10px;
}

.navbar-inverse .brand {
    color: #d53d3a;
}

    .navbar-inverse .brand:hover {
        background-color: transparent;
        color: #d53d3a;
    }

.navbar-inverse .navbar-inner {
    background-color: #FFFFFF;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
    background-image: url('../../Images/hd-bg2013.png');
    background-repeat: no-repeat;
    height:100px;
 
}

.navbar-inverse-power .brand {
    color: #d53d3a;
}

    .navbar-inverse-power .brand:hover {
        background-color: transparent;
        color: #d53d3a;
    }

.navbar-inverse-power .navbar-inner-power {
    background-color: #1b1b1b;
    background-image: url('../../Images/mainbg.png');
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse-pdf .brand-pdf {
    color: #d53d3a;
}

    .navbar-inverse-pdf .brand-pdf:hover {
        background-color: transparent;
        color: #d53d3a;
    }

.navbar-inverse-pdf .navbar-inner-pdf {
    background-color: #FFFFFF;
    background-image: url('../../Images/PDF_hdr.png');
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar .brand-pdf {
    display: block;
    float: left;
    padding: 0px 20px 0px 0px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #d53d3a;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand-pdf:hover,
.navbar .brand-pdf:focus {
  text-decoration: none;
}

.navbar-inverse-ao .brand {
    color: #0000FF;
    margin-top:39px;
}

    .navbar-inverse-ao .brand:hover {
        background-color: transparent;
        color: #0000FF;
    }

.navbar-inverse-ao .navbar-inner-ao {
    background-color: #FFFFFF;
    background-image: url('../../Images/bg-desktop-default.png');
    background-repeat: repeat-x;
    height:110px;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

    .carousel-caption h4,
    .carousel-caption p {
        line-height: 20px;
        color: #ffffff;
    }

.yadcf-filter-reset-button {
    display: inline-block;
}

.yadcf-filter {
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 3px;
    padding-top: 3px;
    
}

    .yadcf-filter.inuse {
        background-color: #8BBEF0;
    }

    .yadcf-filter > option {
        background: white;
    }

    .tab-pane {display: block;}
.tab-content {overflow: visible;}
@media only screen and (max-width: 768px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        min-height: 20px;
    }


    #no-more-tables td a{
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        min-height: 20px;
    }

    #no-more-tables td label{
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        min-height: 20px;
    }


        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 3px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: right;
            font-weight: bold;
            content: attr(data-title);
        }

}

@media print {
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }
   a[href]:after {
    content: none;
  }
    fieldset {
        border:none;
    }
    img {
        margin:0px;
    }
    
}

/* Customer Filter Partial View Settings - Used in multiple screens*/
#Filter td {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#Filter table {
    table-layout: auto;
}

#Filter td:before {
    top: 10px;
}

#Filter select {
    width: auto;
}

    #Filter select.col2 {
        width: 100%;
    }

    #Filter select.col3 {
        width: 100%;
    }

#Filter input.tbl_id {
    width: 20px;
}

#Filter input.col2 {
    width: 100%;
}

#Filter input.col3 {
    width: 100%;
}

#Filter input.col4 {
    width: 90%;
}

#Filter input.col5 {
    width: 90%;
}

div.dataTables_length label {
    float: left;
    text-align: left;
}

div.dataTables_filter label {
    float: right;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
}

table.dataTable thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer;
    *cursor: hand;
}

    /*
 * Sorting
 */
    table.dataTable thead th div.DataTables_sort_wrapper {
        position: relative;
        padding-right: 20px;
    }

        table.dataTable thead th div.DataTables_sort_wrapper span {
            position: absolute;
            top: 50%;
            margin-top: -8px;
            right: 0;
        }

table.dataTable th:active {
    outline: none;
}


table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting {
    background: url('/Content/DataTables-1.9.4/media/images/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
    background: url('/Content/DataTables-1.9.4/media/images/sort_asc.png') no-repeat center right;
}

table.table thead .sorting_desc {
    background: url('/Content/DataTables-1.9.4/media/images/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_asc_disabled {
    background: url('/Content/DataTables-1.9.4/media/images/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
    background: url('/Content/DataTables-1.9.4/media/images/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable th:active {
    outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child,
    div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    border-top: none;
}

/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
    background-color: #08C;
    color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

table.display tr.even.row_selected td {
    background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
    background-color: #9FAFD1;
}


.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-striped:hover tbody tr:hover > td, .table-striped:hover tbody tr:hover > th {
    background-color: #eae8e8 !important;
}

.table-striped:hover tbody tr.row_selected:hover > td, .table-striped:hover tbody tr.row_selected:hover > th {
    background-color: #9FAFD1 !important;
}

.table-striped.display tr.even.row_selected td {
    background-color: #B0BED9 !important;
}

.table-striped.display tr.odd.row_selected td {
    background-color: #9FAFD1 !important;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand;
}

div.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}

    div.DTTT .btn:hover {
        text-decoration: none !important;
    }


ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #0088cc;
    color: white !important;
}

/* TableTools information display */
div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
}

div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_LeftFootWrapper table {
    border-top: none;
}

.ui-resizable-se {
    bottom: 17px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5dbec;
    background: #dfeffc;
    font-weight: bold;
    color: #2e6e9e;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #2e6e9e;
        text-decoration: none;
    }

#sortable1 li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    font-weight: normal;
}

html > body #sortable1 li {
    line-height: 1.2em;
}

#sortable2 li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    font-weight: normal;
}

html > body #sortable2 li {
    line-height: 1.2em;
}

.orderdispatch li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    font-weight: normal;
}

html > body .orderdispatch li {
    line-height: 1.2em;
}

.question-info {
    margin: 0 0 0 10px;
    display: inline-block;
    font-size: smaller;
    color: Gray;
}

#sortable3 li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    font-weight: normal;
}

html > body #sortable3 li {
    line-height: 1.2em;
}

#sortable4 li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    font-weight: normal;
}

html > body #sortable4 li {
    line-height: 1.2em;
}

#sortable5 li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    font-weight: normal;
}

html > body #sortable5 li {
    line-height: 1.2em;
}

#sortable6 li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    font-weight: normal;
}

html > body #sortable6 li {
    line-height: 1.2em;
}

#sortable2:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

.lookup-modal-header {
    padding: 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    margin-top: 0px;
}

    .lookup-modal-header .close {
        margin-top: 2px;
    }

    .lookup-modal-header h4 {
        margin: 0px;
        line-height: 30px;
    }

.lookup-modal-body {
    position: relative;
    max-height: 95%;
    max-width: 100%;
    padding: 15px 15px 5px 15px;
    overflow-y: auto;
    margin-top: 5px;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=20);
    margin-top: 3px;
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.99;
        filter: alpha(opacity=40);
    }

.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

.control-group {
    margin-bottom: 2px;
}

legend + .control-group {
    margin-top: 0px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 2px;
    *zoom: 1;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 10px;
    margin-top: 0px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        border-color: #eeeeee #eeeeee #dddddd;
    }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-header {
    display: block;
    padding: 0px 15px 0px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: none;
}



.nav li + .nav-header {
  margin-top: 1px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: floralwhite;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #C20001;
}


a {
    color: #265FAD;
}



input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: transparent;
    color: #000000;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}


.nav-tabs,
.nav-pills {
  position: relative;
}

#ItemFilter th, #ItemFilter td {
    padding: 0px 5px 0px 5px;
}

#ScheduleFilter th, #ScheduleFilter td {
    padding: 0px 5px 0px 5px;
    text-align: center;
}

.form-horizontal .editable
{ 
    padding-top: 2px;
    display:inline-block;
}

.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: none;
}

.eventColor1, .fc-agenda .eventColor1 .fc-event-time, .eventColor1 a {
    background-color: #0099FF; /* background color */
    border-color: #0099FF; /* border color */
    color: yellow;
}


.eventColor2, .fc-agenda .eventColor2 .fc-event-time, .eventColor2 a {
    background-color: #CC0000; /* background color */
    border-color: #CC0000; /* border color */
    color: yellow;
}
#outerImageContainer #bottomNav {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 200;
    padding: 8px;
    background-color: #FFFFFF;
    font-size: 35px;
}

/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}
/* On Off Switch*/
.onoffswitch {
    position: relative; width: 130px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666; border-radius: 25px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 25px;
    box-shadow: 0px 12.5px 0px rgba(0,0,0,0.08) inset;
}

.onoffswitch-inner:before {
    content: "CHECK OUT";
    padding-right: 30px;
    background-color: #6BB2ED; color: #FFFFFF;
    border-radius: 25px 0 0 25px;
}

.onoffswitch-inner:after {
    content: "CHECK IN";
    padding-right: 16px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
    border-radius: 0 25px 25px 0;
}

.onoffswitch-switch {
    width: 25px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666; border-radius: 25px;
    position: absolute; top: 0; bottom: 0; right: 101px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.system
{
    display: block;
    float: left;
    padding: 0 0 0 19px;
    white-space: nowrap;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center;
}

.positive
{
    color: #82a800;
    background-image: url(/Content/SecurityGuard/images/positive.gif);
    margin-top:5px;
}

.positive2
{
    color: #82a800;
    margin-top:5px;
}

.negative
{
    color: #b86464;
    background-image: url(/Content/SecurityGuard/images/negative.gif);
    margin-top:5px;
}

.negative2
{
    color: #b86464;
    margin-top:5px;
}

.approved
{
    float: left;
    width: 16px;
    background-image:url(/Content/SecurityGuard/images/positive.gif);
    background-repeat: no-repeat;
    margin-top: 5px;
}

.notapproved
{
    float: left;
    width: 16px;
    background-image:url(/Content/SecurityGuard/images/negative.gif);
    background-repeat: no-repeat;
    margin-top: 5px;
}

.mainmenu > a {
    border: 1px groove #eae8e8;
    color: slategray;
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #eae8e8;
}

.hide {display:none;}

.modal > form
{margin: 0 0 0px;}

    .chosen {
  color: #fff;
  background-color: #c00;
}
    .block {
	opacity: 1;
	position: absolute;
}
	.block__list {
		padding-bottom: 30px;
		max-width: 100%;
		background-color: #fff;
	}
		.block__list-title {
			padding: 5px;
			text-align: center;
			background: #5F9EDF;
            color:#fff;
		}
		.block__list li { cursor: move; }

	.block__list_words li {
		background-color: #fff;
		padding: 10px 30px;
	}
		.block__list_words .sortable-ghost {
			opacity: 0.4;
			background-color: #F4E2C9;
		}

		.block__list_words li:first-letter {
			text-transform: uppercase;
		}

	.block__list_tags {
		padding-left: 30px;
	}

	.block__list_tags:after {
		clear: both;
		content: '';
		display: block;
	}
		.block__list_tags li {
			color: #fff;
			float: left;
			margin: 8px 20px 10px 0;
			padding: 5px 10px;
			min-width: 10px;
			background-color: #5F9EDF;
			text-align: center;
		}
			.block__list_tags li:first-child:first-letter {
				text-transform: uppercase;
			}
