/* do not use without permission */

  @media only screen and (max-width : 688px) { 
     #dateslice1{
        font-size: 13px;
    }
    
    #hours,#minutes,#seconds,#colon{
        font-size: 15px;  
        margin-top: -1px;
    }
   
}
 @media only screen and (max-width : 600px) {
    
     
 }
      .timeslice{
                    background: #202731;
                    padding: 15px;
                    height: 50px; 
                }
                 
.timeslice div{ 
     text-align: center;
    font-size:35px; 
  color:#fff; 
  font-weight: 500;
}

#hours,#minutes,#seconds,#colon{  
        margin-right: 1%;
    }
    #alarmlabel{
        margin-top: 10px;
        
    }
 #hours_minus{
    margin-right: 15%;
}
#minutes_minus{
    margin-right: 30%;
}
#hours_plus,#minutes_plus,#seconds_plus{
    margin-right: 3px;
}
#btn-control{
    margin-left: 30%;
}
   #btn-control div{   
    padding: 8px 12px;
    font-size: 15px;
    margin-top: 10px;
    color: #aeb5be;
    background-color: #656a70;
    cursor: pointer; 
    font-weight: bold;
    display: inline-block;
    border-right: 1px solid #5e6369;
}
    
                 .tabs_item img {   cursor: pointer;  
                                    background-image: linear-gradient(#CDCDCD, #CDCDCD, #CDCDCD); 
                                 } 
                                 #sound .activeimg {
                                    background-image: linear-gradient(#008cdd, #008cdd, #008cdd);
                                    background-blend-mode: overlay;
                                    background-size: contain;   
                                    cursor: pointer;
                                    cursor: hand; 
                                    display: inline-block; 
                                }
                            
                .alarm-control span,.tab-control span,.snoozer-control span,#teastalaram span{

                    padding: 8px 12px;
                    font-size: 15px;
                    margin-top: 10px;
                    color: #aeb5be;
                    background-color: #656a70;
                    cursor: pointer; 
                    font-weight: bold;
                    display: inline-block;
                    border-right: 1px solid #5e6369;
                }
                .alarm-control .active,.tab-control .active,#teastalaram span.active{
                    color: #ffffff;
                    background-color: #008cdd;
                    cursor: default;
                }
                .snoozer-control .active {
                    color: #ffffff;
                    background-color: #008cdd;
                    cursor: default;
                }
/*                .alarm-control{
                    padding-top: 4px;
                     margin-right: -5px; 
                    float: right;
                }*/
                
                    .tabs {
                        display: table;
                        position: relative;
                        overflow: hidden;
                        padding: 10px;
                        margin: 0;
                        width: 100%; 
                    }
.alarmcontent {
                        display: table;
                        position: relative;
                        overflow: hidden;
                        padding: 15px;
                        margin: 0;
                        width: 100%; 
                        background: #eee;
                    }

                    .tabs_item { color: #000;
                                 display: none;
                                 padding: 30px 0;
                    } 
                    .clock{
                            font-weight: 200;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
     font: bold 16pt sans;
    background: #ddf;
    padding:7px;
    border: solid black 2px;
    border-radius: 10px;
}
            
                       
.clock2 {
  background-color: #3c434c; 
  margin:auto;
  padding:45px; 
  overflow: hidden;
}
 
.clock2 {
  background-color: #cdd5dc;
}     
.dateslice{
    font-family: 'Orbitron', sans-serif;
  font-size:23px;
  padding-bottom: 10px;
  line-height:25px;
  color:#000;
  font-weight: 300;
}

.btnslice{  
    height: 100px;
  color:#000;
  font-weight: 300;
  margin-left: 25%;
}                  
/*.alarambutton { 
    text-indent: -9999px;
    cursor: pointer; 
    height: 30px;
    width:40px;
    float: left;
    text-align: center; 
}*/

.dec { 
   
    background: url(../../uploads/minus.png) no-repeat;
}.inc {  
    background:  url(../../uploads/plus.png) no-repeat;
    
}
                  
        
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
        display: none; 
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #008cdd;
	display: inline-block; 
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
} 
.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
   
  #whateverID{
    overflow: hidden;
  z-index: 1;   
} 
#overlayembed {
  position: absolute; 
  top: 34%; 
  laft:5%;
  color: #FFF; 
  text-align: center;
  font-size: 16px;
/*  background-color: rgba(221, 221, 221, 0.3);*/
  width: 640px;
  padding: 10px 0;
  z-index: 2147483647;
}  
 #overlay {
  position: absolute; 
  top: 18%; 
  color: #FFF; 
  text-align: center;
  font-size: 16px;
/*  background-color: rgba(221, 221, 221, 0.3);*/
  width: 640px;
  padding: 10px 0;
  z-index: 2147483647;
}   
#video_player { 
    overflow: hidden;
  z-index: 1;
}       
                                
                                
                                
                            input[type='file'] {
                                    border: 3px dashed #999;
                                    padding:  30px;
                                    cursor: move;
                                    position:relative; 
                                }
                                 #video_file:before {
                                    content: "Drag & Drop Video files here";
                                    display: block;
                                    position: absolute;
                                    text-align: center;
                                    top: 30%;
                                    left: 15%;
                                    width: 100%;
                                    height: 30px;
                                    margin: -25px 0 0 -100px;
                                    font-size: 18px;
                                    font-weight: bold;
                                    color: #999;
                                }
                                #audio_file:before {
                                    content: "Drag & Drop Audio files here";
                                    display: block;
                                    position: absolute;
                                    text-align: center;
                                    top: 30%;
                                    left: 15%;
                                    width: 100%;
                                    height: 30px;
                                    margin: -25px 0 0 -100px;
                                    font-size: 18px;
                                    font-weight: bold;
                                    color: #999;
                                }
                                input[type=text] {
                                    width: 90%;
                                    padding: 12px;
                                    border: 1px solid white;
                                    font-size: 20px;
                                    background-color: #eee;
                                    color: #00;
                                } 

                                input[type=text]:focus {
                                    outline: none;
                                }
                                input[type=file]:focus {
                                    outline: none;
                                } 