/*!
* Materialize v1.0.0-beta (http://materializecss.com)
* Copyright 2014-2017 Materialize
* MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
*/

.select-checkbox select{display: none;}
.select-checkbox ul{list-style: none; padding: 0px; margin-top: 0px} 
.select-checkbox ul li{display: inline-block; padding-right: 10px;}
.select-checkbox ul li span{padding-left: 5px;}
.select-checkbox .select-dropdown.dropdown-trigger{display: none;}
.select-checkbox .caret {display: none;}
.select-checkbox label span {position: relative; margin-left: -20px; padding-left: 25px !important;}

.select-dropdown-box .select-dropdown.dropdown-trigger{cursor: pointer !important; text-align: left !important; padding-right: 40px;}
.select-dropdown-box .dropdown-content {background-color:#fff; margin:0; display:none; min-width:100px; overflow-y:auto; opacity:0; position:absolute; left:0; top:40px !important; z-index:9999; -webkit-transform-origin:0 0; transform-origin:0 0}
.select-dropdown-box .dropdown-content li:hover, .select-dropdown-box .dropdown-content li.active {background-color:#eee}
.select-dropdown-box .dropdown-content li>a, .select-dropdown-box .dropdown-content li>span {font-size:16px; color:#555; display:block; line-height:22px; padding:14px 16px}
.select-dropdown-box [type="checkbox"]:not(:checked), .select-dropdown-box  [type="checkbox"]:checked { position:absolute; opacity:0; pointer-events:none}
.select-dropdown-box [type="checkbox"]+span:not(.lever) {position:relative; padding-left:35px; cursor:pointer; display:inline-block; height:25px;line-height:25px; font-size:1rem; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; color: #555;}
.select-dropdown-box [type="checkbox"]+span:not(.lever):before, .select-dropdown-box [type="checkbox"]:not(.filled-in)+span:not(.lever):after {content:''; position:absolute; top:0; left:0; width:18px; height:18px; z-index:0; border:2px solid #5a5a5a; border-radius:1px; margin-top:3px; -webkit-transition:.2s; transition:.2s}
.select-dropdown-box [type="checkbox"]:not(.filled-in)+span:not(.lever):after {border:0; -webkit-transform:scale(0); transform:scale(0)}
.select-dropdown-box [type="checkbox"]:not(:checked):disabled+span:not(.lever):before {border:none; background-color:rgba(0,0,0,0.42)}
.select-dropdown-box [type="checkbox"]:checked+span:not(.lever):before {top:-4px; left:-5px; width:12px; height:22px; border-top:2px solid transparent; border-left:2px solid transparent; border-right:2px solid #39b4c8; border-bottom:2px solid #39b4c8; -webkit-transform:rotate(40deg); transform:rotate(40deg); -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transform-origin:100% 100%; transform-origin:100% 100%}
.select-dropdown-box .select-wrapper {position:relative; width: 100%; text-align: left !important;}
.select-dropdown-box select{display: none;}
.select-dropdown-box ul{list-style: none; padding: 0px;}
.select-dropdown-box .caret {position: absolute;right: 15px; top: 19px;}

@media screen and (min-width: 767px) {
	.select-dropdown-box .dropdown-content {width: 1200px !important; left: 50% !important; transform: translate(-50%) !important; box-shadow: 0 0 10px #ccc;}
	.select-dropdown-box .dropdown-content li:first-child{width: 100% !important; display: none;}
	.select-dropdown-box .dropdown-content li {width: 50% !important;float: left;}
}

@media screen and (max-width: 1280px) {
	.select-dropdown-box .dropdown-content {width: 1120px !important;}
}
@media screen and (max-width: 1199px) {
	.select-dropdown-box .dropdown-content {width: 1040px !important;}
}
@media screen and (max-width: 1129px) {
	.select-dropdown-box .dropdown-content {width: 1000px !important;}
}
@media screen and (max-width: 1079px) {
	.select-dropdown-box .dropdown-content {width: 940px !important;}
}
@media screen and (max-width: 1023px) {
	.select-dropdown-box .dropdown-content {width: 920px !important;}
}
@media screen and (max-width: 999px) {
	.select-dropdown-box .dropdown-content {width: 900px !important;}
}
@media screen and (max-width: 979px) {
	.select-dropdown-box .dropdown-content {width: 880px !important;}
}
@media screen and (max-width: 959px) {
	.select-dropdown-box .dropdown-content {width: 860px !important;}
}

@media screen and (max-width: 900px) {
	.select-dropdown-box .dropdown-content {width: 840px !important;}
}
@media screen and (max-width: 879px) {
	.select-dropdown-box .dropdown-content {width: 810px !important;}
}
@media screen and (max-width: 845px) {
	.select-dropdown-box .dropdown-content {width: 782px !important;}
}
@media screen and (max-width: 822px) {
	.select-dropdown-box .dropdown-content {width: 762px !important;}
}
@media screen and (max-width: 799px) {
	.select-dropdown-box .dropdown-content {width: 725px !important;}
}

@media screen and (max-width: 767px) {
	.select-dropdown-box .dropdown-content {width: 100% !important;}
	.select-dropdown-box [type="checkbox"] + span:not(.lever){white-space: initial;}
}
