html{
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}
#deco1{
    position: absolute;
    right: 12px;
    bottom: 17px;
}
#deco2{
    position: absolute;
        left: 17px;
    bottom: 45px;
}
#deco3{
    position: absolute;
    
    right: -39px;
    top: 4px;
}
#deco4{
    position: absolute;
        right: 98px;
    top: 74px;
}
#deco4-img{
     -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}

#deco4-img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
          opacity: 0.9;
}

.img-footer{
    max-height: 30px;
    float: left;
    margin-right: 42px;
    position: absolute;
    left: 15px;
    top: 11px;
}

.text-footer{
    
    float: right;
    margin-right: 35px;
   
   
}
.avatar-tutorial{
    border-radius: 50%;
    max-width: 40px;
}
.tutorialmodal {
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
    display: none; /*Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.tutorialmodal p{
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    padding: 30px 40px 30px 40px;
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}
.tutorialmodal h2{
    text-align: center;
    font-size: 28px;
    padding: 40px 35px 30px 35px;
    line-height: 1.2;
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}
.slack-btn{
        border: 1px solid #ccced1;
    text-decoration: none;
    background: #fff;
    border-radius: 6px;
    padding: 2px 10px 2px 10px;
    color: inherit;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}
.slack-btn span{
    font-size: 14px;
    font-weight: 700;
}

/*
#tutorialModal h2,
#viewrequestModal h2,
#hotcoldtutorialModal h2,
#notifymeModal h2,
#marModal h2,
#addrobyModal h2,
#follow-up-tutorial-Modal h2,
#dashboard-tutorial-Modal h2,
#assign-tutorial-Modal h2{
    text-align: center;
    font-size: 28px;
    padding: 40px 35px 30px 35px;
    line-height: 1.2;
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}

#tutorialModal p,
#viewrequestModal p,
#hotcoldtutorialModal p,
#notifymeModal p,
#marModal p,
#addrobyModal p,
#follow-up-tutorial-Modal p,
#dashboard-tutorial-Modal p,
#assign-tutorial-Modal p
{
	text-align: left;
    font-size: 16px;
    line-height: 1.3;
    padding: 20px 30px 30px 40px;
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}
*/
.tutorialmodal-content{
	background-color: #fff;
    margin: 12% auto;
    padding: 0px 0px 20px 0px;
    width: 40%;
    animation: popup 0.3s;
    border-radius: 10px;
    color: #3b434b;
}

.tutorial-pic {
    display:block;
    margin:auto;
    max-height: 168px;
}
#im-om-submit,
#im-employee-submit,
#gotit,
#tryhotcold,
#close-notifyme,
#marModal-btn
{
    font-weight: 600;
    font-size: 18px;  
    border: 1px solid rgba(0,0,0,.08);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    display: block;
  	max-width: 300px;
  	margin: auto;
  	margin-bottom: 20px;
  	background: #0c3260;
}

#im-om-submit:hover,
#im-employee-submit:hover,
#gotit:hover,
#tryhotcold:hover,
#close-notifyme:hover,
#marModal-btn:hover,
#restart:hover{
    background:#24466f;
}

#addtoslackbtn_chat-app{
    height: 40px;
    width: 139px;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

#restart{
    font-weight: 600;
    border: 1px solid rgba(0,0,0,.08);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    width: 136px;
     display: block;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
    background: #42c2ff;
}

#restart:hover{
    background: #0fb2ff;
}

#im-om-submit{
	/*
    background: #4263ff;
    */
    background: #f4f4f4;
    color: rgba(0,0,0,.7);
}
#im-employee-submit{
    /*
	background: #009678;
    */
    background: #f4f4f4;
    color: rgba(0,0,0,.7);
}
#im-om-submit:hover,#im-employee-submit:hover{
    -webkit-animation: color_change .8s forwards alternate;
    -moz-animation: color_change .8s forwards alternate;
    -ms-animation: color_change .8s forwards alternate;
    -o-animation: color_change .8s forwards alternate;
    animation: color_change .8s forwards alternate;
}

@-webkit-keyframes color_change {
    from { background-color: #f4f4f4; }
    to { background-color: #42c2ff; }
}
@-moz-keyframes color_change {
    from { background-color: #f4f4f4; }
    to { background-color: #f4f4f4; }
}
@-ms-keyframes color_change {
    from { background-color: #f4f4f4; }
    to { background-color: #42c2ff; }
}
@-o-keyframes color_change {
    from { background-color: #f4f4f4; }
    to { background-color: #42c2ff; }
}
@keyframes color_change {
    from { background-color: #f4f4f4; }
    to { background-color: #42c2ff; }
}

@keyframes scaleframe {
  0%   {transform: scale(.8);}
  100% {transform: scale(1.05);}
}


.disabled{
	opacity: .4;
	cursor: not-allowed!important;
}
.button-like{

    font-size: 12px;
    color: #3b434b;;
    padding: 2px 4px 2px 4px;
    border: 1px solid #ccced1;
    border-radius: 3px;
    background-color: #f4f4f4;
    font-weight: 600;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { .tutorialmodal-content {
        width: 42%;
    }
    #frame1,#frame2{
        transform: scale(.9)
    }
    #frame1{
        left: 3%;
    }
    #frame2{
        left: 51%;
    }}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 
    .tutorialmodal-content {
    width: 80%;
    margin-top: 80px;
  }
}
