/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
}

/* line 6, app/assets/stylesheets/scaffolds.scss */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 11, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}

/* line 19, app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #666;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: #000;
}

/* line 26, app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 32, app/assets/stylesheets/scaffolds.scss */
div.field,
div.actions {
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 39, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 51, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff;
}

/* line 60, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 64, app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*


*/

:root {
  --orange: rgb(247,143,113);
  --blue:rgb(142, 202, 230);
  --green:rgb(158,173,125);
  --yellow:rgb(250, 220, 140);
  --gray:rgb(232,232,232);
  --white:rgb(255,255,255); 
  --black:rgb(0,0,0);
  --violet:rgb(0,0,0);
  --grayd:rgb(211,211,211);
  
  --transparent:rgba(0,0,0,0.0);
  --white_t:rgba(255,255,255,0.9);  
  --orange_t1:rgba(247,143,113,0.9);
  --blue_t1:rgba(142, 202, 230,0.9);
  --green_t1:rgba(158,173,125,0.9);
  --yellow_t1:rgba(250, 220, 140,0.9);  
  --orange_t2:rgba(242,80,34,0.8);
  --blue_t2:rgba(142, 202, 230,0.8);
  --green_t2:rgba(158,173,125,0.8);
  --yellow_t2:rgba(250, 220, 140,0.8); 
  --gray_t1:rgba(232,232,232,0.4);
  --violet_t1:rgba(204,141,252,0.9);
  --violet_t2:rgba(204,141,252,0.8);
}

body {
  width:  100%;
  margin:  0px;
  padding: 0px;  
  background-image: url('http://cmonitor.matxcom.com/kt_luka.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  color: black;
}

a:link{color: var(--black); background-color: var(--transparent);}
a:visited{color: var(--black); background-color: var(--transparent);}
a:hover{color: rgba(0,0,0,0.4); background-color: var(--transparent);}
a:active{color: var(--black); background-color: var(--transparent);}
a {
  background-color: var(--transparent);
  color: var(--black);
  margin: 0px;
  border: none;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.cont
{
  width: 100%;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;  
}

.title {
  width: 90%;
  min-width: 320px;  
  max-width: 1024px;
  margin: auto;
  height: 60px;
          
  background-color: var(--blue);
  line-height: 60px;

  font-size: 20px; 
  text-align:center;
  display:block;
  color: black;
  border-radius:  0px; /*10px 10px 0px 0px;      */
  text-transform: uppercase;
}

.center 
{
  width: 90%;
  min-width: 320px;  
  max-width: 1024px;
  text-align: center;
  background-color: var(--white_t);
  border-radius:  0px; /*0px 0px 10px 10px;*/
  margin: auto;
  overflow: hidden;
}
.footer{ 
  background-image: url(/footer7.png);
  background-clip: border-box;  
  background-repeat:repeat-x; 
}

#worker_id {
    width: 100%;
    border: 2px solid var(--gray);
    border-radius: 0px;
    margin: 8px 0;
    padding: 8px;
    outline: none;
    box-sizing: border-box;
    transition: .3s;
}


.center_inner 
{
  margin: 10px;
  text-align: center;
  border-radius:  0px; /*4px;*/
}

.menu {
  font-size: 20px; 
  text-align:center;
  text-transform: uppercase;
}

#notice_ph
{
  margin-top: 5px;     
  background-color: var(--yellow_t1);    
  border-radius:  0px; /*4px;*/    
  width: 100%;
  height: 30px;     
  line-height: 30px;
  font-size: 14px; 
  text-align: center;
  display: block;
  text-transform: lowercase;      
}
#notice_ph:empty
{
  height: 0px;
  background-color: var(--transparent);
} 

.myinfo
{
  color: black;
}

.content {
  text-align: left;
  min-height: 1024px;
}

.containers_list
{
  min-height: 760px;

}

.filter
{
  width: 100%;
  height: 30px;  
  padding: 0px;
  overflow: hidden;
  border-radius:  0px; /*4px;*/ 
  margin: 0px 0px 10px 0px; 
}
/*.checkbox-example input[type=checkbox]:checked*/
.status_filter
{
  text-align: left;
  float: left;
  padding: 0px;
  margin: 0px;
  width: 20%;
  line-height: 30px;
  height: 30px;  
  border-radius:  0px;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;  
}

.status_filter input[type=checkbox]
{
  margin-left: 10px;
  
  /*visibility: hidden;*/ 
}

.worker_line
{
  display: flex;
  height:20px;
  width:100%;
  margin-top: 4px;
  background-color:var(--gray);
}

.worker
{
  margin: 0px 0px 0px 4px;
  display: inline-block;
  white-space: nowrap;
  line-height:20px;
  font-size:10px;
  width:60%;
}

.progress {
  border: 1px solid var(--grayd);
  margin: 2px 2px 0px 0px;
  position:relative;
  display: inline-block;
  white-space: nowrap;
  width:40%;
  line-height: 14px;
  height:14px;
  background-color:var(--gray);
}

.percent {
  display: inline-block;
  position: absolute;
  height: 14px;
  line-height: 14px;
  font-size:12px;
  text-align: center;
  width:100%; 
}

.bar {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  background-color: var(--green);
}


.subscriber
{
  background-color: var(--gray); 
  border-radius:  0px; /*4px;*/
  width: 100%;
  margin-top:10px;
  color: black;
  text-align: left;
  font-weight: bold;
  overflow: hidden;
}

.stitle
{
  clear:both;
  margin:10px;
  display:block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;  
}

.email
{
  margin:2px 10px 2px 10px;
  display:block;
  text-align: left;  
  font-size: 10px;
  font-weight: bold;  
}

.sms_phone
{
  margin:2px 10px 2px 10px;
  display:block;
  text-align: left;  
  font-size: 10px;
  font-weight: bold;  
}

.container
{
  width: 100%;
  margin-top:4px;
  color: black;
  border-radius:  0px; /*4px;*/
  text-align: left;
  font-weight: bold;
  overflow: hidden;
  background-color: var(--gray); 
  /*  
  background-image: repeating-linear-gradient(90deg, rgba(222, 222, 222, 0.9), rgba(222, 222, 222, 0.9) 10px, rgba(222, 222, 222, 0.8) 10px, rgba(222, 222, 222, 0.8) 20px);
  */
}

.tag
{
  clear:both;
  margin:4px 0px 4px 0px;
  display:block;
  text-align:left;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  /*
  background-color: var(--gray_t1); 
 */
}

.tag_t
{
  width:110px;
  display:inline-block;
}

.tag_d
{
  white-space: nowrap;
  display:inline-block;
}

.tag_z
{
  font-size: 10px;
  width:70px;
  display:inline-block;
}

.tag_b
{
  display:inline-block;
  float: right;
}

.delete_btn_cnt
{
  height:16px;
  width: 16px;
  margin: 0px 0px 0px 0px;
  display: block;
  border-radius:  50%;
  background-color: var(--orange_t1)!important;
  line-height: 16px;
  text-align: center;
  font-size: 16px;  
}

.dot
{
  margin-left: 4px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  font-weight: bold;
}

.container:hover
{
  background-color: var(--grayd); 
}

.dates
{
  margin:2px 10px 2px 10px;
  display:none;
  text-align: left;  
  font-size: 10px;
  font-weight: bold;  
}

.sc_image
{
  width: 100%;
  
}

.menu_button{
  margin-top: 10px;
  width: 100%;
  height:40px;  
  background-color: var(--blue) !important;
  border: none;
  color: black  !important;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 40px;
  font-size: 20px;
  border-radius:  0px; /*4px;*/      
  cursor: pointer;
}

.link_button{
  margin: 10px 10px 0px 0px;
  width:120px;
  height:40px  !important;   
  background-color: var(--blue) !important;
  border: none;
  color: black !important;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  font-size: 12px;
  border-radius:  0px; /*4px;*/      
  cursor: pointer;
  display: inline-block;
}  

.save_button{
  margin: 10px 10px 0px 0px;
  width:120px;
  height:40px;    
  background-color: var(--green);
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  border-radius:  0px; /*4px;*/      
  cursor: pointer;
}      

.cancel_button {
  margin: 10px 10px 0px 0px;
  width:120px;
  height:40px;    
  background-color: var(--orange);
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  border-radius:  0px; /*4px;*/      
  cursor: pointer;      
}      

input[type=text]{
  width:100%;
  border:2px solid var(--gray);
  border-radius:  0px; /*4px;*/
  margin:8px 0;
  padding:8px;
  outline:none;
  box-sizing:border-box;
  transition:.3s;
}

input[type=email]{
  width:100%;
  border:2px solid var(--gray);
  border-radius:  0px; /*4px;*/
  margin:8px 0;
  padding:8px;
  outline:none;
  box-sizing:border-box;
  transition:.3s;
}

input[type=password]{
  width:100%;
  border:2px solid var(--gray);
  border-radius:  0px; /*4px;*/
  margin:8px 0;
  padding:8px;
  outline:none;
  box-sizing:border-box;
  transition:.3s;
}

input[type=number]{
  width:100%;
  border:2px solid var(--gray);
  border-radius:  0px; /*4px;*/
  margin:8px 0;
  outline:none;
  padding:8px;
  box-sizing:border-box;
  transition:.3s;
}  

input[value="Update"]{
  margin: 0px;
  width:100%;
  height:40px;    
  background-color: var(--green);
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  border-radius:  0px; /*4px;*/      
  cursor: pointer; 
}

input[value="Log in"]{
  margin: 0px;
  width:100%;
  height:40px;    
  background-color: var(--green);
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  border-radius:  0px; /*4px;*/      
  cursor: pointer; 
}

input[value="Sign up"]{
  margin: 0px;
  width:100%;
  height:40px;    
  background-color: var(--green);
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  border-radius:  0px; /*4px;*/      
  cursor: pointer; 
}


input[value="Cancel my account"]
{
  margin: 0px;
  width:100%;
  height:40px;    
  background-color: var(--orange);
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  border-radius:  0px; /*4px;*/      
  cursor: pointer; 
}

#container_status
{
  width:100%;
  border:2px solid var(--gray);
  border-radius:  0px; /*4px;*/
  margin:8px 0;
  padding:8px;
  outline:none;
  box-sizing:border-box;
  transition:.3s;
}

#container_group_id
{
  width:100%;
  border:2px solid var(--gray);
  border-radius:  0px; /*4px;*/
  margin:8px 0;
  padding:8px;
  outline:none;
  box-sizing:border-box;
  transition:.3s;
}

#user_group_id
{
  width:100%;
  border:2px solid var(--gray);
  border-radius:  0px; /*4px;*/
  margin:8px 0;
  padding:8px;
  outline:none;
  box-sizing:border-box;
  transition:.3s;
}

#container_worker
{
  width:100%;
  border:2px solid var(--gray);
  border-radius:  0px; /*4px;*/
  margin:8px 0;
  padding:8px;
  outline:none;
  box-sizing:border-box;
  transition:.3s;
}


.custom-select {
  width:100%;  
  min-height: 550px;  
  border:2px solid var(--gray);
  border-radius:  0px; /*4px;*/      
  padding:8px;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.l_dot
{
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 8px;
  border-radius:  0px; /*4px;*/
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.l_status
{
  text-align: left;
  width: 300px;
  padding:0px 5px 5px 5px; 
  margin:25px 5px 5px 5px;
}

.pagy-nav
{
  text-align: center;
  width: 100%;
  display: block;

  margin: 20px auto 10px auto;
  height: 30px;
  line-height: 30px;

  font-size: 16px;

  font-weight: bold; 
}

.page
{
  background-color: var(--gray); 
  border-radius:  0px; /*4px;*/  
  height:30px;
  width: 100px;
  display: none;
}

.page.active
{
  display: inline-block;
  background-color: var(--blue) !important;  
}

.page.next
{
  display: inline-block;
  background-color: var(--green);
}

.page.prev
{
  display: inline-block;
  background-color: var(--green);
}

.page.next.disabled
{
  display: inline-block;  
  background-color: var(--gray);
}

.page.prev.disabled
{
  display: inline-block;
  background-color: var(--gray);
}


.status_-1
{

  background-color: var(--orange_t1);
  /*
  background-image: repeating-linear-gradient(90deg, var(--orange_t1), var(--orange_t1) 10px, var(--orange_t2) 10px, var(--orange_t2) 20px);  
  background-image: repeating-linear-gradient(45deg, #ccc, #ccc 30px, #dbdbdb 30px, #dbdbdb 60px);
  background-image: url('http://cmonitor.matxcom.com/error.png');
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  */   
   
}

.status_0
{
  background-color: var(--blue_t1);
  /*background-image: repeating-linear-gradient(90deg, rgba(28, 135, 201, 0.9), rgba(28, 135, 201, 0.9) 10px, rgba(28, 135, 201, 0.85) 10px, rgba(28, 135, 201, 0.85) 20px);
  background-image: url('http://cmonitor.matxcom.com/new.png');
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  */   
  
}
.status_1
{
  background-color: var(--yellow_t1);
  /*background-image: repeating-linear-gradient(90deg, rgba(202,186,121, 0.9), rgba(202,186,121, 0.9) 10px, rgba(202,186,121, 0.85) 10px, rgba(202,186,121, 0.85) 20px);
  background-image: url('http://cmonitor.matxcom.com/unknown.png');
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  */
}
.status_2
{

  background-image: repeating-linear-gradient(45deg, var(--green_t1), var(--green_t1) 10px, var(--green_t2) 10px, var(--green_t2) 20px);
  /*
  background-color: var(--green_t1);
  background-image: url('http://cmonitor.matxcom.com/arrival.png');
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  */   
}
.status_3
{
  background-image: repeating-linear-gradient(145deg, var(--violet_t1), var(--violet_t1) 10px, var(--violet_t2) 10px,var(--violet_t2) 20px);
  /*
  background-color: var(--violet_t1);
  background-image: url('http://cmonitor.matxcom.com/departure.png');
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  */
}

.search_button
{
  margin: 0px;
  width:100%;
  height:40px;    
  background-color: var(--green);
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  border-radius:  0px; /*4px;*/      
  cursor: pointer;   
}

.search_form
{
  margin: 20px 0px 20px 0px;
}


.delete_btn
{
  float: right; 
  margin: 4px;
  display: block;
  height: 2px;
  width: 10px;
  border-radius:  0px; /*2px;*/
  background-color: var(--black) !important;
  border-color: var(--orange_t1)!important;
  border: 5px solid red;
}

#menuToggle
{
  display: block;
  position: relative;
  top: -40px;
  left: 10px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius:  0px; /*3px;*/
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 230px;
  margin: -100px 0 0 -10px;
  padding: 50px;
  padding-top: 125px;
  
  border-radius:  0px; /*10px 10px 10px 10px;   */
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  display: none;
}

#menu li
{
  padding: 10px 0;
  font-size: 12px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  display: block;
  transform: none;
}

/*# sourceMappingURL=application.css-08eb3a256c9cb4702fdd11d3f76d5e7493c9ee73967bf6dd294d931b26e0ddbf.map */
