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

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #fafafa;
}

.loginWindow {
	background-color: #ffffff;
	position: fixed;
    left: 50%;
    top: 45%;
    height: 410px;
    margin-top: -205px;
    width: 500px;
    margin-left: -250px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .15);
}

.fillBackground {
    background: url(images/backgroundImage.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
    background-size: cover;
}

.companyName {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #ffffff;
    background-color: #176b4d;
}

.menuItem {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #eeeeee;
    background-color: #459e80;
    cursor: pointer;
    text-align:center;
    vertical-align: top;
    padding: 10px 15px 10px 15px;
    display: inline-table;
}

.menuItem:hover {
    background-color: #176b4d;
    color: #ffffff;
}

.menuItemLocked {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #cccccc;
    background-color: #459e80;
    text-align:center;
    vertical-align: top;
    padding: 10px 15px 10px 15px;
    display: inline-table;
}

.menuItemMSelected {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #ffffff;
    background-color: #218160;
    text-align:center;
    vertical-align: top;
    padding: 10px 15px 10px 15px;
    display: inline-table;
}

.menuItemSelected {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #333333;
    background-color: #ffffff;
    cursor: pointer;
    text-align:center;
    vertical-align: top;
    border-right: 1px solid #444b4e;
}

.menuItemAdmin {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #eee66a;
    background-color: #459e80;
    cursor: pointer;
    text-align:center;
    vertical-align: top;
}

.menuItemAdmin:hover {
    background-color: #176b4d;
}

.menuItemAdminLocked {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #eee66a;
    background-color: #459e80;
    text-align:center;
    vertical-align: top;
}

.menuItemInactive {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #cccccc;
    background-color: #2681dc;
    text-align:center;
    vertical-align: top;
}

.robotoFuter {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #d4d4d4;
}

.robotoGreyLight10 {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #999999;
}

.robotoGreyLight10-100 {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 100;
    color: #999999;
}

.robotoDarkGrey10-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight:300;
    color: #333333;
}

.robotoBlack10-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight:300;
    color: #000000;
}

.robotoGrey12 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
}

.robotoGrey12-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:300;
    color: #666666;
}

.robotoDarkGrey12-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:300;
    color: #333333;
}

.openSansCondensedDarkGrey12 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:300;
    color: #333333;
}

.openSansCondensedDarkGrey12-700 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:700;
    color: #555555;
}

.robotoGreyLight12-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:300;
    color: #999999;
}

.robotoWhite12-100 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:100;
    color: #ffffff;
}

.robotoRed12-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:300;
    color: #fc5830;
}

.robotoGreen12-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #4caf50;
}

.robotoDarkGreen12-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #176b4d;
}

.robotoBlack12-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:300;
    color: #000000;
}

.robotoWhite12 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

.robotoRed14 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #fc5830;
}

.robotoWhite14 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.robotoDarkGreen14-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #176b4d;
}

.robotoDarkGrey14-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #333333;
}

.robotoBlack14-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight:300;
    color: #000000;
}

.robotoBlack14-500 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight:500;
    color: #000000;
}

.robotoGrey16-300 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #666666;
}

.ptSansNarrowWhite18-400 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #ffffff;
}

.ptSansNarrowGrey18-400 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #666666;
}

.ptSansNarrowBlack18-400 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:400;
    color: #000000;
}

.ptSansNarrowBlack24-400 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight:400;
    color: #000000;
}

.robotoGrey24-400 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
}

.inputBoxLogin {
    border: solid 1px #dfdfdf;
   -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
           border-radius: 2px;
   height: 40px;
   width: 456px;
   margin-left: 20px;
   display: inline-block;
}

.inputTexboxLogin {
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #176b4d;
    outline: none;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 9px;
    width: 380px;
}

.buttonLoginGreen {
    margin-left:20px;
    margin-right:20px;
    background-color: #4caf50;
    color: #fff;
    border: 0;
    -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
           border-radius: 2px;
    padding: 12px 18px 14px 18px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-align:center;
}

.searchBox {
    border: none;
    -webkit-border-radius: 13px;
       -moz-border-radius: 13px;
            border-radius: 13px;
    width:190px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 4px;
    background-color:#ffffff;
}

.inputBoxSearch {
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #176b4d;
    outline: none;
    margin-top:1px;
    height: 21px;
    width: 146px;
}

.inputBoxBasic {
    border: solid 1px #a4abae;
    background-color: #f4f4f4;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #176b4d;
    outline: none;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    height:18px;
}

.inputBoxBasicDisabled {
    border: solid 1px #f4f4f4;
    background-color: #f4f4f4;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #176b4d;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    height: 24px;
    padding-top: 5px;
}

.searchBoxDeliverer {
    border: solid 1px #a4abae;
    background-color: #f4f4f4;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    color: #176b4d;
    height: 30px;
    width: 240px;
}

.inputBoxDeliverer {
    border: solid 1px #f4f4f4;
    background-color: #f4f4f4;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #176b4d;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    height:17px;
}

.inputBoxFindProduct {
    border: solid 1px #f4f4f4;
    background-color: #f4f4f4;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #176b4d;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    height:17px;
}

.inputBoxSearchDate {
    border: none;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #176b4d;
    outline: none;
    padding-top: 4px;
    padding-bottom: 3px;
    width:80px;
    text-align:center;
}

.submenuAdmin {
    width: 200px;
    height: 241px;
    display: block;
    position: fixed;
    top: 40px;
    right: 0px;
    background-color: #fff;
    z-index: 200;
    -webkit-border-bottom-right-radius: 2px;
     -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomright: 2px;
         -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #444b4e;
    border-top: 0;
    background-clip: padding-box;
}

.adminIconBorder {
    border: solid 1px #666666;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    width: 100px;
    height: 100px;
}

.adminIcon {
    border: none;
    -webkit-border-radius: 45px;
       -moz-border-radius: 45px;
            border-radius: 45px;
}

.subMenuItemRed {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    background-color: #ffffff;
    cursor: pointer;
}

.subMenuItemRed:hover {
    background-color: #ebebeb;
    color: #fc5830;
}

.subMenuItem {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    background-color: #ffffff;
    cursor: pointer;
}

.subMenuItem:hover {
    background-color: #459e80;
    color: #ffffff;
}

.subMenuItemInactive {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #cccccc;
    background-color: #ffffff;
}

.subMenuItemSelected {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    background-color: #E6F8F2;
}

.subMenuItemLocked {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #dddddd;
    background-color: #ffffff;
}


.subMenuItemRed {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    background-color: #ffffff;
    cursor: pointer;
}

.subMenuItemRed:hover {
    background-color: #ebebeb;
    color: #fc5830;
}

.selectObect {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
    display: inline-table;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #176b4d;
    margin-right: 1px;
    cursor: pointer;
}

.selectObect:hover {
    background-color: #E6F8F2;
    color: #666666;
}

.selectedObect {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #666666;
    display: inline-table;
    width: 200px;
    height: 40px;
    text-align: center;
    background-color: #ffffff;
    margin-right: 1px;
    cursor: pointer;
}

.leftPanel {
    position:fixed;
    left: 0px;
    top: 40px;
    bottom: 30px;
    width: 210px;
    background-color:#ffffff;
    border-right: 1px solid #444b4e;
    z-index:100;
}

.leftPanelItem {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:300;
    color: #999999;
    background-color: #ffffff;
    cursor: pointer;
}
.leftPanelItem:hover {
    background-color: #ebebeb;
}


.leftPanelItemNS {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:300;
    color: #999999;
    background-color: #ffffff;
}

.roundIconValue {
    min-width: 20px;
    height: 20px;
    text-align:center;
    background-color: #eeeeee;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
           border-radius: 10px;
    display: inline-table;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.roundIconGrey {
    width: 24px;
    height: 24px;
    text-align:center;
    background-color: #999999;
    -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
           border-radius: 12px;
    display: inline-table;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.roundIconGreen {
    width: 24px;
    height: 24px;
    text-align:center;
    background-color: #4caf50;
    -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
           border-radius: 12px;
    display: inline-table;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.buttonCancel {
    width: 110px;
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #a4abae;
    -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
           border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: inline-table;
    text-align:center;
}

.buttonSave {
    width: 110px;
    background-color: #1d825e;
    color: #fff;
    border: 1px solid #176b4d;
    -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
           border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: inline-table;
    text-align:center;
}

.buttonSend {
    width: 110px;
    background-color: #e67e22;
    color: #fff;
    border: 1px solid #d35400;
    -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
           border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: inline-table;
    text-align:center;
}

.buttonDelete {
    width: 110px;
    background-color: #e74c3c;
    color: #fff;
    border: 1px solid #c0392b;
    -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
           border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: inline-table;
    text-align:center;
}

.buttonDateSearch {
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #176b4d;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 3px;
    width:80px;
    text-align:center;
}

.errorMessage {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color:#ff0000;
    background-color:#ffffff;
    border:2px solid #FF0000;
    outline:none;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

/* table rows */
tr.borderBottom td {
    border-bottom: 1px solid #ebebeb;
}

tr.borderTop td {
    border-bottom: 1px solid #ebebeb;
}

tr.borderTopHBottom td {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #ebebeb;
}

tr.borderBottomH td {
    border-bottom: 1px solid #d9d9d9;
}

tr.borderBT td {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

tr.borderNone td {
    border: none;
}

tr.borderTopH td {
    border-top: 1px solid #d9d9d9;
}

.noOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.editWarehouse, .editPotrebitel {
	background-color: #ffffff;
	position: fixed;
    left: 50%;
    top: 45%;
    height: 400px;
    margin-top: -200px;
    width: 500px;
    margin-left: -250px;
    z-index: 300;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #444b4e;
}

.editMeasures {
	background-color: #ffffff;
	position: fixed;
    left: 50%;
    top: 45%;
    height: 344px;
    margin-top: -180px;
    width: 400px;
    margin-left: -200px;
    z-index: 300;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #444b4e;
}

.editProducts {
	background-color: #ffffff;
	position: fixed;
    left: 50%;
    top: 45%;
    height: 337px;
    margin-top: -170px;
    width: 420px;
    margin-left: -210px;
    z-index: 300;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #444b4e;
}

.selectProductWindowMove {
	background-color: #ffffff;
	position: fixed;
    left: 50%;
    top: 50%;
    height: 183px;
    margin-top: -91px;
    width: 360px;
    margin-left: -180px;
    z-index: 300;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #176b4d;
    -webkit-box-shadow: 0px 0px 8px 2px #666666;
       -moz-box-shadow: 0px 0px 8px 2px #666666;
            box-shadow: 0px 0px 8px 2px #666666;
}

.selectProductWindow {
	background-color: #ffffff;
	position: fixed;
    left: 50%;
    top: 50%;
    height: 312px;
    margin-top: -156px;
    width: 360px;
    margin-left: -180px;
    z-index: 300;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #176b4d;
    -webkit-box-shadow: 0px 0px 8px 2px #666666;
       -moz-box-shadow: 0px 0px 8px 2px #666666;
            box-shadow: 0px 0px 8px 2px #666666;
}

.selectProductWindowP {
	background-color: #ffffff;
	position: fixed;
    left: 50%;
    top: 50%;
    height: 312px;
    margin-top: -156px;
    width: 460px;
    margin-left: -230px;
    z-index: 300;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #176b4d;
    -webkit-box-shadow: 0px 0px 8px 2px #666666;
       -moz-box-shadow: 0px 0px 8px 2px #666666;
            box-shadow: 0px 0px 8px 2px #666666;
}

.uploadPanelItem {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight:300;
    color: #666666;
    background-color: #ffffff;
    cursor: pointer;
}
.uploadPanelItem:hover {
    font-weight:500;
    background-color: #E6F8F2;
    color:#333333;
}

.uploadFileWindow {
	background-color: #ffffff;
	position: fixed;
    left: 50%;
    top: 50%;
    height: 214px;
    margin-top: -107px;
    width: 260px;
    margin-left: -130px;
    z-index: 300;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #176b4d;
    -webkit-box-shadow: 0px 0px 8px 2px #666666;
       -moz-box-shadow: 0px 0px 8px 2px #666666;
            box-shadow: 0px 0px 8px 2px #666666;
}

.deleteWindow {
	position: fixed;
  	left: 50%;
  	top: 50%;
  	height: 220px;
  	margin-top: -110px;
  	width: 400px;
  	margin-left: -200px;
    
    background-color: #ffffff; 
    
    border: 2px solid #c0392b;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
            
    -webkit-box-shadow: 0px 0px 10px 0px rgba(192,58,43,.5);
       -moz-box-shadow: 0px 0px 10px 0px rgba(192,58,43,.5);
            box-shadow: 0px 0px 10px 0px rgba(192,58,43,.5);

	-webkit-animation: cssAnimation 0.3s 1 ease;
	-moz-animation: cssAnimation 0.3s 1 ease;
	-o-animation: cssAnimation 0.3s 1 ease;
}

@-webkit-keyframes cssAnimation {
	from { -webkit-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px); }
	to { -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
	from { -moz-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px); }
	to { -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
}
@-o-keyframes cssAnimation {
	from { -o-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px); }
	to { -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
}

.selectDeliverer {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight:300;
    color: #176b4d;
    background-color: #ffffff;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
    height:30px; 
    width:240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selectDeliverer:hover {
    color: #ffffff;
    background-color: #176b4d;
}

.addNewMainButton {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight:300;
    text-align: center;
    color: #f5f5f5;
    cursor:pointer;
    display:inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.addNewMainButton:hover {
    background-color: #459e80;
    font-weight:300;
}

.sortIcon20 {
    display: inline-table;
    width: 12px;
    height: 12px;
    padding: 3px;
    cursor: pointer;
    border: none;
    border: 1px solid #fafafa;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.sortIcon20:hover {
    border: 1px solid #b4bbbe;
    background-color: #f5f5f5;
}

.mainScreenItem1 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    background-color: rgb(69, 158, 128);
    border: 1px solid #176b4d;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.mainScreenItem1:hover {
    background-color: #176b4d;
}

.mainScreenItem0 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    background-color: #999999;
    border: 1px solid #666666;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.nonEditablePolyGreen {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding: 5px;
    color: #176b4d;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    display: inline-block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}