@charset "UTF-8";
/* CSS Document */

/************* CSS RESET *************/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; list-style: none}  img  {border-style: none;} * {margin: 0; padding: 0;} html  {	width: 100%;}  table {border-collapse: collapse;border-spacing: 0;} a{color: inherit;text-decoration: none;}a:link {color:inherit;text-decoration:none;}
a {color:inherit; text-decoration:none;}
a:visited {color:inherit; text-decoration:none;}
a:hover {color: inherit; text-decoration:none;}
a:active {color:inherit; text-decoration:none;}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

@font-face {
    font-family: 'Open Sans';
    src: url('opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('opensans-light-webfont.woff2') format('woff2'),
         url('opensans-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.clear  {clear: both;}

*, div  {
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
 	-webkit-box-sizing:border-box;
}

#page  {
	width: 100%;
	min-width: 1024px;
	height: auto;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.bold  {font-weight: 700;}
.light  {font-weight: 300;}

.btn  {
	width: auto;
	height: auto;
	text-align: center;
	padding: 8px;
	/*border: 1px solid #AFAEAC;*/
	border-radius: 6px;
	background-color: #f0f1f2;
	color: #00000;
	font-size: 12px;
	line-height: 12px !important;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 700;
	margin-right: 8px;
}

.btn:hover  {background-color: #82a43e;}

.loginbtn  {width: 100%; margin-right: 0;}

.table_btns_container  {
	width: auto;
	height: auto;
	float: right;
	overflow: hidden;
	border-radius: 7px;
	border: 1px solid #AFAEAC;
}

.table_btn  {
	width: auto;
	height: auto;
	float: left;
	text-align: center;
	padding: 8px;
	border: 0;
	border-right: 1px solid #AFAEAC;
	background-color: #f0f1f2;
	color: #000000;
	font-size: 12px;
	line-height: 12px !important;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 700;
}

.table_btns_container:nth-last-child(1)  {border-right: 0;}

.table_btn:hover  {background-color: #82a43e;}

select  {
	width: auto;
	min-width: 230px;
	height: auto;
	background-color: #FFF;
	border: 1px solid #C7C8CA;
	color: #000000;
	padding: 6px 40px 6px 8px;
	border-radius: 4px;
	-webkit-appearance: none;
	background-image: url('../images/drop_arrow.svg');
	background-repeat: no-repeat;
	background-position: 101% 50%;
	background-size: 35px auto;
	z-index: 9;
	font-size: 14px;
	cursor: pointer;
	/*margin-top: -4px;*/
}

input[type=text]  {
	width: auto;
	min-width: 100px;
	height: auto;
	border: none;
	background-color: #FFF;
	border: 1px solid #C7C8CA;
	color: #000000;
	padding: 4px 8px;
	border-radius: 4px;
	-webkit-appearance: none;
}

input[type="search"]  {
	width: auto;
	min-width: 100px;
	height: auto;
	border: none;
	background-color: #FFF;
	border: 1px solid #C7C8CA;
	color: #000000;
	padding: 4px 8px;
	border-radius: 4px;
	-webkit-appearance: none;
}

input[type="checkbox"]  {}

table  {
	width: 100%;
	height: auto;
	border: 2px solid #E6E6E6;
}

table tr:nth-child(even)  {background-color: #F2F2F2;}

table th  {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	background-color: #82a43e;
	border-right: 1px solid #FFFFFF;
	padding: 10px;
}

#tSheet_table_container table th  {
	font-size: 16px;
	line-height: 20px;
	color: #000000 !important;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	padding: 10px;
}

table th:nth-last-child(1),
table td:nth-last-child(1)  {border-right: 0;}

table td  {border-right: 2px solid #E6E6E6;}




/*************** LOGIN STYLING ***************/

#login_wrapper  {
	width: 100%;
	height: auto;
	background-color: #152950;
	background-image: url('../images/bubbles.svg');
	background-size: cover;
	margin-top: 68px;
	border-top: 10px solid #42798F;
	padding: 100px 20px;
}

#login_logo  {
	width: 100%;
	height: auto;
	text-align: center;
}

#login_logo img  {
	width: 100%;
	max-width: 300px;
	height: auto;
}

#swoosh  {
	width: 100%;
	height: auto;
}

#swoosh img {
	width: 100%;
	height: auto;
}

#formbox  {
	width: 100%;
	height: auto;
	color: #FFF;
}

#login-header  {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 34px;
	letter-spacing: 1px;
	padding: 24px 0 10px 0;
}

#login-input-container {
	width: 100%;
	max-width: 260px;
	height: auto;
	margin: 0 auto;
	padding-top: 12px;
}

.login-input-item  {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

input[type=text], input[type=password]  {
	width: 100%;
	height: auto;
	display: block;
	font-size: 14px;
	box-shadow: none;
	background-color: #FFF;
	padding: 4px 6px;
	color: #000000;
}

.deactivated  {background-color: #d7d7d7 !important; color: #5a5a5a !important;}



/*************** NAV STYLING ***************/

#nav_Panel  {
	width: 100%;
	height: auto;
}

#nav_inner  {
	width: 100%;
	height: auto;
}

#pre_nav  {
	width: 100%;
	height: auto;
	background-color: rgba(21,41,80,0.07);
	border-bottom: 1px solid #d6d6d6;
	color: #000000;
	font-weight: 700;
	padding: 0 20px;
}

#pre_nav_inner  {
	width: 250px;
	height: auto;
	float: right;
}

#loggedin  {
	width: 220px;
	height: auto;
	float: left;
	font-size: 10px;
	padding-top: 8px;
}

#logout  {
	width: 20px;
	height: auto;
	float: left;
	padding: 4px 0;
	cursor: pointer;
}

#logout img  {
	width: 100%;
	height: auto;
}

#nav  {
	width: 100%;
	height: auto;
	letter-spacing: 1px;
	padding: 8px 20px 12px 20px;
	background-color: #152950;
}

.nav_title  {
	width: 100%;
	height: auto;
	color: #FFFFFF;
	margin-bottom: 6px;
	font-size: 8px;
}

.nav_item  {
	width: auto;
	float: left;
	cursor: pointer;
	padding: 8px 14px;
	background-color: #f0f1f2;
	color: #000000;
	margin-right: 10px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 7px;
}

.nav_item:hover  {background-color: #82a43e;}

.nav_border  {
	width: 100%;
	height: 2px;
	background: #152950;
	background: -moz-linear-gradient(left, #152950 0%, #82a43e 31%, #152950 100%);
	background: -webkit-linear-gradient(left, #152950 0%,#82a43e 31%,#152950 100%);
	background: linear-gradient(to right, #152950 0%,#82a43e 31%,#152950 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152950', endColorstr='#152950',GradientType=1 );
}

.modal .nav_border  {
	position: absolute;
	top: 74px;
	left: 0;
	z-index: 9;
}

.subnav_container  {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
}

.subnav_row  {
	width: 100%;
	height: auto;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 10px;
}

.subnav_row .split  {
	width: auto;
	/*min-width: 140px;*/
	height: auto;
	float: left;
	margin-right: 10px;
	color: #000000;
}




/*************** PAGE STYLING ***************/

#page_content  {
	width: 100%;
	height: auto;
}

.page_body  {
	width: 100%;
	height: auto;
	padding: 16px 20px;
	overflow: hidden;
	overflow-x: scroll;
	overflow-y: scroll;
}

.page_title  {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.page_title_inner  {
	width: auto;
	height: auto;
	float: left;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #d6d6d6;
	padding: 0 36px 8px 0;
	color: #000000;
}




/*************** LISTS STYLING ***************/

#listPeriod td  {
	height: 48px;
	font-size: 16px;
	padding: 15px;
}

#listPeriod tr th:nth-child(1),
#listPeriod tr td:nth-child(1)  {width: 20%;}

#listPeriod tr th:nth-child(2),
#listPeriod tr td:nth-child(2)  {width: 20%; text-align: center;}

#listPeriod tr th:nth-child(3),
#listPeriod tr td:nth-child(3)  {width: 20%; text-align: center;}

#listPeriod tr th:nth-child(4),
#listPeriod tr td:nth-child(4)  {width: 40%;}

#listPeriod tr td:nth-child(4)  {padding-top: 0px; padding-bottom: 0px;}

#list_view_opts_contianer  {
	width: 100%;
	height: auto;
}

#sorting_section  {
	width: 100%;
	height: auto;
}

#locationDisplayer  {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}

.reportLocationItem  {
	width: auto;
	height: auto;
	float: left;
	padding: 8px 10px;
    margin-right: 8px;
	color: #FFF;
	margin-bottom: 10px;
	font-size: 12px;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

#listPeriodBody .table_btns_container  {
	margin-top: 9px;
	margin-bottom: -9px;
}

#listScheduleContainer th  {
	height: 60px;
	display: block;
	float: left;
}

#listScheduleContainer th,
#listScheduleContainer td  {}

/**** EMPLOYEE NAME COLUMN ****/
#listScheduleContainer th:nth-child(1),
#listScheduleContainer td:nth-child(1)  {
	width: 100px !important;
	text-align: left;
}


/**** DAYS COLUMNS ****/ 
#listScheduleContainer th:nth-child(2),
#listScheduleContainer td:nth-child(2),
#listScheduleContainer th:nth-child(3),
#listScheduleContainer td:nth-child(3),
#listScheduleContainer th:nth-child(4),
#listScheduleContainer td:nth-child(4),
#listScheduleContainer th:nth-child(5),
#listScheduleContainer td:nth-child(5),
#listScheduleContainer th:nth-child(6),
#listScheduleContainer td:nth-child(6),
#listScheduleContainer th:nth-child(7),
#listScheduleContainer td:nth-child(7),
#listScheduleContainer th:nth-child(8),
#listScheduleContainer td:nth-child(8),
#listScheduleContainer th:nth-child(9),
#listScheduleContainer td:nth-child(9),
#listScheduleContainer th:nth-child(10),
#listScheduleContainer td:nth-child(10),
#listScheduleContainer th:nth-child(11),
#listScheduleContainer td:nth-child(11),
#listScheduleContainer th:nth-child(12),
#listScheduleContainer td:nth-child(12),
#listScheduleContainer th:nth-child(13),
#listScheduleContainer td:nth-child(13),
#listScheduleContainer th:nth-child(14),
#listScheduleContainer td:nth-child(14),
#listScheduleContainer th:nth-child(15),
#listScheduleContainer td:nth-child(15)  {width: 70px !important;}


/**** DAYS COLUMNS HEADER FONTS ****/
#listScheduleContainer th:nth-child(1),
#listScheduleContainer th:nth-child(2),
#listScheduleContainer th:nth-child(3),
#listScheduleContainer th:nth-child(4),
#listScheduleContainer th:nth-child(5),
#listScheduleContainer th:nth-child(6),
#listScheduleContainer th:nth-child(7),
#listScheduleContainer th:nth-child(8),
#listScheduleContainer th:nth-child(9),
#listScheduleContainer th:nth-child(10),
#listScheduleContainer th:nth-child(11),
#listScheduleContainer th:nth-child(12),
#listScheduleContainer th:nth-child(13),
#listScheduleContainer th:nth-child(14),
#listScheduleContainer th:nth-child(15)  {padding-top: 15px;}
 

/**** TOTALS COLUMNS ****/ 
#listScheduleContainer th:nth-child(16),
#listScheduleContainer td:nth-child(16),
#listScheduleContainer th:nth-child(17),
#listScheduleContainer td:nth-child(17),
#listScheduleContainer th:nth-child(18),
#listScheduleContainer td:nth-child(18),
#listScheduleContainer th:nth-child(19),
#listScheduleContainer td:nth-child(19),
#listScheduleContainer th:nth-child(20),
#listScheduleContainer td:nth-child(20),
#listScheduleContainer th:nth-child(21),
#listScheduleContainer td:nth-child(21),
#listScheduleContainer th:nth-child(22),
#listScheduleContainer td:nth-child(22),
#listScheduleContainer th:nth-child(23),
#listScheduleContainer td:nth-child(23),
#listScheduleContainer th:nth-child(24),
#listScheduleContainer td:nth-child(24),
#listScheduleContainer th:nth-child(25),
#listScheduleContainer td:nth-child(25)  {
	width: 70px !important;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}


/**** TOTALS COLUMNS HEADER FONTS ****/ 
#listScheduleContainer th:nth-child(16),
#listScheduleContainer th:nth-child(17),
#listScheduleContainer th:nth-child(18),
#listScheduleContainer th:nth-child(19),
#listScheduleContainer th:nth-child(20),
#listScheduleContainer th:nth-child(21),
#listScheduleContainer th:nth-child(22),
#listScheduleContainer th:nth-child(23),
#listScheduleContainer th:nth-child(24),
#listScheduleContainer th:nth-child(25)  {font-size: 12px; line-height: 16px; font-weight: 300;}
 



/******************************* LOCKING DATES ON LIST VIEW *******************************/

#listScheduleContainer table  {
	width: 1812px;
	height: 460px;
	padding-bottom: 40px;
	position: relative;
	font-size: 11px;
	float: left;
}

#listScheduleContainer table thead  {
	position: absolute;
	top: 0;
	left: 0;
}

#listScheduleContainer th  {
	font-size: 11px;
	padding: 3px;
}

#listScheduleContainer table tbody  {
	height: 400px;
	position: absolute;
	top: 60px;
	left: 0;
	overflow: hidden;
	overflow-y: scroll;
	border-top: 1px solid #BEBDBB;
}




/*************** USERS PAGE STYLING ***************/

#account_list_table  {}




/*************** SCHEDULE PAGE STYLING ***************/

#next_last .btn  {
	width: auto;
}

#schedule_form  {
	width: 100%;
	height: auto;
}

.schedule_column:nth-child(1)  {
	width: 40%;
	height: auto;
	float: left;
}

.schedule_column:nth-child(2)  {
	width: 60%;
	height: auto;
	float: left;
}

.schedule_item  {
	width: 400px;
	height: auto;
	margin-bottom: 14px;
}

.schedule_item .split  {height: auto; float: left; padding-top: 7px;}

.schedule_item .split input[type=text]  {margin-top: -3px;}

.schedule_item .split:nth-child(1)  {width: 100px;}
.schedule_item .split:nth-child(2)  {width: 300px;}

.schedule_item .split select  {width: 100%; min-width: 0px; float: left;}

.time_drops .split select  {width: 33.3%; min-width: 0px; float: left;}

.schedule_item .split .zone  {
	display: none;
	width: 300px;
	height: auto;
	max-height: 400px;
	overflow: scroll;
	background-color: #FFF;
	border: 1px solid #152950;
	position: absolute;
}

.zone_list_item  {
	width: 100%;
	height: auto;
	padding: 7px 10px;
	display: block;
	cursor: pointer;
}

.zone_list_item:hover  {background-color: #82a43e;}

#type_of_shift, #schdule_start_end, #schedule_viewType, .type_of_schedule  {
	padding: 10px;
	border: 1px solid #b1b2b4;
	margin-bottom: 14px;
}

.type_of_schedule .btn  {
	width: 48% !important;
	float: left;
	margin: 1%;
}

.section_title  {
	width: 100%;
	height: auto;
	color: #000000;
	margin-bottom: 7px;
}

.schedule_item .btn  {width: 200px;}

.schedule_column table  {
	width: 100%;
	height: auto;
}

.schedule_column thead  {
	padding: 6px 0;
	text-align: center;
	background-color: #152950;
	color: #82a43e;
}

.schedule_column thead th  {
	width: 100%;
	padding: 10px 0;
}

.schedule_column tr td:nth-child(1)  {width: 50%;}
.schedule_column tr td:nth-child(2)  {width: 50%;}

.schedule_column tbody  {border: 1px solid #b1b2b4;}

.schedule_column tbody td  {
	padding: 6px 8px;
	border-bottom: 1px solid #b1b2b4;
}

.schedule_column tbody tr td:nth-child(1)  {border-right: 1px solid #b1b2b4;}

#statDaysTable  {min-width: 500px;}

#statDaysTableBody tr td:nth-child(1), #statDaysTable thead th:nth-child(1)  {width: 20%}
#statDaysTableBody tr td:nth-child(2), #statDaysTable thead th:nth-child(2)  {width: 25%}
#statDaysTableBody tr td:nth-child(3), #statDaysTable thead th:nth-child(3)  {width: 55%;}

.stat_column:nth-child(1)  {padding-right: 10px;}
.stat_column:nth-child(2)  {padding-left: 10px;}

.stat_column .btn  {max-width: 200px;}

.stat_column select  {margin-bottom: 14px;}

.scheduleTimeZone  {
	width: 100%;
	height: auto;
	margin-bottom: 14px;
	border: 1px solid #b1b2b4;
}

.addScheduleDate  {
	width: 100%;
	height: auto;
	background-color: #152950;
	color: #82a43e;
	padding: 6px 8px;
	margin-bottom: 10px;
}

.addscheduleinside  {padding: 0 6px;}

.standby_container  {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.addschduleOptions  {margin-top: 16px;}

.schedule_line  {
	width: 100%;
	height: auto;
	padding: 16px 0;
}

.schedule_line_label  {
	width: 75px;
	height: auto;
	float: left;	
}

.schedule_line_dropcontainer  {
	width: 400px;
	height: auto;
	float: left;
}

.schedule_line_dropcontainer select  {
	width: 30%;
	min-width: 0px;
	height: auto;
	float: left;
	margin-right: 3px;
}

.schedule_line_dropcontainer div  {float: left;}



.addschedulehalf  {
	width: 50%;
	height: auto;
	float: left;
}

.addschedulehalf select  {
	width: 32.3%;
	min-width: 20px;
}

.addshiftbutton  {
	width: 100%;
	height: auto;
	padding-top: 6px;
}

#listPeriod  {
	width: 100%;
}




/*************** MEETINGS STYLING ***************/

.employeeTD  {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.delete_btn  {
	width: auto;
	height: auto;
	padding: 1px 4px;
	margin-left: 6px;
	background-color: #152950;
	color: #82a43e;
	border: 0;
	cursor: pointer;
}

.empListItems .btn  {
	max-width: 100px;
	margin: 0 10px;
}




/*************** WARNINGS STYLING ***************/

.warning_text  {
	width: 100%;
	height: auto;
	font-family: 'Open Sans';
	text-align: center;
	margin-bottom: 20px;
}








/*************** ATTENDANCE RECORD STYLING ***************/

.tableIdentifier  {
	width: 100%;
	height: auto;
	font-size: 20px;
	padding: 20px 0 6px 0;
}











#welcome_head_info  {margin-right: 145px;}

.col
    {
        float: left;
        margin-right: 15px;
    }





    .title
    {
        display: block;
    }


   

    .table-colorBox
    {
        vertical-align:middle;
        display:inline-block;
        width:55px;
        height:50px;
    }

    .inner_table
    {
        width: 100%;
    }
    .inner_td
    {
        display: inline-block;
        margin-right: 10px;
        /*width: 33%;*/
    }

    #schedule_table
    {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }



    /*********** Report ************/
    .reportTdItem
    {
     
      display: block;
      padding: 3px;
    }

    


/*    #TWGridModal td{

        display: inline-block;
    }*/
    #TWGridModal label{
        float: left;
    }
    #firstWeek_TWGrid input{
        max-width: 10% !important;
        float: left;
        margin-left: 8px;
    }
    #secondWeek_TWGrid input{
        max-width: 10% !important;
        float: left;
        margin-left: 8px;
    }

  input.senTimeInput
  {
    width: 75px;
    height: auto;
    display: inline-block;
  }

  .addNewShiftCell
  {
    display: block;
    width: 100%;
    min-height:30px;
  }

input.hourInput{
    width: 35px;
    height: auto;
    display: inline-block;
}

input.minInput{
    width: 35px;
    height: auto;
    display: inline-block;
}

.hoursType{
    width: 100px;
    margin-top: 5px;
    display: inline-block;
}


  input.hourInput
  {
    width: 35px;
    height: auto;
    display: inline-block;
  }

  input.minInput
  {
    width: 25px;
    height: auto;
    display: inline-block;
  }
    #colorBox
    {
        width: 65px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
    }

  .cancelLeave_cell
  {
    width: 125px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
  }
  .cancelLeave_cell
  {
    width: 125px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
  }
  input.hourInput
  {
    width: 35px;
    height: auto;
    display: inline-block;
  }

  input.minInput
  {
    width: 35px;
    height: auto;
    display: inline-block;
  }
    .left_panel {
        float: left;
    }

    .right_panel {
        float: left;
        height: auto;
        margin-left: 10%;
        overflow: scroll;
    }



#account_list_table thead th:nth-child(1)  {width: 10% !important;}
#account_list_table thead th:nth-child(2)  {width: 10% !important;}
#account_list_table thead th:nth-child(3)  {width: 10% !important;}
#account_list_table thead th:nth-child(4)  {width: 15% !important;}
#account_list_table thead th:nth-child(5)  {width: 10% !important;}
#account_list_table thead th:nth-child(6)  {width: 10% !important;}
#account_list_table thead th:nth-child(7)  {width: 35% !important;}

#report_table tr td, .reportLocationItem  {cursor: pointer;}



 
 
 
/*************** PERMISSIONS STYLING ***************/

.perm_item  {
	width: 100%;
	height: auto;
	padding: 8px 10px;
	font-weight: 500;
	font-size: 14px;
}

.perm_item:nth-child(even)  {background-color: #e1e1e1;}

.perm_item_title  {
	width: 300px;
	height: auto;
	float: left;
	font-weight: 700;
	padding-bottom: 6px;
}

.perm_switch_container  {
	width: auto;
	height: auto;
	float: left;
}

.switch_label  {
	float: left;
	font-size: 10px;
	padding-top: 8px;
}

.switch_container  {
	float: left;
	padding: 0 5px;
}









/******************************* LEAVE GRID *******************************/

.tr_seperator  {
	width: 100%;
	height: 20px;
}

#TWGridModal .tr_bluebg  {
	background-color: #152950 !important;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
}

.tw_grid_item_label select  {
	width: 90% !important;
	min-width: 0px !important;
	height: auto;
	float: left;
	padding: 4px 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.tw_grid_item_input input{
	width: 40%;
	height: auto;
	float: left;
	padding: 4px 8px;
}

.tw_grid_btn_container  {
	text-align: center;
	padding: 4px 8px;
}

.tw_grid_btn_container input  {
	width: 70% !important;
	margin: 0 auto;
}
.tw_grid_item_btn{ 
	margin-top: 4px; 
}


@media (max-width: 1023px) {

#page  {min-width: 0;}

.page_body  {padding: 16px 8px;}

#listPeriodBody .table_btn  {width: 100%; border: 1px solid #AFAEAC; margin-bottom: 4px;}

#listPeriodBody .table_btns_container  {border-radius: 0px; border: none;}

#listPeriod  #listPeriodBody td  {padding: 4px; font-size: 14px;}

#listPeriod tr th:nth-child(1), #listPeriod tr td:nth-child(1)  {width: 25%;}

#listPeriod tr th:nth-child(2), #listPeriod tr td:nth-child(2)  {width: 25%;}

#listPeriod tr th:nth-child(3), #listPeriod tr td:nth-child(3)  {width: 25%;}

#listPeriod tr th:nth-child(4), #listPeriod tr td:nth-child(4)  {width: 25%;}

#listPeriodBody .table_btns_container  {margin-bottom: -27px;}

}

/************* CHANGELOG *************/

.changelog-notification-dot {
    position: absolute;
    top: -2px;
    right: -4px;
    width: 8px;
    height: 8px;
    background: #8C1F27;
    border-radius: 50%;
}

.changelog-entry {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.changelog-entry:last-child {
    border-bottom: none;
}

.changelog-version {
    font-size: 14px;
    margin-bottom: 6px;
}

.changelog-entry ul {
    padding-left: 20px;
}

.changelog-entry li {
    list-style: disc;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}