@charset "UTF-8";
/* CSS Document */
/**
/*-----------------------------------*/
/* Cookies */
/*-----------------------------------*/ 
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: none;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    text-align:center;
    background-color: #000;
}
#infobox3 p {
    line-height:auto;
    font-size:12px;
    text-align:center;
	margin: 0em;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}
* CSS RESET BROWSER Settings
*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

body {
	background: url(../images/toolbar/bg.jpg);
}
.main {
	margin: auto;
}

.coloringBook {
	margin: 0px;
	text-align:center;
}


h1{
	font-family:"Comic Sans MS", cursive;
	 background:url(../images/toolbar/rainbow.jpg);
	color:#357A9F;
	
}
.thumbnails .selected {
	
background-color: #49AFCD;
}
/**
* Styles for screens with width less than 801px
*/
   
@media screen and (max-width:800px) {
img {
	max-width: 100%;
}

.coloringBook, .toolBar, .drawArea {
	max-width: 100%
}
.undoButton, .thumbNailButton, .saveButton{
	display: none;
	
	
	
}
.coloringBook .toolBar>li:hover {
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-o-transform: scale(0.98);
	transform: scale(0.98);
	-ms-transform: scale(0.98);
}
.coloringBook .toolBarWrap {
background: url("../images/toolbar/toolbar2.png") repeat scroll 0 0 transparent;
padding: 1px;
}
.coloringBook .toolBarWrap .toolBar>li {
	color:#55BEFB;
	font-size:12px;
	font-family:'Averia Gruesa Libre', cursive;
	list-style: none;
	text-align: center;
	background: rgb(253,253,253);
	background:url(../images/toolbar/toolbar.png) repeat; 


}
}



#rabidKCDPrintImage{
	max-height: 90%;
}
.row-fluid [class*="span"] {
	min-height: 0px;
}
/**
*  Styles for screens larger than 800px
*/
@media screen and (min-width:801px) {
.coloringBook .toolBarWrap {
background: url("../images/toolbar/toolbar2.png") repeat scroll 0 0 transparent;
display: inline-block;

}
.coloringBook .toolBarWrap .toolBar {
background: url("../images/toolbar/toolbar2.png") repeat-x scroll center bottom transparent;
display: inline-block;
list-style: none outside none;
padding: 1px;
position: relative;
text-align: center;
}
.coloringBook .toolBarWrap .toolBar>li {
	color:#55BEFB;
	font-size:12px;
	font-family:'Averia Gruesa Libre', cursive;
	width:90px;
	height:65px;
	display: inline-block;
	list-style: none outside none;
	padding: 3px;
	margin: 1px;
	background:url(../images/toolbar/toolbar.png) repeat; 
}
.coloringBook .toolBar>li:hover {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	
}
}
.coloringBook .toolbar.undoButton {
}
.coloringBook .toolbar .colorPicker-picker {
}
.coloringBook .toolbar .saveButton {
}
.coloringBook .toolbar .thumbNailButton {
}
/* modal window*/
.modalOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #000;
	opacity: 0.4;

	z-index: 101;
	display: none;
	cursor:pointer
}
.modalWindow {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	margin: 0;
	border: 2px solid #151515;
	/*width:400px;
    height:300px;           done in script now*/
	text-align: center;
	word-spacing: 2px;
	line-height: 15px;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	/*padding:10px;*/
	display: none;
	z-index: 102;
	background: url("../images/toolbar/bg.png") repeat scroll 0 0 transparent;
	padding:5px;
	
}
.modalWindow img{
	max-height:100%;
	max-width:100%;
	padding:5px;

}
.modalWindow .dialogHeader {
	cursor: pointer;
	padding:30px;
	
	background:url(../images/toolbar/toolbar.png) repeat; 

}
.coloringBook .thumbnailWrap {
	/*margin-top: 15px;
	display: inline-block;
	position:relative;
	
	
		background:url("../images/toolbar/toolbar2.png") repeat scroll 0 0 transparent*/

}
.coloringBook .thumbnailWrap .thumbnailHolder {
	list-style: none;
	display:inline-block;
	padding: 10px;

}
.coloringBook .thumbnailWrap .thumbnailHolder>li {
	display: inline-block;
	list-style: none;
	padding: 5px;
	margin: 8px;
	cursor:pointer;
	background:url(../images/toolbar/toolbar.png) repeat; 

}

/*
li {
        width: 80;
        min-height: 80px;
        border: 1px solid #000;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        zoom: 1;
        *display: inline;
        height: 80;
    }*/
.coloringBook .drawArea {
	clear: both;
	text-align: center;
	display:inline-block;
	max-width: 100%;
		

}
.coloringBook canvas {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
	max-width: 100%;
}
/**
*Color Picker styles
*/
div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
}

div.colorPicker-palette {
  width: 220px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
  	background:url(../images/toolbar/toolbar.png) repeat; 

}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 24px;
  width: 24px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
body{
  color:#FFF;
}

@media screen and (max-width:800px){
  div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
}

div.colorPicker-palette {
  width: 220px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 48px;
  width: 48px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

}
@font-face {
  font-family: 'Averia Gruesa Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Averia Gruesa Libre'), local('AveriaGruesaLibre-Regular'), url(http://rabidflash.com/fonts/10vbZTOoN6T8D-nvDzwRF-n6_Kji9IOFAqEuXypQ7aQ.woff) format('woff');
}

/*Styles for screens for width 767px or less */

@media (max-width: 767px) {
	/**
	*Custom bootstrap styles START
	*/
	.thumbnails > li{
		
		display:inline-block;
	}

	
	.modal { 
	    position: fixed; 
	    top: 3%; 
	    right: 3%; 
	    left: 3%; 
	    width: auto; 
	    margin: 0; 

	}
	.modal-body { 
	    height: 60%; 
	}
	/**
	*Custom bootstrap styles END
	*/

	/**
	*Custom styles
	*/
	.btn-mobile-block{
		display: block;
		width: 100%;
		padding-right: 0
	}
	
}

/**
	*Custom bootstrap styles START
	*/

.row-fluid{
	margin-bottom: 1px;
}
.span12{
	min-height: 0px;
}
.thumbnails > li {
	margin-left: 10px;
	display: none;
	float: none;
	margin-bottom:5px;
}
.thumbnails .selected{
	background-color:#49AFCD;
}

.btn,.accordion-group {
	border-radius:0;
}
.modal{
	   color: black;
}
/**
	*Custom bootstrap styles END
	*/	