html, body {
    overflow: auto;
    min-height: 100%;
    background: #373735;
}

.indexpage
{
    min-height: 100%;
/*    background: #61082B;*/
    height: 100%;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3840 2160'%3E%3Crect x='0' y='0' width='3840' height='2160' fill='%2394ddcf'%3E%3C/rect%3E%3Ccircle cx='1920' cy='1080' r='1680' fill='%23ffffff'%3E%3C/circle%3E%3Cpath d='M2385,1721A792,792,0,1,0,1560,1786L1744,1426A389,389,0,1,1,2148,1395Z' fill='%23f8c26b'%3E%3C/path%3E%3Cpath d='M829,178A1416,1416,0,1,1,510,1213L940,1173A984,984,0,1,0,1162,453Z' fill='%234879cb'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 200%;
}

.contentpage{
    min-height: 100%;
    background: #ffffff;
    height: 100%;
}

.afs-left-side 
{
    height: auto;
/*    background: #61082B;*/
    min-height: 100%;
}

.afs-right-side
{
     height: auto;
     min-height: 100%;
     background: white;
}

.dashboard-content
{
    padding-top: 75px;
    background: #ffffff;
}

.settings-content
{
    padding-top: 75px;
    background: #ffffff;
    margin-left: -15px!important;
    margin-right: -15px!important;
    padding-bottom: 30%;
}

.akrutosubscription-content
{
    padding-top: 75px;
    background: #ffffff;
    margin-left: -15px!important;
    margin-right: -15px!important;
    padding-bottom: 30%;
    text-align: center;
}

.sub-content
{
    padding-top: 75px;
    background: #ffffff;
    margin-left: -15px!important;
    margin-right: -15px!important;
    padding-bottom: 30%;
}

.share-content{
    background: #ffffff;
    margin-left: -15px!important;
    margin-right: -15px!important;
    min-height: 95vh;
}

.reset-content
{
    padding-top: 75px;
    background: #ffffff;
    margin-left: -15px!important;
    margin-right: -15px!important;
/*    padding-bottom: 30%; */
}

.activate-content{
    padding-top: 75px;
    background: #ffffff;
    margin-left: -15px!important;
    margin-right: -15px!important;
    padding-bottom: 30%;
}

.oauth-content{
    padding-top: 75px;
    background: #ffffff;
    margin-left: -15px!important;
    margin-right: -15px!important;
    padding-bottom: 30%;
}

.share-content{
    background: #ffffff;
    margin-left: -15px!important;
    margin-right: -15px!important;
    min-height: 95vh;
}

.create-content{
    background: #ffffff;
    margin-left: -15px!important;
    margin-right: -15px!important;
    min-height: 92vh;
    margin-top: 80px;
}

/*
.settings-content p
{
    font-size: 20px;
    margin: 20px;
}

.settings-content h3{
    margin: 20px;
}

.wikilogin{
    margin-left: 20px !important;
}

.wikilogin label{
    font-size: 20px;
    margin-right: 10px;
}
*/

/*
.settings-content input{
    font-size: 20px;
    margin-right: 20px;
}

.settings-content button{
    font-size: 20px;
    border-radius: 5px;
    background-color: #00977f;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border-color: transparent;
    margin-right: 20px;
}

.settings-content button:hover{
    background-color: #94ddcf;
}
*/

.nav-panel-index
{
    top: 0px;
    position: fixed;
    width: 100%;
    height: 75px;
    z-index: 998; /* Has to be less than 999, so that we don't cover the download arrow (from arrow.js library) in Firefox */
}

.nav-left-side
{
    background: #101c38;
}

.content-page-index
{
    padding-top: 75px;
    height: 100%;
}

.content-page-login
{
    padding-top: 65px;
    height: 100%;
    background: white;
}

.nav-right-side
{
    background: white;
}

.nav-right-side-login
{
    background: #101c38;
    
}

.img-down
{
    max-width: 20px;
}

.img-profile-icon
{
    max-width: 40px;
}

.drop-menu img{
    cursor: pointer; 
    margin-top: 15px;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 5px;
}

.nav-right-side-login .drop-menu:hover .dropdown {
    display: grid;
}

.nav-right-side-login ul.dropdown li:hover {
    background: #22509e;
    cursor: pointer; 
}
			
.nav-right-side-login ul.dropdown {
  min-width:170px;
  display: none;
  position: absolute;
  background-color: #101c38;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.nav-right-side-login  ul.dropdown li
{
    float: left;
    padding: 22px;
    font-size: 21px;
    color: #ffffff;
}

.nav-right-side-login li a
{
    color: #B4D0E7;
    text-decoration: none;
}

.nav-left-side ul
{
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.nav-left-side li
{
    color: #B4D0E7;
    float: left;
    padding: 22px;
    font-size: 21px;
}

.nav-left-side li a
{
    color: #ffffff;
    text-decoration: none;
}

.nav-left-side li span
{
    color: #B4D0E7;
}

.nav-right-side button
{
    border: none;
    background: transparent;
    font-size: 21px;
    margin: 22px;
    float: right;
    cursor: pointer;
}

.menu-dropdown-container{
    float: left;
    overflow: hidden;
}

.menu-support{
    color: #ffffff!important;
    cursor: pointer;
}

.menu-dropdown-container li{
    color: #ffffff;
}

.menu-dropdown-container:hover ul.menu-dropdown{
    display: grid!important;
}

.menu-dropdown{
  min-width:170px;
  display: none;
  position: absolute;
  background-color: #101c38;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  list-style: none;
  margin: 0;
  padding-left: 0;
  max-width: 190px;
  top: 65px;
}

.signin-menu{
    color: #94ddcf!important;
    font-weight: 600;
}

.signup-menu{
    color: #f8c26b!important;
    font-weight: 600;
}

a.download {
	position: relative;
	margin-left: 5%;
}

.afs-left-side h1
{
    padding-left: 5%;
    padding-top: 5%;
    font-size: 40px;
    color: #22509e;
}

.afs-left-side ul
{
    padding-left: 5%;
}

.download-content h2
{
    padding-left: 5%;
    color: #22509e;
    font-size: 24px;
    list-style: none;
}

.afs-left-side ul li
{
    color: #22509e;
    font-size: 24px;
    list-style: disc;
}

.afs-right-side h2
{
    padding-top: 15%;
    font-size: 30px;
    padding-left: 5%;
}

.afs-right-side p
{
    padding-top: 15%;
    font-size: 20px;
}

.info-under-title
{
    padding-left: 5%;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.form-index
{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 25%;
}

.form-index form
{
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 45px;
}

.form-index input
{
    color: gray;
}

.form-index form button
{
    background: #f7aa00;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
}

.form-index form button:hover
{
    background: #ffc36c;
}

.text-under-form
{
    text-align: center;
    font-size: 12px;
    margin: 10px;
    color: gray;
}

.send-again{
    margin-left: 5%;
}

.social-panel
{
    padding-left: 5%;
    padding-right: 5%;
}

.social-panel button
{
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    border-color: #cccbcb;
    background-color: transparent;
    width: 100%;
    padding: 3px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.left-msf-btn
{
    background-image: url(https://www.totalsync.com/web/img/microsoft-icon.png);
    margin-right: 2%;
/*    margin-bottom: 10px;*/
}

.right-ggl-btn{
    background-image: url(https://www.totalsync.com/web/img/google-icon.png);
}

.right-apl-btn{
    background-image: url(https://www.totalsync.com/web/img/apple-icon.png);
}

.social-panel button span
{
    vertical-align: middle
}

.social-panel img
{
    max-height: 30px;
    float: left;
}

.info-under-title span
{
    color: #0a81ea;
    font-weight: 600;
    cursor: pointer;
}

.return-link{
    color: #0a81ea;
    font-weight: 600;
    cursor: pointer;
}

.nav-panel-index-mobile
{
    display: none;
    
}

.button-signup-mobile
{
    display: none;
}

.info-error
{
    background-color: #FFE3E3;
    margin-bottom: 20px;
    min-height: 50px;
    height: auto;
    padding: 5px;
    border: 1px solid #FBC5C5;
}

.info-error p
{
    color: #971F1F;
    font-size: 13px;
    padding-top: 5px;
}

.info-success
{
    background-color: #E6FFF7;
    margin-bottom: 20px;
    min-height: 50px;
    height: auto;
    padding: 5px;
    border: 1px solid #008A5C;
}

.info-success p
{
    color: #052e12;
    font-size: 13px;
    padding-top: 5px;
}

.download-title
{
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}

.dashboard-left-menu
{
    height: auto;
    min-height: 90vh;
    border-right: 1px solid #94ddcf;
}

.dashboard-left-menu ul
{
    padding-left: 0px
}

.dashboard-left-menu ul li
{
    border: solid 1px #94ddcf;
    padding: 8px;
    list-style-type: none;
    text-align: center;
    color: #61082B;
    font-weight: 600;
    cursor: pointer;
}

.dashboard-left-menu .active-button
{
    background-color: #00977f;
    color: white;
}

.dashboard-rigth-content
{
    height: auto;
    min-height: 90vh;
}

.all-devices-div
{
    
}

.all-devices-div ul li, .all-shared-files-div ul li
{
    list-style-type: none;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #4889cb;
}

.shared-file-elem {
    cursor: pointer;
}

.selected-file {
    background: #a9dafc;
}

.all-devices-div li p
{
    font-size: 15px;
    font-weight: 600;
}

.all-devices-div li img
{
    float: left;
    margin-right: 15px;
    max-height: 50px;
    margin-top: 27px;
}

.all-devices-div li span
{
    font-weight: 300;
}

.share-file-group
{
    font-size: 18px;
    font-weight: 600;
}

.extend-title 
{
   font-weight: 600;
}

.extend-form button
{
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
}

.extend-other-field
{
    width: 150px!important;
    margin-top: 10px;
}

.share-file-menu
{
    padding-left: 10px;
    padding-bottom: 10px;
}

.share-file-menu button
{
    margin-left: 5px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid black;
    height: 100%;
}

.form-check
{
    padding-left: 0px!important;
}

.share-toogle-label
{
    display: flex;
    float: inline-start;
    margin-right: 15px;
}

.share-toggle 
{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
         
.share-toggle input {
    display: none;
}
         
.share-slider {
    position: absolute;
    cursor: pointer;
    background-color: gray;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    border-radius: 34px;
}

.share-slider-off {
    background-color: gray;
}

.share-slider-on {
    background-color: green!important;
}

.share-slider-on:before {
    transform: translateX(26px);
}


.share-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input[name="changeSecured"]:checked + .share-slider {
    background-color: green;
}

input[name="changeSecured"]:checked + .share-slider:before {
    transform: translateX(26px);
}

.path-line
{
    
}

.all-files-div ul
{
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    column-count: 3;
    column-gap: 50px;
    padding: 0 5px;
/*    list-style: disc;*/
/*
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(132px, 1fr));  
*/
}

.all-files-div ul li
{
    list-style-type: none;
/*
    text-align: center;
    padding-bottom: 20px;
*/
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.all-files-div li p
{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.all-files-div li img
{
    margin-right: 15px;
    max-height: 50px;
    margin-top: 27px;
    cursor: pointer;
}

.error-info
{
    text-align: center;
    font-weight: 550;
    font-size: 20px;
}

.device-download-info
{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.device-download-info span
{
    cursor: pointer;
}

.device-download-info span img
{
    max-width: 30px;
    cursor: pointer;
}

.refresh-spinner {
    margin-left: 10px;
    font-weight: 600;
}

.folder-path{
    display: flex;
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;
    flex-wrap: wrap;
}

.select-repo{
    max-height: 25px;
}

.repo-back-btn{
    max-width: 26px;
    margin-right: 5px;
    cursor: pointer;
}

.actual-folder-path
{
    cursor: pointer;
    margin-left: 5px;
}

.actual-folder-div{
    max-height: 25px;
}

.actual-folder-path p:hover {
  text-decoration: underline;
  color: blue;
}

.actual-folder-name
{
    font-weight: 700;
    color: grey;
    margin-bottom: 0px;
}

.file-info
{

}

.div-status-files
{
    padding-left: 5px;
    height: 100px;
    overflow: hidden;
    border-style: inset;
}

.move-line
{
    height: 2px;
    background: #850B3B;
    margin-bottom: 10px;
    cursor: n-resize;
}

.empty-folder
{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.div-data-info
{
    
}

.div-data-info figure p
{
    margin-bottom: 2px;
    font-size: 14px;
}

.div-data-info figure
{
    text-align: center;
}

.div-fld-not-exs p
{
    text-align: center;
    font-weight: 600;
}

.file-menu
{
    border: 1px solid #94ddcf;
    margin-bottom: 5px;
    min-height: 20px;
}

.file-menu .row
{
    width: 100%;
}

.file-menu button
{
    margin-left: 5px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid black;
    height: 100%;
}

.file-menu button p
{
    font-size: 16px;
    float: right;
    line-height: 1.5;
    color: #212529;
    margin: 2px;
    font-weight: 600;
}

.file-menu button img
{
    max-width: 25px;
    margin: 3px;
}

.div-share-link
{
    border: 1px solid grey;
    margin-bottom: 5px;
    background: #FFFFED;
    border-style: outset;
}

.div-share-link p
{
    font-size: 14px;
}

.file-object
{
    border-style: none;
}

.selected-file-object
{
    border-style: dashed;
    border-width: 1px;
}

.share-content
{
    padding-top: 80px;
}

.btn-download-file
{
    background: #F4BB3B;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    border-style: none;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-disable
{
    background: grey;
}

.share-info p
{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #61082B;
    margin-left: 10px;
    width: 100%;
}

.download-div
{
    margin-bottom: 20px;
}

.file-information
{
    margin-left: 5px;
}

.file-information p
{
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 17px;
}

.file-information span
{
    font-size: 14px;
}

.percent-in-bar
{
    margin-top: 12px;
}

.shareinfo-modal
{
    
}

.shareinfo-modal input
{
    width: 100%;
    margin-right: 5px;
    border-radius: 2px;
}

.shareinfo-modal button
{
    background: #61082B;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    margin: 0 auto;
    display:block;
}
.shareinfo-modal button:hover {
    background: white;
    color: #61082B;
    border: solid #61082B 2px;
    border-radius: 5px;
    font-weight: 600;
}

.share-modal-content
{
    
}

.share-secured-checkbox
{
    margin-top: 10px;
}

.share-secured-checkbox input
{
    width: auto!important;
}

.forgot-pass
{
    color: #0a81ea;
    font-size:12px;
    cursor: pointer;
}

.forgot-pass:hover
{
    color: blue;
}

.details-icons
{
    max-width: 20px;
}

.details-load
{
    max-height: 25px;
    margin-left: -5px;
}

.refreshing-title
{
    margin-left: 0px;
}

.share-loader
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/*Small videos*/
.video-row{
    width: 100%;
    margin-bottom: 45px;
}

.video-column{
    width: 24%;
    display: inline-block;
}

/*
.video-column-content{
    max-width: 320px;
    background: #94ddcf;
    margin-top: 1px;
}
*/

.video-column p{
    font-size: 18px;
    text-align: center;
    position: relative;
    top: -30px;
    color: white;
    cursor: pointer;
}

.video-img{
    border-radius: 5px;
    cursor: pointer;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
    width: 300px;
    height: 169px;
    border: #00977f 1px solid;
}

.video-column:hover {opacity: 0.7;}


/*Modal window*/
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}

.modal-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*this div for responsive video*/
.video-window{
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.modal-window{
    width: 55%;
    margin: auto;
    background: #D4D4D4;
    padding: 15px;
}



.yt-title{
    font-size: 25px;
    text-align: center;
    width: 100%;
}

.caption{
    margin-top: 15px;
}

.caption a{
    padding: 10px;
    background: red;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.close {
    color: black;
    font-size: 30px;
    font-weight: bold;
    float: right;
    transition: 0.3s;
    margin: 5px;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.accept-yt{
    position: absolute;
    bottom: 0;
    margin-bottom: 25%;
}

.accept-yt button{
    border: none;
    border-radius: 10px;
    background: #00977f;
    color: #ffffff;
    margin-left: 50%;
    
}

.btns-control{
    z-index: 9998;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 75px;
    background: #3b424e;
}

.btns-control a{
    position: absolute;
    bottom: 0;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.btns-control a.disabled{
    cursor: not-allowed;
    opacity: 0.5;
}

.btn-left{
    left: 0;
}

.btn-right{
    right: 0;
}

.video-controls{
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    height: 0;
}

.video-controls p{
    color: black;
    text-align: center;
    margin: auto;
    padding: 0px;
    font-size: 30px;
}

.imgs-video{
    position: relative;
    background-color: #00977f;
    padding-bottom: 34px;
    cursor: pointer;
    width: fit-content;
    margin: auto;
}

.hover-img{
    max-width: 300px;
    width: 300px;
    height: 169px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main-footer{
    background-color: #373735!important;
    text-align: center;
    width: 100%;
}

.footer-text{
    color: #b2b1b6;
    top: 30%;
    position: relative;
    font-size: 18px;
    padding: 28px;
}

.footer-text a{
    color: #b2b1b6;
}

.verification-modal{
   background: white; 
}

.ver-modal-header{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
    background: #00977f;
    padding: 15px;
}

/*                                                                                                                           */

.ver-modal-content{
    position: relative;
    padding-bottom: 40px;
}

.ver-modal-content h3{
    font-size: 20px;
}

.ver-modal-content p{
    font-size: 15px;
}

.ver-modal-content span{
    font-size: 14px;
}

.ver-modal-content span a{
    margin-left: 5px;
    color: #00977f;
    font-weight: 600;
}

.ver-title{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.ver-close{
    margin: 0px!important;
}

.ver-field{
    border: 1px silver solid;
    border-radius: 3px;
    padding: 10px;
    width: 40%;
    text-align: center;
    font-size: 20px;
}

.ver-btns{
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.ver-btn{
    background: #00977f;
    border: none;
    border-radius: 3px;
    padding: 5px;
    color: #ffffff;
    width: 165px;
    font-size: 19px;
}

.ver-cancel-btn{
    background: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 5px;
    color: #000000;
}


.line{
    border-left: 1px solid;
    margin-left: 10px;
    padding-left: 10px;
}

 a.download img
{
    max-width: 200px;
    margin: 10px;
}

.download-buttons{
    display: contents;
}

.download-buttons a{
    
}

.download-buttons a img{
    max-width: 200px;
    width: fit-content;
    margin: 10px;
    width: 199px;
    height: 59px;
}

.btn-wait{
    max-width: 25px;
    margin-right: 10px;
    vertical-align: sub;
}

/*settings*/

.settings-content h3{
    margin: 20px;
}

.settings-content h4{
    margin: 20px;
}

.settings-content button{
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: transparent;
}

.method-error{
    margin-left: 20px;
    font-size: 18px;
    color: red;
}

.show-method{
    background-color: #00977f;
    color: #ffffff;
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.hide-method{
    font-size: 20px;
    background-color: transparent;
    border: 1px #00977f solid!important;
    color: #00977f;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.tab-login-method{
     margin-left: 20px;
}

.md-tab.md-active{
    color:black!important;
}


md-tabs md-ink-bar {
    color: #94ddcf!important;
    background-color:#94ddcf!important;
}

.method-btns button{
    background-color: #94ddcf;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 10px;
}

.custom-form form{
    margin-left: 30px;
}

.custom-form input{
    width: 300px;
}

.custom-form button{
    background-color: #f7aa00;
    color: #ffffff;
    font-weight: 600;
}

md-content p{
    margin-left: 30px;
    font-size: 16px;
}

md-tabs button.login-method-btns{
    margin-right: 2%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid silver;
    font-weight: 600;
    margin-left: 30px;
}

md-tabs button.btn-mcft{
    background-image: url(https://www.totalsync.com/web/img/microsoft-icon.png);
}

md-tabs button.btn-ggl{
    background-image: url(https://www.totalsync.com/web/img/google-icon.png);
}

md-tabs button.btn-apple{
    background-image: url(https://www.totalsync.com/web/img/apple-icon.png);
}

.login-methods{
    margin-left: 20px;
    margin-top: 10px;
    border: 1px solid #62adfe;
    border-collapse: collapse;
    
}

.login-methods tr{
    font-weight: 600;
}

.header-login-line{
    background-color: #62adfe;
    color: #ffffff;
    font-weight: 600;
}

.header-login-line td{
    padding: 5px;
}

.login-methods tr>td{
    border: 1px solid #62adfe;
    padding: 5px;
}

.login-methods tr>td>button{
    background-color: #22509e;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 5px;
}

.common-settings-div{
    margin-left: 20px;
}

.common-settings-div p{
    font-size: 18px;
    margin-right: 5px;
}

.part-settings{
    
}

.part-settings p{
    font-weight: 600;
}

.part-settings button{
    background-color: #22509e;
    color: #ffffff;
}

.inline-element{
    display: inline-block;
}

.pending-email-div{
    background-color: #b3b3b3;
    opacity: 0.6;
    width: fit-content;
    padding-right: 20px;
    padding-left: 10px;
}

.pending-email-div p{
    
}

.pending-email-div button{
    
}

.delete-btn{
    font-size: 20px;
    background: white;
    border-color: #DC0202!important;
    color: #DC0202;
}

.danger-zone{
    margin-left: 20px;
    border: 1px solid #DC0202;
    padding: 10px;
    border-radius: 3px;
    margin-right: 10px;
}

.danger-zone p{
    font-size: 18px;
}

.danger-bold{
    font-weight: 600;
}

/*Modal window for deleting of account*/

.delete-modal{
    background: white;
}

.delete-modal-header{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
    background: #f7aa00;
    padding: 15px;
}

.delete-title{
    font-size: 24px;
    color: white;
    font-weight: 600;
}

.delete-close{
    color: white;
}

.delete-modal-content{
    position: relative;
    padding-bottom: 40px;
}

.delete-phrase{
    font-style: italic;
    font-weight: 700;
}

.delete-field{
    border: 1px silver solid;
    border-radius: 3px;
    padding: 10px;
    width: 50%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.div-delete-btn{
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.btn-delete-submit{
    background: #ffffff;
    border: 1px solid #DC0202;
    border-radius: 3px;
    padding: 5px;
    color: #DC0202;
    width: 150px;
    font-size: 19px;
}

.btn-delete-submit:disabled,
.btn-delete-submit[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

/*subscription page*/

.sub-plans-div{
    
}

.sub-plans-div h4{
    margin-left: 20px;
    margin-top: 20px;
}

.sub-contact{
    margin-bottom: 15px;
}

.sub-plan{
    border: solid 2px #003996;
    margin-left: 15px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin: 15px;
    cursor: pointer;
}

.sub-plan input{
    
}

.plan-title{
    font-size: 24px;
    font-weight: 600;
}

.plan-description{
    font-size: 14px;
    color: gray;
}

/*
.plan-description span::before{
    content: "\0024";
}
*/

.plan-cost{
    
}

.plan-cost span{
    color: #101c38;
    font-weight: 600;
}

.sub-content button{
    background-color: #22509e;
    color: #ffffff;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: transparent;
}


.sub-continue{
    margin-left:70%;
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 18px;
    margin-top: 20px;
}

.sub-contact-div{
    margin-left: 20px;
    margin-top: 20px;
}

.sub-contact-div h4{
    
}

.sub-content h3{
    margin-left: 20px;
    margin-top: 20px;
}

.sub-contact-div p{
    
}

.pay-sub-form{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 40px;
    padding: 15px;
    max-width: 540px;
    background: #F2F6FC;
    -webkit-box-shadow: 9px 3px 22px -3px rgba(160, 161, 185, 1);
    -moz-box-shadow: 9px 3px 22px -3px rgba(160, 161, 185, 1);
    box-shadow: 9px 3px 22px -3px rgba(160, 161, 185, 1);
}

.pay-submit{
    margin-top: 15px;
    background: #003996!important;
    border-radius: 15px!important;
    font-size: 16px;
}

.sub-div{
   margin-left: 20px;
   margin-top: 20px; 
}

.sub-div p{
    font-size: 18px;
}

.sub-div span{
  font-weight: 600;
}

.sub-amount{
    
}

.sub-amount-dollar::before{
    content: "\0024";
}

.sub-amount-euro::before{
    content: "\20AC";
}

.pay-error{
    color: red;
    font-size: 18px;
    margin-top: 10px;
}

.pay-info{
    margin-left: 20px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #22509e;
}

.pay-cardholder{
    padding: 12px;
    border-radius: 15px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    border: 1px solid #97b2dd;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
    margin-bottom: 19px;
    width: 100%;
    color: #101c38;
}

.cardHolder-name{
    
}

/*Create account with subscription*/

.select-plan{
    margin-left: 20px;
    padding-top: 20px;
}

.auth-data{
    margin-left: 20px;
}

.auth-existing{
    
}

.auth-existing a{
    color: #003996 !important;
}

.auth-form-error{
    
}

.auth-form-div{
    
}

.auth-form-div input{
    border-radius: 3px;
    border: 1px solid silver;
    font-size: 16px;
    padding: 5px;
    margin-top: 10px;
}

.payment-form{
    margin-left: 20px;
}

.create-content button{
    border: none;
    border-radius: 3px;
    background: #003996;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
}

.create-content button:disabled{
    background: #adadad;
    cursor: not-allowed;
}

.continue-payment{
    margin-top: 20px;
}

.agree-form{
/*    margin-left: 20px;*/
}

.agree-form p{
    
}

.create-content h3{
    margin-top: 20px;
}

.pay-create-page{
    margin-left: 0px!important;
}

.cardholder-label{
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #003996;
}

.cardholder-input{
    padding: 0.75rem;
    background-color: #ffffff;
    border-radius: 15px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    border: 1px solid #97b2dd;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
    width: 100%;
    color: inherit;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
}

.cardholder-input:focus{
    outline: 0;
    border-color: rgba(0, 57, 150, 0.5);
    box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 1px 0px, rgba(0, 0, 0, 0.02) 0px 3px 6px 0px, rgba(0, 57, 150, 0.25) 0px 0px 0px 3px, rgba(0, 0, 0, 0.08) 0px 1px 1px 0px;
}

.akrutosubscription-content p{
    text-align: center;
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    color: #003996;
    margin: 15px;
}

.subscribe-external-info{
    text-align: center;
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    color: #003996;
    margin: 15px;
}

.auth-methods-info {
    text-align: center;
    font-weight: 600;
    margin: 20px;
    background-color: #E6FFF7;
    min-height: 50px;
    height: auto;
    padding: 5px;
    border: 1px solid #008A5C;
    width: 100%;
    padding-top: 10px!important;
}

.protected-file p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.protected-file button{
    margin-left: 0px;
    margin-right: 0px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
    
    .modal-window{
        width:100%;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 767px) and (max-width: 1199px) {
    
    .indexpage
    {
        height: auto;
        background-size: 200%;
    }
    
    .contentpage
    {
        height: auto;    
    }
    
     .nav-panel-index li
    {
        font-size: 13px;
    }
    
    .download-content{
        text-align: center;
    }
}

@media screen and (max-width: 767px)
{
    .create-content{
        margin-top:0px;
    }
    
    .accept-yt{
        margin-bottom: 0;
    }
    
    .video-column{
        width: 100%;
    }
    
    .modal-window{
        width:100%;
    }
    
    .indexpage
    {
        height: auto;    
        background-size: cover;
    }
    
    .contentpage
    {
        height: auto;    
    }
    
    .nav-panel-index
    {
        display: none;
    }
    
    .nav-panel-index-mobile
    {
        display: block;
        background: #101c38;
        padding: 0;
    }
    
    .nav-panel-index-mobile ul
    {
        display: none;
        margin-top: 0;
    }
    
    .nav-panel-index-mobile ul li
    {
        float: none;
    }
    
    .menu-burger img
    {
        width: 45px;
        height: 45px;
        max-height: 45px;
        margin: 10px;
    }
    
    .afs-left-side h1
    {
        padding-left: 0;
        text-align: center;
        font-size: 35px;
    }
    
    .afs-left-side ul
    {
        padding-bottom: 15px;
    }
    
    .afs-left-side li
    {
        font-size: 20px;
    }
    
    .button-signup-mobile
    {
        display: block;
        background: #61082B;
    }
    
    .button-signup-mobile button
    {
        width: 100%;
        border: 2px solid #B4D0E7;
        background: transparent;
        color: #B4D0E7;
        font-size: 20px;
        margin-top: 20px;
    }
    
    .afs-right-side
    {
         height: auto;
    }

    .afs-left-side 
    {
        height: auto;
    }
    
    .dashboard-left-menu
    {
        min-height: 0px;
        border-right: 0px solid transparent;
    }
    
    .dashboard-rigth-content
    {
         min-height: 0px;
    }
    
    .all-files-div
    {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count:1;
        -webkit-column-gap:0;
        column-count: 1;
        column-gap: 0px;
    }
 
    .div-status-files
    {
        overflow: auto;
        overflow-y: scroll;
    }
    
    
    .download-content p {
        font-size: 20px;
        text-align: center !important; 
        margin-top: 15px;
    }
    
    .download-content{
        text-align: center;
    }

}

@media (min-width: 767px) and (max-width: 991px) {
    
    .modal-window{
        width:80%;
    }
    
    .video-column{
        width: 44%;
    }
    
    .indexpage
    {
        height: 100%;  
        background-size: cover;
    }
    
    .contentpage
    {
        height: 100%;    
    }
    
     .nav-panel-index li
    {
        font-size: 15px;
        padding-right: 2px;
    }
    
      .nav-panel-index button
    {
        font-size: 15px;
    }
    
    .afs-left-side li
    {
        font-size: 20px;
    }
    
    .afs-left-side h1
    {
        font-size: 35px;
    }
    
    .div-status-files
    {
        overflow: auto;
        overflow-y: scroll;
    }
    
    .download-content{
        text-align: center;
    }
/*
     .all-files-div
    {
        -moz-column-count: 2;
        -moz-column-gap: 25px;
        -webkit-column-count:2;
        -webkit-column-gap:25px;
        column-count: 2;
        column-gap: 25px;
    }
*/
}

@media (min-width: 1200px) and (max-width: 1297px) {
     .video-column{
        width: 33%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
 
    .video-column{
        width: 33%;
    }
    
    .indexpage
    {
        height: 100%;  
        background-size: 200%;
    }
    
    .contentpage
    {
        height: 100%;    
    }
    
     .nav-panel-index li
    {
        font-size: 18px;
        padding-right: 15px;
    }
     .nav-panel-index button
    {
        font-size: 18px;
    }
    
    .afs-left-side li
    {
        font-size: 24px;
    }
    
    .afs-left-side h1
    {
        font-size: 38px;
    }
    
    .download-content{
        text-align: center;
    }
}