* {
    box-sizing: border-box;
}
body {
    padding: 0px;
    margin: 0px;
    min-width: 1024px;
    background: #FFF;
    font-family: "Helvetica", sans-serif;
}
h2 {
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 36px;
}

input[type="submit"], input[type="file"]::before, a.button {
    background: #055486;
    border: 1px solid #055486;
    border-radius: 4px;
    font-family: "HelveticaNeue", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #FFF;
    line-height: 21px;
    padding: 5px 25px;
    min-width: 200px;
    text-decoration: none;
    transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
}
a.button {
    text-align: center;
    min-width: 150px;
    display: inline-block;
}

input[type="submit"].big, a.button.big {
    padding-top: 10px;
    padding-bottom: 10px;
} 

input[type="submit"]:hover, input[type="file"]:hover::before, a.button:hover {
    color: #055486;
    background: #FFF;
}
input[type="submit"]:active, input[type="file"]:active::before, a.button:active {
    color: #055486;
    background: #FFF;
}
input[type="text"], input[type="password"] {
    background: #F7F7F7;
    border: 1px solid #E4E4E4;
    padding: 9px 7px;
    min-width: 250px;
    font-size: 16px;
    -webkit-appearance: none;
}
input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

input[type="file"]::before {
    content: 'Select File';
    text-align: center;
    display: inline-block;
    background: #FFF;
    color: #055486;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}
select {
    font-size: 16px;
    min-width: 300px;
    margin-top: 3px;
}

div.checkbox {
    background-color: #ddd;
    width: 1em;
    height: 1em;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}
div.checkbox.checked {
    background-color: #055486;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}
.control input {
  position: absolute;
  opacity: 0;
  z-index: -1; /* Put the input behind the label so it doesn't overlay text */
}
.control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width:  2rem;
  height: 2rem;
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  color: #fff;
  background-color: #ccc;
}
*/

/* Focus */
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Checked state */
.control input:checked ~ .control-indicator {
  color: #fff;
  background-color: #055486;
}

/* Active */
.control input:active ~ .control-indicator {
  color: #fff;
  background-color: #2d78a7;
}

/* Checkbox modifiers */
.checkbox .control-indicator {
  border-radius: .25rem;
}
.checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.radio {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: center;
}
/* Radio modifiers */
.radio .control-indicator {
  border-radius: 50%;
}
.radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* Alternately, use another character */
.control-x input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}
.control-dash input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K)
}

.trow { width: 100%; }
.trow div { display: inline-block; }
.t10 { width: 10%; }
.t20 { width: 20%; }
.t25 { width: 25%; }
.t30 { width: 30%; }
.t33 { width: 33%; }
.t40 { width: 40%; }
.t50 { width: 50%; }
.t100 { width: 100%; }


@font-face {
	font-family: '3of9x';
	src: url('../fonts/fre3of9x.eot');
	src: local('☺'), url('../fonts/fre3of9x.woff') format('woff'), url('../fonts/fre3of9x.ttf') format('truetype'), url('../fonts/fre3of9x.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.barcode {
    font-family: "3of9x";
    font-size: 40px;
    text-align: justify;
    margin-top: -5px;
    margin-bottom: -5px;
}



.status-message {
    position: absolute;
    background: #FFF;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    top: 100px;
    display: none;
}
.status-message.inline {
    position: relative;
    margin-left: 0px;
    left: auto;
    display: block;
    top: 0px;
    overflow: auto;
}
.status-message div {
    padding: 10px;
    float: left;
    text-align: center;
    border-radius: 6px;
    width: 100%;
}

.status-message .error-msg {
    background: #FFD5DA;
    border: 1px solid #D0021B;
    color: #D0021B;
}
.status-message .success-msg {
    background: #D6FFD6;
    border: 1px solid #1AD102;
    color: #1AD102;
}


label { display: block; padding-top: 15px; }
label span { display: block; }
.form-table { 
    min-width: 300px; 
    margin-bottom: 15px;
}
.form-table.wide { 
    width: 500px;
}

header {
    width: 100%;
    height: 54px;
    background: #FFF;
    padding: 0px 0px 0px 0px;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    padding-left: 65px;
    position: relative;
    z-index: 500;
}
    header ul {
        float: left;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    header li {
        float: left;
    }
    header li a {
        float: left;
        padding: 16px 25px 11px;
        font-family: Helvetica;
        font-size: 16px;
        color: #444;
        line-height: 22px;
        text-align: center;
        min-width: 120px;
        text-decoration: none;
        min-height: 54px;
    }
    header li a:hover {
        background: #F2F3F5;
        color: #333;
        border-bottom: 3px solid #E4E4E4;
        text-decoration: none;
    }
    header li a.selected {
        background: #F7C2C2;
        border-bottom: 3px solid #C43844;
        color: #5F1919;
        margin-bottom: -1px;
    }
    header .dropdown {
        float: right;
    }
    header .dropdown li {
        width: 100%;
    }
    header .dropdown a {
        display: block;
        color: #111;
        border-right: 0px;
        min-height: 0px !important;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    header .dropdown button {
        color: #FEFEFE;
        outline: none;
        padding: 15px 25px 17px !important;
        background: #464C52 !important;
    }
    header .dropdown button span {
        color: #111;
    }
    header .dropdown .caret {
        border-top-color: #FFF; 
    }
    header .dropdown a:hover {
        background: #F1F1F1;
    }
    header .dropdown-menu {
        left: auto;
        right: 0px;
        margin-top: -1px;
        z-index: 0;
        box-shadow: 0px 2px 3px rgba(0,0,0,.13);
    }
    header img {
        height: 44px;
        width: 75px;
        margin-right: 60px;
        margin-top: 5px;
        float: left;
    }
    
    
header .dropdown, .sidebar .dropdown {
    position: relative;
}
    header .dropdown button, .sidebar .dropdown button {
        display: block;
        border: 0px;
        background: #272B2C;
        color: #FFF;
        padding: 11px 20px 12px;
        font-size: 16px;
        margin: 0px;
        cursor: pointer;
    }
header .dropdown-menu, .sidebar .dropdown-menu {
    position: absolute;
    box-shadow: 0px 1px 4px rgba(0,0,0,.28);
    background: #FFF;
    margin: 0px;
    border-radius: 0px 0px 3px 3px;  
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;
    top: auto;
    display: none;
}
    header .dropdown-menu li:last-child a, 
    .sidebar .dropdown-menu li:last-child a {
        border-bottom: 0px;
    }
    header .dropdown.open .dropdown-menu,
    .sidebar .dropdown.open .dropdown-menu {
        display: block;
    }
    header .dropdown-menu > li > a,
    .sidebar .dropdown-menu > li > a {
        white-space: normal;
        font-size: 16px;
    }
    
    
    
    
    
    
.frame {
    float: left;
}
.content {
    float: left;
    width: 100%;
    padding-left: 200px;
}
.content.no-sidebar {
    padding: 0px 15px;
}
.content-header {
    background: #F4F4F4;
    padding: 5px 30px 1px;
}
.content-body {
    padding: 5px 30px;
}
.margin-0 {
    margin: 0px;
}
.padding-0 {
    padding: 0px;
}
.padding-10 {
    padding: 5px 10px;
}
.padding-20 {
    padding: 5px 20px;
}
.padding-30 {
    padding: 5px 30px;
}
.sidebar {
    width: 200px;
    padding-top: 53px;
    height: 100%;
    min-height: 500px;
    position: absolute;
    float: left;
    background: #464C52;
    border-right: 1px solid #1F222D;
    overflow: hidden;
}
    .sidebar.affix {
        position: fixed;
    }
    .sidebar.affix .dropdown {
        margin-top: -53px;
    }
    .sidebar ul {
        width: 200px;
        list-style: none;
        padding: 0px;
    }
    .sidebar li a.parent.selected, .sidebar li:hover a.parent {
        background: #2D3135;
        color: #FFF;
    }
    .sidebar li li a {
        padding-left: 30px;
    }
    .sidebar li ul {
        background: #373C41;
        float: left;
        display: none;
    }
    .sidebar li ul.selected {
        display: block;
    }
    .sidebar li {
        width: 200px;
        overflow: auto;
    }
    .sidebar li a {
        width: 100%;
        padding: 10px 15px;
        display: block;
        float: left;
        font-size: 17px;
        color: #FEFEFE;
        line-height: 22px;
        text-decoration: none;
    }
    .sidebar li a:hover, .sidebar li li a:hover {
        background: #1F2122;
    }
    .sidebar li a.selected {
        background: #33373B;
        color: #FFF;
        border-right: 5px solid #C43844;
    }
    .sidebar li:hover ul {
        display: block;
    }
    
    .sidebar .buttons {
        padding: 10px;
    }
    .sidebar a.button {
        width: 100%;
        background: none;
        float: left;
        text-align: center;
        margin-bottom: 10px;
        border-color: #6199bc;
        background: #055486;
        color: #FFF;
    }
    .sidebar a.button:hover {
        background: #055486;
        color: #FFF;
        border-color: #FFF;
    }
    .sidebar a.button:active {
        background: #055486;
    }
    .sidebar a.button.disabled {
        border: 1px solid #B0B8BF;
        background: none;
        color: #B0B8BF;
        border-radius: 6px;
    }
    .sidebar a.button.disabled:hover {
        background: #B0B8BF;
        color: #FFFFFF;
    }
    .sidebar a.button.disabled:active {
        background: none;
    }
    
    .sidebar .dropdown {
        position: static;
        margin-top: 0px;
    }
    .sidebar .dropdown .dropdown-menu {
        border-top: 0px;
    }
    .sidebar .dropdown a {
        color: #111;
    }
    .sidebar .dropdown a:hover {
        background: #F1F1F1;
    }
    .sidebar .dropdown button {
        width: 100%;
    }
    .sidebar .dropdown .add-election {
        text-align: center;
    }
    .sidebar .dropdown .add-election a {
        background: #F1F1F1;
        color: #222;
    }
    .sidebar .dropdown .add-election a:hover {
        background: #E4E4E4;
    }
 
 
.drop-box {
    background: #f2f4f6;
    border: 5px dashed #d8d8db;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
}
.dragover {
    border: 5px dashed #337AB7;
}  

.import-wizard {
    position: relative;
    padding-top: 50px;
}
.import-wizard .steps-indicator {
    position: absolute;
    top: 0px;
} 

.import-wizard .form-group .btn-group {
    padding: 0px;
    margin-bottom: 25px;
}
    

.content-login {
    background: #F7F7F7;
    padding-left: 0px;
}
.login {
    width: 344px;
    padding: 0px 20px 15px 20px;
    border: 1px solid #E4E4E4;
    position: relative;
    left: 50%;
    background: #FFF;
    margin-left: -172px;
    top: 100px;
    border-radius: 7px;
}   
.login input {
    width: 100%;
}
.login input[type="submit"] {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
} 
.login .alert {
    text-align: center;
    margin-bottom: 0px;
}
 
 
.device-row {
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0,0,0,.2);
    font-weight: bold;
    font-size: 16px;
} 
.device-row.seen {
    background: #90D8A4;
    box-shadow: inset 0px 1px 1px #94CAA3;
    border-bottom: 1px solid #6DBD84; 
}
.device-row.offline {
    background: #D89090;
    box-shadow: inset 0px 1px 1px #ECB7B7;
    border-bottom: 1px solid #BD6868; 
}
 
 
/*
.progress {
    width: 300px;
    height: 10px;
    border: 1px solid #055486;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    margin: -2px 2px 2px 2px;
}
.progress .progress-bar {
    background: #055486;
    height: 10px;
    width: 0%;
}
*/
.progress .progress-bar.finished {
    background: #90D8A4;
}

.content-header-options {
    margin-top: -55px;
    float: right;
}
.content-header-options input {
    min-width: 150px;
    margin-top: -2px;
}
.content-header-options .print-page.button {
    float: right;
    margin-left: 10px;
}

.content-header-buttons {
    margin-top: 20px;
}

.content-header-buttons > * {
    float: right;
    margin-left: 10px;
}


.status-blocks {
    width: 100%;
    font-size: 0px;
    padding: 25px 0px 50px 25px;
}
.status-blocks div.block, .status-blocks a.block {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    text-decoration: none;
}

.status-blocks .block div {
    background: #FAFAFA;
    border: 1px solid #EEE;
    border-radius: 4px;
    display: block;
    min-height: 150px;
    padding: 32px 20px 25px;
    text-align: center;
    font-family: Helvetica;
    font-size: 22px;
    line-height: 20px;
}
.status-blocks .block div span {
    display: block;
    text-align: center;
    font-size: 46px;
    padding: 15px;
}

.status-blocks .block #online { color: #3AB03E; }
.status-blocks .block #offline { color: #F06061; }  

.status-chart {
    background: #F5F5F5;
    padding: 20px;
    text-align: center;
}

.status-table { margin-top: 20px; }
.status-table tr { text-align: center; }


.voter-search {}
.voter-search input {
    width: 100%;
}



#voters tr {
    cursor: pointer;
}

.reports .button {
    float: right;
    margin-top: -50px;
    margin-right: 30px;
}



.modal-header, 
.modal-footer {
    background: #F7F7F7;
}

.modal-header { border-radius: 5px 5px 0px 0px }
.modal-footer { border-radius: 0px 0px 5px 5px }

.modal-body input[type="text"], 
.modal-body input[type="email"],
.modal-body input[type="button"],
.modal-body input[type="password"],
.modal-body textarea {
    border-radius: 3px;
    background: #F3F6FC;
    padding: 5px;
    border-bottom: 1px solid rgba(0,0,0,.07);
    border-right: 1px solid rgba(0,0,0,.10);
    border-left: 1px solid rgba(0,0,0,.10);
    border-top: 1px solid rgba(0,0,0,.15);
    font-weight: 500;
}
.modal-body .row {
    margin-bottom: 5px;
    max-width: 100%;
}
.modal-body span {
    text-align: right;
    padding-top: 5px;
    display: inline-block;
    font-weight: 700;
}
.modal-body select {
    margin-bottom: 15px;
}
.modal-body .visibility-message, 
.modal-body .visibility-message-bold {
    text-align: center;
}
.modal-body .visibility-message,
.modal-body .non-bold {
    font-weight: 400;
}
.modal-body .visibility-message-bold { 
    margin-top: 10px; 
}
.modal-body .non-bold { 
    text-align: left; 
    padding-left: 0px;
}
.modal-body .multiselect span {
    padding-top: 0px;
    
}
.modal-body .row .btn-group { 
    padding: 0px; 
}

.modal-body .input-table {
    border-left: 1px solid #D8DFEC;
    border-right: 1px solid #D8DFEC;
}
.modal-body .input-table th { text-align: center }
.modal-body .input-table td, .modal-body .input-table th {
    padding: 5px;
}

.modal-body .input-group input {
    display: table-cell;
    padding-top: 5px;
    outline: none;
    box-shadow: none;
}
.modal-body .input-group input:focus {
    box-shadow: none;
    border-color: #CFD1D6;
}
.modal-body .input-group-btn {
    display: table-cell;
    padding-top: 0px;
}

.modal-body .input-group .input-group-btn button {
    padding: 6px 12px;
}

.modal-body .input-group .input-group-btn span {
    padding: 0px;
}

.modal-body .error {
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    border-radius: 4px;
    padding: 5px;
}





thead.tableFloatingHeaderOriginal {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.2);
}


  
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}
a.button.delete-button.settings {
    margin-top: 40px;
}