/*
CSS ITS Mobile

*/

#its-mobile-wrapper
{
   box-sizing:border-box;
  -moz-box-sizing:border-box;
   width: 100%; 
   padding: 10px;
   background: rgba(223, 223, 223, 0.9);
}

#its-mobile-frame
{
   margin: 0;
   width: 100%; 
   height: 600px;
}  

/*** Backend **/

.its_admin_wrap
{
	width: 100%;
  max-width: 800px;  
}
.box_100
{
  
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width: 100%;
  padding: 10px; 
  padding-left: 0; 
}

.box_50
{
  
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width: 50%;
  padding: 10px;
  float: left;
  padding-left: 0; 
}

.its_logo
{
  background: url('./../images/its-full-150.png') no-repeat;
  background-position: right bottom;
  height: 50px; 
}

.head_icon_36, .head_icon_20
{
    float: left;
    height: 36px;
    margin: 0 10px 0 0;
    width: 36px;  
    background: url('./../images/its-s-36.png');
    background-size: cover;
}

.head_icon_20
{
  width: 20px;
  height: 20px;
}

#its_mobile_options_form, .info_box
{
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 3px;
}

#its_mobile_options_form th
{
  width: auto;
  max-width: 260px;	
}


.info_box
{
  border: 0;
}


#its_mobile_options_form input[type=text],#its_mobile_options_form textarea 
{
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 4px;
  font-family:  Arial, sans-serif;
  box-shadow: inset 1px 1px 2px -1px rgba(0,0,0,0.7);
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
}


#its_mobile_options_form input[type='submit']
{
  border:0;
  border-radius: 3px;
  padding: 3px 8px;
  color: #FFF;
  margin: 0 auto;;
  font-weight: bold;
  cursor: pointer;
	background-color: #FE682B;
	/*background-image: linear-gradient(to bottom, #E80202, #770000);*/
  background-image: linear-gradient(to bottom, #FE682B, #9b0103);
	background-repeat: repeat-x;
	display: block;
}

#its_mobile_options_form input[type='submit']:hover
{
  background-color: #9b0103;
  background-image: linear-gradient(to top, #FE682B, #9b0103);
  background-repeat: repeat-x;
}



.clear
{
	clear: both;
}


.title_info_box
{
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.info_box ul
{
	list-style: square url('./../images/list-square-orange.png') outside;
	margin-left:20px;
}

.its_morelink
{
  display: block;
  text-align: right;
  font-weight: bold;
  text-decoration: none;
  color:#FE682B;
  text-shadow: 1px 1px 1px #CCC;
  
}

.text_italic
{
	font-style: italic;
}



